summaryrefslogtreecommitdiff
path: root/modules/server_add/views
AgeCommit message (Expand)Author
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-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-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-02Only enable the [add] button when boxes are checked.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-06-23Use gMessage for "no paths defined" status message.Chad Kieffer
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-05-31Run all variables that come from user-entered data through p::clean()Bharat Mediratta
2009-04-231) Change the processing so the server_add start task can return done = 1Tim Almdal
2009-04-09Provide a translation of the titleon the fatal error dialog pop-upTim Almdal
2009-03-27Put csrf token into Admin_View and Theme_View by default, then use itBharat Mediratta
2009-03-24Add a pause button to the server add dialog and if it is clicked thenTim Almdal
2009-03-17Switch from using SimpleUploader to using swfUpload as our flash basedBharat Mediratta
2009-03-16Get rid of $hidden; it was never definedBharat Mediratta
2009-03-16clean up style attrBharat Mediratta
2009-03-10Refactor the server add module to make use of the task api (TicketTim Almdal
2009-03-05Cleanups.Bharat Mediratta
2009-03-05Minor cleanups.Bharat Mediratta
2009-03-04move server_add styles into the theme screen.css filesTim Almdal
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