index
:
gallery3.git
master
A clone of the Gallery3 code for testing and development.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
controllers
/
scaffold.php
Age
Commit message (
Expand
)
Author
2009-05-27
Restructure things so that the application is now just another module.
Bharat Mediratta
2009-05-26
clean up whitespace errors introduced in last commit
Bharat Mediratta
2009-05-26
Restructure the module lifecycle.
Bharat Mediratta
2009-05-18
Clean up tmp when packaging
Bharat Mediratta
2009-05-14
Cache variables in core._cache so that we can retrieve them all in a
Bharat Mediratta
2009-05-13
Gee it's May already. Update copyright to 2009.
Bharat Mediratta
2009-05-13
Unlink var/modules dir also when packaging
Bharat Mediratta
2009-05-13
Clean out old dirs before packaging.
Bharat Mediratta
2009-04-28
auto install organize module
Bharat Mediratta
2009-03-20
Oops, we need UNIX_TIMESTAMP() instead of NOW()
Bharat Mediratta
2009-03-20
Do some data normalization so that the install files will have stable
Bharat Mediratta
2009-03-19
Rejigger the way we do reinstalls while Kohana is running.
Bharat Mediratta
2009-03-16
Revive the install() and uninstall() functions in Scaffold_Controller
Bharat Mediratta
2009-03-16
Move security into the constructor. Protecting the index() call is easily by...
Bharat Mediratta
2009-03-16
Thin down the scaffolding code so that all that is there is the test
Tim Almdal
2009-03-15
Move profiling and debugging out of the scaffolding and into the
Tim Almdal
2009-03-10
Add profiling/debugging switches in the Scaffold menu.
Bharat Mediratta
2009-03-08
Post process the sql generation code to support prefixes
Bharat Mediratta
2009-03-04
Redefine the batch API to be very very simple. You call
Bharat Mediratta
2009-03-04
Delete test(), it should never have been checked in.
Bharat Mediratta
2009-03-03
Use the gallery root directory on the batch::operation call when
Tim Almdal
2009-03-03
Refactored the batch Api: 1) created a small batch helper class:
Tim Almdal
2009-03-01
Simplify the batch api by having the core event handlers for
Tim Almdal
2009-02-28
The scaffolding, simple_uploader and local_import now call two new
Tim Almdal
2009-02-28
Change the pattern to identify tables that need prefix substitution to
Tim Almdal
2009-02-27
This implements table prefix for all the queries in core, user, exif,
Tim Almdal
2009-02-26
Use the Database::update function instead of a raw SQL query
Tim Almdal
2009-02-22
Remove the $item from the various graphics functions, that was a bad
Bharat Mediratta
2009-02-19
1) Rename the module media_rss to rss
Tim Almdal
2009-02-08
rollback r20001-r19998, r19995. This may require a reinstall
Tim Almdal
2009-02-06
Implement fix for ticket #35. *** Requires reinstall of core ***
Tim Almdal
2009-02-05
Rename "welcome" controller to "scaffold" so that we can eventually
Bharat Mediratta