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