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