summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-06-16anchor_popup() improvementsAndrey Andreev3-13/+34
2012-06-16Fix two anchor_popup() issuesAndrey Andreev2-5/+3
2012-06-16Merge pull request #1495 from vkeranov/developEric Barnes1-1/+1
2012-06-16Really important space fix :)vkeranov1-1/+1
2012-06-16Fix CI_Calendar::generate() not accepting NULLs (introduced in d261b1e89c3d4d...Andrey Andreev1-2/+2
2012-06-16Fix issue #999Andrey Andreev3-5/+20
2012-06-16Fix local_to_gmt()Andrey Andreev2-10/+10
2012-06-16Fix issue #938 + some related improvementsAndrey Andreev3-17/+13
2012-06-16Small improvements to form_open()Andrey Andreev1-4/+6
2012-06-16Merge pull request #1492 from vlakoff/developAndrey Andreev2-12/+12
2012-06-16Documentation: remaining PHP "var" declarations changed to "public"vlakoff2-12/+12
2012-06-16Spelling fixes - `wether` to `whether`Alex Bilbie4-5/+5
2012-06-16All Query Builder methods to respect _protect_identifiers by defaultAndrey Andreev1-18/+24
2012-06-16Added an escape parameter to where_in(), or_where_in(), where_not_in(), or_wh...Andrey Andreev3-18/+16
2012-06-16Changed order_by() default escaping to _protect_identifiersAndrey Andreev1-2/+3
2012-06-16Fix issue #318 + added a default to the switch() in CI_Output::minify()Andrey Andreev3-39/+50
2012-06-15Fix issue #167Andrey Andreev2-1/+2
2012-06-15mimes.php: zip, rar, php from pull #1472Andrey Andreev2-3/+7
2012-06-15Merge pull request #1490 from vlakoff/developAndrey Andreev1-1/+1
2012-06-15Fix error in Encryption Class documentation vlakoff1-1/+1
2012-06-15Merge pull request #1487 from IT-Can/query-error-sql-logPhil Sturgeon1-1/+1
2012-06-15Add support for HTTP code 303 in set_status_header(), as suggested in pull #341Andrey Andreev2-7/+14
2012-06-15more loggingMichiel Vugteveen1-1/+1
2012-06-15Fix nice_date() documentationAndrey Andreev1-5/+7
2012-06-15Fix issue #520Andrey Andreev2-0/+5
2012-06-15Optimize encode_php_tags()Andrey Andreev2-2/+2
2012-06-15Update simple_query() documentation (issue #1484)Andrey Andreev1-5/+25
2012-06-15Merge pull request #1480 from IT-Can/fix-validation-exactlengthAndrey Andreev1-6/+18
2012-06-15some optimizationsMichiel Vugteveen1-9/+21
2012-06-15Fix having()Andrey Andreev1-4/+3
2012-06-15Fix issue #1483Andrey Andreev1-1/+1
2012-06-15Fix issue #1482Andrey Andreev1-1/+1
2012-06-15Fixed ANOTHER DB_Forge bug in the mysql driver. Phil Sturgeon1-1/+1
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-14fixed other functionsMichiel Vugteveen1-4/+4
2012-06-14fixMichiel Vugteveen1-6/+4
2012-06-14exact length passed as string needs to be casted to intMichiel Vugteveen1-1/+3
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