Age | Commit message (Expand) | Author | Files | Lines |
2014-01-07 | Implement Loader method chaining | Andrey Andreev | 1 | -29/+46 |
2014-01-07 | Fix #2268 (manually implementing PR #2269) | Andrey Andreev | 1 | -3/+3 |
2014-01-07 | Add Basic HTTP authentication support to the XML-RPC library | Andrey Andreev | 1 | -1/+30 |
2014-01-06 | Fix #2237: Parser library failed if the same tag pair is used more than once ... | Andrey Andreev | 1 | -11/+19 |
2014-01-06 | Remove a redudant value check | Andrey Andreev | 1 | -1/+1 |
2014-01-06 | Fix #2579: Query Builder's "no escape" functionality didn't work properly wit... | Andrey Andreev | 1 | -4/+17 |
2014-01-06 | Make CI_Session's set_userdata(), set_flashdata(), set_tempdata(), unset_user... | Andrey Andreev | 1 | -5/+5 |
2014-01-06 | Make CI_Loader methods library(), driver(), vars() and language()'s first par... | Andrey Andreev | 1 | -6/+6 |
2014-01-06 | [ci skip] Fix a docblock typo | Andrey Andreev | 1 | -1/+1 |
2014-01-06 | Make CI_Form_validation::error()'s first parameter mandatory and add a typehi... | Andrey Andreev | 1 | -6/+6 |
2014-01-06 | Make CI_Input::set_cookie() and cookie helpers set_cookie(), get_cookie(), de... | Andrey Andreev | 2 | -4/+4 |
2014-01-03 | Make CI_Unit_test::set_test_items()'s parameter mandatory (optional doesn't m... | Andrey Andreev | 1 | -2/+2 |
2014-01-03 | [ci skip] Some spaces & docblock fixes | Andrey Andreev | 2 | -15/+13 |
2014-01-03 | Merge pull request #2768 from porquero/patch-1 | Andrey Andreev | 1 | -1/+2 |
2014-01-03 | Make CI_Lang::line()'s first parameter mandatory (optional doesn't make sense) | Andrey Andreev | 1 | -1/+1 |
2014-01-03 | FTP class improvements | Andrey Andreev | 2 | -9/+9 |
2014-01-03 | Make CI_FTP::mkdir()'s first parameter mandatory (optional doesn't make sense) | Andrey Andreev | 1 | -1/+1 |
2014-01-03 | [ci skip] Remove a few spaces | Andrey Andreev | 1 | -3/+3 |
2014-01-03 | A tiny improvement in ruri_string() | Andrey Andreev | 1 | -6/+1 |
2013-12-23 | Remove _serialize() and _unserialize() methods | Jordan Eldredge | 1 | -34/+4 |
2013-12-21 | Remove unneeded manual escaping of session data | Jordan Eldredge | 1 | -60/+3 |
2013-12-20 | Polishing changes from #PR #2781 | Andrey Andreev | 1 | -3/+3 |
2013-12-19 | so we need \sNOT EXISTS | Tufan Barış YILDIRIM | 1 | -1/+1 |
2013-12-19 | changed EXISTS / NOT EXISTS pattern | Tufan Barış YILDIRIM | 1 | -3/+3 |
2013-12-19 | EXISTS / NOT EXISTS clause support for DB_driver | Tufan Barış YILDIRIM | 1 | -3/+3 |
2013-12-19 | EXISTS / NOT EXISTS clause support for DB_driver | Tufan Barış YILDIRIM | 1 | -2/+4 |
2013-12-19 | EXISTS / NOT EXISTS clause support for DB_query_builder. | Tufan Barış YILDIRIM | 1 | -2/+4 |
2013-12-18 | Use table name as a prefix for index names | mjnaderi | 1 | -3/+2 |
2013-12-18 | Cleanup DB_forge _process_indexes | mjnaderi | 1 | -1/+2 |
2013-12-18 | Cleanup DB_forge _process_indexes | mjnaderi | 1 | -1/+0 |
2013-12-14 | DB call_function() bug : funny typo -or- smart autocomplete? | Kakysha | 1 | -1/+1 |
2013-12-14 | Added post-increment for $count | Cristian Riffo Huez | 1 | -1/+2 |
2013-12-13 | Merge pull request #2764 from refringe/feature/cookie_session | Andrey Andreev | 1 | -1/+1 |
2013-12-13 | Issue #2763 - Fixes Session GC Probability Calculation | Tyler Brownell | 1 | -1/+1 |
2013-12-10 | Fix a bug where DB() tried to set the MySQL-specific 'sql_mode' on all drivers | Andrey Andreev | 4 | -5/+49 |
2013-11-27 | [ci skip] Remove a few more spaces | Andrey Andreev | 4 | -5/+5 |
2013-11-17 | Always load application/config/constants.php | Andrey Andreev | 1 | -6/+4 |
2013-11-17 | Merge pull request #2731 from josephok/develop | Andrey Andreev | 1 | -9/+9 |
2013-11-17 | Merge pull request #2733 from vlakoff/develop | Andrey Andreev | 1 | -1/+1 |
2013-11-17 | Small docblock fix | vlakoff | 1 | -1/+1 |
2013-11-16 | Update CodeIgniter.php | josephok | 1 | -9/+9 |
2013-11-14 | Remove a function_exists() check for error_get_last() | Andrey Andreev | 1 | -1/+1 |
2013-11-12 | Add CLI error templates and only send HTTP status headers for non-CLI request... | Andrey Andreev | 1 | -14/+39 |
2013-11-12 | Deprecate CI_Input::is_cli_request() and add common function is_cli() to repl... | Andrey Andreev | 4 | -25/+27 |
2013-11-12 | [ci skip] Remove some whitespace chars | Andrey Andreev | 1 | -3/+2 |
2013-11-11 | Cleanup PR #2719 | GDmac | 1 | -5/+2 |
2013-11-11 | Merge branch 'develop' of https://github.com/EllisLab/CodeIgniter into develop | GDmac | 1 | -2/+27 |
2013-11-11 | Polish changes from PR #2712 | Andrey Andreev | 1 | -4/+2 |
2013-11-11 | Merge pull request #2712 from pveyes/develop | Andrey Andreev | 1 | -2/+29 |
2013-11-08 | Fix #2406 query builder cache | GDmac | 1 | -6/+10 |