-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathCHANGELOG
137 lines (89 loc) · 4.81 KB
/
CHANGELOG
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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
==== 2.0.3 (2014-09-18) ====
- Fix inline fieldsets collapsing in stacked inlines (Riccardo)
- Fix application label in breadcrumbs #133 (P.A. Schembri)
==== 2.0.1 (2014-09-15) ====
- Add missing models.py in bootstrap3 for django 1.6 #132 (Riccardo)
==== 2.0.0 (2014-09-12) ====
- Removal of bootstrap2 theme (Riccardo)
- Drop support for django < 1.6 (Riccardo)
- Django 1.7 support #117, #118, #124 (Riccardo)
- Remove hardcoded urls (history, delete, etc...) #121, #123 (Riccardo)
- Fix checkboxes rendering with bootstrap 3.2.0 #126 (Riccardo)
==== 1.6.8 (2014-08-22) ====
WARNING: bootstrap2 is deprecated, please upgrade to bootstrap3, it will be removed in the next major release
- Upgrade bootstrap3 to bootstrap 3.2.0 #125 (Riccardo)
==== 1.6.7 (2014-08-12) ====
WARNING: bootstrap2 is deprecated, please upgrade to bootstrap3, it will be removed in the next major release
- Fix fieldsets horizontal #110 (Riccardo)
- Fix app_name not visible with django 1.7 (Peter Lauri)
- Separate messages alert so that each message gets proper rendering #116 (Riccardo)
- Update compatibility to django >= 1.4, django < 1.7 #119 (Peter Lauri, Riccardo)
==== 1.6.6 (2014-07-23) ====
WARNING: bootstrap2 is deprecated, please upgrade to bootstrap3, it will be removed in a few releases
- Fix fieldsets with more than one field per row #110 (Riccardo)
- Fix language selector (Riccardo)
- bootstrap3 misc fixes #111 (David Rideout)
- fix django cms template in django 1.6 #107 (Riccardo, nordbit)
==== 1.6.5 (2014-05-24) ====
- lot of bugfixes for the Bootstrap 3 theme (Guillaume Andreu Sabater, xwrogue3)
- jquery scrollable fixes wrt inlines (xwrogue3)
==== 1.6.4 (2014-01-16) ====
- lot of bugfixes for the Bootstrap 3 theme
==== 1.6.3 (2013-12-04) ====
- Added jquery-migrate to better support external plugins
- Bootstrap 3: fix display of column groups. Also uses bootstrap grid for layout of multiple fields per row
- Error in README: updated instruction refering to where to place templates when embedding them in an app
- Fixing actions_on_top Go button not working
==== 1.6.2 (2013-11-28) ====
- Boostrap 3 theme (thanks to ze-phyr-us). In order to use it, add `django_admin_bootstrapped.bootstrap3` before `django_admin_bootstrapped` into your `INSTALLED_APPS` setting.
==== 1.6.1 (2013-11-16) ====
- FIX #56: jquery now loaded from local installation, not the CDN
- FIX #65: recent actions now has working urls
==== 1.6.0 (2013-11-08) ====
- django 1.6 compatibility
- experimental support to Django-CMS 2.4. This is thanks to a fork of kayluhb, which has never been transformed in a PR, but still it's worth a try.
- Python 3 compatibility (it has always been compatible, but now it's flagged appropriately as such)
- changed version to 1.6 to reflect the 'Stable' status of the project and the compatibility with Django 1.6
==== 0.4.3 (2013-08-27) ====
- display errors properly for inlines (thanks to jmagnusson)
==== 0.4.2 (2013-08-10) ====
- checkboxes now properly aligned
- admin title translation now working with a dedicated template
==== 0.4.1 (2013-05-29) ====
- tooltips for title attributes
- generic relation lookup plugin
- FIX: Twitter Bootstrap Responsive Navbar Broken on Small Screens (http://stackoverflow.com/questions/10185384/twitter-bootstrap-responsive-navbar-broken-on-small-screens) as reported by Fernando (https://twitter.com/fersan3)
- FIX: login page responsive layout
- FIX #6: autocapitalization disabled in the login form (mobile friendly)
- FIX #13: boolean fields will show the help text if provided
- FIX #36: list filters now partially usable on a mobile fine
==== 0.4 (2013-05-27) ====
- added compatibility for django-cms (thanks to kayluhb)
- xhtml cleanup (thanks to Ricklef Wohlers)
- UI cleanup (thanks to intuxicated & yceruto)
- Twitter Bootstrap version 2.3.1 (thanks to yceruto)
- admin static files now loaded using relative urls (thanks to jmagnusson)
==== 0.3.2 (2013-02-06) ====
- temporary bugfix for change_list actions
==== 0.3.1 (2013-01-19) ====
- registration template fixes
- registration template fixes
==== 0.3 (2013-01-17) ====
- dropped tabs in homepage in favour of vanilla list of available applications
- application dropdown menu for fast access in navbar
- filters moved to a dropdown in navbar to gain screen space
- added documentation for the translation goodies
==== 0.2 (2012-12-04) ====
- sortable inlines
- inlines wrapped in wells for UI consistency
==== 0.1.1 (2012-11-20) ====
- added a test project
- upgrade to Twitter Bootstrap 2.2.1 (issue #8)
- implemented inline tabular view
- fixed the messages styling
- temporary fix for the page title
- open is now the default style for the stacked inlines
- filters in the change list views are now positioned on the left, to handle wide tables
- pagination rendered with a smaller style (issue #2)
==== 0.1.0 (2012-10-22) ====
- first release