summaryrefslogtreecommitdiff
path: root/themes/default/js/ui.init.js
AgeCommit message (Expand)Author
2009-08-03Combine the quick menu and the thumb menu into a single menu calledBharat Mediratta
2009-07-20Fire vAlign after gQuick ajax load is complete.Chad Kieffer
2009-07-19Fire .vAlign() when gItem's changed, ex. rotated. Fix for #304.Chad Kieffer
2009-07-12Minor style tweaks.Chad Kieffer
2009-07-11Get the thumbnail menu working.Bharat Mediratta
2009-07-12Second attempt at showing and hiding the thumb menu. Renamed gThumbMenu to gP...Chad Kieffer
2009-07-12First attempt at animating gThumbMenu. Doesn't work.Chad Kieffer
2009-07-11Styled thumb menu, still needs script to set up interraction.Chad Kieffer
2009-07-11Position gItem and gPhoto relative, then position quick and thumb menus as ab...Chad Kieffer
2009-06-05Localize the 'Add a comment' messageBharat Mediratta
2009-05-26Split out re-used JavaScript for common functions (messages, valign), panel t...Chad Kieffer
2009-05-19Added the nice new icons for the view buttons. No need to have them in a jQue...Chad Kieffer
2009-05-09Apply status message display effect to admin theme. Use double rather than si...Chad Kieffer
2009-05-09Highlight status messages on load, fade them out after a few seconds. Make su...Chad Kieffer
2009-02-23added additional comment link, if no comments have been made yet.Jakob Hilden
2009-02-15Hide the menu until we can superfish it so that we don't see theBharat Mediratta
2009-02-13Ticket #2. Tighten up search results UI.Chad Kieffer
2009-02-13Fixed short form button style.Chad Kieffer
2009-02-12Added a show comment form button. Add comment form is revealed when the butto...Chad Kieffer
2009-02-12Fixed gViewMenu button issues. Fixed major admin_default theme issues, conten...Chad Kieffer
2009-02-09Add hover state for buttons.Chad Kieffer
2009-02-09And the JS file that belongs with the previous commit.Chad Kieffer
2009-02-08Fix spelling typoBharat Mediratta
2009-02-06jQuery-based buttons! Form updates, short form updates. Need to fix add user/...Chad Kieffer
2009-02-04added inplace edit to tag admin (form still needs to be set to rename using A...Jakob Hilden
2009-01-16Comment and code format fixesChad Kieffer
2009-01-13Fixed vertical alignment of thumbs.Chad Kieffer
2009-01-12Updated vertical alignment of thumbnails.Chad Kieffer
2009-01-10Add missing semicolonBharat Mediratta
2009-01-04Started to wire up album and photo view menus. Need photo's parent album link...Chad Kieffer
2009-01-03Added a jump to comments button with a scroll to effect.Chad Kieffer
2009-01-01For album-specific JS, key off of #gAlbumGrid rather than .gItem.Chad Kieffer
2009-01-01Refactor common dialog JS code out into lib/gallery.dialog.jsBharat Mediratta
2008-12-31PhotoID -> PhotoId for consistencyBharat Mediratta
2008-12-31Minor refactor. Move some stuff out of $("document").ready to functions. Comm...Chad Kieffer
2008-12-30Drop .gShortForm in favor of using specific form ids (gSearchForm, gAddTagFor...Chad Kieffer
2008-12-28Tighten up album grid display. Vertically align thumbnail/metadata in gItem c...Chad Kieffer
2008-12-26Comment and indent cleanup. Forgot to delete an image in a previous commit.Chad Kieffer
2008-12-26To reset a form use resetFormFelix Rabinovich
2008-12-25Big round of normalization of the way that our controllersBharat Mediratta
2008-12-24Lots of deltas rolled up into a bigger change. Sorry for the mess.Bharat Mediratta
2008-12-23Clean up the way that we upload via dialogs:Bharat Mediratta
2008-12-23Make the loading class a bit more reusable.Chad Kieffer
2008-12-23Added missing semicolonsChad Kieffer
2008-12-18Dialog polishing. They now resize their height. Updated form styles in the co...Chad Kieffer
2008-12-17Added .gLoadingLarge and .gLoadingSmall to show ajax loading indicator. Appli...Chad Kieffer
2008-12-17Added JS to set/reset simple forms' input values to their corresponding label...Chad Kieffer
2008-12-16(no commit message)Tim Almdal
2008-12-16Submit the form using ajaxSubmitTim Almdal
2008-12-16Add Submit and Reset buttons to the dialog in order to trap the form submissi...Tim Almdal