| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-09-06 | Add retry logic to the task framework. We retry 4 times with | Bharat Mediratta | |
| increasing backoff and if that fails, we put up a manual "retry" link. Fixes ticket #1270. | |||
| 2009-11-08 | No need to abbreviate text in CSS class names. Thx bharat! | Chad Kieffer | |
| 2009-10-04 | Renamed 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-30 | First 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-01 | Merge commit 'upstream/master' | Andy Staudacher | |
| 2009-09-01 | XSS / style fixes for newly detected issues (after fixing XSS scanner) | Andy Staudacher | |
| 2009-08-31 | Set CSS cursor to hand for jQuery UI ui-state-hover elements. Fixes all but ↵ | Chad Kieffer | |
| progress bar cursor. #669 | |||
| 2009-08-30 | Apply hover effect to buttons in progress indicator dialog. | Chad Kieffer | |
| 2009-08-29 | Fix invalida syntax on trying to parse the progress bar percentage | Tim Almdal | |
| 2009-07-28 | Adjust the velocity based on whether or not we're waiting for more | Bharat Mediratta | |
| updates to get smoother scrolling. | |||
| 2009-07-28 | Disable smooth progressbar scrolling when we're at 100% (else the | Bharat Mediratta | |
| progressbar trucks along slowly even though the task is done). | |||
| 2009-07-23 | Smooth out the animaation for the progress bar. | Bharat Mediratta | |
| 2009-07-10 | Change the word "Done" to "Close" to make translations easier | Tim Almdal | |
| 2009-06-19 | Improve the task dialog | Bharat 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-27 | Restructure 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. | |||
