install.php
2008-04-13 Dan Added enforced warning about PHP4
2008-03-03 Dan Allowed uppercase characters to be used in the database name (thanks Andrew)
2008-02-28 Dan Rebrand as 1.0.4 (Ellyyllon)
2008-01-18 Dan Removed all PostgreSQL support from the installer as per http://enanocms.org/News:1200114064; installer support for Postgres is available in the 1.1 branch now
2008-01-02 Dan Installer works again now (for MySQL only)
2007-12-19 Dan Many changes. Installer with PostgreSQL is broken badly and will be for some time.
2007-12-13 Dan Rebrand as 1.0.3 (Dyrad)
2007-11-28 Dan Add installer pop-help topic for URL scheme, in response to http://forum.enanocms.org/viewtopic.php?f=5&t=19
2007-11-26 Dan Add warning in installer for PHP < 5.2.0; hopefully fix validation of e-mail addresses with dashes devel-freeze
2007-11-24 Dan Fixed a number of issues with SQL query readability and some undefined index-ish errors; consequently the SQL report feature was added
2007-11-22 Dan Made the username validation regexp in install less picky since it was blacklisting two of the letters in my name. >.<
2007-11-22 Dan Entering feature freeze for Coblynau release feature-freeze
2007-11-22 Dan Re-sync Oxygen and Mint and Oxygen simple with Oxygen main; a couple improvements to the redirect-on-no-config code
2007-11-21 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.
2007-11-18 Dan Major fixes to the ban system - large IP match lists don't slow down the server miserably anymore.
2007-11-18 Dan Fixed a couple of renaming issues in the installer
2007-11-18 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
2007-11-18 Dan Removed stray debug message in installer
2007-11-17 Dan Javascript validation for install DB info form didn't allow dashes
2007-11-17 Dan Patched in dash-in-database-name fix from unstable
2007-11-15 Dan Merge in installer fixes from 204 (ba28d43a6b86)
2007-11-15 Dan Merging in all changes from revision 185 (90b7a52bea45)
2007-11-15 Dan Fixed a few (more) MySQL issues with the installer and dashes in the database name
2007-11-10 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.
2007-11-09 Dan Cleaned up some HTML in the installer; corrected some phpDoc syntax errors
2007-11-06 Dan Fix installation with MySQL root option
2007-11-06 Dan Out with the old, in with the new. Welcome to Enano's new installer framework!
2007-11-05 Dan Second try (need config.php to exist before the API can be started, duh)
2007-11-05 Dan Renaming config.php and .htaccess to *.new to allow tarbombing an Enano installation with no adverse effects; first attempt, may not work right.
2007-11-04 Dan "Fix" e-mail parse bugs in installer
2007-11-03 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
2007-10-21 Dan That merge did NOT go well.
2007-10-21 Dan Merging in changes from 9b4279c25d33
2007-10-07 Dan Rebrand as 1.1.1; everything should now be bumped to "unstable" status
2007-09-30 Dan Crap, that didn't work. Remerge of 42c6c83b8a00 and 824821224153
2007-09-30 Dan Merging branches from Scribus and Nighthawk
2007-09-30 Dan Rebrand for 1.0.2 (again, lol)
2007-09-25 Dan Rebrand for 1.0.2b1 1.0.2b1
2007-09-24 Dan Rebrand as 1.0.2 (Coblynau); internal links are now parsed by RenderMan::parse_internal_links()
2007-09-23 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.
2007-09-11 Dan Rebranded as 1.0.1.1; fixed category page drawing bug; updated link to GPL in the about page to the GPLv2
2007-09-07 Dan Merging Scribus and Nighthawk repositories
2007-08-25 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
2007-08-14 Dan Added ability to detag deleted pages
2007-08-09 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
2007-08-05 Dan Fixed IE6 + Admin theme, version typo in installer, and paginator + IE6
2007-08-01 Dan Improved and enabled HTML optimization algorithm; enabled gzip compression; added but did not test at all the tag cloud class in includes/tagcloud.php, this is still very preliminary and not ready for any type of production use
2007-07-21 Dan Made the move to Loch Ness, and got some basic page grouping functionality working. TODO: fix some UI issues in Javascript ACL editor and change non-JS ACL editor to work with page groups too
2007-07-21 Dan Fixed a few presentation bugs in installer, made installer more "legally binding", and fixed global permissions inheritance in $session->fetch_page_acl()
2007-07-12 Dan Removed KNOWN_BUGS and TODO and added README; fixed file permissions yet again
2007-07-03 Dan Fixed a lot of bugs with Safari and Konqueror; improved Opera compatibility
2007-07-03 Dan Changed animation on flying message boxes; bugfix for "Array" response in theme changer; added diff CSS to enano-shared; allowed spaces in username during install
2007-07-01 Dan No code changes - trying once again to get rid of execute permissions on non-directories
2007-07-01 Dan Finished everything on the TODO list (yay!); several CSS cleanups; tons more changes in this commit - see the patch for details
2007-06-27 Dan Converting all tables on new installations to UTF-8; this may break MySQL 4.0 compatibility; several minor cosmetic fixes; set Powered button under Links to "on" by default
2007-06-26 Dan Updated all version numbers back to Banshee; a few preliminary steps towards full UTF-8 support in page URLs
2007-06-23 Dan Emergency version change to 1.0rc3 to fix XSS vulnerabilities
2007-06-22 Dan Installer actually works now on dev servers; minor language change in template.php; code cleanliness fix in sessions.php
2007-06-22 Dan Fixed problems with installer and config file (chdir and error-connecting-to-MySQL issues)
2007-06-21 Dan Finalized permissions on files and directories; adding PHP shutoff button (actual shutoff not implemented)
2007-06-19 Dan Added option in installer to not let admins embed PHP
2007-06-13 dan Initial population
less more (0) tip