Age | Commit message (Collapse) | Author | Files | Lines |
|
of the file
|
|
|
|
|
|
|
|
validate_upload_path()
http://codeigniter.com/bug_tracker/bug/4390/
|
|
object for method calls that aren't part of the CI super object
|
|
set_rules()
http://codeigniter.com/bug_tracker/bug/4220/
|
|
http://codeigniter.com/bug_tracker/bug/4215/
|
|
and script name from the URI data
(bug #3191)
|
|
rows to be dropped (#3459).
|
|
|
|
|
|
|
|
the File Helper.
Changed ( ! condition) into (! condition) within the code
|
|
|
|
|
|
default template of results.
|
|
Added SVN commit number to changelog
Fixed more guide typos and examples
|
|
in URI::_fetch_uri_string()
|
|
|
|
|
|
|
|
|
|
extensions to potentially be parsed as a script by Apache
|
|
|
|
attempt to load private or protected controller methods
added controller/method details to framework initiated 404 pages for logging
|
|
loosely cast as an empty string
|
|
|
|
and use of those functions is probably slower than looping through both arrays, even if someone went crazy with dozens of URI segments.
|
|
controller is used was not being re-indexed to begin with 1
|
|
|
|
highlighted before ORDER BY
|
|
* Added $_SERVER, $_FILES, $_ENV, and $_SESSION to sanitization of globals.
|
|
discontinue misconversion of characters to bad entities, and to continue avoidance of unwanted removal of + signs
|
|
returning false in Loader::database()
|
|
|
|
controller was specified in the URI.
|
|
there is no URI request.
|
|
the first page.
|
|
requested URI contained more segments than the routed URI.
|
|
retrieved from $_GET (segment based GET, not ?c=controller)
|
|
|
|
the Image library.
Documented clear()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* modified Loader to check for prefixed helpers in application/helpers folder
* surrounded provided helper functions with if (! function_exists('foo')) conditionals so the user's helper functions take precedent.
|