summaryrefslogtreecommitdiff
path: root/themes
AgeCommit message (Expand)Author
2009-08-30Finish this pass at the Admin Maintenance view. Re-introduce status icons, pu...Chad Kieffer
2009-08-30Oops, fix up the show argument that I "fixed" in the last change.Bharat Mediratta
2009-08-30Use $theme->item() instead of $item.Bharat Mediratta
2009-08-30Move header and footer into page.html.php since they're not included in any o...Chad Kieffer
2009-08-30Merge branch 'master' of git@github.com:gallery/gallery3Chad Kieffer
2009-08-30Remove jquery.dropshadow. It's only used in one place, not worth keeping.Chad Kieffer
2009-08-30Merge commit 'upstream/master'Andy Staudacher
2009-08-30Updating uses of html::js_string and SafeString::for_js (value now contains s...Andy Staudacher
2009-08-29Minor cleanupAndy Staudacher
2009-08-29Update all code to use helper method html::clean(), html::purify(), ... inste...Andy Staudacher
2009-08-29Fix error text color.Chad Kieffer
2009-08-29Merge commit 'upstream/master'Andy Staudacher
2009-08-29Fixing all detected XSS vectors in PHP->JS code.Andy Staudacher
2009-08-29Merge branch 'master' of git@github.com:gallery/gallery3Chad Kieffer
2009-08-29Update status message styles. Lighten backgrounds, don't show background on A...Chad Kieffer
2009-08-29Refactor all calls of p::clean() to SafeString::of() and p::purify() to SafeS...Andy Staudacher
2009-08-29Using SafeString in album controller / viewAndy Staudacher
2009-08-28Merge branch 'master' of git@github.com:gallery/gallery3jhilden
2009-08-28improved translations admin interfacejhilden
2009-08-28Merge branch 'master' of git@github.com:gallery/gallery3Chad Kieffer
2009-08-28Make gMessage 100% of the width of its container.Chad Kieffer
2009-08-28Merge branch 'master' of git://github.com/gallery/gallery3Tim Almdal
2009-08-28Fix ticket #591: reCaptcha always on the page.Tim Almdal
2009-08-28improved UI for the languages adminjhilden
2009-08-28Merge branch 'master' of git@github.com:gallery/gallery3Chad Kieffer
2009-08-28Don't clone hover item, apply styles to the original container. Contextual me...Chad Kieffer
2009-08-27fixed CSS bug in the simple uploader #629jhilden
2009-08-23Remove accidentally submitted .DS_Store file.Bharat Mediratta
2009-08-23Cut down on jittering of the context menu on open on resize view.Chad Kieffer
2009-08-19Update docblocks and todosChad Kieffer
2009-08-11Move context menu to gallery.common, forgot to include in prior commitChad Kieffer
2009-08-11Make each context menu button clickable from side-to-sideChad Kieffer
2009-08-10Create the concept of an "ajax link" and use it for thumbnail rotationBharat Mediratta
2009-08-09Forgot to commit the css for the resize photo view context menu.Chad Kieffer
2009-08-09First stab at context menu for resize. It's quirky and needs work.Chad Kieffer
2009-08-09Keep image placement from shifting on hover, set gHoverItem height properly.Chad Kieffer
2009-08-09Rename resizeImage gallery_fit_image to follow convention. Move the function ...Chad Kieffer
2009-08-09Merge branch 'master' of git@github.com:bharat/gallery3Chad Kieffer
2009-08-08Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_branchBharat Mediratta
2009-08-08Fixed typo. Dialog links still broken. Now, wiht more speling!Chad Kieffer
2009-08-08Use the same pager layout as we do in photo.html.php.Bharat Mediratta
2009-08-08Cleanup context menu styles a bitChad Kieffer
2009-08-08Handle icon markup and styles in content menu before applying album grid hove...Chad Kieffer
2009-08-08Merge branch 'master' of git@github.com:bharat/gallery3Chad Kieffer
2009-08-08Added basic context menu affects and styles. Simplified some of the action la...Chad Kieffer
2009-08-07Remove stray js-breaking "#" symbol that I accidentally added in 63ddac5dBharat Mediratta
2009-08-07Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_branchBharat Mediratta
2009-08-07Rename gallery.common.js functions to conform to our naming standardsBharat Mediratta
2009-08-08Change galleryPanel and galleryDialog widgets to gallery_panel and gallery_di...Tim Almdal
2009-08-08Refactor the gallery dialog into a jQuery widgetTim Almdal