| Age | Commit message (Collapse) | Author | 
|---|
|  | need it also in render(). | 
|  |  | 
|  |  | 
|  |  | 
|  | $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. | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  | 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 | 
|  | #896. | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  | 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. | 
|  | Internationalize and simplify our error strings. | 
|  |  | 
|  |  | 
|  | styles as much as possible. | 
|  |  | 
|  |  | 
|  | will provide the same values. This change corrects that assumption and moves the management of the theme options, including creating the form and updating the theme options into the theme."
This reverts commit 1692ee130887a6ad1ba68aa34a96ad36161600f9. |