summaryrefslogtreecommitdiffstats
path: root/system
AgeCommit message (Expand)AuthorFilesLines
2012-06-14Some optimizations to the date helperAndrey Andreev1-10/+8
2012-06-14And yet another missed line from the last oneAndrey Andreev1-1/+1
2012-06-14Fix an issue from d461934184d95b0cfb2feec93f27b621ef72a5c2Andrey Andreev1-3/+3
2012-06-14Polish changes from pull #1233 - Session class already has the time_reference...Andrey Andreev1-7/+5
2012-06-14Merge pull request #1223 from Razican/new_dateAndrey Andreev2-18/+25
2012-06-14Fix issue #10 + URI class speed improvementsAndrey Andreev1-8/+12
2012-06-13Fixed some stuff in documentation.Iban Eguia1-2/+2
2012-06-13Switch compile_binds() to use substr_replace() instead of str_replace()Andrey Andreev1-17/+13
2012-06-13Really fix compile_binds()Andrey Andreev1-9/+35
2012-06-13Fix a syntax errorAndrey Andreev1-1/+1
2012-06-12Additional improvements to compile_binds()Andrey Andreev1-4/+8
2012-06-12Merge pull request #1461 from kwoodfriend/developAndrey Andreev1-0/+6
2012-06-12Fix issue #1460Andrey Andreev1-1/+1
2012-06-12Changed the config parameter. The session's _get_time() function has also ch...Iban Eguia2-4/+12
2012-06-12Modified Form Validation class's set_rules() so it can now handle an array of...Kevin Wood-Friend1-0/+6
2012-06-12Fix issue #145Andrey Andreev1-17/+9
2012-06-12Fix APPPATHAndrey Andreev1-1/+1
2012-06-12Fix issue #1202Andrey Andreev1-0/+1
2012-06-12Add support for the anchor 'rel' attribute in the Pagination libraryAndrey Andreev1-7/+37
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 Andreev1-2/+2
2012-06-12Merge pull request #1017 from burakerdem/patch-1Andrey Andreev1-3/+3
2012-06-12Added MySQLi backup() supportAndrey Andreev1-2/+117
2012-06-12Change file permissions for system/core/*.php and system/database/DB.php so t...Andrey Andreev13-0/+0
2012-06-12join() with multiple conditions and optional escape parameterAndrey Andreev1-8/+44
2012-06-11Fix an issue introduced in 88cb278a1e52dd7db5b0ebe2037c12f0dd69c0c1Andrey Andreev1-1/+1
2012-06-11Fix issue #1264Andrey Andreev6-13/+84
2012-06-11Fix a join() issueAndrey Andreev1-1/+1
2012-06-11Fix issue #1456Andrey Andreev1-2/+6
2012-06-11Add OFFSET support for SQL Server 2005+ in MSSQL/SQLSRVAndrey Andreev2-4/+46
2012-06-11Optimized now() function. Thanks to @narfbgIban Eguia1-13/+8
2012-06-11Fix issue #1455 (introduct in d261b1e89c3d4d5191036d5a5660ef6764e593a0)Andrey Andreev1-1/+1
2012-06-11Remove unused qb_order property + other minor changesAndrey Andreev1-29/+17
2012-06-11fixesMichiel Vugteveen1-1/+1
2012-06-11fixesMichiel Vugteveen1-3/+3
2012-06-11tab fixesMichiel Vugteveen1-9/+9
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 Andreev1-1/+1
2012-06-10Fix _where() escaping operatorsAndrey Andreev2-10/+8
2012-06-10Fix count_all()Andrey Andreev1-1/+1
2012-06-10Fix issue #1452Andrey Andreev5-17/+42
2012-06-10Merge branch 2.1-stable into developAndrey Andreev4-11/+26
2012-06-09Fixed timezone change in index.phpIban Eguia1-4/+10
2012-06-09Fix defined() usage in system/core/Common.phpAndrey Andreev1-1/+1
2012-06-09Cleanup the new Redis cache driver and add a changelog entry for itAndrey Andreev2-48/+63
2012-06-09Merge pull request #948 from mptre/developAndrey Andreev2-3/+225
2012-06-08Merge remote-tracking branch 'upstream/develop' into new_dateIban Eguia136-8815/+8598
2012-06-08Return $this when values ($key OR $values) is NULLRafael Queiroz1-1/+1