forked from Perceu/django-adminlte2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES.txt
108 lines (64 loc) · 3.28 KB
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
Change-log for django-adminlte2.
This file will be added to as part of each release
----
Version 0.4.1, Mon 02 Jul 2018
===============================
fe6a96071a Slight improvement to add_active template tag not_when parameter (Adam Charnock)
Version 0.4.0, Mon 02 Jul 2018
===============================
92649eae85 Adding 'not_when' parameter to add_active template tag (Adam Charnock)
5e297a7ffb Fixed typo in template docs - nav_sidebar example (Artur)
Version 0.3.0, Sat 10 Mar 2018
===============================
b566d7879b jquery-ui.min.js made available locally (Guillermo Rodríguez)
Version 0.2.3, Tue 19 Dec 2017
===============================
b0695fd688 Solved Bool object isn't callable issue (basitsattar)
Version 0.2.2, Sun 17 Dec 2017
===============================
4d04d5403b Fixing django 2.0 compatability (closes #11, #12, #13) (Adam Charnock)
Version 0.2.1, Thu 14 Dec 2017
===============================
aefc4b1c7c Updating docs for new login_form_links block (Adam Charnock)
a4afb97d2c Correcting placeholder in login template (Email -> Username). Adding {% block login_form_links %} to login UI. (Adam Charnock)
d31a174d89 Update LICENSE.txt (Adam Charnock)
c14a82d4da Adding user parameter to avatar_url() template tag (Adam Charnock)
Version 0.2.0, Tue 28 Nov 2017
===============================
c9f88d9044 Removing box around django messages (Adam Charnock)
4ef0655ed1 Adding no_heading block (Adam Charnock)
1fe9eb4663 Adding {% add_active %} template tag, plus template tag docs (Adam Charnock)
425150f927 Correcting how user display name is determined. Removing meaningless online status. (Adam Charnock)
1a9e7f3494 Fixing endblock position (Adam Charnock)
fee5145db9 Documenting new blocks (Adam Charnock)
f32bf0983e Adding empty 'nav_bar_center' block, wrapping custom nav bar menu in 'nav_custom_menu' (Adam Charnock)
72025213f6 Adding empty 'form' block to _main_sidebar.html (Adam Charnock)
e9f961b263 Adding page_actions block to content header (Adam Charnock)
b8280b03aa Fixing docs typo (Adam Charnock)
8622c42306 Fixed logout url on admin theme (mrodal@hacknoid.com)
71f8067298 Adding info_box component (Adam Charnock)
6e827e245d Moving base css styles (Adam Charnock)
9be9a09ca7 Login template now shows errors (Adam Charnock)
34b687b1bc Fix: current menu not expand, not active (Phu Hoang)
Version 0.1.6, Sun 18 Dec 2016
===============================
dfeea5a35e Adding missing __init__.py file (Adam Charnock)
Version 0.1.5, Mon 12 Dec 2016
===============================
8c20bccec5 Work on packaging of static files (Adam Charnock)
Version 0.1.4, Mon 12 Dec 2016
===============================
6a65af5069 Adding manifest (Adam Charnock)
Version 0.1.3, Mon 12 Dec 2016
===============================
31894b50e9 Removing errant requirements in setup.py (Adam Charnock)
Version 0.1.2, Mon 12 Dec 2016
===============================
551a9a26bd Make UI more sane for anonymous users (Adam Charnock)
adea060400 Update the installation docs (Adam Charnock)
Version 0.1.1, Thu 08 Dec 2016
===============================
0fa4282da9 Ignore build & dist dirs (Adam Charnock)
8e2d08a9a9 Adding extrastyle block for admin template (fixes admin styling issues) (Adam Charnock)
Version 0.1.0 (first version), Wed 07 Dec 2016
===============================================