summaryrefslogtreecommitdiffstats
path: root/system/libraries/Router.php
AgeCommit message (Collapse)AuthorFilesLines
2008-09-13(no commit message)Rick Ellis1-1/+1
2008-05-22Fixed a bug (#4561) where orhaving() wasn't properly passing values.Derek Allard1-1/+0
Removed some unused variables from the code (#4563). Fixed a bug where having() was not adding an = into the statement (#4568).
2008-05-13Some sweeping syntax changes for consistency:Derek Jones1-7/+7
(! foo) changed to ( ! foo) || changed to OR changed newline standardization code in various places from preg_replace to str_replace
2008-05-11Removed closing PHP tags, replaced with a comment block identifying the end ↵Derek Jones1-1/+3
of the file
2008-05-11Undoing change committed in r1115Derek Jones1-0/+1
2008-05-11removed closing PHP tag from all framework filesDerek Jones1-1/+0
2008-05-05Added get_dir_file_info(), get_file_info(), and get_mime_by_extension() to ↵Derek Allard1-4/+4
the File Helper. Changed ( ! condition) into (! condition) within the code
2008-04-26Unit Testing results are now colour coded, and a change was made to the ↵Derek Allard1-6/+6
default template of results.
2008-02-27added improved check for controller method access so that CI does not ↵Derek Jones1-2/+2
attempt to load private or protected controller methods added controller/method details to framework initiated 404 pages for logging
2008-02-13Fixed bug (#3445) where the routed segment array when the default ↵Derek Jones1-0/+3
controller is used was not being re-indexed to begin with 1
2008-01-30bugfix (#1842) - added 'index' to routed segment array when only the ↵Derek Jones1-1/+7
controller was specified in the URI.
2008-01-30Fixed a bug (#3269) where the rsegment array would not be set properly when ↵Derek Jones1-1/+2
there is no URI request.
2008-01-21replaced www.codeigniter.com with codeigniter.comDerek Jones1-3/+3
2008-01-18ExpressionEngine Dev Team in creditDerek Allard1-2/+2
2007-10-04Fixed a typo in the docblock comments that had CodeIgniter spelled CodeIgnitor.Derek Allard1-1/+1
2007-07-22(no commit message)Rick Ellis1-1/+1
2007-07-20(no commit message)Rick Ellis1-221/+26
2007-06-28Instead of doing file name security for Enable Query Strings, I am using the ↵paulburdick1-6/+5
already existin _filter_uri()
2007-06-28*Modified the Router so that when Query Strings are Enabled, the controller ↵paulburdick1-3/+4
trigger and function trigger values are sanitized for filename include security.
2007-06-09(no commit message)Rick Ellis1-1/+1
2007-04-24fixed router but that was ignoring the scaffolding route for optimizationDerek Allard1-2/+3
2007-04-15update pMachine to EllisLabDerek Allard1-2/+2
update copyright year update Code Igniter to CodeIgniter
2007-02-01removed unescaped variable that could be used in XSSDerek Allard1-560/+560
2006-10-29(no commit message)admin1-1/+1
2006-10-23(no commit message)admin1-1/+4
2006-10-23(no commit message)admin1-10/+0
2006-10-21(no commit message)admin1-12/+12
2006-10-21(no commit message)admin1-4/+4
2006-10-20(no commit message)admin1-35/+29
2006-10-16(no commit message)admin1-1/+1
2006-10-12(no commit message)admin1-1/+1
2006-10-11(no commit message)admin1-5/+11
2006-10-10(no commit message)admin1-1/+1
2006-10-08(no commit message)admin1-3/+1
2006-10-03(no commit message)admin1-0/+5
2006-10-01(no commit message)admin1-4/+27
2006-09-28(no commit message)admin1-17/+4
2006-09-27(no commit message)admin1-3/+17
2006-09-25(no commit message)admin1-10/+10
2006-09-22(no commit message)admin1-5/+6
2006-09-22(no commit message)admin1-34/+104
2006-09-21(no commit message)admin1-7/+48
2006-09-15(no commit message)admin1-2/+2
2006-09-05(no commit message)admin1-2/+8
2006-09-04(no commit message)admin1-2/+2
2006-09-03(no commit message)admin1-3/+11
2006-08-27(no commit message)admin1-6/+8
2006-08-26(no commit message)admin1-21/+24
2006-08-26(no commit message)admin1-38/+46
2006-08-26(no commit message)admin1-69/+142