Age | Commit message (Collapse) | Author | Files | Lines |
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
object.
|
|
|
|
|
|
handling of setting options as 'selected'
|
|
|
|
A numeric 0 sent to these functions would evaluate if ($title == '') as TRUE, and type casting seems the more appropriate fix than simply using $title === '', since we're expecting and treating $title as a string.
|