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
/
themes
/
default
/
js
/
ui.init.js
Age
Commit message (
Expand
)
Author
2009-02-23
added additional comment link, if no comments have been made yet.
Jakob Hilden
2009-02-15
Hide the menu until we can superfish it so that we don't see the
Bharat Mediratta
2009-02-13
Ticket #2. Tighten up search results UI.
Chad Kieffer
2009-02-13
Fixed short form button style.
Chad Kieffer
2009-02-12
Added a show comment form button. Add comment form is revealed when the butto...
Chad Kieffer
2009-02-12
Fixed gViewMenu button issues. Fixed major admin_default theme issues, conten...
Chad Kieffer
2009-02-09
Add hover state for buttons.
Chad Kieffer
2009-02-09
And the JS file that belongs with the previous commit.
Chad Kieffer
2009-02-08
Fix spelling typo
Bharat Mediratta
2009-02-06
jQuery-based buttons! Form updates, short form updates. Need to fix add user/...
Chad Kieffer
2009-02-04
added inplace edit to tag admin (form still needs to be set to rename using A...
Jakob Hilden
2009-01-16
Comment and code format fixes
Chad Kieffer
2009-01-13
Fixed vertical alignment of thumbs.
Chad Kieffer
2009-01-12
Updated vertical alignment of thumbnails.
Chad Kieffer
2009-01-10
Add missing semicolon
Bharat Mediratta
2009-01-04
Started to wire up album and photo view menus. Need photo's parent album link...
Chad Kieffer
2009-01-03
Added a jump to comments button with a scroll to effect.
Chad Kieffer
2009-01-01
For album-specific JS, key off of #gAlbumGrid rather than .gItem.
Chad Kieffer
2009-01-01
Refactor common dialog JS code out into lib/gallery.dialog.js
Bharat Mediratta
2008-12-31
PhotoID -> PhotoId for consistency
Bharat Mediratta
2008-12-31
Minor refactor. Move some stuff out of $("document").ready to functions. Comm...
Chad Kieffer
2008-12-30
Drop .gShortForm in favor of using specific form ids (gSearchForm, gAddTagFor...
Chad Kieffer
2008-12-28
Tighten up album grid display. Vertically align thumbnail/metadata in gItem c...
Chad Kieffer
2008-12-26
Comment and indent cleanup. Forgot to delete an image in a previous commit.
Chad Kieffer
2008-12-26
To reset a form use resetForm
Felix Rabinovich
2008-12-25
Big round of normalization of the way that our controllers
Bharat Mediratta
2008-12-24
Lots of deltas rolled up into a bigger change. Sorry for the mess.
Bharat Mediratta
2008-12-23
Clean up the way that we upload via dialogs:
Bharat Mediratta
2008-12-23
Make the loading class a bit more reusable.
Chad Kieffer
2008-12-23
Added missing semicolons
Chad Kieffer
2008-12-18
Dialog polishing. They now resize their height. Updated form styles in the co...
Chad Kieffer
2008-12-17
Added .gLoadingLarge and .gLoadingSmall to show ajax loading indicator. Appli...
Chad Kieffer
2008-12-17
Added JS to set/reset simple forms' input values to their corresponding label...
Chad Kieffer
2008-12-16
(no commit message)
Tim Almdal
2008-12-16
Submit the form using ajaxSubmit
Tim Almdal
2008-12-16
Add Submit and Reset buttons to the dialog in order to trap the form submissi...
Tim Almdal
2008-12-15
Should be ul, not u#gLoginLink
Chad Kieffer
2008-12-15
Renamed vars used in dialog init to avoid confusion and conflicts.
Chad Kieffer
2008-12-15
Switched login display from display in the header to a dialog. Validation err...
Chad Kieffer
2008-12-15
Argh, fix a bad rename.
Bharat Mediratta
2008-12-15
Rename default_admin to admin_default.
Bharat Mediratta
2008-12-11
Destroy the popup dialog when it closes so there is nothing hanging around an...
Tim Almdal
2008-12-11
Changes to the Menu.php:
Tim Almdal
2008-12-09
Checked in jQuery superfish menu plugin, applied to item options menu. Update...
Chad Kieffer
2008-12-07
Let dialogs be draggable for now.
Chad Kieffer
2008-12-07
First go around at reusable modal dialogs. Moved jQuery UI CSS into screen.cs...
Chad Kieffer