install.php
Wed, 12 Dec 2007 21:37:23 -0500 Dan Rebrand as 1.0.3 (Dyrad)
Sun, 02 Dec 2007 16:00:10 -0500 Dan Merging in the newly stable Coblynau
Wed, 28 Nov 2007 15:24:23 -0500 Dan Add installer pop-help topic for URL scheme, in response to http://forum.enanocms.org/viewtopic.php?f=5&t=19
Sun, 25 Nov 2007 20:24:16 -0500 Dan Add warning in installer for PHP < 5.2.0; hopefully fix validation of e-mail addresses with dashes
Sat, 24 Nov 2007 00:53:23 -0500 Dan Fixed a number of issues with SQL query readability and some undefined index-ish errors; consequently the SQL report feature was added
Thu, 22 Nov 2007 02:10:12 -0500 Dan Made the username validation regexp in install less picky since it was blacklisting two of the letters in my name. >.<
Wed, 21 Nov 2007 22:49:37 -0500 Dan Entering feature freeze for Coblynau release
Sun, 02 Dec 2007 15:27:21 -0500 Dan Fix minor typo in installer
Wed, 21 Nov 2007 21:03:48 -0500 Dan Merging in updates and improvements from stable
Wed, 21 Nov 2007 20:45:50 -0500 Dan Language fix in the install script; fix username regex in install script login page javascript validation
Wed, 21 Nov 2007 20:14:14 -0500 Dan Re-sync Oxygen and Mint and Oxygen simple with Oxygen main; a couple improvements to the redirect-on-no-config code
Wed, 21 Nov 2007 15:10:57 -0500 Dan Searching sucks, and Enano's search algorithm was complete bullcrap. So I rewrote it. No, it does not use Google search technology. Like they have a patent for using the Arial font on search result pages anyway.
Sun, 18 Nov 2007 20:37:08 -0500 Dan Merging in fixes and updates from stable
Sun, 18 Nov 2007 18:44:55 -0500 Dan Major fixes to the ban system - large IP match lists don't slow down the server miserably anymore.
Sat, 17 Nov 2007 23:30:23 -0500 Dan Fixed a couple of renaming issues in the installer
Sat, 17 Nov 2007 23:09:12 -0500 Dan Hopefully managed to put enough hacks in there to make renaming the config file the last step, so if it fails, it can be done manually
Sat, 17 Nov 2007 22:56:26 -0500 Dan Removed stray debug message in installer
Sat, 17 Nov 2007 22:25:37 -0500 Dan Merging in fixes from stable
Sat, 17 Nov 2007 18:54:13 -0500 Dan Javascript validation for install DB info form didn't allow dashes
Sat, 17 Nov 2007 14:57:00 -0500 Dan Patched in dash-in-database-name fix from unstable
Thu, 15 Nov 2007 18:02:14 -0500 Dan Merge in installer fixes from 204 (ba28d43a6b86)
Thu, 15 Nov 2007 18:00:39 -0500 Dan Merging in all changes from revision 185 (90b7a52bea45)
Thu, 15 Nov 2007 17:52:53 -0500 Dan Fixed a few (more) MySQL issues with the installer and dashes in the database name
Sat, 10 Nov 2007 20:52:05 -0500 Dan Forgot a couple of strings in the installer
Sat, 10 Nov 2007 20:33:51 -0500 Dan Installer should now be fully localized, yay!
Fri, 09 Nov 2007 23:39:52 -0500 Dan Merged in the low-level DBAL fix involving dashes in the database name from stable
Fri, 09 Nov 2007 23:36:49 -0500 Dan Database name can now contain dashes (as per requested at http://forum.enanocms.org/viewtopic.php?f=5&t=14); corrected some installer behavior issues with connecting as root and setting up permissions resulting in logs not being flushed, configs not being inserted, and what have you.
Fri, 09 Nov 2007 18:09:29 -0500 Dan Fully localized all of the installer except the install and finish pages
Fri, 09 Nov 2007 11:18:54 -0500 Dan Merge in some minor fixes from stable
Fri, 09 Nov 2007 11:14:20 -0500 Dan Cleaned up some HTML in the installer; corrected some phpDoc syntax errors
Wed, 07 Nov 2007 15:22:41 -0500 Dan Localized installer database info page and finished localizing sysreqs page
Wed, 07 Nov 2007 00:34:22 -0500 Dan Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Tue, 06 Nov 2007 16:22:43 -0500 Dan Trying to get lang import to work in the installer; it's not working ATM - cache file is generated with lang_id = 0. Syncing to Nighthawk.
Tue, 06 Nov 2007 13:35:40 -0500 Dan Localized default sidebar; installer should work now including the lang import; l10n in installer to follow
Tue, 06 Nov 2007 11:10:18 -0500 Dan Fix a comparison logic SQL error in lang.php; fix attempt to call mysql_real_escape_string() in install without a working DB connection
Tue, 06 Nov 2007 10:53:33 -0500 Dan Merge in new installer framework from stable
Mon, 05 Nov 2007 20:00:41 -0500 Dan Fix installation with MySQL root option
Mon, 05 Nov 2007 19:50:40 -0500 Dan Out with the old, in with the new. Welcome to Enano's new installer framework!
Mon, 05 Nov 2007 17:11:37 -0500 Dan Second try (need config.php to exist before the API can be started, duh)
Mon, 05 Nov 2007 17:07:22 -0500 Dan Renaming config.php and .htaccess to *.new to allow tarbombing an Enano installation with no adverse effects; first attempt, may not work right.
Sat, 03 Nov 2007 21:32:26 -0400 Dan "Fix" e-mail parse bugs in installer
Sat, 03 Nov 2007 14:30:53 -0400 Dan Merge in scaling abstraction from stable
Sat, 03 Nov 2007 14:15:14 -0400 Dan Alternate scaling using GD is implemented now; images will be scaled with ImageMagick if enabled and working; else, GD will be used. No UI changes to speak of, but a check in the installer will be added in a later commit
Sat, 03 Nov 2007 07:30:11 -0400 Dan Merging in fixes from rev. 207
Wed, 24 Oct 2007 12:45:05 -0400 Dan Merging in fixes from stable
Fri, 26 Oct 2007 19:28:54 -0400 Dan You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Sat, 20 Oct 2007 22:16:25 -0400 Dan That merge did NOT go well.
Sun, 07 Oct 2007 21:31:14 -0400 Dan Sync changes in from Nighthawk
Sat, 06 Oct 2007 20:36:40 -0400 Dan Rebrand as 1.1.1; everything should now be bumped to "unstable" status
Sun, 30 Sep 2007 19:27:44 -0400 Dan Crap, that didn't work. Remerge of 42c6c83b8a00 and 824821224153
Sun, 30 Sep 2007 19:22:04 -0400 Dan Merging branches from Scribus and Nighthawk
Sun, 30 Sep 2007 19:16:24 -0400 Dan Rebrand for 1.0.2 (again, lol)
Mon, 24 Sep 2007 23:59:31 -0400 Dan Rebrand for 1.0.2b1
Sun, 23 Sep 2007 23:21:10 -0400 Dan Rebrand as 1.0.2 (Coblynau); internal links are now parsed by RenderMan::parse_internal_links()
Sun, 23 Sep 2007 18:42:16 -0400 Dan Revamped the administrator's user CP, big time. The admin module now uses a smart form and enables all profile fields, including users_extra, to be changed. Passwords are encrypted when sent. The whole CP has been split off into a different file to accomodate the large amount of code.
Tue, 11 Sep 2007 18:35:39 -0400 Dan Rebranded as 1.0.1.1; fixed category page drawing bug; updated link to GPL in the about page to the GPLv2
Fri, 07 Sep 2007 16:27:40 -0400 Dan Merging Scribus and Nighthawk repositories
Sat, 25 Aug 2007 12:11:31 -0400 Dan Fixed non-object reference in databaseless template, added locking for Javascript paginator, made comments on AES key size more clear in constants, and disallowed "anonymous" and IP addresses for admin username in install.php; Loch Ness release candidate
Tue, 14 Aug 2007 15:13:40 -0400 Dan Added ability to detag deleted pages
Thu, 09 Aug 2007 12:26:16 -0400 Dan AJAX comments are now paginated; plugin manager can now show system plugins; typo in installer corrected; links in oxygen/stpatty/admin footers changed to "About Enano" page; 1.0.1 release candidate
less more (0) -60 tip