includes/dbal.php
Wed, 13 May 2009 09:47:31 -0400 Dan Replaced the USE with a mysql_select_db() to cut out one query
Tue, 05 May 2009 00:10:26 -0400 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.
Sun, 19 Apr 2009 18:42:21 -0400 Dan DBAL: _die() now detects installation environment and, if present, calls installer UI library for error display chrome
Sun, 12 Apr 2009 19:50:58 -0400 Dan Cleared up a few warnings that appeared under the Phalanger PHP interpreter.
Sat, 21 Mar 2009 19:11:30 -0400 Dan Corrected a few display issues in Postgres DBAL. Thanks Neal.
Sat, 14 Mar 2009 15:24:56 -0400 Dan DBAL: Fixed missing $loc in pgsql die_json()
Sat, 14 Mar 2009 14:06:02 -0400 Dan Added support for alternate port numbers on database servers. Also in install-cli, merged in new sysreqs functionality.
Wed, 14 Jan 2009 20:33:05 -0500 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.
Sun, 11 Jan 2009 21:36:36 -0500 Dan DBAL: Fixed issues with die_json() and multiline responses from {mysql,pg_last}_error()
Sun, 04 Jan 2009 00:55:40 -0500 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.
Wed, 31 Dec 2008 08:40:38 -0500 Dan Redid error handler (it was causing some problems with gzip enabled)
Sun, 21 Dec 2008 04:26:56 -0500 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
Mon, 11 Aug 2008 22:31:04 -0400 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.
Mon, 11 Aug 2008 21:33:46 -0400 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
Sat, 12 Jul 2008 12:01:07 -0400 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.
Sat, 12 Jul 2008 03:32:57 -0400 Dan Rank editor is now in a working (beautiful) state. More intuitive than a Mac.
Wed, 09 Jul 2008 21:04:10 -0400 Dan Oops, somehow changed mysql_query() to pg_query() in MySQL DBAL
Wed, 09 Jul 2008 20:53:47 -0400 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
Wed, 02 Jul 2008 19:36:44 -0400 Dan Another sweep from the optimization monster.
Mon, 14 Apr 2008 12:13:12 -0400 Dan Rebrand as 1.1.4 (Caoineag alpha 4)
Sat, 15 Mar 2008 14:19:18 -0400 Dan [minor] silence errors when closing DB connections
Thu, 06 Mar 2008 23:04:45 -0500 Dan Added safety against re-defining constants in dbal
Thu, 06 Mar 2008 20:45:46 -0500 Dan Fixed $db->die_json(), should now produce standards-compliant output.
Sat, 01 Mar 2008 18:57:07 -0500 Dan Fixed the fact that cron just didn't work at all (brain fart that day or something)
Sat, 16 Feb 2008 16:56:08 -0500 Dan Some memory usage improvements, I think. PHP is being weird to me.
Thu, 24 Jan 2008 22:10:00 -0500 Dan [minor] silenced errors to mysql_free_result() and pg_free_result()
Thu, 17 Jan 2008 23:28:43 -0500 Dan Enano's new installable installer, alpha 1. No upgrade and (in some parts) very little localization.
Wed, 16 Jan 2008 13:55:49 -0500 Dan Welcome to the new Enano installer. Much distance still to be covered but the basics are there.
Fri, 21 Dec 2007 18:52:35 -0500 Dan NOW the installer should work.
Wed, 19 Dec 2007 22:55:40 -0500 Dan Redid merge, the previous one had a few problems
less more (0) -50 -30 tip