Zine

open source content publishing system


source: CHANGES @ 1205:8e8168896695

Revision 1205:8e8168896695, 2.9 KB checked in by mitsuhiko, 3 years ago (diff)

Implemented notifications
Improved comment moderation system and antispam.
Added importer for blogger feeds.

Line 
1Zine Changelog
2==============
3
4This file lists the major changes between the Zine releases.
5
6Zine 0.2
7--------
8
9(Codename yet to be chosen; Release date yet unknown)
10
11- Themes can specify the number of items they want to have on a
12  tag/category/author post listing.
13- Themes have now control over the complexity of SQL queries sent.
14  They can defer the loading of columns and lazily load relations
15  to disable loading of unnecessary data.
16- Custom markup systems such as RST and creole are fully supported now.
17- Slightly improved admin panel.
18- Improved performance and memory usage.
19- Implemented notifications
20- Improved comment moderation system and antispam.
21- Added importer for blogger feeds.
22
23
24Zine 0.1.3
25----------
26
27(Bugfix release)
28
29- The pingback system skips already pinged URLs now to speed things up.
30- Fixed pingback support.
31- Fixed the author feed.
32
33
34Zine 0.1.2
35----------
36
37(Bugfix release)
38
39- `zine.importers.rewrite_import` properly accepts a string as first
40  argument now.
41- Fixed the config page for `ascii_slugs`.  Ticking/unticking the
42  checkbox resulted in an internal server error.
43- fixed a bug in the WordPress importer with comment dates.
44- fixed a bug in the ZXA exporter.  Among other things tag exporting
45  did not work properly.
46- importer no longer creates new users if a user was selected in the
47  dropdown.
48- fixed importing of ZXA feeds with tags.
49- improved importing of ZXA feeds (importers import the correct
50  syntax instead of HTML now)
51- fixed wrong content type exporting in ZXA feeds.
52- fixed bug in tag-cloud query.  Too many items were counted for
53  each tag.
54- fixed tag Atom feed.
55- Atom feeds for the index now only contain posts of the types for
56  the index page as configured.
57- added Brazilian Portuguese translation.
58- Fixed the bug that made it impossible to set the slug to the
59  publication defined on new entry creation.
60- ZEML handles newlines in elements properly now.
61- optimized some queries.
62- Under some circumstances text after elements appered multiple times
63  in ZEML.
64- the information export page strips confidental information in database
65  URIs now (passwords).
66- the text parser no longer supports images and youtube links for security
67  and sanity reasons.
68- Fixed a bug where changing the comment parser did not trigger the parsing.
69- Fixed some display bugs in the admin panel for webkit.
70
71
72Zine 0.1.1
73----------
74
75(Bugfix release; Released December 29th 2008)
76
77- Fixed a bug that caused the akismet plugin not to work.
78- Fixed an infinite-recursion error if a language was selected in the
79  config that is not available.
80- Fixed a bug that caused problems in the pingback system.
81- Added Russian translation
82- Improved German translation.
83- Fixed a problem with slugs that consisted only of non-ascii letters.
84- Fixed various problems if the blog was mounted outside of the URL root.
85
86
87Zine 0.1
88--------
89
90(Codename Aldus; Released December 24th 2008)
91
92- initial release
Note: See TracBrowser for help on using the repository browser.