index
:
gallery3.git
master
A clone of the Gallery3 code for testing and development.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
gallery
/
views
/
upgrader.html.php
Age
Commit message (
Expand
)
Author
2013-01-22
gallery.menalto.com -> galleryproject.org
Bharat Mediratta
2011-04-23
Fix for ticket #1699. Make the link to return to the gallery installation cl...
Tim Almdal
2010-10-01
Use the "loading" image from themes/wind since it's no longer in gallery3/lib.
Bharat Mediratta
2010-09-11
Use the actual csrf token, not the placeholder (url::site doesn't
Bharat Mediratta
2010-09-11
Add CSRF protection to the upgrader. And update the CLI output so
Bharat Mediratta
2010-09-08
Detect when a module fails to upgrade properly and put up an
Bharat Mediratta
2010-07-17
Fix margin: 0 auto; IE issue in the upgrader view by adding a doctype to the ...
Chad Kieffer
2010-07-17
Fix closing ul on inactive modules list, replaced <i> with <em> in footer.
Chad Kieffer
2010-02-19
Add spaces around %name in the "create a file" text so that
Bharat Mediratta
2010-02-09
Formated upgrader for RTL languages. Closes ticket #883
Chad Kieffer
2010-01-31
Minir l10n message cleanup. Avoid <br/> in messages since the server normaliz...
Andy Staudacher
2009-12-18
Use url::base() instead of item::root()->url because we can't be sure
Bharat Mediratta
2009-11-15
Try to keep users from leaving the upgrade page, or running the
Bharat Mediratta
2009-11-15
Change "confirmation" to "dialog" in preparation for putting up a
Bharat Mediratta
2009-11-15
Tweak upgrader html and css so that we set opacity properly for rows
Bharat Mediratta
2009-11-15
Fix a bug where we were using <? ?> tags in css to figure out whether we
Bharat Mediratta
2009-11-15
Close the confirmation box with a fade, instead of a slide.
Bharat Mediratta
2009-10-28
Normalize capitalization ticket #596
Tim Almdal
2009-09-13
Remove raw HTML that's wrapped around the name of the file
Kevin Nehls
2009-09-08
Move specialized (pretty) url generation back into Item_Model so that
Bharat Mediratta
2009-08-31
Rename mark_safe() to mark_clean()
Andy Staudacher
2009-08-30
Change all instances of SafeString::of_safe_html() to html::mark_safe() in vi...
Andy Staudacher
2009-08-29
Undo url helper changes - url methods no longer return a SafeString.
Andy Staudacher
2009-07-07
Change references to Gallery 2 and Gallery 3 to consistently refer to
Tim Almdal
2009-06-30
Rejigger the way we handle "done" status in the upgrader. Now we
Bharat Mediratta
2009-06-30
Fix i18n issue - accidentally called t() on translated messages. Please trunc...
Andy Staudacher
2009-06-29
Fix HTML in l10n message
Andy Staudacher
2009-06-20
Center the "all done" dialog. Use Jquery and externalize the CSS (I was being
Bharat Mediratta
2009-06-10
Provide a way for non-admins to authenticate and use the upgrader,
Bharat Mediratta
2009-06-09
ACtually implement the upgrader, and add a confirmation box when the
Bharat Mediratta
2009-06-09
Say hello to the new upgrader UI.
Bharat Mediratta