This website requires JavaScript.
Explore
Help
Sign In
stian
/
gallery3
Watch
1
Star
0
Fork
0
You've already forked gallery3
mirror of
https://github.com/Pathduck/gallery3.git
synced
2026-05-06 13:09:08 -04:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
afa8cade7fc948b064636d4e9ecfb03e4c2c67d7
gallery3
/
modules
/
server_add
History
Tim Almdal
afa8cade7f
Fix for ticket
#590
. The gallery.dialog.js looks for an element "#dialog #gProgress" and if it finds it assumes that it is a progress dialog and removes the title. This pathc changes the name of the div containing the progress bar to gServerAddProgress and avoids the issue.
...
Signed-off-by: Tim Almdal <
tnalmdal@shaw.ca
>
2009-08-18 05:18:41 +08:00
..
controllers
Skip empty files, since we know they're broken. Fixes ticket
#610
.
2009-08-04 20:35:13 -07:00
helpers
Use events to generate menus, instead of having xxx_menu helpers.
2009-07-28 13:47:22 -07:00
js
Fix for ticket
#590
. The gallery.dialog.js looks for an element "#dialog #gProgress" and if it finds it assumes that it is a progress dialog and removes the title. This pathc changes the name of the div containing the progress bar to gServerAddProgress and avoids the issue.
2009-08-18 05:18:41 +08:00
models
Rework server_add. It's smaller and leaner now, storing the list of
2009-07-07 21:20:24 -07:00
views
Fix for ticket
#590
. The gallery.dialog.js looks for an element "#dialog #gProgress" and if it finds it assumes that it is a progress dialog and removes the title. This pathc changes the name of the div containing the progress bar to gServerAddProgress and avoids the issue.
2009-08-18 05:18:41 +08:00
module.info
Add quotes around all values that contain spaces in them, and add a
2009-07-13 10:36:55 -07:00