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