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