summaryrefslogtreecommitdiff
path: root/modules/server_add/js/server_add.js
AgeCommit message (Expand)Author
2013-05-07#2065 - Fix problems with double-ajaxifying of dialogs.shadlaws
2013-03-11#2053 - Change all .bind() to .on() for jQuery future-proofing.shadlaws
2011-04-23Revive server_add.js which I accidentally removed in 80af9f0f17ce5ac10ceefc9d...Bharat Mediratta
2011-04-23Inline admin JS into admin_server_add.html.php. Fixes #1686.Bharat Mediratta
2009-10-04Renamed more CSS selectors from gName to g-name.Chad Kieffer
2009-10-04Renamed most, if not all css selectors from gName to g-name. Moved a few shar...Chad Kieffer
2009-09-30Convert gDialog and gCancel over to g-dialog and g-cancel. Refactor CSS id's ...Chad Kieffer
2009-09-18* Changed the close functionality so the page is reloaded when the dialog is ...Tim Almdal
2009-09-17Refactor the server add javascript into a ui.gallery_server_add widget.Tim Almdal
2009-09-17Change the timeout on resubmitting the next task iteration to 25ms instead of...Tim Almdal
2009-09-06Fix indentation.Bharat Mediratta
2009-08-18Fix for ticket #590. The gallery.dialog.js looks for an element "#dialog #gPr...Tim Almdal
2009-08-05Chain some jQuery calls together to reduce lines of code.Bharat Mediratta
2009-07-11Further simplify server_add (and bump it to version 3).Bharat Mediratta
2009-07-09Add status output to make it clearer what's happening when you add files.Bharat Mediratta
2009-07-07Rework server_add. It's smaller and leaner now, storing the list ofBharat 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-06-05Rewrite the server_add to have the server format the selection when a branch ...Tim Almdal
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-04-09Create a pause method on the server_add controller and get rid of theTim Almdal
2009-04-08Fixes issues with Server Add:Tim Almdal
2009-04-06Fix for ticket #207, which should then generate a whole bunch ofTim Almdal
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-10Refactor the server add module to make use of the task api (TicketTim Almdal
2009-03-05Change how the urls are built in the java scriptTim Almdal
2009-03-04Rename local_import module to server_addTim Almdal