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