index
:
gallery3.git
master
A clone of the Gallery3 code for testing and development.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
gallery
/
views
/
permissions_browse.html.php
Age
Commit message (
Expand
)
Author
2009-09-01
Fix up incorrectly applied html::mark_clean(). Resolves #698, thanks fperwth!
Bharat Mediratta
2009-08-31
Rename mark_safe() to mark_clean()
Andy Staudacher
2009-08-30
Updating uses of html::js_string and SafeString::for_js (value now contains s...
Andy Staudacher
2009-08-29
Update all code to use helper method html::clean(), html::purify(), ... inste...
Andy Staudacher
2009-08-29
Merge commit 'upstream/master'
Andy Staudacher
2009-08-29
Refactor all calls of p::clean() to SafeString::of() and p::purify() to SafeS...
Andy Staudacher
2009-08-27
fixed CSS bug in the simple uploader #629
jhilden
2009-07-03
Split the clean method into two clean and purify. clean is a light weight
Tim Almdal
2009-06-10
Improve our warning message to also mention that you need to have mod_rewrite...
Bharat Mediratta
2009-05-31
Accidentally broke the AllowOverride info url in the migration from
Bharat Mediratta
2009-05-31
Run p::clean() on any variables that contain data entered by users.
Bharat Mediratta
2009-05-27
Update all references to the core application to now point to the
Bharat Mediratta
2009-05-27
Restructure things so that the application is now just another module.
Bharat Mediratta