summaryrefslogtreecommitdiff
path: root/core/controllers
AgeCommit message (Expand)Author
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
2009-02-05Rename "welcome" controller to "scaffold" so that we can eventuallyBharat Mediratta
2009-02-02Have the quick delete file "item_before_delete" so that search andTim Almdal
2009-01-29Add delete support as a quick-edit optionBharat Mediratta
2009-01-29Support making an album the album cover for its parentBharat Mediratta
2009-01-29replace title with level, for ease in diagnosing levelling issues.Bharat Mediratta
2009-01-27Rename Admin_Themedetails -> Admin_Theme_DetailsBharat Mediratta
2009-01-27Remove unused theme code left over from before virshu moved themeBharat Mediratta
2009-01-25Update the album cover if necessary.Bharat Mediratta
2009-01-24Admin theme style cleanup. Merged separate selected, available, unavailable i...Chad Kieffer
2009-01-24Add move support. Use the move icon in the quick pane. You can'tBharat Mediratta
2009-01-23Simplify this code. We know what the fields are, pull them by name so that w...Bharat Mediratta
2009-01-22Theme details. Save values 2Felix Rabinovich
2009-01-22Theme details. Save valuesFelix Rabinovich
2009-01-22Theme details. Initial releaseFelix Rabinovich
2009-01-21Fix bug in add_to_group / remove_from_group where we were looking up users us...Bharat Mediratta