Age | Commit message (Expand) | Author | Files | Lines |
2013-11-12 | Deprecate CI_Input::is_cli_request() and add common function is_cli() to repl... | Andrey Andreev | 2 | -1/+14 |
2013-11-11 | Polish changes from PR #2712 | Andrey Andreev | 1 | -25/+12 |
2013-11-11 | Merge pull request #2712 from pveyes/develop | Andrey Andreev | 1 | -0/+36 |
2013-11-05 | Fix HTTP Verb Routing Rules | Fatih Kalifa | 1 | -0/+36 |
2013-09-13 | Drop the unused parameter from log_message() / CI_Log::write_log() | Andrey Andreev | 1 | -2/+1 |
2013-07-22 | [ci skip] Fix style guide typos | Andrey Andreev | 1 | -2/+2 |
2013-07-22 | Change class filenames to Ucfirst | Andrey Andreev | 7 | -16/+47 |
2013-07-19 | [ci skip] Remove a leftover description of the non-configurable translating o... | Andrey Andreev | 1 | -18/+0 |
2013-07-19 | Router improvements | Andrey Andreev | 1 | -1/+13 |
2013-07-19 | Remove documentation note obsoleted by previous commit | vlakoff | 1 | -4/+0 |
2013-05-17 | Merge pull request #2440 from vlakoff/develop | Andrey Andreev | 2 | -6/+6 |
2013-05-13 | Adds a few new lines to note directive to fix a build error in the docs. | Kevin Smith | 1 | -1/+3 |
2013-05-07 | Logging functions: level parameter is not optional | vlakoff | 2 | -6/+6 |
2013-03-29 | User guide: fix list of allowed URI characters | vlakoff | 1 | -1/+2 |
2013-03-29 | Documentation: fix some outdated paths | vlakoff | 3 | -4/+4 |
2013-03-05 | Documentation: another update to reserved names list | vlakoff | 2 | -1/+7 |
2013-03-05 | Documentation: update reserved names list | vlakoff | 1 | -1/+11 |
2013-03-04 | Updated in accordance with feedback from @narfbg | Daniel Hunsaker | 1 | -2/+2 |
2013-03-04 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into feature/exit-s... | Daniel Hunsaker | 1 | -83/+37 |
2013-02-26 | Style guide PR tweaks. | Eric Roberts | 1 | -8/+8 |
2013-02-25 | Update Style Guide page. | Eric Roberts | 1 | -83/+37 |
2013-02-23 | Updated exit codes as constant values | Daniel Hunsaker | 1 | -3/+18 |
2013-02-15 | Various cosmetic fixes | vlakoff | 2 | -3/+3 |
2013-01-28 | Adjustments in routing documentation | vlakoff | 1 | -2/+2 |
2013-01-12 | Implement autoload model aliasing (#2117) | Andrey Andreev | 1 | -1/+1 |
2013-01-09 | Syntax fixes in documentation source | vlakoff | 3 | -44/+44 |
2012-12-03 | [ci skip] Cleaned some spaces | Andrey Andreev | 1 | -2/+2 |
2012-11-30 | Add CI_Output::delete_cache() | Andrey Andreev | 1 | -2/+10 |
2012-11-22 | [ci skip] Fix a typo in the styleguide | Andrey Andreev | 1 | -1/+1 |
2012-11-09 | [ci skip] Polish docs in user_guide_src/source/general/ | Andrey Andreev | 28 | -472/+586 |
2012-11-09 | Polish the Common functions documentation | Andrey Andreev | 1 | -31/+119 |
2012-11-07 | Added function_usable() to common functions | Andrey Andreev | 1 | -1/+14 |
2012-11-05 | Revert usage of is_callable() in system/core/CodeIgniter.php | Andrey Andreev | 1 | -71/+81 |
2012-11-04 | Fix #708 | Andrey Andreev | 1 | -4/+8 |
2012-11-01 | Allow use of dashes in controller/method URI segments | Andrey Andreev | 2 | -7/+26 |
2012-10-31 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop | Jonatas Miguel | 1 | -5/+25 |
2012-10-30 | Fix issue #658 (:any wildcard matching slashes) | Andrey Andreev | 1 | -5/+25 |
2012-10-24 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop | Jonatas Miguel | 6 | -25/+25 |
2012-10-23 | [ci skip] Drop cheatsheets and quick_reference PDFs from the documentation (u... | Andrey Andreev | 1 | -11/+0 |
2012-10-23 | [ci skip] Add a note about routes.php not being a filter | Andrey Andreev | 1 | -1/+6 |
2012-10-22 | Add is_https() as a common function | Andrey Andreev | 1 | -10/+16 |
2012-10-11 | [ci skip] Remove core from the description of libraries loaded by the autoloader | Andrey Andreev | 1 | -1/+1 |
2012-10-09 | Changed Lunix for Linux | Erocanti | 1 | -1/+1 |
2012-09-15 | Update reserved names documentation | vlakoff | 1 | -1/+1 |
2012-08-30 | Changed spaces to tabs where appropriate. | Jonatas Miguel | 1 | -1/+1 |
2012-08-30 | Corrected styling errors in documentation | Jonatas Miguel | 1 | -1/+2 |
2012-08-06 | Updated documentation | Jonatas Miguel | 1 | -0/+10 |
2012-07-04 | Some user guide updates | Andrey Andreev | 1 | -30/+31 |
2012-06-26 | First pass at ToC remediation | Derek Jones | 1 | -0/+32 |
2012-06-16 | Documentation: remaining PHP "var" declarations changed to "public" | vlakoff | 1 | -3/+3 |