summaryrefslogtreecommitdiff
path: root/core/controllers
AgeCommit message (Expand)Author
2008-12-15Rename default_admin to admin_default.Bharat Mediratta
2008-12-15Refactor admin dashboard.Bharat Mediratta
2008-12-15mark unauthorized exception w/ a @todoBharat Mediratta
2008-12-14Change the watermark module to use forge.Tim Almdal
2008-12-14load admin subpages AJAXy wayFelix Rabinovich
2008-12-14convert single quotes to double quotes for consistency.Bharat Mediratta
2008-12-14The start of the watermark module. It doesn't save the watermark at this poi...Tim Almdal
2008-12-14refactored admin views and added 'List User'Felix Rabinovich
2008-12-14clean the links and require authorization before showing admin pagesFelix Rabinovich
2008-12-141. fix up the <link> and <script> elements in the dashboard <head>.Felix Rabinovich
2008-12-14Fixed tabs and line endingsFelix Rabinovich
2008-12-14Created admin controller and made admin obey admin theme settingsFelix Rabinovich
2008-12-13Set the resize and thumbnail maximum dimension into the module vars tableTim Almdal
2008-12-12Change the check from class_exists to module::is_installedTim Almdal
2008-12-12Remove a couple of todo's by store the "theme name", "admin theme name" and "...Tim Almdal
2008-12-12If the user class doesn't exist, then just set the owner_id to null. Another ...Tim Almdal
2008-12-12Refaactor module::install() and module::uninstall() out of theBharat Mediratta
2008-12-12Use restore_error_handler() instead of a second set_error_handler() callBharat Mediratta
2008-12-12Randomly choose images from core/tests/images as test imagesTim Almdal
2008-12-12Remove the attempt at a local import moduleTim Almdal
2008-12-12Get rid of all pseudo users and pseudo groups, while preserving allBharat Mediratta
2008-12-111) Begins the creation of the local import module by adding the administation...Tim Almdal
2008-12-10Change all access API methods to take ORMs instead of ids. This willBharat Mediratta
2008-12-09Check view permissions before allowing view access to albums/photos.Bharat Mediratta
2008-12-09Move code to delete users and add/remove users from groups into theBharat Mediratta
2008-12-09move user::delete() to User_Model::delete()Bharat Mediratta
2008-12-07Fix a bug in the redirect after adding photos.Bharat Mediratta
2008-12-07* Don't call _getadd_photo_html() when we don't have an items table.Bharat Mediratta
2008-12-06Implemented photo::_get_photo_add(). You need to create the var/uploads dire...Tim Almdal
2008-12-06Correct @todo's in Item_ControllerTim Almdal
2008-12-05Fix a bug where any uninstall removed the entire database.Bharat Mediratta
2008-12-04Moving albums around with a drag and drop interface seems to work and preserv...Tim Almdal
2008-12-04Change the startup code to only put installed modules on the autoloadBharat Mediratta
2008-12-04Get rid of the rearrange helper as the code could be inlinedTim Almdal
2008-12-03Rename file::unlink() to dir::unlink(). This creates an API that isBharat Mediratta
2008-12-03Add a MY_file class that extends the file helper by creating an unlink method...Tim Almdal
2008-12-03Add /welcome/form/add/photos to give you the add photo form.Bharat Mediratta
2008-12-02The rearrange module will now add an album if you drag the "new album" onto t...Tim Almdal
2008-12-01Fix profiler settings in the scaffoldingBharat Mediratta
2008-12-01Add access::reset() so that you can specify your intent to use theBharat Mediratta
2008-12-01Prototype access control model. There's much left to do, but it's aBharat Mediratta
2008-11-30Move rearrange HTML generation into welcome.php so that we gracefullyBharat Mediratta
2008-11-29Add access model (not fully baked yet).Bharat Mediratta
2008-11-29Insure that the page and offset refere to valid itemsTim Almdal
2008-11-28Dynamically create the list of available modules. This permits new modules t...Tim Almdal
2008-11-28Create module::event() which runs Gallery events. It works byBharat Mediratta
2008-11-28Add an easy way to add a bunch of servers from the server sideBharat Mediratta
2008-11-28Rename item events and create events for comment create, login, logout, user ...Tim Almdal
2008-11-271) Create a Theme_View class that combines the functionality of the Theme cla...Tim Almdal
2008-11-27Make tags look a little better.Bharat Mediratta