includes/dbal.php
2010-03-29 Dan Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
2010-01-06 Dan DBAL: readded sql_affectedrows(), some plugins were using it
2009-12-19 Dan Backed out of ENANO_INSTALLED check in DBAL, it broke CLI installs badly
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-13 Dan DBAL: Majorly cleaned up and improved coding standards/documentation
2009-12-07 Dan PostgreSQL: Fixed user pages. Also added a columns_in() method to the DBAL to list columns in a table
2009-12-01 Dan common_cli and dbal: Fixed lack of ENANO_INSTALLED check in determining config path
2009-08-21 Dan Fixed some upgrade bugs; added support for choosing one's own date/time formats; rebrand as 1.1.7
2009-05-13 Dan Replaced the USE with a mysql_select_db() to cut out one query
2009-05-05 Dan Made some more changes to the way namespaces are handled, for optimization purposes. This is a bit of a structural reorganization: $paths->pages is obsoleted in its entirety; calculating page existence and metadata is now the job of the Namespace_* backend class. There are many things in PageProcessor that should be reorganized, and page actions in general should really be rethought. This is probably the beginning of a long process that will be taking place over the course of the betas.
2009-04-19 Dan DBAL: _die() now detects installation environment and, if present, calls installer UI library for error display chrome
2009-04-12 Dan Cleared up a few warnings that appeared under the Phalanger PHP interpreter.
2009-03-21 Dan Corrected a few display issues in Postgres DBAL. Thanks Neal.
2009-03-14 Dan DBAL: Fixed missing $loc in pgsql die_json()
2009-03-14 Dan Added support for alternate port numbers on database servers. Also in install-cli, merged in new sysreqs functionality.
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
less more (0) -50 -30 tip