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