summaryrefslogtreecommitdiff
path: root/themes/default/views
AgeCommit message (Expand)Author
2009-09-16Add a movie_menu() theme callback, and have the default theme call itBharat Mediratta
2009-09-13Only show the block anchor if one exists. Show block anchors forBharat Mediratta
2009-09-12Only tack ?show=<current_id> on for the last parent, because that'sBharat Mediratta
2009-09-08Move specialized (pretty) url generation back into Item_Model so thatBharat Mediratta
2009-09-03html::purify an item title.Bharat Mediratta
2009-09-01Merge branch 'master' of git@github.com:gallery/gallery3Chad Kieffer
2009-09-01Merged admin_screen and screen style sheets in the admin theme. Removed some ...Chad Kieffer
2009-09-01Add missing mark_clean() for t() calls with %attr parameter.Andy Staudacher
2009-08-31Fix XSS vectors in HTML attributes (mostly t() calls)Andy Staudacher
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-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-29Merge commit 'upstream/master'Andy Staudacher
2009-08-29Fixing all detected XSS vectors in PHP->JS code.Andy Staudacher
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-28Fix ticket #591: reCaptcha always on the page.Tim Almdal
2009-08-10Create the concept of an "ajax link" and use it for thumbnail rotationBharat Mediratta
2009-08-08Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_branchBharat Mediratta
2009-08-08Use the same pager layout as we do in photo.html.php.Bharat 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-05Revert "Allow a theme to override the page refresh mechanism. Create a new"Tim Almdal
2009-08-03Add the context menu to the photo/movie pages also.Bharat Mediratta
2009-08-03Combine the quick menu and the thumb menu into a single menu calledBharat Mediratta
2009-07-27Allow a theme to override the page refresh mechanism. Create a newTim Almdal
2009-07-26Missed committing the gBanner addition to the view template.Chad Kieffer
2009-07-22Use the Kohana cascading filesystem to locate resources loaded by theBharat Mediratta
2009-07-04Found another place that p:purify was required.Tim Almdal
2009-07-04Fix for ticket #477. Use nl2br method when rendering comment::text andTim Almdal
2009-07-03Split the clean method into two clean and purify. clean is a light weightTim Almdal
2009-07-01Fix a typo in the Doctype. Fixes ticket #497.Bharat Mediratta
2009-06-30UI enhancement: made the 'back to the Gallery' links a little bit easier to d...jhilden
2009-06-30Fix for #319.Tim Almdal
2009-06-29Fix for ticket 86 - Make Cancel button in doalogs localizable.Andy Staudacher
2009-06-29Merge branch 'master' of git@github.com:gallery/gallery3Andy Staudacher
2009-06-29Fix for ticket 481 - Better plural handling for 2 messages with multiple %cou...Andy Staudacher
2009-06-29Remove fix-ie.css scripts from the combined bundle, since we only wantBharat Mediratta
2009-06-29*Note* work in progress.Tim Almdal
2009-06-29Merge branch 'master' of git@github.com:gallery/gallery3Tim Almdal
2009-06-28Rename $theme->url() to $theme->theme_url() for consistency wihtBharat Mediratta
2009-06-28Clean up the combined javascript change and refactor out theBharat Mediratta
2009-06-27Merge branch 'master' of git@github.com:gallery/gallery3Tim Almdal
2009-06-27Create a new thumb_menu() and convert Digibug over to use it.Bharat Mediratta
2009-06-26Move the inclusion of photo and movie specific javascript into gallery_themeTim Almdal
2009-06-261) Move the generation of script tags to gallery_theme::head and gallery_them...Tim Almdal
2009-06-23Add a new "show credits" check box in the theme options so that youBharat Mediratta