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_form.html.php
Age
Commit message (
Expand
)
Author
2010-02-18
Revert "Fix for ticket #491: Make user and group names translatable."
Bharat Mediratta
2010-02-14
Fix for ticket #491: Make user and group names translatable.
Andy Staudacher
2009-10-06
Update gallery::find_file to look for subdirectories in lib, then fall
Bharat Mediratta
2009-10-06
Rename permissions icons to correspond to view states, move to lib/images. Fi...
Chad Kieffer
2009-10-04
Renamed most, if not all css selectors from gName to g-name. Moved a few shar...
Chad Kieffer
2009-09-23
Add a new api method gallery::find_file. This wraps the Kohana::find_file fu...
Tim Almdal
2009-08-31
Fix XSS vectors in HTML attributes (mostly t() calls)
Andy Staudacher
2009-08-29
Update all code to use helper method html::clean(), html::purify(), ... inste...
Andy Staudacher
2009-08-29
Refactor all calls of p::clean() to SafeString::of() and p::purify() to SafeS...
Andy Staudacher
2009-07-23
Use BOOLEAN instead of integer to describe the permissions :
Romain LE DISEZ
2009-06-12
Add string to localizer
unostar
2009-05-31
Run p::clean() on any variables that contain data entered by users.
Bharat Mediratta
2009-05-28
Remove unnecessary (and broken) <form/>
Bharat Mediratta
2009-05-27
Restructure things so that the application is now just another module.
Bharat Mediratta