public_html/admin/install/lib-install.php
Sat, 17 Oct 2009 13:26:13 +0200 Creation of multiple plugin groups needs to be fixed in the install script, too
Thu, 10 Sep 2009 10:06:32 +0200 Workaround for the problems with the PHP version that Apple ships with Mac OS X 10.6 "Snow Leopard"
Thu, 10 Sep 2009 10:06:32 +0200 Workaround for the problems with the PHP version that Apple ships with Mac OS X 10.6 "Snow Leopard"
Wed, 09 Sep 2009 20:56:06 +0200 The install script was switching back to English in some upgrade scenarios (bug #0000969, patch provided by taca)
Sun, 06 Sep 2009 15:12:47 +0200 In the install script, always open db-config.php and siteconfig.php in binary mode to avoid EOL character mixup on Windows (bug #0000730)
Sun, 06 Sep 2009 11:00:27 +0200 Use constants to define the minimum PHP and MySQL versions
Sun, 06 Sep 2009 10:23:14 +0200 The Migrate option in the install script now also works on an existing database (feature request #0000945)
Sun, 30 Aug 2009 15:48:52 +0200 Updated documentation and version number
Sat, 29 Aug 2009 19:35:18 +0200 Attempting to install with InnoDB tables failed with "could not find the database"
Sat, 29 Aug 2009 19:35:18 +0200 Attempting to install with InnoDB tables failed with "could not find the database"
Wed, 29 Jul 2009 21:08:47 +0200 Updated documentation and version number
Sat, 25 Jul 2009 10:04:23 +0200 Start of 1.6.1 development: Updated version number and documentation
Sun, 19 Jul 2009 09:03:54 +0200 Set version number to 1.6.0
Sun, 12 Jul 2009 15:58:44 +0200 Geeklog 1.6.0rc2
Sun, 28 Jun 2009 10:47:36 +0200 Geeklog 1.6.0rc1
Sat, 27 Jun 2009 18:51:07 +0200 Re-read configuration during plugin install to ensure plugin configs are available
Sun, 21 Jun 2009 09:38:28 +0200 1.6.0b3
Sun, 07 Jun 2009 10:14:11 +0200 Prevent XSS in the install script (reported independently by Nemesis and MaXe)
Sun, 31 May 2009 10:29:30 +0200 1.6.0b2
Sun, 17 May 2009 10:05:01 +0200 Fixes to get the XMLSitemap plugin's postinstall working from the install script
Fri, 01 May 2009 15:57:50 +0200 Always set version number from the install script. The constant in lib-install.php now defines the Geeklog version number.
Sat, 18 Apr 2009 20:56:36 -0400 Added nicer install script buttons, removed functions used during install script development
Sat, 28 Mar 2009 16:02:55 +0100 @param bool -> @param boolean, since "boolean" is used more often in the existing code
Sat, 07 Mar 2009 22:12:04 +0100 phpDocumentor doesn't support @note
Sat, 21 Feb 2009 16:46:34 +0100 Raised minimum required PHP version to PHP 4.3.0
Fri, 16 Jan 2009 13:37:48 +0100 Fix problem with conflicting language files (install script settings vs. cookie)
Sat, 03 Jan 2009 19:01:40 +0100 Highlight the selected help topic
Sat, 03 Jan 2009 12:51:10 +0100 Allow renaming both the 'admin' and the 'install' directory
Thu, 01 Jan 2009 11:15:21 +0100 Fixed upgrade issues when taking settings from an old config.php
Wed, 31 Dec 2008 13:49:45 +0100 Report failed plugin upgrades and prepare for nicer error messages
Wed, 31 Dec 2008 12:02:54 +0100 Migration can now also update the database
Mon, 29 Dec 2008 19:11:16 +0100 Fix paths and URLs during an upgrade, so we can install database backups elsewhere, e.g. locally
Fri, 26 Dec 2008 15:58:22 +0100 First attempt to get the plugin upgrade working
Fri, 26 Dec 2008 12:21:20 +0100 This version will be called 1.6.0. Version 1.5.2 from branch to be added later
Fri, 26 Dec 2008 11:56:01 +0100 Sync with admin/plugins.php (handle plugin tables)
Thu, 25 Dec 2008 12:34:00 +0100 Got the auto install working from the install script
Sun, 12 Oct 2008 19:14:39 +0200 Fixed PEAR handling and a missing global declaration
Sat, 11 Oct 2008 19:22:54 +0200 Ported updated install script over from Matt's GSoC 2008 project.