summaryrefslogtreecommitdiff
path: root/core/controllers/welcome.php
AgeCommit message (Expand)Author
2008-12-14Change the watermark module to use forge.Tim Almdal
2008-12-14The start of the watermark module. It doesn't save the watermark at this poi...Tim Almdal
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-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-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-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-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-03Add /welcome/form/add/photos to give you the add photo form.Bharat Mediratta
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-28Dynamically create the list of available modules. This permits new modules t...Tim Almdal
2008-11-28Add an easy way to add a bunch of servers from the server sideBharat Mediratta
2008-11-27Make tags look a little better.Bharat Mediratta
2008-11-27Centralize logging around installing/uninstalling modules.Bharat Mediratta
2008-11-26Draw an album tree in the access -> permissions tab.Bharat Mediratta
2008-11-26Add support for marking users as "admin"Bharat Mediratta
2008-11-26Add support in the scaffolding for adding users to groups, adding andBharat Mediratta
2008-11-26Use lorem2 words as inputs to generateTags. Limiting the number ofBharat Mediratta
2008-11-26Create user/group create/delete functions and have the scaffolding use them.Bharat Mediratta
2008-11-251) Changed how the test tags are generated to be able to create a better dist...Tim Almdal
2008-11-25The scaffolding can now add and delete users and groups. Yippee!Bharat Mediratta
2008-11-25Add a "Access" tab to the scaffolding and list users and groups.Bharat Mediratta
2008-11-25tag::add_tag() -> tag::addBharat Mediratta
2008-11-25Add theme debugging. Activate it in the [info] tab in theBharat Mediratta
2008-11-24Moved the creation of tags into the tag helper library. Added a count field ...Tim Almdal
2008-11-24Show a link to the item with the most tags.Bharat Mediratta
2008-11-24Show the tag count, too.Bharat Mediratta
2008-11-24Remove the has_many_and_belongs_to_many relations from the item modelTim Almdal
2008-11-24Add the creation of tags to the scaffolding codeTim Almdal
2008-11-23Show the # of commentsBharat Mediratta
2008-11-23Add a button to install all plugins at once, now that we have so many.Bharat Mediratta
2008-11-21Revert module block approachTim Almdal
2008-11-18Fix a typo user_id -> owner_idBharat Mediratta
2008-11-16create a regular user and make scaffolding assign owner to logged in userFelix Rabinovich