summaryrefslogtreecommitdiff
path: root/core/controllers/welcome.php
AgeCommit message (Expand)Author
2009-01-18Here's the rest of the change, new tool and forgot to add some files :-)Tim Almdal
2009-01-17The Packager now copies all the directories properly, ignoring all theTim Almdal
2009-01-17We can now build ar tar.gz file with the gallery installation. StillTim Almdal
2009-01-17Generate a single sql install file.Tim Almdal
2009-01-17Change the scaffolding packaging to set auot-render to false so theTim Almdal
2009-01-16Add a scaffolding tab that allows packaging up the installation for installat...Tim Almdal
2009-01-10Big set of changes to comments, with related changes to akismet andBharat Mediratta
2009-01-08Don't toggle akismet::test_mode if akismet isn't installed.Bharat Mediratta
2009-01-08Add akismet::$test_mode, initialize it to TEST_MODE and don't contactBharat Mediratta
2009-01-02trim() the path in add_photosBharat Mediratta
2009-01-01Add deepest album linkBharat Mediratta
2008-12-30Update user::create() scaffolding for changes in the user module: can't set t...Andy Staudacher
2008-12-26Fix a typo.Bharat Mediratta
2008-12-25Rework log and message helpers to be parallel, but separate.Bharat Mediratta
2008-12-25Reload the parent before using when adding albums/photos since it may have in...Bharat Mediratta
2008-12-23Change photo::create() and album::create() to take ORM instancesBharat Mediratta
2008-12-23Add very simple graphics toolkits.Bharat Mediratta
2008-12-22Remove module.info from infrastructure modules that are effectivelyBharat Mediratta
2008-12-22Change the way that we track modules.Bharat Mediratta
2008-12-21Add some more logging code. Now the site admin has some log entries to look at.Bharat Mediratta
2008-12-21create a more generic random_phrase() functionBharat Mediratta
2008-12-19Allow server-side adding of images to other albums than the rootBharat Mediratta
2008-12-17Switch from cookie sessions to database sessions. We can't use cookieBharat Mediratta
2008-12-17Separate thumbnails out into var/thumbs. This clears up some ambiguity in I...Bharat Mediratta
2008-12-161) Remove the load watermark from the scaffolding... use the menu optionTim Almdal
2008-12-15Update to reflect changes in Kohana ORM relationship code.Bharat Mediratta
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