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
/
after_install.html.php
Age
Commit message (
Expand
)
Author
2009-08-31
Fix XSS vectors in HTML attributes (mostly t() calls)
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-08
Fix the after_install loader to immediately open the "Welcome to
Bharat Mediratta
2009-08-08
Forgot to save this file when i changed the value from 1 to true
Tim Almdal
2009-08-08
Create an new option 'immediate' and if set to true then don't try to set up ...
Tim Almdal
2009-08-08
Change galleryPanel and galleryDialog widgets to gallery_panel and gallery_di...
Tim Almdal
2009-08-08
Refactor the gallery dialog into a jQuery widget
Tim Almdal
2009-07-21
Fixed grammer and set lowercase for the word project (minor change)
Shai Ben-Naphtali
2009-05-31
Run p::clean() on any variables that contain data entered by users.
Bharat Mediratta
2009-05-27
Restructure things so that the application is now just another module.
Bharat Mediratta