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