summaryrefslogtreecommitdiff
path: root/modules/gallery/views/admin_maintenance_task.html.php
AgeCommit message (Collapse)Author
2010-09-06Add retry logic to the task framework. We retry 4 times withBharat Mediratta
increasing backoff and if that fails, we put up a manual "retry" link. Fixes ticket #1270.
2009-11-08No need to abbreviate text in CSS class names. Thx bharat!Chad Kieffer
2009-10-04Renamed most, if not all css selectors from gName to g-name. Moved a few ↵Chad Kieffer
shared images from wind to lib. Deleted unused images in the admin_wind. This will likely break a few ajax features.
2009-09-30First round of CSS refactor updates. Added calls to gallery.common.css from ↵Chad Kieffer
wind and admin_wind. Replaced basic text align and block float classes. Removed section #2 from both themes screen styles.
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 ↵Chad Kieffer
progress bar cursor. #669
2009-08-30Apply hover effect to buttons in progress indicator dialog.Chad Kieffer
2009-08-29Fix invalida syntax on trying to parse the progress bar percentageTim Almdal
2009-07-28Adjust the velocity based on whether or not we're waiting for moreBharat Mediratta
updates to get smoother scrolling.
2009-07-28Disable smooth progressbar scrolling when we're at 100% (else theBharat Mediratta
progressbar trucks along slowly even though the task is done).
2009-07-23Smooth out the animaation for the progress bar.Bharat Mediratta
2009-07-10Change the word "Done" to "Close" to make translations easierTim Almdal
2009-06-19Improve the task dialogBharat Mediratta
1) Put a "starting up..." message before there's any feedback from the server 2) show the title of the task in the dialog.
2009-05-27Restructure things so that the application is now just another module.Bharat Mediratta
Kohana makes this type of transition fairly straightforward in that all controllers/helpers/etc are still located in the cascading filesystem without any extra effort, except that I've temporarily added a hack to force modules/gallery into the module path. Rename what's left of "core" to be "application" so that it conforms more closely to the Kohana standard (basically, just application/config/config.php which is the minimal thing that you need in the application directory) There's still considerable work left to be done here.