includes/dbal.php
2009-01-15 Dan Added CLI installer. Supports interactive, command-line, and internal-call installation. Fixed a few bugs related to anti-SQL injection parser and plugin installation.
2009-01-12 Dan DBAL: Fixed issues with die_json() and multiline responses from {mysql,pg_last}_error()
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-31 Dan Redid error handler (it was causing some problems with gzip enabled)
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-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-08-12 Dan SECURITY: Full query is no longer shown on SQL injection attempt; silenced calls to mysql_unbuffered_query() due to some untraceable yet harmless errors
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-12 Dan Rank editor is now in a working (beautiful) state. More intuitive than a Mac.
2008-07-10 Dan Oops, somehow changed mysql_query() to pg_query() in MySQL DBAL
2008-07-10 Dan Got the installer working. Fixed a few bugs including a nasty-to-debug issue where the lang_id was being hardcoded during installation, resulting in strings being inserted with the wrong lang_id causing an infinfinite loop with fetch() throwing a "no strings" error and using template (which calls fetch()) to complain
2008-07-02 Dan Another sweep from the optimization monster.
2008-04-14 Dan Rebrand as 1.1.4 (Caoineag alpha 4)
2008-03-15 Dan [minor] silence errors when closing DB connections
2008-03-07 Dan Added safety against re-defining constants in dbal
2008-03-07 Dan Fixed $db->die_json(), should now produce standards-compliant output.
2008-03-01 Dan Fixed the fact that cron just didn't work at all (brain fart that day or something)
2008-02-16 Dan Some memory usage improvements, I think. PHP is being weird to me.
2008-01-25 Dan [minor] silenced errors to mysql_free_result() and pg_free_result()
2008-01-18 Dan Enano's new installable installer, alpha 1. No upgrade and (in some parts) very little localization.
2008-01-16 Dan Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
2007-12-21 Dan NOW the installer should work.
2007-12-20 Dan Redid merge, the previous one had a few problems
2007-12-19 Dan Many changes. Installer with PostgreSQL is broken badly and will be for some time.
less more (0) -24 tip