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
/
modules
/
gallery
/
models
Age
Commit message (
Expand
)
Author
2009-07-17
Change model_cache::clear() API to clear everything. This prevents
Bharat Mediratta
2009-07-17
Fix a bug where moved items don't properly inherit permissions from
Bharat Mediratta
2009-07-16
Second non-trivial change to the event code. We now publish model
Bharat Mediratta
2009-07-16
Non-trivial changes to the event handling code:
Bharat Mediratta
2009-07-07
Added a wee bit of phpDoc.
Tim Almdal
2009-07-07
Allow the task::log method to take an array of lines and change g2_import.php
Tim Almdal
2009-07-06
Cleanup remove task processing. Change Task_Model::delete to call parent::delete
Tim Almdal
2009-07-05
Add task logging functionality. When a task runs, it creates a log that is
Tim Almdal
2009-06-30
Fix for #319.
Tim Almdal
2009-06-27
Implemented a Database driver for the Kohana Cache library. Rather then writ...
Tim Almdal
2009-06-23
Fix get_position() to properly deal with duplicate values in the sort column....
Bharat Mediratta
2009-06-23
Escape {$this->sort_column} in get_position()
Bharat Mediratta
2009-06-04
Fix a bug in Item_Model::get_position() where we incorrectly using the
Bharat Mediratta
2009-06-02
Fix for ticket #320
Tim Almdal
2009-05-31
Don't let relative_path() try to update the database if the Item_Model
Bharat Mediratta
2009-05-27
Restructure things so that the application is now just another module.
Bharat Mediratta