Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
$v->foo instead of doing it in a rendered template.
|
|
|
|
(yay!)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
modules/gallery/controllers/rest.php
|
|
- Kohana::log() -> Kohana_Log::add()
- Kohana::config_XXX -> Kohana_Config::instance()->XXX
- Implement View::set_global in MY_View
- Updated Cache_Database_Driver to latest APIs
- ORM::$loaded -> ORM::loaded()
- Updated item::viewable() to use K2.4 parenthesization
|
|
|
|
|
|
Partial fix for ticket #917
|
|
|
|
|
|
* Remove the methods create, update, delete, get_edit_form as there are not used
* Change the return when a comment is created to return the html for the new comment.
This saves a second get request to down load the comment.
|
|
|
|
|
|
|
|
|
|
|
|
changes.
|
|
|
|
|
|
|
|
|
|
messages when this fails, not the Gallery translation system so this
is not a great solution. However, it's the same as the other
model-based rules we have currently so it's no worse.
Fixes ticket #897.
|
|
Partial fix for ticket #580.
|
|
|
|
|
|
references in css files. This fixes ticket #910
|
|
|
|
references in css files. This fixes ticket #910
|
|
#896.
|
|
|
|
|
|
|
|
|
|
|
|
minimize menu flicker
|
|
model to let the Tags module modify it. This brings it inline with
our other module-extensible form based interactions.
|
|
|
|
|
|
that we're not mixing naming styles.
|