summaryrefslogtreecommitdiff
path: root/themes/default/js
AgeCommit message (Expand)Author
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-04Fix windows-style line endingsBharat Mediratta
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-25Move jquery.listen.js out to libBharat Mediratta
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
2008-12-15Get rid of windows line endingsBharat Mediratta
2008-12-15Should be ul, not u#gLoginLinkChad Kieffer
2008-12-15Renamed vars used in dialog init to avoid confusion and conflicts.Chad Kieffer
2008-12-15Switched login display from display in the header to a dialog. Validation err...Chad Kieffer
2008-12-15Argh, fix a bad rename.Bharat Mediratta
2008-12-15Rename default_admin to admin_default.Bharat Mediratta
2008-12-11Destroy the popup dialog when it closes so there is nothing hanging around an...Tim Almdal
2008-12-11Changes to the Menu.php:Tim Almdal
2008-12-09Checked in jQuery superfish menu plugin, applied to item options menu. Update...Chad Kieffer
2008-12-07Let dialogs be draggable for now.Chad Kieffer
2008-12-07First go around at reusable modal dialogs. Moved jQuery UI CSS into screen.cs...Chad Kieffer
2008-11-27Move javascript from default theme to appropriate modulesTim Almdal
2008-11-27Remove slideshow.js as it is not requiredTim Almdal
2008-11-25Remove a stray comma that was making IE sad.Bharat Mediratta
2008-11-24Changed comment sort order asc. Changed ajax comment add to append comment li...Chad Kieffer
2008-11-24Make login form JS unobtrusive. Needs work.Chad Kieffer
2008-11-23When removing #gCommentForm I forgot to update the jQuery selectors used here...Chad Kieffer
2008-11-22Cleanup of header to normalize margins and white space. Improved display of u...Chad Kieffer
2008-11-18The start of the slideshow module. Mostly framework stuff, no real implement...Tim Almdal
2008-11-18First iteration of REST controller refactoring. RESTful controllers that refe...Jozef Selesi
2008-11-16Stop using the target param; replace the form by hand so that we can run ajax...Bharat Mediratta
2008-11-16Several large changes:Bharat Mediratta
2008-11-16Rename gLogin -> gLoginFormBharat Mediratta