summaryrefslogtreecommitdiff
path: root/modules/gallery/views
AgeCommit message (Collapse)Author
2010-10-01Use the "loading" image from themes/wind since it's no longer in gallery3/lib.Bharat Mediratta
2010-09-29Stop caching all module variables in the vars table using theBharat 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-16Add a link toBharat Mediratta
http://codex.gallery2.org/Gallery3:Choosing_A_Graphics_Toolkit to help users choose a graphics toolkit. Fixes ticket #1372.
2010-09-14Report the graphics toolkit in the platform block.Bharat Mediratta
2010-09-11Use the actual csrf token, not the placeholder (url::site doesn'tBharat Mediratta
replace that). Fixes ticket #1361
2010-09-11Add CSRF protection to the upgrader. And update the CLI output soBharat Mediratta
that it tells you which modules failed to upgrade properly. Fixes ticket #1359.
2010-09-08Detect when a module fails to upgrade properly and put up anBharat Mediratta
informative message to help the user know that she needs to get a newer copy of the module. Fixes ticket #1189.
2010-09-06Show the "view log" button for tasks that are running, in case they'reBharat Mediratta
paused/abandoned for some reason and we want to know more details.
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.
2010-09-01Don'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-31Expire completed uploads and introduce a text message that says howBharat Mediratta
many photos have been uploaded successfully. This is to pave the way for retry code later on.
2010-08-30Detect Flash and put up a reasonable message if your browser doesn'tBharat Mediratta
have Flash installed. Fixes ticket #1268.
2010-08-29Revert "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-291) Rename "Cancel All" -> "Cancel uploads" to clarify what we'reBharat Mediratta
talking about and follow our capitalization standards. 2) Grey out the Done button when uploads are in progress. Fixes ticket #1302.
2010-08-22Get rid of the move dialog and move option. Instead, replace it withBharat 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-21Put up a warning and don't accept movie files if we don't have ffmpeg.Bharat Mediratta
This fixes ticket #973.
2010-08-21Fix a typo to the case correction.Tim Almdal
2010-08-21Correct incorrect case on dialog title.Tim Almdal
2010-08-15We use UTF-8 everywhere. Fixes ticket #1285.Bharat Mediratta
2010-08-08Add gallery stats in addition to platform stats.Bharat Mediratta
2010-08-08Adjust the vertical placement of the "Dang" message.Bharat Mediratta
2010-08-08Add a sad face on the dang page. Just cause.Bharat Mediratta
2010-08-08Make the error page more informative, and include platform information.Bharat Mediratta
2010-08-01Use the login/html page for maintenance mode; we don't need theBharat Mediratta
maintenance controller/view anymore. Fixes ticket #1267.
2010-08-01Make maintenance mode a variable instead of a config. Then createBharat 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-01Focus 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-31Fix typo: ui-corners-all --> ui-corner-allBharat Mediratta
thanks Lord Beowulf!
2010-07-25Move the "cancel all" running tasks button up to make it consistent with the ↵Bharat Mediratta
"remove all finished" button.
2010-07-20Cleanup 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-17Fix 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-17Fix closing ul on inactive modules list, replaced <i> with <em> in footer.Chad Kieffer
2010-07-16Remove code that was inadvertently committed.Tim Almdal
2010-07-15Don't show a themed 404 page if we get to a 404 via file_proxy. JustBharat Mediratta
return a simple "File not found" message, since this is a very basic file access (thumbnail, resize, original etc)
2010-07-15Rename Flash_Uploader to just Uploader. Modules that want to replaceBharat Mediratta
this will just replace the controller. This makes overriding that much easier in the future.
2010-07-11Merge branch 'master' into talmdal_devTim Almdal
2010-07-10Accept extension .m4v as video/mp4Romain LE DISEZ
2010-07-09Reset 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-06Fix 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-26Style cleanup.Bharat Mediratta
2010-06-25Add a <h1> title saying that this is a preview.Bharat Mediratta
2010-06-25Change the theme option page to display using tabs if the site theme has an ↵Tim Almdal
admin page.
2010-06-20Rename "simple_uploader" to "flash_uploader" to make room for an HTMLBharat Mediratta
uploader.
2010-06-20Set the focus on the username field (and the name field when we resetBharat Mediratta
the password) properly on IE7 using a setTimeout() hack. Fixes ticket #807.
2010-06-20Focus on the username field by default.Bharat Mediratta
2010-06-20Remove trailing ?>Bharat Mediratta
2010-06-20If we use <?= .. ?> on the last line, it looks like we've got aBharat 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-19Rework 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-15Make the "name" column a little wider.Bharat Mediratta
2010-04-30Oops, somehow the update to flowplayer 3.1.5 was missing a few files. Here ↵Andy Staudacher
they are...