summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-06-12Fix APPPATHAndrey Andreev2-3/+3
2012-06-12Some more index.php improvementsAndrey Andreev1-7/+8
2012-06-12Fix issue #1202Andrey Andreev2-0/+2
2012-06-12Add support for the anchor 'rel' attribute in the Pagination libraryAndrey Andreev3-9/+64
2012-06-12Switch protected properties in Pagination class to public and fix 2 issues fr...Andrey Andreev1-34/+34
2012-06-12Add changelog for pull #1017Andrey Andreev2-3/+4
2012-06-12Merge pull request #1017 from burakerdem/patch-1Andrey Andreev1-3/+3
2012-06-12Added MySQLi backup() supportAndrey Andreev2-4/+120
2012-06-12Change file permissions for system/core/*.php and system/database/DB.php so t...Andrey Andreev13-0/+0
2012-06-12Changed APPPATH, BASEPATH and VIEWPATH to be absolute paths (fixes issue #132...Andrey Andreev2-17/+37
2012-06-12Add changelog entry for issue #7Andrey Andreev1-1/+2
2012-06-12join() with multiple conditions and optional escape parameterAndrey Andreev2-31/+71
2012-06-11Fix an issue introduced in 88cb278a1e52dd7db5b0ebe2037c12f0dd69c0c1Andrey Andreev1-1/+1
2012-06-11Fix issue #1264Andrey Andreev7-13/+85
2012-06-11Fix a join() issueAndrey Andreev2-1/+2
2012-06-11Fix issue #1456Andrey Andreev1-2/+6
2012-06-11Alter documentation on requirements for the SQLSRV driverAndrey Andreev1-2/+3
2012-06-11Add OFFSET support for SQL Server 2005+ in MSSQL/SQLSRVAndrey Andreev3-5/+47
2012-06-11Fix issue #1455 (introduct in d261b1e89c3d4d5191036d5a5660ef6764e593a0)Andrey Andreev1-1/+1
2012-06-11Remove unused qb_order property + other minor changesAndrey Andreev2-30/+18
2012-06-11Merge pull request #1454 from IT-Can/upload-index-1453Andrey Andreev3-3/+16
2012-06-11fixesMichiel Vugteveen1-1/+1
2012-06-11fixesMichiel Vugteveen1-3/+3
2012-06-11tab fixesMichiel Vugteveen1-9/+9
2012-06-11changelogMichiel Vugteveen2-0/+5
2012-06-11get upload data with index keyMichiel Vugteveen1-11/+19
2012-06-10Remove a non-existent variable usageAndrey Andreev1-1/+1
2012-06-10Fix _where() with multiple condition custom queryAndrey Andreev2-2/+2
2012-06-10Add BETWEEN to _has_operator()Andrey Andreev2-1/+2
2012-06-10Fix _where() escaping operatorsAndrey Andreev2-10/+8
2012-06-10Fix count_all()Andrey Andreev1-1/+1
2012-06-10Revert a change in tests/mocks/core/common.phpAndrey Andreev1-1/+2
2012-06-10Revert a change in tests/mocks/core/common.phpAndrey Andreev1-1/+2
2012-06-10Fix issue #1452Andrey Andreev6-17/+44
2012-06-10Merge branch 2.1-stable into developAndrey Andreev10-15/+39
2012-06-09Fix defined() usage in system/core/Common.phpAndrey Andreev1-1/+1
2012-06-09Cleanup/optimize tests/mocks/Andrey Andreev24-184/+180
2012-06-09Cleanup/optimize tests/codeigniter/Andrey Andreev30-593/+463
2012-06-09Cleanup and optimize helper tests for speedAndrey Andreev14-319/+317
2012-06-09Modified date helper tests for better accuracyAndrey Andreev1-7/+4
2012-06-09Cleanup the new Redis cache driver and add a changelog entry for itAndrey Andreev3-48/+64
2012-06-09Merge pull request #948 from mptre/developAndrey Andreev2-3/+225
2012-06-09Merge pull request #1450 from rafaelrq/patch-1Andrey Andreev1-1/+1
2012-06-08Return $this when values ($key OR $values) is NULLRafael Queiroz1-1/+1
2012-06-08Fix issue #1447Andrey Andreev1-1/+1
2012-06-08Update OFFSET implementation for SQL Server 2012Andrey Andreev1-6/+3
2012-06-08Add OFFSET support for SQL Server 2012Andrey Andreev2-0/+7
2012-06-08Merge pull request #1433 from jjaffeux/test-encryption-classAndrey Andreev3-2/+87
2012-06-08escape_identifiers() to accept arrays as wellAndrey Andreev15-34/+38
2012-06-08Added MSSQL/SQLSRV field escaping support with QUOTE_IDENTIFIER detection (is...Andrey Andreev4-22/+83