summaryrefslogtreecommitdiff
path: root/modules/gallery/views
AgeCommit message (Expand)Author
2009-09-17Arg, fixing the "Sharing your Translations" text, thanks engineer@gmcAndy Staudacher
2009-09-17Fix: Make "Sharing your translations" a localizable stringAndy Staudacher
2009-09-13Remove raw HTML that's wrapped around the name of the fileKevin Nehls
2009-09-10Rename "after_installer" to "welcome_message" in the code to make itBharat Mediratta
2009-09-10Rename ORM_MPTT::is_descendant() to ORM_MPTT::contains() to make theBharat Mediratta
2009-09-08Move specialized (pretty) url generation back into Item_Model so thatBharat Mediratta
2009-09-06Don't show clickable link for breadcrumb items where the user doesn'tBharat Mediratta
2009-09-02Fix bg images in tables bug in webkit and ie. #718Chad Kieffer
2009-09-01Fix up incorrectly applied html::mark_clean(). Resolves #698, thanks fperwth!Bharat Mediratta
2009-09-01Remove unused l10n messageAndy Staudacher
2009-09-01Merge commit 'upstream/master'Andy Staudacher
2009-09-01XSS / style fixes for newly detected issues (after fixing XSS scanner)Andy Staudacher
2009-08-31Set CSS cursor to hand for jQuery UI ui-state-hover elements. Fixes all but p...Chad Kieffer
2009-08-31Fix XSS vectors in HTML attributes (mostly t() calls)Andy Staudacher
2009-08-31Rename mark_safe() to mark_clean()Andy Staudacher
2009-08-30Finish this pass at the Admin Maintenance view. Re-introduce status icons, pu...Chad Kieffer
2009-08-30Merge branch 'master' of git@github.com:gallery/gallery3Chad Kieffer
2009-08-30Apply hover effect to buttons in progress indicator dialog.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-30Change all instances of SafeString::of_safe_html() to html::mark_safe() in vi...Andy Staudacher
2009-08-30Fixing typoAndy Staudacher
2009-08-29Minor cleanupAndy Staudacher
2009-08-29Update all code to use helper method html::clean(), html::purify(), ... inste...Andy Staudacher
2009-08-29Undo url helper changes - url methods no longer return a SafeString.Andy Staudacher
2009-08-29you can close the l10n client directly from its interface now, without going ...jhilden
2009-08-29XSS fixesAndy Staudacher
2009-08-29Fix invalida syntax on trying to parse the progress bar percentageTim Almdal
2009-08-29L10n fixes for the admin_languages page, and JS/XSS cleanup of the organize v...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-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-29improved translation interface so that it now can be closed without going to ...jhilden
2009-08-28improved translations admin interfacejhilden
2009-08-28improved UI for the languages adminjhilden
2009-08-28Merge branch 'master' of git@github.com:gallery/gallery3jhilden
2009-08-27fixed CSS bug in the simple uploader #629jhilden
2009-08-27Properly deal with invalid images. This fixes ticket #611 which showsBharat Mediratta
2009-08-09Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_branchBharat Mediratta
2009-08-08Fix the after_install loader to immediately open the "Welcome toBharat Mediratta
2009-08-08Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_branchBharat Mediratta
2009-08-08Improve the graphics toolkit detection code so that properlyBharat Mediratta
2009-08-08Forgot to save this file when i changed the value from 1 to trueTim Almdal
2009-08-08Create an new option 'immediate' and if set to true then don't try to set up ...Tim Almdal
2009-08-07Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_branchBharat 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
2009-08-05Revert "Allow a theme to override the page refresh mechanism. Create a new"Tim Almdal