public_html/docs/history
Sun, 17 May 2009 16:30:39 +0200 Added a check to all plugins to see if they support the DBMS the site is running on
Sun, 17 May 2009 16:07:38 +0200 A fresh install didn't call the plugin_compatible_with_this_version API function for the bundled plugins; fixing this also got rid of some code duplication
Sun, 17 May 2009 13:18:39 +0200 Don't include Links in the sitemap automatically as it should not point to redirecting URLs
Sun, 17 May 2009 10:28:44 +0200 The user's current password is no longer available in $_USER, so changing the password or deleting an account no longer worked (reported by Tom Homer)
Sun, 17 May 2009 10:05:01 +0200 Fixes to get the XMLSitemap plugin's postinstall working from the install script
Mon, 11 May 2009 12:16:47 +0200 Fixed handling of "entire page" centerblocks in a multi-language environment
Sun, 10 May 2009 11:23:06 +0200 Made COM_createImage recognize https:// URLs
Sun, 10 May 2009 09:30:30 +0200 Fixed notices in the config class, caused by the check to prevent people from locking themselves out of their site by disabling all 3 login methods.
Sat, 09 May 2009 17:59:54 +0200 Fixed empty entries in the "Type" dropdown on the Advanced Search page (part of bug #0000874)
Sat, 09 May 2009 17:48:14 +0200 Ensure PLG_templateSetVars (and therefore CUSTOM_templateSetVars) is called properly when the "Skip Preview" option is disabled (bug #0000880)
Sat, 09 May 2009 16:44:43 +0200 Fixed handling of multi-byte encoded texts when limiting the content of feed entries to a certain amount of characters
Sat, 02 May 2009 11:51:40 +0200 Fixed "missing argument 2" error when changing config options (reported by Markus Wollschl?ger)
Sat, 02 May 2009 11:09:55 +0200 Added a verbose logging option to the search class and make it default to off
Sat, 02 May 2009 08:56:18 +0200 Fixed a typo that prevented the [staticpage:] autotag from working
Fri, 01 May 2009 11:23:44 +0200 New XMLSitemap plugin, provided by mystral-kk
Fri, 01 May 2009 10:05:04 +0200 Documentation updates
Wed, 29 Apr 2009 12:16:17 +0200 Don't allow to add/remove users to/from the All Users and Logged-in Users groups via the group editor (bugs #0000863 and #0000864)
Tue, 28 Apr 2009 21:43:52 +0200 Cosmetic changes to the form to add/remove users to/from groups, for consistency with the other admin panels
Sun, 26 Apr 2009 12:14:06 +0200 Document where CUSTOM_templateSetVars is actually called from (bug #0000862)
Sun, 26 Apr 2009 11:57:49 +0200 Updated documentation
Sun, 19 Apr 2009 21:45:18 +0200 Added a config option to enable/disable clickable links
Sun, 19 Apr 2009 19:34:29 +0200 Changed some default settings
Sun, 19 Apr 2009 16:57:27 +0200 Experimental feature: Optionally compress output before sending it to the browser (disabled by default)
Sun, 19 Apr 2009 12:16:59 +0200 Moved hard-coded texts from admin/sectest.php to the language files (bug #0000716)
Sun, 19 Apr 2009 10:35:57 +0200 Added an option to send a copy of the email to a user to self (feature request #0000771, based on a patch by Roshan Singh)
Sat, 18 Apr 2009 23:37:42 +0200 Bad design decision: COM_checkList would use the table name in the HTML. Added a new parameter for the name to use instead.
Sat, 18 Apr 2009 22:10:44 +0200 Fixed wrong use of COM_allowedHTML and COM_checkHTML in plugins (bug #0000785)
Sat, 18 Apr 2009 21:10:04 +0200 More missing finish() calls (cf. bug #0000855)
Sat, 18 Apr 2009 19:46:23 +0200 Moved documentation to docs/english so that it can be translated (feature request #0000770)
Sat, 18 Apr 2009 13:27:50 +0200 Synced list of changes with 1.5.2sr4
Sat, 18 Apr 2009 09:58:24 +0200 Updated version numbers and list of changes
Wed, 15 Apr 2009 20:24:04 +0200 New plugin API function PLG_pluginStateChange
Mon, 13 Apr 2009 19:31:28 +0200 Fixed dropdown for the "censor mode", which has more than the two options offered previously (bug #0000692)
Mon, 13 Apr 2009 18:08:11 +0200 Sync list of changes with 1.5.2sr3
Mon, 13 Apr 2009 15:57:21 +0200 Updated version numbers and list of changes
Sun, 12 Apr 2009 16:15:38 +0200 Slightly faster template class (feature request #0000760, patches provided by dengen and mystral-kk)
Sun, 12 Apr 2009 15:21:52 +0200 Use a more efficient implementation of Story::hasContent (bug #0000858, patch provided by Maciej Cupial)
Sun, 12 Apr 2009 11:11:10 +0200 Make sure formerly optional config items can be disabled (bug #0000846)
Sun, 12 Apr 2009 09:21:52 +0200 Re-introduced function get_SPX_Ver in the install script, which is still needed when upgrading from old Geeklog releases (reported by Sheila)
Sat, 11 Apr 2009 18:52:02 +0200 New plugin API function PLG_getDocumentationUrl (feature request #0000848)
Sat, 11 Apr 2009 15:35:58 +0200 Fresh installs + MySQL only: Changed some tinyint fields that are only used as flags to tinyint(1) from tinyint(3) (bug #0000857)
Sat, 11 Apr 2009 14:42:39 +0200 Fixed one of the predefined date format strings (bug #0000854)
Fri, 10 Apr 2009 23:33:02 +0200 Replace Wiki-style formatting in the Daily Digest and when emailing a story to a friend (bug #0000837, patch provided by Pawel Szczur)
Fri, 10 Apr 2009 17:04:09 +0200 Missing bits and pieces for the comment changes
Sat, 04 Apr 2009 20:22:02 +0200 Ported 1.5.2sr2 changes over from the branch
Sat, 04 Apr 2009 16:25:45 +0200 Fixed SQL injection in the session handling
Tue, 31 Mar 2009 20:39:43 +0200 Added Geeklog 1.5.2sr1 to the changelog
Mon, 30 Mar 2009 19:56:28 +0200 Fernando Munoz reported a possible XSS in the query form on most admin panels (bug #0000841).
Sun, 29 Mar 2009 11:18:09 +0200 New plugin API function PLG_configChange (feature request #0000694)
Sat, 28 Mar 2009 19:59:33 +0100 Fixed layout of the Batch Admin screen
Sat, 28 Mar 2009 10:31:38 +0100 On a login failure, the user registration form showed up even when new user registration was disabled (bug #0000843)
Sun, 22 Mar 2009 21:56:55 +0100 The Wiki-style format broke national special characters, e.g. Japanese and German umlauts (bug #0000823)
Sun, 22 Mar 2009 10:49:26 +0100 Introduced new plugin API function PLG_migrate
Sat, 21 Mar 2009 23:32:53 +0100 Allow switching the DOCTYPE from the Configuration. Requires a theme that uses {doctype} instead of a hard-coded DOCTYPE declaration (feature request #0000745)
Sat, 21 Mar 2009 19:09:10 +0100 Include information about the remote service used (if any) in the notification email about new user submissions
Sat, 21 Mar 2009 15:01:34 +0100 Define {xmlns} when using XHTML for XHTML compliance
Sun, 15 Mar 2009 16:31:07 +0100 Fixed wrong use of '&' when sending a trackback (bug #0000825)
Sun, 15 Mar 2009 16:24:56 +0100 Removed extra double quote from upcoming events block (bug #0000827)
Sat, 07 Mar 2009 15:33:28 +0100 Removed incomplete PDF generator (never enabled in any shipped version)
Wed, 04 Mar 2009 14:15:22 +0100 Fixed a problem with words being merged together in newsfeeds when the article was written with CR as the line separator