Age | Commit message (Expand) | Author | Files | Lines |
2012-06-16 | Changed order_by() default escaping to _protect_identifiers | Andrey Andreev | 1 | -2/+3 |
2012-06-16 | Fix issue #318 + added a default to the switch() in CI_Output::minify() | Andrey Andreev | 3 | -39/+50 |
2012-06-15 | Fix issue #167 | Andrey Andreev | 2 | -1/+2 |
2012-06-15 | mimes.php: zip, rar, php from pull #1472 | Andrey Andreev | 2 | -3/+7 |
2012-06-15 | Merge pull request #1490 from vlakoff/develop | Andrey Andreev | 1 | -1/+1 |
2012-06-15 | Fix error in Encryption Class documentation
| vlakoff | 1 | -1/+1 |
2012-06-15 | Merge pull request #1487 from IT-Can/query-error-sql-log | Phil Sturgeon | 1 | -1/+1 |
2012-06-15 | Add support for HTTP code 303 in set_status_header(), as suggested in pull #341 | Andrey Andreev | 2 | -7/+14 |
2012-06-15 | more logging | Michiel Vugteveen | 1 | -1/+1 |
2012-06-15 | Fix nice_date() documentation | Andrey Andreev | 1 | -5/+7 |
2012-06-15 | Fix issue #520 | Andrey Andreev | 2 | -0/+5 |
2012-06-15 | Optimize encode_php_tags() | Andrey Andreev | 2 | -2/+2 |
2012-06-15 | Update simple_query() documentation (issue #1484) | Andrey Andreev | 1 | -5/+25 |
2012-06-15 | Merge pull request #1480 from IT-Can/fix-validation-exactlength | Andrey Andreev | 1 | -6/+18 |
2012-06-15 | some optimizations | Michiel Vugteveen | 1 | -9/+21 |
2012-06-15 | Fix having() | Andrey Andreev | 1 | -4/+3 |
2012-06-15 | Fix issue #1483 | Andrey Andreev | 1 | -1/+1 |
2012-06-15 | Fix issue #1482 | Andrey Andreev | 1 | -1/+1 |
2012-06-15 | Fixed ANOTHER DB_Forge bug in the mysql driver.
| Phil Sturgeon | 1 | -1/+1 |
2012-06-15 | Somebody double `$$`ed, causing error
| Phil Sturgeon | 1 | -1/+1 |
2012-06-15 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop | Phil Sturgeon | 174 | -2486/+2760 |
2012-06-15 | Merge branch 'feature/minify_output' of https://github.com/atiredmachine/Code... | Phil Sturgeon | 2 | -3/+177 |
2012-06-14 | fixed other functions | Michiel Vugteveen | 1 | -4/+4 |
2012-06-14 | fix | Michiel Vugteveen | 1 | -6/+4 |
2012-06-14 | exact length passed as string needs to be casted to int | Michiel Vugteveen | 1 | -1/+3 |
2012-06-14 | A TTL of 0 will keep the cache persistant. | Sean Fisher | 1 | -1/+1 |
2012-06-14 | Improve date helper functions human_to_unix() and nice_date() | Andrey Andreev | 1 | -37/+14 |
2012-06-14 | Some date helper improvements | Andrey Andreev | 1 | -60/+43 |
2012-06-14 | Replace strncmp() usage with strpos() | Andrey Andreev | 4 | -10/+10 |
2012-06-14 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into email | Timothy Warren | 13 | -98/+154 |
2012-06-14 | Add changelog entry for issue #1387 | Andrey Andreev | 1 | -0/+1 |
2012-06-14 | Some optimizations to the date helper | Andrey Andreev | 1 | -10/+8 |
2012-06-14 | Some optimizations to the date helper tests | Andrey Andreev | 1 | -4/+4 |
2012-06-14 | test_now_gmt() -> test_now_utc() | Andrey Andreev | 1 | -5/+4 |
2012-06-14 | Alter now() tests | Andrey Andreev | 1 | -0/+12 |
2012-06-14 | Comment out _set_uri_string() test as it is no longer callable from outside t... | Andrey Andreev | 1 | -0/+5 |
2012-06-14 | And yet another missed line from the last one | Andrey Andreev | 1 | -1/+1 |
2012-06-14 | Fix an issue from d461934184d95b0cfb2feec93f27b621ef72a5c2 | Andrey Andreev | 1 | -3/+3 |
2012-06-14 | Polish changes from pull #1233 - Session class already has the time_reference... | Andrey Andreev | 4 | -20/+12 |
2012-06-14 | Merge pull request #1223 from Razican/new_date | Andrey Andreev | 6 | -32/+55 |
2012-06-14 | Fix issue #10 + URI class speed improvements | Andrey Andreev | 2 | -10/+14 |
2012-06-13 | Fixed some stuff in documentation. | Iban Eguia | 4 | -10/+14 |
2012-06-13 | Switch compile_binds() to use substr_replace() instead of str_replace() | Andrey Andreev | 1 | -17/+13 |
2012-06-13 | Really fix compile_binds() | Andrey Andreev | 1 | -9/+35 |
2012-06-13 | Another input library docs fix | Andrey Andreev | 1 | -1/+2 |
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 |