Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-07-31 | Partial fix for #1225. Change the dialog and panel handling to look at the ↵ | Tim Almdal | |
mime type returned to determine the content type. | |||
2010-07-20 | Modify the panel code to expect a JSON data package to mirror what we did in ↵ | Bharat Mediratta | |
gallery.dialog.js in 9538b3888dadbe3a6fac72e2a97f97c7db3d86f2 | |||
2009-10-23 | Put logic into gallery.panel.js so that when the panel is submitted, the ↵ | Tim Almdal | |
submit button is disabled and the user is no longer able to submit multiple clicks. | |||
2009-10-04 | Renamed most, if not all css selectors from gName to g-name. Moved a few ↵ | Chad Kieffer | |
shared images from wind to lib. Deleted unused images in the admin_wind. This will likely break a few ajax features. | |||
2009-09-06 | Restore button text for any open panels when we open a new panel. | Bharat Mediratta | |
Fixes ticket #723. | |||
2009-08-08 | Change galleryPanel and galleryDialog widgets to gallery_panel and ↵ | Tim Almdal | |
gallery_dialog respectively Signed-off-by: Bharat Mediratta <bharat@menalto.com> | |||
2009-08-07 | Refactor the gallery.panel.js as a jQuery widget. | Tim Almdal | |
Signed-off-by: Tim Almdal <tnalmdal@shaw.ca> | |||
2009-08-05 | Revert "Allow a theme to override the page refresh mechanism. Create a new" | Tim Almdal | |
This reverts commit 1f014aae6c16bbda62d8f5937180f11ccb0eb1b1. | |||
2009-07-27 | Allow a theme to override the page refresh mechanism. Create a new | Tim Almdal | |
javascript lib (gallery.reload.js) which defines the functions gallery_reload() and gallery_location(new_location). They just do a window.location.reload() and window.location = new_location. This change breaks the assumption that all themes will handle page reloads the same and allows the theme to customize the page refresh. | |||
2009-06-04 | Remove console.log() calls, they break some browsers | Bharat Mediratta | |
2009-05-26 | Fixed docblock reference | Chad Kieffer | |
2009-05-26 | Split out re-used JavaScript for common functions (messages, valign), panel ↵ | Chad Kieffer | |
toggle, and forms to external files. |