Sun, 28 Mar 2010 23:10:46 -0400 |
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.
|
file |
diff |
annotate
|
Wed, 06 Jan 2010 02:03:10 -0500 |
Dan |
DBAL: readded sql_affectedrows(), some plugins were using it
|
file |
diff |
annotate
|
Fri, 18 Dec 2009 21:46:05 -0500 |
Dan |
Backed out of ENANO_INSTALLED check in DBAL, it broke CLI installs badly
|
file |
diff |
annotate
|
Fri, 18 Dec 2009 19:06:49 -0500 |
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.
|
file |
diff |
annotate
|
Sun, 13 Dec 2009 03:56:06 -0500 |
Dan |
DBAL: Majorly cleaned up and improved coding standards/documentation
|
file |
diff |
annotate
|
Sun, 06 Dec 2009 21:51:32 -0500 |
Dan |
PostgreSQL: Fixed user pages. Also added a columns_in() method to the DBAL to list columns in a table
|
file |
diff |
annotate
|
Tue, 01 Dec 2009 00:27:26 -0500 |
Dan |
common_cli and dbal: Fixed lack of ENANO_INSTALLED check in determining config path
|
file |
diff |
annotate
|
Thu, 20 Aug 2009 20:01:55 -0400 |
Dan |
Fixed some upgrade bugs; added support for choosing one's own date/time formats; rebrand as 1.1.7
|
file |
diff |
annotate
|
Wed, 13 May 2009 09:47:31 -0400 |
Dan |
Replaced the USE with a mysql_select_db() to cut out one query
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Sun, 12 Apr 2009 19:50:58 -0400 |
Dan |
Cleared up a few warnings that appeared under the Phalanger PHP interpreter.
|
file |
diff |
annotate
|
Sat, 21 Mar 2009 19:11:30 -0400 |
Dan |
Corrected a few display issues in Postgres DBAL. Thanks Neal.
|
file |
diff |
annotate
|
Sat, 14 Mar 2009 15:24:56 -0400 |
Dan |
DBAL: Fixed missing $loc in pgsql die_json()
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
Sun, 11 Jan 2009 21:36:36 -0500 |
Dan |
DBAL: Fixed issues with die_json() and multiline responses from {mysql,pg_last}_error()
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
Wed, 31 Dec 2008 08:40:38 -0500 |
Dan |
Redid error handler (it was causing some problems with gzip enabled)
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
Sat, 12 Jul 2008 03:32:57 -0400 |
Dan |
Rank editor is now in a working (beautiful) state. More intuitive than a Mac.
|
file |
diff |
annotate
|