summaryrefslogtreecommitdiff
path: root/modules/gallery/views/upgrader.html.php
AgeCommit message (Collapse)Author
2009-08-31Rename mark_safe() to mark_clean()Andy Staudacher
2009-08-30Change all instances of SafeString::of_safe_html() to html::mark_safe() in ↵Andy Staudacher
views.
2009-08-29Undo url helper changes - url methods no longer return a SafeString.Andy Staudacher
Adding SafeString::of_safe_html() calls where urls are passed as parameters to t() and t2().
2009-07-07Change references to Gallery 2 and Gallery 3 to consistently refer toTim Almdal
Gallery n as opposed any variants of this.
2009-06-30Rejigger the way we handle "done" status in the upgrader. Now weBharat Mediratta
present the done box if you're done and let you get rid of it if you want. It's not beautiful, by any means, but it gives you an easy link back to your Gallery when you're finished. Fixes ticket #479.
2009-06-30Fix i18n issue - accidentally called t() on translated messages. Please ↵Andy Staudacher
truncate incoming_translations after this update to get rid of bad messages in your DB.
2009-06-29Fix HTML in l10n messageAndy Staudacher
2009-06-20Center the "all done" dialog. Use Jquery and externalize the CSS (I was beingBharat Mediratta
too conservative before). Fixes ticket #413.
2009-06-10Provide a way for non-admins to authenticate and use the upgrader,Bharat Mediratta
without using our regular code paths.
2009-06-09ACtually implement the upgrader, and add a confirmation box when theBharat Mediratta
upgrade is complete.
2009-06-09Say hello to the new upgrader UI.Bharat Mediratta