summaryrefslogtreecommitdiff
path: root/core/controllers/welcome.php
AgeCommit message (Expand)Author
2009-02-05Rename "welcome" controller to "scaffold" so that we can eventuallyBharat Mediratta
2009-01-29replace title with level, for ease in diagnosing levelling issues.Bharat Mediratta
2009-01-21Fix bug in add_to_group / remove_from_group where we were looking up users us...Bharat Mediratta
2009-01-20Web based installer. It's still got some rough edges, but you can nowBharat Mediratta
2009-01-19Fix up various little things to get File_Structure_Test to pass.Bharat Mediratta
2009-01-19Packager now does a clean reinstall of just the packages we want, thenBharat Mediratta
2009-01-18Drag and drop in the admin dashboard now saves the location.Bharat Mediratta
2009-01-18Correct the mkdir for the sub directories in varTim Almdal
2009-01-18Change the database unload to unload all the tables instead of foolingTim Almdal
2009-01-18Clean up the var directory creation scriptTim Almdal
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