source: trunk/lib/DB.inc.php

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @810   2 months anonymous Enable setting db_timezone during runtime. Refactor setParam() in App, …
(edit) @724   4 years anonymous Use the /u regex modifier only when using UTF-8. Disable indexed array …
(edit) @721   4 years anonymous
(edit) @719   4 years anonymous Update Prefs to use PDO
(edit) @712   4 years anonymous Improve mysql connect error message
(edit) @697   5 years anonymous Improve error display. Use \u flag on preg patterns.
(edit) @683   5 years anonymous Add support for mysql-specific character sets and collations
(edit) @679   5 years anonymous Fix minor bugs. Detect http port and add to site_port, site_url, and …
(edit) @665   5 years anonymous Add $app->isCLI() to replace $app->cli
(edit) @661   5 years anonymous Remove cruft from timezone experiment
(edit) @660   5 years anonymous Reduce timezone support to simply setting defaults for user, php, and …
(edit) @659   5 years anonymous Fix regression 2
(edit) @658   5 years anonymous Fix regression
(edit) @657   5 years anonymous Update timezone test regex to support edge cases
(edit) @654   5 years anonymous Add timezone support
(edit) @630   6 years anonymous Disable App::sslOn(). Better logging on Email::send() unreplaced …
(edit) @627   6 years anonymous More detail in mysql connect error message
(edit) @601   7 years anonymous Updated every instance of 'zero' date 0000-00-00 to use 1000-01-01 if …
(edit) @575   7 years anonymous Changed LOG_ levels.
(edit) @564   8 years anonymous Fixed db_server=>localhost regression. Removed Auth->initDB from …
(edit) @563   8 years anonymous Removed assumption of localhost for mysql server. Removed exception …
(edit) @550   8 years anonymous Escaped quotes from email from names. Changed logMsg string truncation …
(edit) @547   9 years anonymous Moved CLI flag to ->cli which can be forced off for tests
(edit) @546   9 years anonymous Detecting CLI also using php_sapi_name()
(edit) @532   9 years anonymous Added common config for codebase cli scripts. Changed behavior of …
(edit) @502   9 years anonymous Many minor fixes during pulso development
(edit) @497   10 years anonymous Beginning the process of adapting codebase to foundation styles.
(edit) @484   10 years anonymous Changed private methods and properties to protected. A few minor bug fixes.
(edit) @479   10 years anonymous Convert tabs to spaces, and lineendings to LF in all files.
(edit) @478   10 years anonymous Using array_key_exists() instead of isset() where null may be a used …
(edit) @468   10 years anonymous Completed integrating /branches/eli_branch into /trunk. Changes …
(edit) @465   10 years anonymous Removed 'Session not authenticated' logging
(edit) @419   11 years anonymous Final check for active mysql connection. Changed truncate function arg …
(edit) @418   11 years anonymous Added 503 error to DB fail case.
(edit) @417   11 years anonymous Added reconnect method to DB, and testing current connection status …
(edit) @416   11 years anonymous Added reconnect method to DB, and testing current connection status …
(edit) @396   12 years anonymous Updated copyright date; comments elaboration; spelling fixes.
(edit) @380   13 years anonymous Begin using PHP 5 class features ('public static...'); updated …
(edit) @376   14 years quinn Updated copyright date, name to Strangecode LLC.
(edit) @362   15 years quinn Added a GPL license info header to all source files. Updated license …
(edit) @334   16 years quinn Fixed lots of misplings. I'm so embarrassed! ;P
(edit) @247   17 years quinn Converted all string functions to multi-byte (mb_*) functions
(edit) @231   17 years quinn Q - db_die_on_failure now set to true by default.
(edit) @230   17 years quinn Q - added better DB error correction and dying with _fail() method.
(edit) @209   17 years scdev Q - bug fixes
(edit) @172   18 years scdev Q - added caching to ACL, and flush command to acl.cli.php
(edit) @156   18 years scdev Q - Renamed tags/2.0 to 2.0.0 to indicate 2.0 "release", branched …
(edit) @146   18 years scdev Q - added persistant database storage to Prefs.inc.php. Modified …
(edit) @136   18 years scdev Q - Merged branches/2.0singleton into trunk. Completed updating …
(edit) @119   18 years scdev Q - making codebase 2 work with php5. Rewrote ImageThumb? class to work …
(edit) @71   18 years scdev minor misc bug fixes
(edit) @54   18 years scdev ${1}
(edit) @53   18 years scdev ${1}
(edit) @42   18 years scdev detabbed all files ;P
(edit) @15   18 years scdev M trunk/tests/run_tests.sh Now can run tests without being in tests …
(edit) @10   19 years scdev update module_maker to print module variables instead of writing files
(edit) @9   19 years scdev updated DB.inc.php so SET NAMES query is only used on MySQL versions > 4.1
(edit) @8   19 years scdev checking isset($this) on self-instanciating function calls in App and DB.
(add) @1   19 years scdev Initial import.
Note: See TracRevisionLog for help on using the revision log.