summaryrefslogtreecommitdiffstats
path: root/system
AgeCommit message (Expand)AuthorFilesLines
2012-02-17implemented create_database, misc cleanupTimothy Warren2-21/+16
2012-02-17More general fix for num_rowsTimothy Warren2-54/+4
2012-02-17Workaround to fix methodTimothy Warren2-0/+115
2012-02-17Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into firebirdTimothy Warren2-8/+1
2012-02-17Syntax error, causing MySQL utility could not usedTaufan Aditya1-1/+1
2012-02-17Fixed issue #960Marcos Garcia1-7/+0
2012-02-17Simplified hostname connection logicTimothy Warren1-13/+2
2012-02-16Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into firebirdTimothy Warren4-12/+13
2012-02-16Num rows fixTimothy Warren1-1/+10
2012-02-16narfbg suggested fixesTimothy Warren5-106/+44
2012-02-16Merge pull request #934 from wilburhimself/developPhil Sturgeon1-1/+1
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-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-12Fixed rtrim issue in hostname fragment, for backward compabilityTaufan Aditya1-5/+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-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-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