bump trunk version to 0.9.20pre1
[diogenes.git] / ChangeLog
1 Diogenes 0.9.20pre1
2  * TODO
3
4 Diogenes 0.9.19.1
5  * fixed - fix a warning when a barrel's menu is empty
6
7 Diogenes 0.9.19
8  * fixed - fix handling of filter plugins without arguments
9  * improved - reduce database calls used to build a page's menu
10  * improved - in debug mode, trace database calls used to build page menu
11  * improved - add <protect> tags to protect HTML from Textile plugin
12  * fixed - make the FileList plugin generate valid XHTML
13
14 Diogenes 0.9.18
15  * improved - resync Textile plugin with Textpattern 4.0.2
16  * improved - merge page catalog and file browser with slicker layout
17  * improved - add "home", "up", "add a page" to file browser toolbar
18  * fixed - PHP5 compatibility fixes
19  * improved - refresh Dutch translations (thanks Michiel!)
20  * improved - add support for OMA DRM contents
21  * improved - switch to XHTML 1.0 strict
22  * improved - add debugging and W3C validation options in global options
23
24 Diogenes 0.9.17.2
25  * fixed - handle log messages with quotes properly
26
27 Diogenes 0.9.17.1
28  * improved - fix URL rewriting to allow access to barrel 'foo' via 
29               (..)/site.php/foo/ as well as (..)/site/foo/
30
31 Diogenes 0.9.17
32  * improved - recognise additional MIME types and associated icons
33  * added - add a generic plugin mechanism 
34  * added - add MailForm plugin to display a mail form to a fixed recipient
35  * added - add FileList plugin to display a directory listing with icons
36  * added - add an option to create an empty file
37  * improved - use new icons to represent MIME types
38  * added - add WikiMarkup plugin to render Wiki markup
39  * added - add RenderPhp plugin to handle PHP execution of barrel pages
40  * improved - barrel-level templates do not apply to admin pages
41  * improved - merge all *_option tables into diogenes_option
42  * added - offer copy, move and rename file operations in file browser
43  * improved - add debugging options for WebDAV
44  * fixed - work around Apache 2 / HTTP_WebDAV_Server issue
45  * improved - add support for spaces in file names
46  * improved - add support for nested pages (abritary directory tree depth)
47  * fixed - correct WebDAV support for barrels on virtual hosts
48  * improved - directory tree is cached in a file to reduce database calls
49  * improved - add some icons to the admin interface
50  * added - add TextileMarkup plugin to handle Textile markup
51  * improved - beautify the barrel activity page
52  * improved - warn that $globals->rooturl must be full URL for some features
53  * added - add HttpHeader plugin to add custom HTTP headers to a page
54  * added - add HtmlHead plugin to add entries to a pages's <head> block
55  * added - add LinksMagic plugin to highlight external and secure links
56
57 Diogenes 0.9.16
58  * improved - add a global option to control Word import
59  * improved - touchup the barrel activity summary
60  * improved - use unsigned ints instead of smallints for user/page/menu ids
61
62 Diogenes 0.9.15
63  * improved - add Kafenio as the default HTML editor
64  * added - user accounts now have an 'email' field
65  * fixed - correct escaping of PHP code when using HTML editor
66  * added - new bootstrapping interface to create initial admin
67  * added - add a toplevel option to switch HTML editor (Ekit/Kafenio)
68  * improved - integrate user preferences menu into barrels
69  * added - add an option to hide the Diogenes part of a barrel's menu
70  * improved - order barrels by alias in toplevel interface
71
72 Diogenes 0.9.14
73  * added - new expert mode for direct access to the global options table
74  * improved - new debugging toolbar and floating database trace
75  * fixed - always use custom function to determine mime type
76
77 Diogenes 0.9.13
78  * improved - return a Content-Length header for static content
79  * fixed - various fixes in the Diogenes library (see library ChangeLog) 
80  * fixed - correct the file revision browser's 'restore' function
81  * fixed - make sure the CVS wrapper exits when it has no children left
82  * added - full Spanish translation (Pablo Castellazzi)
83  * fixed - pass correct baseurl and stylesheet to Ekit
84
85 Diogenes 0.9.12
86  * improved - mention what constitutes a valid barrel name
87  * added - allow admins to choose site-wide or page-specific templates
88  * improved - make PHP execution of pages more flexible
89  * fixed - correct handling of HTML entities in raw editor
90  * improved - replace unused 'visible' flag by a more flexible status selector
91  * improved - replace useless 'root' access level by 'forbidden'
92  * added - ability to add a log message to page file commits
93  * fixed - expand 'Edit this page' menu entry for publicly writable pages
94
95 Diogenes 0.9.11
96  * improved - stop using tables so admins can control their site's appearance
97  * fixed - new JavaScript MD5 which supports accentuated characters
98  * improved - several updates to French translation (Nicolas Bertolissio)
99  * improved - improved cache-control for public, static content
100  * improved - various layout and stylesheet enhancements
101  * added - include a note about customising Diogenes
102  * improved - stop hardcoding charset in the pages
103  * added - full Dutch translation (Michiel Alkemade)
104  * added - full Swedish translation (Jonas Johansson)
105  * improved - send back appropriate HTTP status codes on error pages
106  * improved - offer to authenticate again after login failure
107
108 Diogenes 0.9.10
109  * improved - changed DB structure for the menus for increased speed
110  * fixed - explicitly set magic_quotes_gpc On and register_globals Off
111  * added - barrels have their own set of options
112  * added - customisable menu expanding level
113  * added - integrated phpLayersMenu
114  * fixed - reworked Word import to make it safer and to handle images
115  * improved - make it possible to use a different WebDAV class
116  * improved - do not allow the creation of a barrel called CVSROOT
117  * added - selectable themes for the menu
118  * improved - allow customisation of the toplevel pages
119
120 Diogenes 0.9.9.3
121  * improved - split document root into separate subdirectory
122  * fixed - do not escape special characters in raw editor
123  * improved - added some missing translations
124
125 Diogenes 0.9.9.2
126  * improved - group WebDAV operations into sessions to declutter log
127  * improved - when logging in/out the user stays on the current page
128
129 Diogenes 0.9.9.1
130  * fixed - do not start session when in WebDAV mode (possible file corruption)
131  * fixed - check validity of page location
132  * fixed - use UNIX_TIMESTAMP when retrieving dates in log browser
133  * fixed - Ekit must be within a barrel (Java security violation on vhosts)
134  * improved - use HTML import function when a page is PUT with WebDAV
135  * improved - check new barrel names against list of invalid names
136
137 Diogenes 0.9.9
138  * address rewriting (mod_rewrite) is no longer required
139  * added support for WebDAV
140  * use page location exclusively for browsing (not page ID)
141  * fixed faulty date selection in log browser
142  * various code cleanups
143  * user-generated pages no longer have the "valid XHTML/CSS" logos
144
145 Diogenes 0.9.8.3
146  * fixed a regexp that killed old PHP versions (Word import bug)
147  * large speed improvements for log browsing
148  * enhanced database debugging
149
150 Diogenes 0.9.8.2
151  * fixed admin menu not always being displayed on public pages
152  * fixed distribution problems (Makefile & cvs.pl missing)
153
154 Diogenes 0.9.8.1
155  * fixed bug in diff viewing
156  * tightened HTML import code
157
158 Diogenes 0.9.8
159  * added customisable write access for pages
160  * added support for anonymous (Wiki-style) write access
161  * fixed extra checks on RCS operations
162  * added CVS support as an alternative to bare RCS (experimental)
163  * added toplevel page for RCS <-> CVS switching.
164  * fixed added missing stripslashes for page title 
165
166 Diogenes 0.9.7
167  * split fullname into firstname and lastname
168  * improved display of authentication method (native, etc.)
169  * added script to update database structure
170
171 Diogenes 0.9.6
172  * reworked packaging 
173
174 Diogenes 0.9.5
175  * started ChangeLog
176  * Ekit WYSIWYG editor integration
177  * allow language selection
178  * links to Diogenes documentation
179  * improved Word document handling
180