public_html/admin/install/config-install.php
Wed, 01 Feb 2012 20:35:07 -0500 CC setting is now an admin option. Original patch provided by Rouslan Placella. (feature request #0001259)
Sun, 22 Jan 2012 09:26:05 +0100 Changes to have the comment form on the same page as the story (patch #0000728, provided by dengen)
Fri, 20 Jan 2012 10:42:11 -0500 You can now specify a max text length for clickable urls. Work done from patch provided by Ivy (patch #0001139)
Mon, 16 Jan 2012 13:28:56 -0500 Add Configuration options to enable or disable Breadcrumbs (Topics, Articles, Plugins).
Tue, 05 Apr 2011 11:06:12 -0400 Notice a subgroup had null for a tab (should be 0).
Tue, 08 Mar 2011 13:09:48 -0500 Added in config option for owner name. If set, this is used in the copyright notice instead of the site name.
Sat, 05 Mar 2011 15:41:08 -0500 Added Config option for using CDN hosted jQuery files.
Fri, 11 Feb 2011 11:31:55 -0500 Integrate the GSOC 2010 project ?Configuration GUI? into current version of Geeklog (Feature Request #0001274)
Sun, 28 Nov 2010 10:10:30 -0500 Feature Request 1083, 1042
Fri, 12 Nov 2010 09:25:16 -0500 Integrated the OAuth Hack (Author: Hiroshi Sakuramoto) into Core
Sun, 14 Mar 2010 17:11:28 +0100 Make use of our new slogan
Sun, 07 Mar 2010 17:56:57 +0000 Specify default sort order from configuration (part of feature request #0001006)
Sat, 06 Feb 2010 17:16:31 +0100 Changed the 'gravatar_rating' config option to a dropdown since it only supports four options anyway
Sat, 09 Jan 2010 14:43:15 +0100 Added support for textarea input fields in the Configuration (feature request #0000905)
Sat, 02 Jan 2010 10:00:59 +0100 Changed the 'default_perm_cookie_timeout' config option to a dropdown so that it's consistent with the "Remember me for" dropdown in My Account
Sun, 29 Nov 2009 09:22:26 +0100 Changed the 'menu_elements' and 'notification' config options to dropdowns since there's only a fixed number of keywords that these two option recognize
Sun, 01 Nov 2009 09:43:28 +0100 Merged with "timezone" feature branch
Sun, 20 Sep 2009 11:00:03 +0200 Modernized the "timezone hack", made the config option a dropdown, and moved all timezone-related code into a new TimeZoneConfig class
Sun, 11 Oct 2009 11:00:55 +0200 Added new option $_CONF['article_comment_close_enabled'] to enable/disable automatically closing stories for comments after a certain amount of days (bug #0000959). Changed handling of comment_expire field in gl_stories such that 0 means the story is always open for comments.
Tue, 04 Aug 2009 09:23:31 -0400 Added meta description and meta keywords to stories, staticpages and polls.
Thu, 11 Jun 2009 10:35:38 +0200 Added a config option to send an X-FRAME-OPTIONS HTTP header to prevent "clickjacking"
Thu, 21 May 2009 17:02:23 +0200 Removed the $_CONF['search_no_data'] config option and moved the text to the language files (bug #0000873)
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)
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)
Sat, 11 Apr 2009 16:59:56 +0200 Make the name of the 'anon-name' cookie configurable and keep it alive for longer
Fri, 10 Apr 2009 17:04:09 +0200 Missing bits and pieces for the comment changes
Tue, 31 Mar 2009 23:45:11 +0100 Search now uses pre-existing $_CONF variables instead of its own (bug #0000839)
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, 07 Mar 2009 15:33:28 +0100 Removed incomplete PDF generator (never enabled in any shipped version)
Sat, 21 Feb 2009 15:07:45 +0100 Added a filename mask config option for the names of the database backups
Sat, 07 Feb 2009 18:46:54 +0100 The default replacement text for censored text was supposed to read "censored", not "censormode"
Sat, 07 Feb 2009 18:46:54 +0100 The default replacement text for censored text was supposed to read "censored", not "censormode"
Tue, 03 Feb 2009 11:11:23 +0100 Changed sort_order for the search options and added them to the update
Mon, 02 Feb 2009 23:04:14 +0000 Implemented Search Improvements
Sun, 25 Jan 2009 18:01:20 -0500 Changes to support the new 'advanced_html' config setting
Sat, 03 Jan 2009 17:55:42 +0100 Cosmetics: Always set the default for the copyright year to the current year
Sat, 03 Jan 2009 17:55:42 +0100 Cosmetics: Always set the default for the copyright year to the current year
Wed, 31 Dec 2008 17:34:40 +0100 Don't initialize the plugin configuration - the plugins are doing that themselves now
Sun, 14 Dec 2008 21:36:53 +0100 Reverted changes that shouldn't be in this branch
Sun, 16 Nov 2008 10:30:00 +0100 Added a configuration option to control the JPEG quality (Feature request #0000720)
Sun, 21 Sep 2008 08:37:12 +0000 Fixed protection against direct execution on non-case sensitive file systems
Tue, 05 Aug 2008 17:52:16 +0000 $_CONF['have_pear'] was initialized with an emtpy string - should be "false"
Fri, 21 Mar 2008 15:38:05 +0000 Removed 'fn:' config type again; looks for specific functions now for dynamic array contents
Sun, 16 Mar 2008 12:22:02 +0000 Calender plugin configuration
Sat, 15 Mar 2008 18:11:43 +0000 Polls plugin configuration
Sat, 08 Mar 2008 21:53:34 +0000 debug_image_upload option should be disabled by default
Sun, 24 Feb 2008 16:49:51 +0000 Fixed variable name: 'copyright' -> 'copyrightyear'
Sun, 10 Feb 2008 17:09:38 +0000 Decoupled config subgroup and fieldset order from the language files. Now we can reorder / regroup options simply by database updates.
Sun, 03 Feb 2008 20:52:55 +0000 Revert 'aftersave_story' to 'list', which makes more sense for sending Trackbacks, etc. after saving a story
Sun, 03 Feb 2008 19:11:50 +0000 Added Links plugin config to the configuration GUI
Sat, 02 Feb 2008 20:03:07 +0000 Have the config data for the Spam-X plugin in only one place
Sat, 02 Feb 2008 16:36:34 +0000 Have the config data for the Static Pages plugin in only one place
Sun, 27 Jan 2008 10:53:03 +0000 Moved 'site_enabled' flag from the config GUI to siteconfig.php
Sat, 26 Jan 2008 17:17:42 +0000 Added Spam-X config to the configuration GUI
Sat, 26 Jan 2008 13:14:46 +0000 Moved default permissions to a separate config group
Sat, 26 Jan 2008 11:47:22 +0000 Remove Static Pages plugin version number from the config and added it to functions.inc instead
Sun, 20 Jan 2008 20:55:17 +0000 Introduced a new config type 'fn:' that calls a specified function to provide contents of a dropdown at runtime, e.g. for the language and theme selection
Sun, 20 Jan 2008 18:09:16 +0000 Moved some options around: "Topics and Daily Digest" is now "Blocks" (Daily Digest is now under Miscellaneous); reordered Trackback and Pingback options