Age | Commit message (Collapse) | Author | Files | Lines |
|
highlighted before ORDER BY
|
|
driver
|
|
|
|
optional (#3395)
|
|
* Added $_SERVER, $_FILES, $_ENV, and $_SESSION to sanitization of globals.
|
|
Made AR fully database-prefix aware
|
|
|
|
discontinue misconversion of characters to bad entities, and to continue avoidance of unwanted removal of + signs
|
|
|
|
|
|
|
|
returning false in Loader::database()
|
|
did...
|
|
setting. (bug report #1834)
|
|
|
|
link() to link_tag() to avoid PHP collision.
|
|
|
|
|
|
|
|
controller was specified in the URI.
|
|
|
|
CodeIgniter.php was expecting the subfolder to still be in $URI->rsegments, but it is removed already by Router::_validate_request()
|
|
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()
|
|
in delete_files()
|
|
|
|
|
|
|
|
support parenthetic grouping of tables to explicitly define operator precedence
|
|
|
|
|
|
|
|
|
|
|
|
* 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.
|
|
application with is_really_writable()
|
|
* Tightened up validation of the supplied string given to the decode() method of the Encryption class (#3320)
|
|
|
|
|
|
|
|
Fixed typo in the FTP Class (ftp_unable_to_remame).
|
|
|
|
|
|
|
|
|
|
added individual query execution time to profiler output
|