Age | Commit message (Collapse) | Author |
|
Kohana makes this type of transition fairly straightforward in that
all controllers/helpers/etc are still located in the cascading
filesystem without any extra effort, except that I've temporarily
added a hack to force modules/gallery into the module path.
Rename what's left of "core" to be "application" so that it conforms
more closely to the Kohana standard (basically, just
application/config/config.php which is the minimal thing that you need
in the application directory)
There's still considerable work left to be done here.
|
|
|
|
incoming_translation key cache. The only part of this that is not
broken down is the l10n_client::fetch_updates() part.
|
|
the task only has one step from zero to 100.
|
|
incidentally fixes the the problem that admin/maintenance tasks have
been broken.
|
|
specify a single type and ask for it appropriately in
admin_maintenance. Specify a type for every existing task.
|
|
|
|
Order the finished tasks by update time in the task list.
|
|
Fix a bug in admin_maintenance.html.php where we were only showing the first task
|
|
|
|
Task library class as a data structure to hold task definitions.
|