summaryrefslogtreecommitdiffstats
path: root/system
AgeCommit message (Expand)AuthorFilesLines
2012-02-29Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop-zipAndrey Andreev127-5396/+3771
2012-02-29Minor clean-upAndrey Andreev1-3/+2
2012-02-29Change end() usage due to E_STRICT messagesAndrey Andreev2-2/+4
2012-02-29removed double slashMichiel Vugteveen1-1/+1
2012-02-29Merge upstream branchAndrey Andreev4-81/+194
2012-02-29Improved plural() and singular().Phil Sturgeon1-56/+96
2012-02-29Add an optional set_mime parameter to force_download()Andrey Andreev1-39/+41
2012-02-29Merged in 2.1-stable changes.Phil Sturgeon3-25/+98
2012-02-28Replace AND with &&Andrey Andreev1-1/+1
2012-02-28Fix issue #177Andrey Andreev1-28/+14
2012-02-27Just some style changes and removed a useless checkAndrey Andreev1-18/+13
2012-02-24Merge pull request #1069 from narfbg/develop-db-selectAndrey Andreev4-14/+60
2012-02-24Update database property when switching to a new oneAndrey Andreev4-4/+48
2012-02-22Fix issue 1070Andrey Andreev1-24/+10
2012-02-22Add an optional database name parameter to db_select()Andrey Andreev4-14/+16
2012-02-17Syntax error, causing MySQL utility could not usedTaufan Aditya1-1/+1
2012-02-17Fixed issue #960Marcos Garcia1-7/+0
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-15Lowered the file permissions for file caches.Yorick Peterse1-1/+1
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-12Merge pull request #757 from narfbg/2.1-stablePhil Sturgeon1-24/+78
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-02Fix some comment blocksAndrey Andreev1-15/+23
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
2012-01-25Merge pull request #842 from narfbg/develop-encryptPhil Sturgeon1-75/+37