summaryrefslogtreecommitdiff
path: root/modules/server_add
AgeCommit message (Expand)Author
2009-07-14Don't use "else" clauses in upgrade() -- it prevents multiple version bumps a...Bharat Mediratta
2009-07-13Add quotes around all values that contain spaces in them, and add aBharat Mediratta
2009-07-11Get rid of the form from server_add, we're not using it.Bharat Mediratta
2009-07-11Add a "close" button.Bharat Mediratta
2009-07-11Forgot to bump the version up to 3Bharat Mediratta
2009-07-11Further simplify server_add (and bump it to version 3).Bharat Mediratta
2009-07-10Remove debug code.Bharat Mediratta
2009-07-10Fix a bug where we were not properly locating the parent album whenBharat Mediratta
2009-07-09Avoid blowing the task data column by only adding directories to the queue in...Bharat Mediratta
2009-07-09Add status output to make it clearer what's happening when you add files.Bharat Mediratta
2009-07-09Use p::purify instead of p::cleanBharat Mediratta
2009-07-07Rework server_add. It's smaller and leaner now, storing the list ofBharat Mediratta
2009-07-02Merge branch 'master' of git@github.com:/gallery/gallery3Bharat Mediratta
2009-07-02Temporary version add() that just dumps out the values for now.Bharat Mediratta
2009-07-02@todo if we uncheck all the children for a parent, we should uncheck theBharat Mediratta
2009-07-02Properly manage disabled state for the [add] button.Bharat Mediratta
2009-07-02Only enable the [add] button when boxes are checked.Bharat Mediratta
2009-07-02Add some jsDoc.Bharat Mediratta
2009-07-02Partial pass of server_add cleanup. It's broken at this stage sinceBharat Mediratta
2009-07-02Eliminate temporary variables by passing the $item into the view andBharat Mediratta
2009-07-02Remove empty <script> block.Bharat Mediratta
2009-07-02In remove_path(), if the path is invalid don't echo it back in the UI.Bharat Mediratta
2009-07-01Fix a bunch of XSS vulnerabilities turned up by manual inspectionBharat Mediratta
2009-06-29Temporary checkin to allow merge with trunk... don't integrateTim Almdal
2009-06-28Use $theme->script() method to render module javascript filesTim Almdal
2009-06-23Merge branch 'master' of git@github.com:gallery/gallery3Chad Kieffer
2009-06-23Use gMessage for "no paths defined" status message.Chad Kieffer
2009-06-23Refactor the install/upgrade code to be more flexible.Bharat Mediratta
2009-06-12Convert the filename to a sensible title to match the way that the simple upl...Bharat Mediratta
2009-06-10Changed how directories are processed when the parent directory is selected andTim Almdal
2009-06-04Only request the server_add js if the user is an adminBharat Mediratta
2009-06-05Rewrite the server_add to have the server format the selection when a branch ...Tim Almdal
2009-06-03Guard against pages with no items.Bharat Mediratta
2009-06-03Minor tweaks to the way that we turn the add photos item into a menuBharat Mediratta
2009-06-02made "Add photos" its own site menu itemjhilden
2009-06-02Have server_add turn the "Add Photo" menu option into a dropdown andBharat Mediratta
2009-06-01Security pass over all controller code. Mostly adding CSRF checkingBharat Mediratta
2009-05-31Run all variables that come from user-entered data through p::clean()Bharat Mediratta
2009-05-26Restructure the module lifecycle.Bharat Mediratta
2009-05-21Change $view->action to a absolute url.Bharat Mediratta
2009-05-13Gee it's May already. Update copyright to 2009.Bharat Mediratta
2009-05-13Create a new "add" permission and require it at the controller levelBharat Mediratta
2009-05-09Remove quotes and correct typoTim Almdal
2009-05-09Fix for ticket #217Tim Almdal
2009-05-02Change comment style for brevity.Bharat Mediratta
2009-05-02Whitespace cleanup.Bharat Mediratta
2009-04-231) Change the processing so the server_add start task can return done = 1Tim Almdal
2009-04-09Don't try to import the staging directory as an albumTim Almdal
2009-04-09Provide a translation of the titleon the fatal error dialog pop-upTim Almdal
2009-04-09Create a pause method on the server_add controller and get rid of theTim Almdal