Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
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
|
|
|
|
|
|
|
|
Modification so that a second calling of request() will reset the $this->data array. In the future,
it might be prudent to create an initialization() method instead.
|
|
|
|
for 'system.multicall' which is still disabled.
|
|
intelligent decision is made as to the default type
Also fixed a few formatting problems and updated the eregi() to preg_match() and strncmp().
|
|
|
|
|