summaryrefslogtreecommitdiff
path: root/core/controllers/scaffold.php
AgeCommit message (Expand)Author
2009-05-27Restructure things so that the application is now just another module.Bharat Mediratta
2009-05-26clean up whitespace errors introduced in last commitBharat Mediratta
2009-05-26Restructure the module lifecycle.Bharat Mediratta
2009-05-18Clean up tmp when packagingBharat Mediratta
2009-05-14Cache variables in core._cache so that we can retrieve them all in aBharat Mediratta
2009-05-13Gee it's May already. Update copyright to 2009.Bharat Mediratta
2009-05-13Unlink var/modules dir also when packagingBharat Mediratta
2009-05-13Clean out old dirs before packaging.Bharat Mediratta
2009-04-28auto install organize moduleBharat Mediratta
2009-03-20Oops, we need UNIX_TIMESTAMP() instead of NOW()Bharat Mediratta
2009-03-20Do some data normalization so that the install files will have stableBharat Mediratta
2009-03-19Rejigger the way we do reinstalls while Kohana is running.Bharat Mediratta
2009-03-16Revive the install() and uninstall() functions in Scaffold_ControllerBharat Mediratta
2009-03-16Move security into the constructor. Protecting the index() call is easily by...Bharat Mediratta
2009-03-16Thin down the scaffolding code so that all that is there is the testTim Almdal
2009-03-15Move profiling and debugging out of the scaffolding and into theTim Almdal
2009-03-10Add profiling/debugging switches in the Scaffold menu.Bharat Mediratta
2009-03-08Post process the sql generation code to support prefixesBharat Mediratta
2009-03-04Redefine the batch API to be very very simple. You callBharat Mediratta
2009-03-04Delete test(), it should never have been checked in.Bharat Mediratta
2009-03-03Use the gallery root directory on the batch::operation call whenTim Almdal
2009-03-03Refactored the batch Api: 1) created a small batch helper class:Tim Almdal
2009-03-01Simplify the batch api by having the core event handlers forTim Almdal
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-26Use the Database::update function instead of a raw SQL queryTim Almdal
2009-02-22Remove the $item from the various graphics functions, that was a badBharat Mediratta
2009-02-191) Rename the module media_rss to rssTim Almdal
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-05Rename "welcome" controller to "scaffold" so that we can eventuallyBharat Mediratta