summaryrefslogtreecommitdiffstats
path: root/system
AgeCommit message (Expand)AuthorFilesLines
2012-02-16Merge pull request #1046 from YorickPeterse/developPhil Sturgeon1-1/+1
2012-02-16Implemented insert_id() methodTimothy Warren1-3/+4
2012-02-15Implemented _list_columns() methodTimothy Warren1-2/+11
2012-02-15Lowered the file permissions for file caches.Yorick Peterse1-1/+1
2012-02-15Limit clause fixesTimothy Warren2-7/+8
2012-02-15Syntax fixesTimothy Warren2-26/+14
2012-02-15Minor codestyle fixTimothy Warren2-2/+1
2012-02-15Removed string case manipulation functionsTimothy Warren1-11/+7
2012-02-14Restored '@' charactersTimothy Warren1-110/+108
2012-02-14Various fixesTimothy Warren1-111/+115
2012-02-14Added public declarationsTimothy Warren4-49/+49
2012-02-14First iteration of interbase driverTimothy Warren5-0/+1246
2012-02-14Fix another issueAndrey Andreev1-1/+1
2012-02-14Fix issue #1039Andrey Andreev2-9/+10
2012-02-14Fix issue #81Andrey Andreev1-8/+14
2012-02-14Merge remote-tracking branch 'upstream/develop' into develop-db-odbcAndrey Andreev2-251/+199
2012-02-13Merge pull request #921 from narfbg/develop-image-libPhil Sturgeon1-248/+187
2012-02-13Added missing spaceTimothy Warren1-1/+1
2012-02-13Re-added if ! empty clauseTimothy Warren1-1/+4
2012-02-13Refixed Old-style pdo connection stringTimothy Warren1-7/+6
2012-02-13Semicolon automatically added if not exists after hostname, if only database ...Taufan Aditya1-2/+7
2012-02-13Revert fix for #81 - it actually breaks thingsAndrey Andreev1-2/+2
2012-02-13Added DSN string supportAndrey Andreev1-2/+8
2012-02-12Fixed rtrim issue in hostname fragment, for backward compabilityTaufan Aditya1-5/+3
2012-02-12Merge pull request #757 from narfbg/2.1-stablePhil Sturgeon1-24/+78
2012-02-12Merge remote-tracking branch 'upstream/develop' into develop-db-odbcAndrey Andreev8-186/+396
2012-02-12Fix issue #81Andrey Andreev1-3/+3
2012-02-10Changed double quotes to singleTimothy Warren1-1/+1
2012-02-10Fixed old-style pdo connection stringTimothy Warren1-1/+5
2012-02-10Merge remote-tracking branch 'upstream/develop' into develop-image-libAndrey Andreev5-93/+286
2012-02-10Grammar correctionTaufan Aditya1-1/+1
2012-02-09TypoTaufan Aditya1-1/+1
2012-02-09Change PHP.net mirror to the main mirrorTaufan Aditya1-2/+2
2012-02-09Fixed PDOTaufan Aditya5-93/+286
2012-02-08Merge remote-tracking branch 'upstream/develop' into develop-image-libAndrey Andreev2-37/+33
2012-02-08Remove a few spacesAndrey Andreev1-2/+2
2012-02-08Fix CI_Input::is_ajax_request()Andrey Andreev1-37/+29
2012-02-08Fix #1009 documentation fixedJohn Crepezzi1-3/+3
2012-02-07Renaming equal_to_greater_than to greater_than_equal_to, equal_to_less_than t...Nick Busey2-4/+4
2012-02-05Adding in a few 503 status codes for common errors in response to this Expres...Kevin Cupp2-0/+4
2012-02-02Merge remote-tracking branch 'upstream/develop' into develop-image-libAndrey Andreev1-56/+77
2012-02-02Adding equal to greater than, equal to less than form validators.Nick Busey2-24/+62
2012-02-01Merge remote-tracking branch 'upstream/develop' into develop-db-odbcAndrey Andreev10-730/+401
2012-02-01Merge upstreamAndrey Andreev12-821/+448
2012-02-01Merge remote-tracking branch 'upstream/develop' into develop-image-libAndrey Andreev13-821/+449
2012-01-31HTTPS detection fixRoss Duggan1-1/+1
2012-01-27Switch _process_fields() from private to protectedAndrey Andreev1-1/+1
2012-01-27Add PHP version check in db_pconnect()Andrey Andreev1-0/+6
2012-01-27Improve the MySQLi database driverAndrey Andreev5-354/+189
2012-01-26Improve the MySQL database driverAndrey Andreev4-375/+205