summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/general/routing.rst
AgeCommit message (Collapse)AuthorFilesLines
2014-08-27[ci skip] Fix routing documentation (#3192)Andrey Andreev1-3/+1
It described a feature that doesn't exist.
2013-11-11Polish changes from PR #2712Andrey Andreev1-25/+12
2013-11-05Fix HTTP Verb Routing RulesFatih Kalifa1-0/+36
Fix code style, removed (:any) rule in http verb to avoid confusion, and add proposed documentation and changelog
2013-07-19Router improvementsAndrey Andreev1-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-29Documentation: fix some outdated pathsvlakoff1-1/+1
2013-02-15Various cosmetic fixesvlakoff1-1/+1
2013-01-28Adjustments in routing documentationvlakoff1-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 Andreev1-25/+25
2012-11-01Allow use of dashes in controller/method URI segmentsAndrey Andreev1-3/+3
Supersedes PR #642
2012-10-31Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into developJonatas Miguel1-5/+25
2012-10-30Fix issue #658 (:any wildcard matching slashes)Andrey Andreev1-5/+25
2012-10-24Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into developJonatas Miguel1-1/+6
Conflicts: user_guide_src/source/changelog.rst
2012-10-23[ci skip] Add a note about routes.php not being a filterAndrey Andreev1-1/+6
2012-08-30Changed spaces to tabs where appropriate.Jonatas Miguel1-1/+1
2012-08-30Corrected styling errors in documentationJonatas Miguel1-1/+2
2012-08-06Updated documentationJonatas Miguel1-0/+10
2011-10-05replacing the old HTML user guide with a Sphinx-managed user guideDerek Jones1-0/+133