Age | Commit message (Expand) | Author | Files | Lines |
2013-01-01 | [ci skip] Happy new year | Andrey Andreev | 1 | -1/+1 |
2012-12-07 | Fix issue #2061 | Andrey Andreev | 1 | -9/+9 |
2012-11-08 | Another router fix for the dumbest usage of callbacks ever | Andrey Andreev | 1 | -1/+1 |
2012-11-08 | Revert 96ea52894aea85b86d75f59fee35f90676735060 | Andrey Andreev | 1 | -6/+6 |
2012-11-08 | Change route type checks priorities | Andrey Andreev | 1 | -6/+6 |
2012-11-04 | Fix #98 | Andrey Andreev | 1 | -1/+1 |
2012-11-02 | Fix a directory/404_override bug and some routing-related optimizations | Andrey Andreev | 1 | -55/+21 |
2012-11-02 | Router-related optimizations | Andrey Andreev | 1 | -7/+0 |
2012-11-01 | Allow use of dashes in controller/method URI segments | Andrey Andreev | 1 | -1/+9 |
2012-11-01 | Manually apply PR #1594 (fixing phpdoc page-level generation/warnings) | Andrey Andreev | 1 | -1/+2 |
2012-10-31 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop | Jonatas Miguel | 1 | -33/+36 |
2012-10-30 | Fix issue #658 (:any wildcard matching slashes) | Andrey Andreev | 1 | -1/+1 |
2012-10-27 | [ci skip] Router class DocBlock improvements | Andrey Andreev | 1 | -32/+35 |
2012-10-23 | users' default values are now respected in callback routes | Jonatas Miguel | 1 | -0/+15 |
2012-09-27 | corrected a few more style problems | Jonatas Miguel | 1 | -2/+2 |
2012-09-27 | made some corrections to the code | Jonatas Miguel | 1 | -6/+3 |
2012-08-07 | Changed spaces to tabs where necessary. | Jonatas Miguel | 1 | -59/+59 |
2012-08-06 | Updated documentation | Jonatas Miguel | 1 | -1/+1 |
2012-08-06 | Corrected code style to be inline with project conventions. | Jonatas Miguel | 1 | -7/+9 |
2012-08-06 | Fixed a bug when detecting if the user used a callback. | Jonatas Miguel | 1 | -1/+1 |
2012-08-06 | New optional routing system, v3 | Jonatas Miguel | 1 | -33/+57 |
2012-08-06 | revert changes to routing system - part 1 | Jonatas Miguel | 1 | -34/+2 |
2012-08-01 | Added possibility of using callbacks. | Jonatas Miguel | 1 | -6/+25 |
2012-07-20 | allow for routes that can be processed with php, ex: $route['([^/]+)/([^/]+)(... | Jonatas Miguel | 1 | -1/+14 |
2012-06-12 | Change file permissions for system/core/*.php and system/database/DB.php so t... | Andrey Andreev | 1 | -0/+0 |
2012-06-04 | Revert/optimize some changes from ed944a3c70a0bad158cd5a6ca5ce1f2e717aff5d | Andrey Andreev | 1 | -3/+3 |
2012-06-02 | Replaced `==` with `===` and `!=` with `!==` in /system/core | Alex Bilbie | 1 | -4/+4 |
2012-05-17 | Cleanup the core classes | Andrey Andreev | 1 | -14/+11 |
2012-05-02 | Reverted rui_string change. | Phil Sturgeon | 1 | -4/+1 |
2012-04-26 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into patch | Timothy Warren | 1 | -1/+4 |
2012-04-26 | Fixed issue #122 - ruri_string() in subdirs. | Phil Sturgeon | 1 | -1/+4 |
2012-04-23 | Use tabs to separate class properties | Timothy Warren | 1 | -5/+5 |
2012-04-19 | Additional formatting fixes | Timothy Warren | 1 | -5/+11 |
2012-04-19 | Normalize comments in core files | Timothy Warren | 1 | -1/+0 |
2012-03-26 | Some style adjustments and fixed comments in Router and Output classes | Andrey Andreev | 1 | -17/+15 |
2012-03-09 | Bumped CodeIgniter's PHP requirement to 5.2.4. | Phil Sturgeon | 1 | -1/+1 |
2012-01-07 | Improve the core Router library | Andrey Andreev | 1 | -70/+37 |
2012-01-02 | Updating copyright date to 2012 | Greg Aker | 1 | -1/+1 |
2011-12-27 | Revert "Abstracting the loading of files in the config directory depending on... | Greg Aker | 1 | -1/+8 |
2011-12-25 | Abstracting the loading of files in the config directory depending on environ... | Greg Aker | 1 | -8/+1 |
2011-10-20 | adding new license file (OSL 3.0) and updating readme to ReST | Derek Jones | 1 | -4/+16 |
2011-08-15 | Added some docs to CI core files | David Behler | 1 | -2/+44 |
2011-08-10 | 404_override route now works for missing controllers in subdirectories and fu... | Shane Pearson | 1 | -1/+14 |
2011-07-02 | backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke... | Derek Jones | 1 | -13/+13 |
2011-04-25 | Fixed double-space typo. | Razican | 1 | -13/+13 |
2011-04-19 | Removing internal references to the EXT constant. Additionally, marked the c... | Greg Aker | 1 | -7/+7 |
2011-04-06 | Made Environment Support optional. Comment out or delete the constant to stop... | Phil Sturgeon | 1 | -1/+1 |
2011-03-22 | Fixed logic and removed the error supressing | Eric Barnes | 1 | -4/+4 |
2011-03-18 | Fixed coding to match standards from previous releases | Eric Barnes | 1 | -2/+2 |
2011-03-17 | load config files from environment specific locations in core classes, helper... | bubbafoley | 1 | -1/+9 |