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