summaryrefslogtreecommitdiff
path: root/core/controllers
AgeCommit message (Expand)Author
2009-03-08Update sort order processing per Bharat's feedbackTim Almdal
2009-03-08Implement Sortable albums. Current sort fields include (CreationTim Almdal
2009-03-08Undo... pass any additional parameters to the _edit_form methodTim Almdal
2009-03-08Pass any additional parameters to the _edit_form methodTim Almdal
2009-03-06oops. fix accidental style change that slipped into last commitChris Kelly
2009-03-06Added json and filter as requirementsChris Kelly
2009-03-05Avoid using default task types. Require task::get_definitions() toBharat Mediratta
2009-03-05A little task restructuringBharat Mediratta
2009-03-05Implement a Maintenance mode as per ticket: #15Tim Almdal
2009-03-04Implement batch support in a simple fashion to avoid having to change the swf...Bharat Mediratta
2009-03-04Redefine the batch API to be very very simple. You callBharat Mediratta
2009-03-04Delete test(), it should never have been checked in.Bharat Mediratta
2009-03-03Use the gallery root directory on the batch::operation call whenTim Almdal
2009-03-03Refactored the batch Api: 1) created a small batch helper class:Tim Almdal
2009-03-01Simplify the batch api by having the core event handlers forTim Almdal
2009-02-28The scaffolding, simple_uploader and local_import now call two newTim Almdal
2009-02-28Change the pattern to identify tables that need prefix substitution toTim Almdal
2009-02-27This implements table prefix for all the queries in core, user, exif,Tim Almdal
2009-02-27* Refactor task management methods from admin_maintenance.php toTim Almdal
2009-02-26Use the Database::update function instead of a raw SQL queryTim Almdal
2009-02-26Support adding custom header/footer text to themes via admin/theme_detailsBharat Mediratta
2009-02-26Make theme details its own page so that we can wrap it in a div andBharat Mediratta
2009-02-26Minor cleanups.Bharat Mediratta
2009-02-25Add support MP4 movies also. Flowplayer supports them and can streamBharat Mediratta
2009-02-22Remove the $item from the various graphics functions, that was a badBharat Mediratta
2009-02-22Standardize to uppercase DESC in the order by method callsTim Almdal
2009-02-22Added t(...) around some display strings that were overlooked.Tim Almdal
2009-02-22Very basic movie support. You can upload a FLV file, we use ffmpeg toBharat Mediratta
2009-02-191) Rename the module media_rss to rssTim Almdal
2009-02-19Differentiate between available and installed languages. Provide admin UI to ...Andy Staudacher
2009-02-18Add a 'finish' button which dismisses the dialog and refreshes the current pageBharat Mediratta
2009-02-18Urlencode the user agent, else it doesn't get passed through properly.Bharat Mediratta
2009-02-17Add more localized stringsBharat Mediratta
2009-02-15Ignore the unique timestamp value that upload::save() prepends to temp filena...Bharat Mediratta
2009-02-15If we're deleting an album cover, null it out in the parent. Bharat Mediratta
2009-02-14Say hello to the new Flash based uploader, courtesy of Eric Zelermyer.Bharat Mediratta
2009-02-14If the page number is out of range, redirect to the nearest page.Bharat Mediratta
2009-02-12Move l10n enable/disable option to Options menu.Andy Staudacher
2009-02-10Simplification pass that preserves almost all functionality (exceptBharat Mediratta
2009-02-10single -> double quotes.Bharat Mediratta
2009-02-10remove leading slash from Forge url.Bharat Mediratta
2009-02-10style fixes (style for method names, style for vars in locale.php)Andy Staudacher
2009-02-10Adding UI for site language selection and user language preference.Andy Staudacher
2009-02-10Normalize a few things to our standard.Bharat Mediratta
2009-02-09Add local localization functionality. Local = no means to upload / download t...Andy Staudacher
2009-02-09Adding translation UI. Not backed by any model yet (submissions are ignored).Andy Staudacher
2009-02-08Properly implement changing the thumbnail and resized image sizes byBharat Mediratta
2009-02-08rollback r20001-r19998, r19995. This may require a reinstallTim Almdal
2009-02-06Implement fix for ticket #35. *** Requires reinstall of core ***Tim Almdal
2009-02-06Convert all item->type == "album" to item->is_album()Tim Almdal