install/schemas/postgresql_stage2.sql
2009-12-19 Dan Logs: Fully integrated an author_uid column. Logs are now linked by user ID instead of just username, so they survive username changes better. Database is changed. Fixes issue 6.
2009-12-17 Dan ACP: Added lockout management feature
2009-12-12 Dan Set up more sensible defaults (UTC, DST off) for timezone preferences. Also modified enano_date() to properly include GMT offsets when timezone characters are used. Fixes issue 4.
2009-12-07 Dan Fixed ranks table under PostgreSQL. FIXME, only affects new installations and upgrades, if this bug is encountered in the wild we might want to look at auto-integrating a fix.
2009-08-21 Dan Fixed some upgrade bugs; added support for choosing one's own date/time formats; rebrand as 1.1.7
2009-04-16 Dan QA: Schema: fixed urlname in pages was wrong size (both MySQL and PgSQL)
2009-04-16 Dan Installer default content is now modular, and can pivot between starting with a blank site and installing a tutorial site.
2009-04-16 Dan Drop-in Enanium as default theme upon install
2009-03-14 Dan Installer: pgsql main schema: fixed missing page_format in logs
2009-03-14 Dan Added support for alternate port numbers on database servers. Also in install-cli, merged in new sysreqs functionality.
2009-02-16 Dan Made all page_id and namespace columns consistent
2009-01-04 Dan Two big commits in one day I know, but redid password storage to use HMAC-SHA1. Consolidated much AES processing to three core methods in session that should handle everything automagically. Installation works; upgrades should. Rebranded as 1.1.6.
2008-12-21 Dan Fixed a couple PostgreSQL bugs.
2008-12-21 Dan Fixed timezone preference setting not fully implemented; added ability for users to select their own rank from a list of possible ranks based on group membership and user level
2008-09-21 Dan Added initial support for DST. Rules are defined in constants.php and are extensible.
2008-08-12 Dan Rebranded as 1.1.5 (Caoineag alpha 5) and fixed a couple bugs related to CDN support in template_nodb and installerUI. Updated readme.
2008-07-28 Dan Fixed missing PRIMARY KEY definitions in postgresql_stage2
2008-07-12 Dan Fixed a few more PostgreSQL bugs with insert_id() and an issue with setting SERIAL columns manually. May break things if installed into a database without first dropping tables.
2008-07-10 Dan Added Gravatar support! And it's really configurable too.
2008-05-16 Dan Added user preference for disabling visual effects in Javascript applets; added re-import button to installed plugins
2008-05-05 Dan Massive commit with various changes. Added user ranks system (no admin interface yet) and ability for users to have custom user titles. Made cron framework accept fractions of hours through floating-point intervals. Modifed ACL editor to use miniPrompt framework for close confirmation box. Made avatar system use a special page as opposed to fetching the files directly for caching reasons.
2008-04-06 Dan Started work on the new plugin manager and associated management code. Very incomplete at this point and not usable.
2008-03-15 Dan Fixed some bugs with PostgreSQL and added a word_lcase column to the search_index table because collation is not working under MySQL. TODO: Trigger search index rebuild on upgrade to 1.1.4.
2008-03-01 Dan Fixed the fact that cron just didn't work at all (brain fart that day or something)
2008-02-20 Dan Added support for Diffie-Hellman key exchange during login. w00t!
2008-02-18 Dan Started (but disabled) work on the new theme manager, 1.1.2 is being released with this thing halfway done.
2008-02-12 Dan Added autosave functionality and resurrected the old toolbar code that was added about a year ago but never uesd.
2008-02-11 Dan Added upgrade schema files for 1.1.1 -> current (1.1.2-dev)
2008-02-09 Dan Added some basic timezone support; DST support is still to come.
2008-02-06 Dan Implemented a new CAPTCHA API; the frontend ($session->{make,get}_captcha) is API-compatible but the backend (the captcha class) is deprecated.
2008-01-26 Dan Removed stray debugging info from ACL editor success notification; added ability for guests to set language on URI (?lang=eng); added html_in_pages ACL type and separated from php_in_pages so HTML can be embedded but not PHP; rewote portions of the path manager to better abstract URL input; added Zend Framework into list of BSD-licensed libraries; localized some remaining strings; got the migration script working, but just barely; fixed display bug in Special:Contributions; localized Main Page button in admin panel
2008-01-23 Dan Improved compatibility with PostgreSQL and fixed a number of installer bugs; fixed missing "meta" category declaration in language files
2008-01-21 Dan Implemented IP logging for comments and registration
2008-01-18 Dan Dropping changes from revision 350 (dd7cbc97f681)
2008-01-17 Dan Oops, search_index table was still registered and language and language_strings weren't
2008-01-17 Dan More progress on the installer. At this point it can install and import the language, but does not rename config files. Still much work to be done, most notably localization and creation of MySQL users and databases.
2008-01-16 Dan Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
less more (0) tip