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
/
server_add
/
views
/
server_add_tree.html.php
Age
Commit message (
Expand
)
Author
2009-10-04
Renamed most, if not all css selectors from gName to g-name. Moved a few shar...
Chad Kieffer
2009-09-17
Refactor the server add javascript into a ui.gallery_server_add widget.
Tim Almdal
2009-08-30
Fix double -> single quotes (::js_string returns a double-quotes delimited st...
Andy Staudacher
2009-08-30
(mostly harmless) XSS fix in server add
Andy Staudacher
2009-08-29
Update all code to use helper method html::clean(), html::purify(), ... inste...
Andy Staudacher
2009-08-29
XSS fixes
Andy Staudacher
2009-08-29
Refactor all calls of p::clean() to SafeString::of() and p::purify() to SafeS...
Andy Staudacher
2009-07-11
Further simplify server_add (and bump it to version 3).
Bharat Mediratta
2009-07-10
Fix a bug where we were not properly locating the parent album when
Bharat Mediratta
2009-07-02
Partial pass of server_add cleanup. It's broken at this stage since
Bharat Mediratta
2009-07-02
Remove empty <script> block.
Bharat Mediratta
2009-06-05
Rewrite the server_add to have the server format the selection when a branch ...
Tim Almdal
2009-05-31
Run all variables that come from user-entered data through p::clean()
Bharat Mediratta
2009-03-10
Refactor the server add module to make use of the task api (Ticket
Tim Almdal
2009-03-05
Minor cleanups.
Bharat Mediratta
2009-03-04
Changed $uid to $tree_id, so not to confuse anyone between and acroynm
Tim Almdal
2009-03-04
Rename local_import module to server_add
Tim Almdal