forked from Fantomas42/django-blog-zinnia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
354 lines (281 loc) · 8.59 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
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
0.20
----
* Remove compatibility with Django 1.x
* Remove code for Python 2.0
* Documentation improvements
https://github.com/Fantomas42/django-blog-zinnia/compare/v0.19...v0.20
0.19
----
* Compatibility with Django 1.11
* Fix Threading issues in tests
* Improve comparison of entries
* Send mail to staff in case of comment moderation
* Implement spam-checkers on Pingbacks and Trackbacks
* Return the number of entries in the category_tree templatetag
* Integration via BrowserSync
https://github.com/Fantomas42/django-blog-zinnia/compare/v0.18.1...v0.19
0.18.1
------
* Fix messed relationships in Python 3
https://github.com/Fantomas42/django-blog-zinnia/compare/v0.18...v0.18.1
0.18
-----
* Compatibility with Django 1.10
https://github.com/Fantomas42/django-blog-zinnia/compare/v0.17...v0.18
0.17
-----
* Compatibility with Django 1.9
* Fix RSS enclosure
* Fix paginator issue
* Implement Entry.lead_html method
* Usage of regex module to speed up
https://github.com/Fantomas42/django-blog-zinnia/compare/v0.16...v0.17
0.16
----
* Improve testing
* Improve documentation
* Reduce queries on ``entry_detail_view``
* Implement custom templates within a loop
* Add a publication_date field to remove ambiguosity
* Remove WXR template
* Remove usage of ``Context``
* Remove BeautifulSoup warnings
https://github.com/Fantomas42/django-blog-zinnia/compare/v0.15.2...v0.16
0.15.2
------
* Covering of the code at 100%
* Compatibility with Django 1.8
* Improvements on the Calendar
* Improvements on ``CategoryFeed``
* Improvements on ``Entry.save()``
* Improvements on ping of external URLs
* Improvements on the comparison module
* Improvements on the translation strings
* The default theme is now in HTML5
* The default theme supports Microdatas
* Add a ``lead`` field on the Entry model
* Add an ``image_caption`` field on the Entry model
* Fix preview of entries when not yet published
* Fix migrations when using custom ``User`` model
* More generic parameter for MarkDown extensions
* Import utilies were moved to their own package
* The fields where the search is done are now configurable
https://github.com/Fantomas42/django-blog-zinnia/compare/v0.15.1...v0.15.2
0.15.1
------
* Documentation improvements
* Fix migration issues with Django 1.7
https://github.com/Fantomas42/django-blog-zinnia/compare/v0.15...v0.15.1
0.15
----
* Django 1.6 is no longer supported.
https://github.com/Fantomas42/django-blog-zinnia/compare/v0.14.3...v0.15
0.14.3
------
* Improvement on the default theme
* RSS links
* Better translations
* Correct title markup
* Fix anchors for linkbacks
* Reorder the provided statics
* Rename ``zinnia_tags`` to ``zinnia``
* Fix calendar in archive day view
* Fix Textitle rendering on Python 3
* Fix feeds for authors with accents
* Fix admin issue with custom Entry model
* Do not include anymore jQuery in admin for entries
* Admin tag autocompletion with a widget based on select2
* Configurable upload path for image field with inheritance
https://github.com/Fantomas42/django-blog-zinnia/compare/v0.14.2...v0.14.3
0.14.2
------
* Optimize sitemap page
* Smarter widont filter
* Fix issue on pagination
* Fix several admin issues
* Fix short link for unpublished entries
* Integration with Gulp.js
* HTML and CSS fixes on default theme
* Tested under PostGres and MySQL and SQLite
* URLs are now under the ``zinnia`` namespace
* Move Twitter support to ``zinnia-twitter``
* Move Mollom support to ``zinnia-spam-checker-mollom``
* Move Akismet support to ``zinnia-spam-checker-akismet``
* Move Bit.ly support to ``zinnia-url-shortener-bitly``
* Move TinyMCE support to ``zinnia-wysiwyg-tinymce``
* Move MarkItUp support to ``zinnia-wysiwyg-markitup``
* Move WYMEditor support to ``zinnia-wysiwyg-wymeditor``
* Use ``django_comments`` instead of ``django.contrib.comments``
https://github.com/Fantomas42/django-blog-zinnia/compare/v0.14.1...v0.14.2
0.14.1
------
* Fix dates on WXR export
* Fix blogger2zinnia unicode issue
* Fix unicode issue on Category admin
* Fix URL errors with custom comment app
* Full support of custom User model
* Metrics for the content previews
* More useable pagination
* More blocks for customizing reactions
* Minor documentation updates
* Minor fixes for default skin
* Review admin form for editing the entries
* Restricted preview for unpublished entries
https://github.com/Fantomas42/django-blog-zinnia/compare/v0.14...v0.14.1
0.14
----
* Full Python 3.0 support
* Django 1.5 is no longer supported
* Better support of custom User model
* Improvements on the archives by week
* Fix timezone issues in templatetags and archives
* Database query optimizations in the archives views
https://github.com/Fantomas42/django-blog-zinnia/compare/v0.13...v0.14
0.13
----
* Start Python 3.0 support
* Display page number in list
* Basic support of custom User
* Django 1.4 is no longer supported
https://github.com/Fantomas42/django-blog-zinnia/compare/v0.12.3...v0.13
0.12.3
------
* Better ``skeleton.html``
* Better rendering for the slider
* Add view for having a random entry
* Compatibility fix with Django 1.5 in admin
* Fix issue with author detail view paginated
* Better settings for ``ZINNIA_AUTO_CLOSE_*_AFTER``
0.12.2
------
* CSS updates and fixes
* Fix viewport meta tag
* I18n support for the URLs
* Update MarkItUp to v1.1.13
* Update WYMeditor to v1.0.0b3
* Entry's content can be blank
* Compatibility fix for WXR > 1.0
* Fix potential issue on ``check_is_spam``
0.12.1
------
* Microformats improved
* Improve Blogger importer
* Finest control on linkbacks
* Split Entry model into mixins
* Compatibility fix with Django 1.5
* Custom template for content rendering
* Fix Python 2.7 issues with ``wp2zinnia``
0.12
----
* Optimizations on the templates
* Optimizations on the database queries
* Denormalization of the comments
* ``get_authors`` context improved
* ``get_tag_cloud`` context improved
* ``get_categories`` context improved
* Default theme declinations
* Default theme more responsive
* Updating ``helloworld.json`` fixture
* Fix issues with authors in ``wp2zinnia``
* Better integration of the comments system
* Models has been splitted into differents modules
0.11.2
------
* New admin filter for authors
* Minor translation improvements
* Minor documentation improvements
* ``wp2zinnia`` handle wxr version 1.2
* Customizations of the templates with ease
* Define a custom ``Author.__unicode__`` method
* Fix issue with duplicate spam comments
* Fix bug in ``PreviousNextPublishedMixin``
* Fix bug in ``QuickEntry`` with non ascii title
* Fix ``collectstatic`` with ``CachedStaticFilesStorage``
0.11.1
------
* Fix issues with ``get_absolute_url`` and ``zbreadcrumbs``
when time-zone support is enabled.
0.11
----
* Class-based views
* Time zones support
* Pagination on archives
* Better archive by week view
* Update of the breadcrumbs tag
* Improving ``wp2zinnia`` command
* New ``long_enough`` spam checker
* Custom templates for archive views
* Publication dates become unrequired
* No runtime warnings on Django 1.4
* Django 1.3 is no longer supported
* And a lot of bug fixes
0.10.1
------
* Django 1.4 compatibility support
* Compatibility with django-mptt >= 5.1
* ``zinnia.plugins`` is now removed
0.10
----
* Better default templates
* CSS refactoring with Sass3
* Statistics about the content
* Improvement of the documentation
* Entry's Meta options can be extended
* Django 1.2 is no longer supported
* ``zinnia.plugins`` is deprecated in favor of ``cmsplugin_zinnia``
* And a lot of bug fixes
0.9
---
* Improved URL shortening
* Improved moderation system
* Better support of django-tagging
* Blogger to Zinnia utility command
* OpenSearch capabilities
* Upgraded search engine
* Feed to Zinnia utility command
* And a lot of bug fixes
0.8
---
* Admin dashboard
* Featured entries
* Using Microformats
* Mails for comment reply
* Entry model can be extended
* More plugins for django-cms
* Zinnia to Wordpress utility command
* Code cleaning and optimizations
* And a lot of bug fixes
0.7
---
* Using signals
* Trackback support
* Ping external URLs
* Private posts
* Hierarchical categories
* TinyMCE integration
* Code optimizations
* And a lot of bug fixes
0.6
---
* Handling PingBacks
* Support MetaWeblog API
* Passing to Django 1.2.x
* Breadcrumbs templatetag
* Bug correction in calendar widget
* Wordpress to Zinnia utility command
* Major bug correction on publication system
* And a lot of bug fixes
0.5
---
* Packaging
* Tests added
* Translations
* Better templates
* New templatetags
* Plugins for django-cms
* Twitter and Bit.ly support
* Publishing sources on Github.com
0.4 and before
--------------
* The previous versions of Zinnia were not packaged, and were destinated for a
personnal use.