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
/
js
/
server_add.js
Age
Commit message (
Expand
)
Author
2013-03-11
#2053 - Change all .bind() to .on() for jQuery future-proofing.
shadlaws
2011-04-23
Revive server_add.js which I accidentally removed in 80af9f0f17ce5ac10ceefc9d...
Bharat Mediratta
2011-04-23
Inline admin JS into admin_server_add.html.php. Fixes #1686.
Bharat Mediratta
2009-10-04
Renamed more CSS selectors from gName to g-name.
Chad Kieffer
2009-10-04
Renamed most, if not all css selectors from gName to g-name. Moved a few shar...
Chad Kieffer
2009-09-30
Convert 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-17
Refactor the server add javascript into a ui.gallery_server_add widget.
Tim Almdal
2009-09-17
Change the timeout on resubmitting the next task iteration to 25ms instead of...
Tim Almdal
2009-09-06
Fix indentation.
Bharat Mediratta
2009-08-18
Fix for ticket #590. The gallery.dialog.js looks for an element "#dialog #gPr...
Tim Almdal
2009-08-05
Chain some jQuery calls together to reduce lines of code.
Bharat Mediratta
2009-07-11
Further simplify server_add (and bump it to version 3).
Bharat Mediratta
2009-07-09
Add status output to make it clearer what's happening when you add files.
Bharat Mediratta
2009-07-07
Rework server_add. It's smaller and leaner now, storing the list of
Bharat Mediratta
2009-07-02
@todo if we uncheck all the children for a parent, we should uncheck the
Bharat Mediratta
2009-07-02
Properly manage disabled state for the [add] button.
Bharat Mediratta
2009-07-02
Only enable the [add] button when boxes are checked.
Bharat Mediratta
2009-07-02
Add some jsDoc.
Bharat Mediratta
2009-07-02
Partial pass of server_add cleanup. It's broken at this stage since
Bharat Mediratta
2009-06-05
Rewrite the server_add to have the server format the selection when a branch ...
Tim Almdal
2009-04-23
1) Change the processing so the server_add start task can return done = 1
Tim Almdal
2009-04-09
Provide a translation of the titleon the fatal error dialog pop-up
Tim Almdal
2009-04-09
Create a pause method on the server_add controller and get rid of the
Tim Almdal
2009-04-08
Fixes issues with Server Add:
Tim Almdal
2009-04-06
Fix for ticket #207, which should then generate a whole bunch of
Tim Almdal
2009-03-24
Add a pause button to the server add dialog and if it is clicked then
Tim Almdal
2009-03-17
Switch from using SimpleUploader to using swfUpload as our flash based
Bharat Mediratta
2009-03-10
Refactor the server add module to make use of the task api (Ticket
Tim Almdal
2009-03-05
Change how the urls are built in the java script
Tim Almdal
2009-03-04
Rename local_import module to server_add
Tim Almdal