Age | Commit message (Expand) | Author | Files | Lines |
2012-06-13 | Fix docs for Input library (issue #1465) | Andrey Andreev | 1 | -27/+10 |
2012-06-13 | Add a changelog entry | Andrey Andreev | 1 | -0/+1 |
2012-06-13 | Fix a syntax error | Andrey Andreev | 1 | -1/+1 |
2012-06-12 | Additional improvements to compile_binds() | Andrey Andreev | 1 | -4/+8 |
2012-06-12 | Merge pull request #1461 from kwoodfriend/develop | Andrey Andreev | 3 | -1/+12 |
2012-06-12 | Fix issue #1460 | Andrey Andreev | 1 | -1/+1 |
2012-06-12 | Updated Form Validation's documentation for set_rules() now accepting an arra... | Kevin Wood-Friend | 1 | -1/+5 |
2012-06-12 | Changed the config parameter. The session's _get_time() function has also ch... | Iban Eguia | 5 | -13/+18 |
2012-06-12 | Updated changelog for set_rules() accepting an array of rules, as well as a s... | Kevin Wood-Friend | 1 | -0/+1 |
2012-06-12 | Modified Form Validation class's set_rules() so it can now handle an array of... | Kevin Wood-Friend | 1 | -0/+6 |
2012-06-12 | Fix issue #145 | Andrey Andreev | 2 | -17/+10 |
2012-06-12 | Fix APPPATH | Andrey Andreev | 2 | -3/+3 |
2012-06-12 | Some more index.php improvements | Andrey Andreev | 1 | -7/+8 |
2012-06-12 | Fix issue #1202 | Andrey Andreev | 2 | -0/+2 |
2012-06-12 | Add support for the anchor 'rel' attribute in the Pagination library | Andrey Andreev | 3 | -9/+64 |
2012-06-12 | Switch protected properties in Pagination class to public and fix 2 issues fr... | Andrey Andreev | 1 | -34/+34 |
2012-06-12 | Add changelog for pull #1017 | Andrey Andreev | 2 | -3/+4 |
2012-06-12 | Merge pull request #1017 from burakerdem/patch-1 | Andrey Andreev | 1 | -3/+3 |
2012-06-12 | Added MySQLi backup() support | Andrey Andreev | 2 | -4/+120 |
2012-06-12 | Change file permissions for system/core/*.php and system/database/DB.php so t... | Andrey Andreev | 13 | -0/+0 |
2012-06-12 | Changed APPPATH, BASEPATH and VIEWPATH to be absolute paths (fixes issue #132... | Andrey Andreev | 2 | -17/+37 |
2012-06-12 | Add changelog entry for issue #7 | Andrey Andreev | 1 | -1/+2 |
2012-06-12 | join() with multiple conditions and optional escape parameter | Andrey Andreev | 2 | -31/+71 |
2012-06-11 | Fix an issue introduced in 88cb278a1e52dd7db5b0ebe2037c12f0dd69c0c1 | Andrey Andreev | 1 | -1/+1 |
2012-06-11 | Fix issue #1264 | Andrey Andreev | 7 | -13/+85 |
2012-06-11 | Fix a join() issue | Andrey Andreev | 2 | -1/+2 |
2012-06-11 | Fix issue #1456 | Andrey Andreev | 1 | -2/+6 |
2012-06-11 | Alter documentation on requirements for the SQLSRV driver | Andrey Andreev | 1 | -2/+3 |
2012-06-11 | Add OFFSET support for SQL Server 2005+ in MSSQL/SQLSRV | Andrey Andreev | 3 | -5/+47 |
2012-06-11 | Optimized now() function. Thanks to @narfbg | Iban Eguia | 1 | -13/+8 |
2012-06-11 | Fix issue #1455 (introduct in d261b1e89c3d4d5191036d5a5660ef6764e593a0) | Andrey Andreev | 1 | -1/+1 |
2012-06-11 | Remove unused qb_order property + other minor changes | Andrey Andreev | 2 | -30/+18 |
2012-06-11 | Merge pull request #1454 from IT-Can/upload-index-1453 | Andrey Andreev | 3 | -3/+16 |
2012-06-11 | fixes | Michiel Vugteveen | 1 | -1/+1 |
2012-06-11 | fixes | Michiel Vugteveen | 1 | -3/+3 |
2012-06-11 | tab fixes | Michiel Vugteveen | 1 | -9/+9 |
2012-06-11 | changelog | Michiel Vugteveen | 2 | -0/+5 |
2012-06-11 | get upload data with index key | Michiel Vugteveen | 1 | -11/+19 |
2012-06-10 | Remove a non-existent variable usage | Andrey Andreev | 1 | -1/+1 |
2012-06-10 | Fix _where() with multiple condition custom query | Andrey Andreev | 2 | -2/+2 |
2012-06-10 | Add BETWEEN to _has_operator() | Andrey Andreev | 2 | -1/+2 |
2012-06-10 | Fix _where() escaping operators | Andrey Andreev | 2 | -10/+8 |
2012-06-10 | Fix count_all() | Andrey Andreev | 1 | -1/+1 |
2012-06-10 | Revert a change in tests/mocks/core/common.php | Andrey Andreev | 1 | -1/+2 |
2012-06-10 | Revert a change in tests/mocks/core/common.php | Andrey Andreev | 1 | -1/+2 |
2012-06-10 | Fix issue #1452 | Andrey Andreev | 6 | -17/+44 |
2012-06-10 | Merge branch 2.1-stable into develop | Andrey Andreev | 10 | -15/+39 |
2012-06-10 | Changed the default timezone to local and explained in the config file. | Iban Eguia | 1 | -2/+3 |
2012-06-09 | Fixed timezone change in index.php | Iban Eguia | 4 | -8/+14 |
2012-06-09 | Fix defined() usage in system/core/Common.php | Andrey Andreev | 1 | -1/+1 |