Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-11-11 | Polish changes from PR #2712 | Andrey Andreev | 1 | -25/+12 | |
2013-11-05 | Fix HTTP Verb Routing Rules | Fatih Kalifa | 1 | -0/+36 | |
Fix code style, removed (:any) rule in http verb to avoid confusion, and add proposed documentation and changelog | |||||
2013-07-19 | Router improvements | Andrey Andreev | 1 | -1/+13 | |
- Make dashes-to-underscores URI segment replacement configurable via ['translate_uri_dashes']. - Make _set_routing() protected and move the call to the class constructor. - Remove redudant calls to set_class() and set_method(). - Clean-up/optimize the routes loading procedure. (fixes issue #2503) | |||||
2013-03-29 | Documentation: fix some outdated paths | vlakoff | 1 | -1/+1 | |
2013-02-15 | Various cosmetic fixes | vlakoff | 1 | -1/+1 | |
2013-01-28 | Adjustments in routing documentation | vlakoff | 1 | -2/+2 | |
* fixed syntax error for "note" banner * more useful example, in previous one there was no need for strtolower, nor for a callback | |||||
2012-11-09 | [ci skip] Polish docs in user_guide_src/source/general/ | Andrey Andreev | 1 | -25/+25 | |
2012-11-01 | Allow use of dashes in controller/method URI segments | Andrey Andreev | 1 | -3/+3 | |
Supersedes PR #642 | |||||
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 | 1 | -1/+6 | |
Conflicts: user_guide_src/source/changelog.rst | |||||
2012-10-23 | [ci skip] Add a note about routes.php not being a filter | Andrey Andreev | 1 | -1/+6 | |
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 | |
2011-10-05 | replacing the old HTML user guide with a Sphinx-managed user guide | Derek Jones | 1 | -0/+133 | |