Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
<title>CodeIgniter User Guide : Page TItle</title>
to
<title>Page Title : CodeIgniter User Guide</title>
|
|
and made it more efficient
http://codeigniter.com/bug_tracker/bug/4206/
|
|
default.
|
|
|
|
|
|
the File Helper.
Changed ( ! condition) into (! condition) within the code
|
|
|
|
|
|
redirect() function of the URL Helper.
|
|
|
|
for better cross-platform compatibility
|
|
of a value.
|
|
bad submitted path would result in the system using / as the source directory.
|
|
trailing slash
|
|
|
|
Modified anchor() in the URL helper to convert entities in the title attribute.
|
|
|
|
|
|
|
|
|
|
|
|
link() to link_tag() to avoid PHP collision.
|
|
|
|
|
|
|
|
in delete_files()
|
|
|
|
* 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()
|
|
|
|
highlighting, and to allow code where the first line is a code comment to be styled properly
|
|
properly. Also added protection for asp and inline style script delimiters, and removed an empty span to make outputted code valid
|
|
is_really_writable() were not being handled properly
|
|
|
|
|
|
(#3267)
|
|
|
|
|
|
|
|
around them.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
cleared after each call.
|
|
|