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