summaryrefslogtreecommitdiff
path: root/modules/gallery
AgeCommit message (Expand)Author
2010-08-01Write appropriate PHPdoc for json::reply.Bharat Mediratta
2010-08-01Specify the charset on the content type headerTim Almdal
2010-07-31Full pass over all the JSON encoding and JS dialog code. We now abideBharat Mediratta
2010-07-31"Save" -> "Download" for clarity.Bharat Mediratta
2010-07-31Resend the entire dialog content (including the wrapping view) instead of jus...Tim Almdal
2010-07-31Missing the user name on the reauthenticate form.Tim Almdal
2010-07-31When the admin controller redirects to the reauthenticate controller, the val...Tim Almdal
2010-07-31Convert the admin_theme controller to use the json::reply methodTim Almdal
2010-07-31More patches as part of #1225. Change the 'core' modules to use the json::replyTim Almdal
2010-07-31Partial fix for #1225. Create a json reply helper that sets the content type ...Tim Almdal
2010-07-31Fix typo: ui-corners-all --> ui-corner-allBharat Mediratta
2010-07-31Use readfile() instead of fopen()/fpassthru()/fclose() for brevity.Bharat Mediratta
2010-07-29Add recovery code for dupe slugs and dupe names to the general purpose FixBharat Mediratta
2010-07-29We don't care about the name and slug for the root album so don't bother enfo...Bharat Mediratta
2010-07-29Trap ORM_Validation_Exception specially and report which fields failed valida...Bharat Mediratta
2010-07-28Combine the Fix MPTT and Fix Permissions tasks into one magical fix-itBharat Mediratta
2010-07-27"public static" ==> "static" to match code conventions.Bharat Mediratta
2010-07-27VerifiedBharat Mediratta
2010-07-27UpdatedBharat Mediratta
2010-07-27Don't invoke a graphics toolkit when setting the album cover from aBharat Mediratta
2010-07-25Add a new maintenance task that resyncs album .htaccess files withBharat Mediratta
2010-07-25Move the "cancel all" running tasks button up to make it consistent with the ...Bharat Mediratta
2010-07-25Don't use hardcoded id 1 as the everybody group; it won't work with alternati...Bharat Mediratta
2010-07-22Initialize $request in submit_translations(). Fixes ticket #1239.Bharat Mediratta
2010-07-22Properly handle the case where the album_cover_item_id points to anBharat Mediratta
2010-07-21Catch any exceptions thrown when we try to restore the originalBharat Mediratta
2010-07-21Null out relative_path_cache and relative_url_cache after we updateBharat Mediratta
2010-07-20Cleanup on the Admin > Languages page.Bharat Mediratta
2010-07-20Use Session::get_once() instead of Session::get() followed by Session::delete();Bharat Mediratta
2010-07-20Oops! Proper fix for #1201. My last fix just redirected back to theBharat Mediratta
2010-07-17Fix margin: 0 auto; IE issue in the upgrader view by adding a doctype to the ...Chad Kieffer
2010-07-17Fix closing ul on inactive modules list, replaced <i> with <em> in footer.Chad Kieffer
2010-07-16Merge branch 'master' of github.com:gallery/gallery3Bharat Mediratta
2010-07-16Improve the fix for #1176 to use request::is_ajax() instead of tackingBharat Mediratta
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
2010-07-15Remove the code to call the controller directly and just use redirect. Now t...Tim Almdal
2010-07-15Rename g-in-dialog to the naming standard for query parameters and give it so...Tim Almdal
2010-07-15Redirect users away from admin to the main site if you click logout onBharat Mediratta
2010-07-15Rename Flash_Uploader to just Uploader. Modules that want to replaceBharat Mediratta
2010-07-13Revert "Fix for ticket #1182. Remove the trailing slash and just let it be m...Bharat Mediratta
2010-07-13Fix reauth authentication to use the identity helper instead of theBharat Mediratta
2010-07-11Merge branch 'master' into talmdal_devTim Almdal
2010-07-10Rotate all matching album covers when we rotate an item. Fixes ticket #1200.Bharat Mediratta
2010-07-10If the target of an item move has no album cover, make the newly moved item t...Bharat Mediratta
2010-07-10Wrap album deletes in a batch so that we can handle lots of cascadingBharat Mediratta
2010-07-10PHPDoc fix.Bharat Mediratta
2010-07-10Reset the time limit to 30 seconds every time we delete a child. Fixes ticke...Bharat Mediratta
2010-07-10Pass along the from_id in item::get_delete_form() and then check toBharat Mediratta
2010-07-10Pass along the from_id when editing albums in the context menu, andBharat Mediratta