| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-02-26 | Follow-on from autocomplete updates. | shadlaws | |
| (9345dde83e1f092a9309c45282dc21e3fd408875, d632ef3e50252d388c272cacd29e8cc6e4949cec) - gallery module: added loading-small.gif (so all themes have it by default) - gallery module: added css for .ui-autocomplete-loading (copied from .g-loading-small in wind, but without !important so other themes can override it) - gallery module: updated upgrader.html.php to use new image (removes theme dependence) - wind theme: removed outdated css for .ac_loading (not used in v3.0.5, either) - server_add module: removed multiple argument from autocomplete (doesn't work well with it) | |||
| 2013-02-20 | #2008 - Add warnings if some active modules are obsolete. | shadlaws | |
| - added module::get_obsolete_modules_message function - put message on admin/dashboard - put message on admin/modules - put message on upgrader - updated unit test golden file xss_data | |||
| 2013-01-22 | gallery.menalto.com -> galleryproject.org | Bharat Mediratta | |
| codex.gallery2.org -> codex.galleryproject.org Fixes #1957. | |||
| 2011-04-23 | Fix for ticket #1699. Make the link to return to the gallery installation ↵ | Tim Almdal | |
| clearer. | |||
| 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 | |
| replace that). Fixes ticket #1361 | |||
| 2010-09-11 | Add CSRF protection to the upgrader. And update the CLI output so | Bharat Mediratta | |
| that it tells you which modules failed to upgrade properly. Fixes ticket #1359. | |||
| 2010-09-08 | Detect when a module fails to upgrade properly and put up an | Bharat Mediratta | |
| informative message to help the user know that she needs to get a newer copy of the module. Fixes ticket #1189. | |||
| 2010-07-17 | Fix margin: 0 auto; IE issue in the upgrader view by adding a doctype to the ↵ | Chad Kieffer | |
| template. Minor code refactoring. Also seems to fix #1188. | |||
| 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 | |
| double-clicking the token only selects that one word, not the word on the line before (which happens on Chrome/Linux) | |||
| 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 ↵ | Andy Staudacher | |
| normalizes them to <br />, i.e. leading to a mismatch. | |||
| 2009-12-18 | Use url::base() instead of item::root()->url because we can't be sure | Bharat Mediratta | |
| that will work (if your database is sitll at Beta 1, you don't have the slug column, for example). | |||
| 2009-11-15 | Try to keep users from leaving the upgrade page, or running the | Bharat Mediratta | |
| upgrade twice. 1) Disable the "Upgrade all" link once clicked 2) Put up a "upgrade in progress" link to show that there's something happening. Fixes ticket #837. | |||
| 2009-11-15 | Change "confirmation" to "dialog" in preparation for putting up a | Bharat Mediratta | |
| "we're working, stay tuned" message. | |||
| 2009-11-15 | Tweak upgrader html and css so that we set opacity properly for rows | Bharat Mediratta | |
| that are done, and disable the upgrade link when there're no actions to take. | |||
| 2009-11-15 | Fix a bug where we were using <? ?> tags in css to figure out whether we | Bharat Mediratta | |
| should gray out an element. | |||
| 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 | |
| to create if not logged in as admin | |||
| 2009-09-08 | Move specialized (pretty) url generation back into Item_Model so that | Bharat Mediratta | |
| we're not relying on overriding url::site() to do tricks around item urls. This means that you won't get item urls by doing url::site("albums/37"), for example, but it also means that we won't get pretty urls where we don't expect them (like in the action of a <form> element). Incidentally, this will help us move over to using the slug format because if you've got a bad character in a url, the edit forms will now work on it since they'll be id based. | |||
| 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 ↵ | Andy Staudacher | |
| views. | |||
| 2009-08-29 | Undo 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-07 | Change references to Gallery 2 and Gallery 3 to consistently refer to | Tim Almdal | |
| Gallery n as opposed any variants of this. | |||
| 2009-06-30 | Rejigger the way we handle "done" status in the upgrader. Now we | Bharat 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-30 | Fix 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-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 | |
| too conservative before). Fixes ticket #413. | |||
| 2009-06-10 | Provide a way for non-admins to authenticate and use the upgrader, | Bharat Mediratta | |
| without using our regular code paths. | |||
| 2009-06-09 | ACtually implement the upgrader, and add a confirmation box when the | Bharat Mediratta | |
| upgrade is complete. | |||
| 2009-06-09 | Say hello to the new upgrader UI. | Bharat Mediratta | |
