summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-06-15Somebody double `$$`ed, causing error Phil Sturgeon1-1/+1
2012-06-15Merge branch 'develop' of github.com:EllisLab/CodeIgniter into developPhil Sturgeon174-2486/+2760
2012-06-15Merge branch 'feature/minify_output' of https://github.com/atiredmachine/Code...Phil Sturgeon2-3/+177
2012-06-14Improve date helper functions human_to_unix() and nice_date()Andrey Andreev1-37/+14
2012-06-14Some date helper improvementsAndrey Andreev1-60/+43
2012-06-14Replace strncmp() usage with strpos()Andrey Andreev4-10/+10
2012-06-14Add changelog entry for issue #1387Andrey Andreev1-0/+1
2012-06-14Some optimizations to the date helperAndrey Andreev1-10/+8
2012-06-14Some optimizations to the date helper testsAndrey Andreev1-4/+4
2012-06-14test_now_gmt() -> test_now_utc()Andrey Andreev1-5/+4
2012-06-14Alter now() testsAndrey Andreev1-0/+12
2012-06-14Comment out _set_uri_string() test as it is no longer callable from outside t...Andrey Andreev1-0/+5
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 Andreev4-20/+12
2012-06-14Merge pull request #1223 from Razican/new_dateAndrey Andreev6-32/+55
2012-06-14Fix issue #10 + URI class speed improvementsAndrey Andreev2-10/+14
2012-06-13Fixed some stuff in documentation.Iban Eguia4-10/+14
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-13Another input library docs fixAndrey Andreev1-1/+2
2012-06-13Fix docs for Input library (issue #1465)Andrey Andreev1-27/+10
2012-06-13Add a changelog entryAndrey Andreev1-0/+1
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 Andreev3-1/+12
2012-06-12Fix issue #1460Andrey Andreev1-1/+1
2012-06-12Updated Form Validation's documentation for set_rules() now accepting an arra...Kevin Wood-Friend1-1/+5
2012-06-12Changed the config parameter. The session's _get_time() function has also ch...Iban Eguia5-13/+18
2012-06-12Updated changelog for set_rules() accepting an array of rules, as well as a s...Kevin Wood-Friend1-0/+1
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 Andreev2-17/+10
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