| 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.
|
file | diff | annotate |
| Mon, 20 Apr 2009 17:58:10 +0200 |
Just a quick hack to make sure people don't lock themselves out of their site too easily
|
file | diff | annotate |
| Sat, 18 Apr 2009 19:46:23 +0200 |
Moved documentation to docs/english so that it can be translated (feature request #0000770)
|
file | diff | annotate |
| Sat, 11 Apr 2009 18:52:02 +0200 |
New plugin API function PLG_getDocumentationUrl (feature request #0000848)
|
file | diff | annotate |
| Sat, 07 Feb 2009 15:20:13 +0100 |
Check if variables are set before using them
|
file | diff | annotate |
| Sun, 14 Dec 2008 21:36:53 +0100 |
Reverted changes that shouldn't be in this branch
|
file | diff | annotate |
| Tue, 09 Dec 2008 11:51:29 +0100 |
Merging changes
|
file | diff | annotate |
| Sun, 23 Nov 2008 18:27:55 +0100 |
Missing global declaration of $_USER
|
file | diff | annotate |
| Sun, 23 Nov 2008 18:27:55 +0100 |
Missing global declaration of $_USER
|
file | diff | annotate |
| Sun, 23 Nov 2008 18:24:58 +0100 |
Fixed inconsistencies and various small mistakes when displaying "Access denied" messages on the admin pages
|
file | diff | annotate |
| Sun, 09 Nov 2008 09:38:26 +0100 |
Check if COM_errorLog exists before using it in the config class (for possible problems during installation, bug #0000768)
|
file | diff | annotate |
| Fri, 03 Oct 2008 19:00:53 +0200 |
Fixed 'cookiedomain' being reported as changed (bug #0000638)
|
file | diff | annotate |
| Sun, 31 Aug 2008 19:17:39 +0000 |
Renamed the "Restore" option in the Configuration to "Enable"
|
file | diff | annotate |
| Sat, 16 Aug 2008 21:48:44 +0000 |
Fixed handling of HTML entities in the Configuration (bug #0000710)
|
file | diff | annotate |
| Mon, 11 Aug 2008 07:07:44 +0000 |
Fixes for MS SQL support for install.
|
file | diff | annotate |
| Sun, 03 Aug 2008 19:35:44 +0000 |
Catch and log problems unserializing config entries (related to bug #0000690)
|
file | diff | annotate |
| Tue, 15 Jul 2008 07:58:23 +0000 |
Ported fixes over from the Trunk: Allow $_CONF overrides in siteconfig.php (bug #673); allow disabling "restored" entries (bug #664)
|
file | diff | annotate |
| Mon, 07 Jul 2008 10:10:01 +0000 |
$sql_query -> $sql for consistency (and to prevent stupid copy&paste errors like the one I made ...)
|
file | diff | annotate |
| Fri, 04 Jul 2008 14:46:07 +0000 |
Added a title to the (X) option
|
file | diff | annotate |
| Fri, 04 Jul 2008 13:21:25 +0000 |
Allow to unset Configuration options again after they have been "restored", i.e. enabled (bug #0000664)
|
file | diff | annotate |
| Tue, 01 Jul 2008 20:27:35 +0000 |
Allow overriding of rootdebug or other core config variables in siteconfig.php for emergency debugging. [bug 673]
|
file | diff | annotate |
| Sat, 14 Jun 2008 15:28:01 +0000 |
Avoid temporarily switching back to the site's default theme when changing a config option (for users that used a different theme)
|
file | diff | annotate |
| Sat, 31 May 2008 16:34:08 +0000 |
Fixed setting the site's default language and default theme (bugs #0000646 and #0000648)
|
file | diff | annotate |
| Sun, 11 May 2008 07:07:20 +0000 |
Don't include the 'subgroup' and 'fieldset' entries in the $_CONF arrays
|
file | diff | annotate |
| Sat, 03 May 2008 15:09:13 +0000 |
Static pages, moderation, configration - Security hardenning.
|
file | diff | annotate |
| Fri, 02 May 2008 19:30:11 +0000 |
Create unique anchors for the documentation (e.g. desc_backend was used twice)
|
file | diff | annotate |
| Thu, 01 May 2008 18:35:14 +0000 |
Fixes for MSSQL install (Partial II)
|
file | diff | annotate |
| Sun, 13 Apr 2008 11:28:12 +0000 |
Hide disabled plugins from the configuration
|
file | diff | annotate |
| Sun, 23 Mar 2008 10:22:54 +0000 |
Temp. fix - broke the "select" dropdowns ...
|
file | diff | annotate |
| Fri, 21 Mar 2008 19:43:32 +0000 |
Be more fault tolerant against missing texts, e.g. in translations
|
file | diff | annotate |
| Fri, 21 Mar 2008 15:38:05 +0000 |
Removed 'fn:' config type again; looks for specific functions now for dynamic array contents
|
file | diff | annotate |
| Sat, 15 Mar 2008 19:55:20 +0000 |
Fixed problems with error_reporting(E_ALL)
|
file | diff | annotate |
| Sat, 15 Mar 2008 17:57:43 +0000 |
Don't add to non-initialized variable
|
file | diff | annotate |
| Sat, 15 Mar 2008 14:06:17 +0000 |
Wrong index ...
|
file | diff | annotate |
| Sun, 24 Feb 2008 17:07:08 +0000 |
Re-enabled help link (for the core config only, for the moment)
|
file | diff | annotate |
| Sun, 17 Feb 2008 08:54:33 +0000 |
Typo: $LANG_CONF -> $LANG_CONFIG
|
file | diff | annotate |
| Sun, 17 Feb 2008 08:52:40 +0000 |
Moved hard-coded page title to the language file
|
file | diff | annotate |
| Sun, 17 Feb 2008 08:50:17 +0000 |
Removed dropline menu CSS and images
|
file | diff | annotate |
| Sun, 17 Feb 2008 08:31:36 +0000 |
Provide the standard set of template variables
|
file | diff | annotate |
| 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.
|
file | diff | annotate |
| Sat, 09 Feb 2008 12:22:28 +0000 |
Tweak to config menu to not show current selected group as a link in the menu.
|
file | diff | annotate |
| Sat, 09 Feb 2008 12:01:06 +0000 |
Tweak to config menu to not show current selected sub-group as a link in the menu.
|
file | diff | annotate |
| Sun, 03 Feb 2008 09:53:49 +0000 |
Added set_default() method so that we can update default values
|
file | diff | annotate |
| Sun, 03 Feb 2008 08:36:20 +0000 |
Reinstated some earlier improvements: Nice names for the config sections; sections sorted by plugin name (with "Geeklog" always on top)
|
file | diff | annotate |
| Sat, 02 Feb 2008 21:56:43 +0000 |
Modifications to config manager to not use a standard block function. Config Manager menu(s) are setup to be part of the configmanager template. The config menu block will use the theme's functions.php to get any block header and footer templates. By default we are using a new pair of templates that don't have a title to tighten up the layout.
|
file | diff | annotate |
| Sun, 27 Jan 2008 09:02:15 +0000 |
Moved hard-coded texts to the language files; a few minor changes for consistency
|
file | diff | annotate |
| 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
|
file | diff | annotate |
| Sat, 19 Jan 2008 19:36:46 +0000 |
Sort dropdowns by label text
|
file | diff | annotate |
| Sun, 13 Jan 2008 21:47:31 +0000 |
Changes to support using a leftblock menu for the configmanager menu.
|
file | diff | annotate |
| Sun, 06 Jan 2008 09:56:38 +0000 |
Make mysqldump path available in the config GUI
|
file | diff | annotate |
| Sun, 06 Jan 2008 08:55:57 +0000 |
Removed 'ostype' from config GUI - you shouldn't be able to change it anyway.
|
file | diff | annotate |
| Sat, 05 Jan 2008 23:41:27 +0000 |
Changes to support revised conifg manager menu
|
file | diff | annotate |
| Sun, 30 Dec 2007 03:07:07 +0000 |
updates to support plugins using the config manager.
|
file | diff | annotate |
| Sun, 30 Dec 2007 00:11:40 +0000 |
Updated config class to run more smoothly with PHP4.
|
file | diff | annotate |
| Sat, 29 Dec 2007 20:49:45 +0000 |
Config Manager Menu enhancement to use a dropline CSS based menu.
|
file | diff | annotate |
| Sun, 09 Dec 2007 21:16:43 +0000 |
A small fix to PHP4 problems - the class sees if the config array is
|
file | diff | annotate |
| Sat, 01 Dec 2007 21:20:27 +0000 |
Change to now show the leftblocks and give UI full screen - did not see anyway to easily reduce the number of subgroup tabs and it does not look good when the navbar wraps. May need a way to get back to the main page easily.
|
file | diff | annotate |
| Sun, 25 Nov 2007 06:59:56 +0000 |
XHTML optional updates
|
file | diff | annotate |
| Fri, 12 Oct 2007 03:33:08 +0000 |
make links consistent
|
file | diff | annotate |
| Thu, 11 Oct 2007 01:40:06 +0000 |
code cosmetics
|
file | diff | annotate |