| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-10-01 | Use the "loading" image from themes/wind since it's no longer in gallery3/lib. | Bharat Mediratta | |
| 2010-09-29 | Stop caching all module variables in the vars table using the | Bharat Mediratta | |
| name=_cache row. If that overflows, it will cause us to be unable to load variables, and we can't recover from that. Instead, use the Cache table. Bump the gallery module to v40. Fixes ticket #1405. | |||
| 2010-09-16 | Add a link to | Bharat Mediratta | |
| http://codex.gallery2.org/Gallery3:Choosing_A_Graphics_Toolkit to help users choose a graphics toolkit. Fixes ticket #1372. | |||
| 2010-09-14 | Report the graphics toolkit in the platform block. | 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-09-06 | Show the "view log" button for tasks that are running, in case they're | Bharat Mediratta | |
| paused/abandoned for some reason and we want to know more details. | |||
| 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. | |||
| 2010-09-01 | Don't use $.remove() to get rid of items from the uploadify queue; | Bharat Mediratta | |
| that breaks uploadify and causes it to be unable to upload any new items. Fixes ticket #1324. | |||
| 2010-08-31 | Expire completed uploads and introduce a text message that says how | Bharat Mediratta | |
| many photos have been uploaded successfully. This is to pave the way for retry code later on. | |||
| 2010-08-30 | Detect Flash and put up a reasonable message if your browser doesn't | Bharat Mediratta | |
| have Flash installed. Fixes ticket #1268. | |||
| 2010-08-29 | Revert "Change the theme option page to display using tabs if the site theme ↵ | Bharat Mediratta | |
| has an admin page." This reverts commit d66c496fb1007bbd0b1640496808000c573d95fd. Conflicts: modules/gallery/helpers/theme.php modules/gallery/views/admin_theme_options.html.php themes/admin_wind/css/screen.css | |||
| 2010-08-29 | 1) Rename "Cancel All" -> "Cancel uploads" to clarify what we're | Bharat Mediratta | |
| talking about and follow our capitalization standards. 2) Grey out the Done button when uploads are in progress. Fixes ticket #1302. | |||
| 2010-08-22 | Get rid of the move dialog and move option. Instead, replace it with | Bharat Mediratta | |
| a call to Organize with the appropriate album open. I have not yet figured out how to get the SWF code to highlight the active image, but that's coming. Partial fix for #1204. | |||
| 2010-08-21 | Put up a warning and don't accept movie files if we don't have ffmpeg. | Bharat Mediratta | |
| This fixes ticket #973. | |||
| 2010-08-21 | Fix a typo to the case correction. | Tim Almdal | |
| 2010-08-21 | Correct incorrect case on dialog title. | Tim Almdal | |
| 2010-08-15 | We use UTF-8 everywhere. Fixes ticket #1285. | Bharat Mediratta | |
| 2010-08-08 | Add gallery stats in addition to platform stats. | Bharat Mediratta | |
| 2010-08-08 | Adjust the vertical placement of the "Dang" message. | Bharat Mediratta | |
| 2010-08-08 | Add a sad face on the dang page. Just cause. | Bharat Mediratta | |
| 2010-08-08 | Make the error page more informative, and include platform information. | Bharat Mediratta | |
| 2010-08-01 | Use the login/html page for maintenance mode; we don't need the | Bharat Mediratta | |
| maintenance controller/view anymore. Fixes ticket #1267. | |||
| 2010-08-01 | Make maintenance mode a variable instead of a config. Then create | Bharat Mediratta | |
| links on the Admin > Maintenance page to allow you to turn it on and off. This should be efficient since we cache all vars and look them up on every request anyway. This also allows us to have the Fix task enable maintenance mode while it's running which greatly reduces the chances that somebody will come along and hork the database while we're tinkering with MPTT pointers. Fixes ticket #1259. | |||
| 2010-08-01 | Focus on the username field by default. Don't use jQuery because we're ↵ | Bharat Mediratta | |
| operating in a very limited context. | |||
| 2010-08-01 | "Save" -> "Download" for clarity. | Bharat Mediratta | |
| 2010-07-31 | Fix typo: ui-corners-all --> ui-corner-all | Bharat Mediratta | |
| thanks Lord Beowulf! | |||
| 2010-07-25 | Move the "cancel all" running tasks button up to make it consistent with the ↵ | Bharat Mediratta | |
| "remove all finished" button. | |||
| 2010-07-20 | Cleanup on the Admin > Languages page. | Bharat Mediratta | |
| Hide the fieldset and legend in the theme, since they don't add any value. Change l10n_client::_server_url() to use the short style GMC urls and make the API a little tighter. | |||
| 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-07-16 | Remove code that was inadvertently committed. | Tim Almdal | |
| 2010-07-15 | Don't show a themed 404 page if we get to a 404 via file_proxy. Just | Bharat Mediratta | |
| return a simple "File not found" message, since this is a very basic file access (thumbnail, resize, original etc) | |||
| 2010-07-15 | Rename Flash_Uploader to just Uploader. Modules that want to replace | Bharat Mediratta | |
| this will just replace the controller. This makes overriding that much easier in the future. | |||
| 2010-07-11 | Merge branch 'master' into talmdal_dev | Tim Almdal | |
| 2010-07-10 | Accept extension .m4v as video/mp4 | Romain LE DISEZ | |
| 2010-07-09 | Reset the postion option to center when the form data is reloaded, to force ↵ | Tim Almdal | |
| the dialog to recenter in case the contents have changed. | |||
| 2010-07-06 | Fix for ticket #1181. Use $.getJSON to retrieve the json contents of the ↵ | Tim Almdal | |
| dialog. Convert all the controllers that create the data to go into a dialog to return the html as part of a json object. | |||
| 2010-06-26 | Style cleanup. | Bharat Mediratta | |
| 2010-06-25 | Add a <h1> title saying that this is a preview. | Bharat Mediratta | |
| 2010-06-25 | Change the theme option page to display using tabs if the site theme has an ↵ | Tim Almdal | |
| admin page. | |||
| 2010-06-20 | Rename "simple_uploader" to "flash_uploader" to make room for an HTML | Bharat Mediratta | |
| uploader. | |||
| 2010-06-20 | Set the focus on the username field (and the name field when we reset | Bharat Mediratta | |
| the password) properly on IE7 using a setTimeout() hack. Fixes ticket #807. | |||
| 2010-06-20 | Focus on the username field by default. | Bharat Mediratta | |
| 2010-06-20 | Remove trailing ?> | Bharat Mediratta | |
| 2010-06-20 | If we use <?= .. ?> on the last line, it looks like we've got a | Bharat Mediratta | |
| trailing ?> and that causes File_Structure_Test to be sad. So instead use echo and tack on our own newline. But this also requires a semicolon. Weird, I know but still easier than fixing up the test. | |||
| 2010-06-19 | Rework our exception framework to fit into Kohana's model better. | Bharat Mediratta | |
| Instead of overwriting Kohana_Exception::handle() (which we were doing in MY_Kohana_Exception) we instead use their existing template system. gallery/views/kohana/error.php overrides system/views/kohana/error.php and is the standard error template for all exceptions. Our version of error.php figures out the appropriate view based on context (cli, authenticated admin, guest viewing a 404, guest viewing a system error) and delegates appropriately. Each delegated view has a narrow responsibility. This paves the way for us to add new error views per module. For example, the rest module will define its own template in Rest_Exception and then its exceptions can be rendered the way that it wants (json encoded, in that case). | |||
| 2010-06-15 | Make the "name" column a little wider. | Bharat Mediratta | |
| 2010-04-30 | Oops, somehow the update to flowplayer 3.1.5 was missing a few files. Here ↵ | Andy Staudacher | |
| they are... | |||
