summaryrefslogtreecommitdiffstats
path: root/system
AgeCommit message (Collapse)AuthorFilesLines
2012-02-10Merge upstream branchAndrey 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-db-sqlite3Andrey 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 ↵Kevin Cupp2-0/+4
ExpressionEngine bug about errors getting cached by reverse proxies who cache 200 responses: http://expressionengine.com/bug_tracker/bug/17420
2012-02-02Merge remote-tracking branch 'upstream/develop' into develop-db-sqlite3Andrey Andreev1-56/+77
2012-02-01Merge upstreamAndrey Andreev12-821/+448
2012-02-01Merge remote-tracking branch 'upstream/develop' into develop-db-sqlite3Andrey Andreev1-1/+1
2012-01-31HTTPS detection fixRoss Duggan1-1/+1
More closely follow the wording of the $_SERVER['HTTPS'] description in the PHP manual, which specifies a "non-empty" value rather than "non-null"
2012-01-27Merge upstream branchAndrey Andreev12-820/+448
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-26Another minor improvementAndrey Andreev1-4/+4
2012-01-26Replace array_key_exists() with isset()Andrey Andreev1-5/+5
2012-01-26DB forge escaping relatedAndrey Andreev2-12/+12
2012-01-25Merge pull request #842 from narfbg/develop-encryptPhil Sturgeon1-75/+37
Improve the Encryption library
2012-01-25Remove an access description line and switch private to protectedAndrey Andreev2-2/+1
2012-01-24Revert a space in the license agreement :)Andrey Andreev1-1/+1
2012-01-24Revert a space in the license agreement :)Andrey Andreev1-1/+1
2012-01-24Revert a space in the license agreement :)Andrey Andreev4-4/+4
2012-01-24Fix bug #195Eric Roberts1-16/+10
Fixes bug #195 regarding non-existent user agent strings when using force_download() helper.
2012-01-20Replace AND with &&Andrey Andreev1-4/+2
2012-01-20Revert if() merge, for readabilityAndrey Andreev1-5/+22
2012-01-19Some cleaningAndrey Andreev1-18/+3
2012-01-19Some more cleaningAndrey Andreev1-4/+2
2012-01-19Still update the session on AJAX calls, just don't regenerate the session IDAndrey Andreev1-6/+30
2012-01-19Fix issue #154Andrey Andreev1-68/+50
2012-01-16APC throws "apc_store() expects parameter 3 to be long, string given". ↵Sean Fisher1-0/+1
Validates the TTL to an integer.
2012-01-16Replaced a method with a variableAndrey Andreev1-1/+1
2012-01-16Add a comment for CI_DB_sqlite3_result::num_rows()Andrey Andreev1-0/+3
2012-01-16Add SQLite3 database driverAndrey Andreev6-1/+1544
2012-01-12Merge pull request #846 from aquariuz/developPhil Sturgeon3-3/+3
fixed 2 bugs
2012-01-12array keys should be 0, 1, and 2. key 3 results in error (invalid offset)Ronald Beilsma1-1/+1
2012-01-10Two returnsAndrey Andreev1-3/+2
2012-01-10Merge pull request #906 from narfbg/develop-issue-904Phil Sturgeon2-8/+6
Fix issue #904
2012-01-10Merge pull request #892 from narfbg/develop-core-securityPhil Sturgeon1-173/+106
Improve the core Security library
2012-01-10Merge pull request #912 from narfbg/develop-fix-fhPhil Sturgeon2-8/+8
Fixes for two previous commits
2012-01-10Fix a bug in system/core/CodeIgniter.phpAndrey Andreev1-1/+1
2012-01-10Fix a bug in the File helperAndrey Andreev1-7/+7
2012-01-10closedir closes directory handle, not directory pathRonald Beilsma1-1/+1
2012-01-10closedir closes directory handle, not directory pathRonald Beilsma1-1/+1
2012-01-10Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into developRonald Beilsma126-2179/+1368
2012-01-10Fixed a bug in CI_Lang::load()Andrey Andreev1-1/+1
2012-01-09Some more stuff ...Andrey Andreev1-17/+6