summaryrefslogtreecommitdiff
path: root/modules/gallery/models
AgeCommit message (Expand)Author
2009-08-05Change the children and descendants APIs to be more consistent and toBharat Mediratta
2009-08-05Change the children methods on Item_Core and ORM_MPTT in order toTim Almdal
2009-08-02Change the API for getting to the original state of an ORM.Bharat Mediratta
2009-07-30Add some code to guard the weight calculation against zero rows whenBharat Mediratta
2009-07-29Oops, I removed too much in my last change. Put talmdal's query back,Bharat Mediratta
2009-07-29Remove some scary debug code.Bharat Mediratta
2009-07-30Fix for ticket #576Tim Almdal
2009-07-27Remove the unnecessary ORDER BY on $this->sort_column inBharat Mediratta
2009-07-27Merge branch 'master' of git@github.com:gallery/gallery3Andy Staudacher
2009-07-27Revert "Remove an useless ORDER BY."... the order by wasn't all that useless.Andy Staudacher
2009-07-27Revert "Fix for ticket #452"Tim Almdal
2009-07-26Merge branch 'master' of git://github.com/rledisez/gallery3 into rledisez/masterAndy Staudacher
2009-07-25Fix for ticket #452Tim Almdal
2009-07-25Rename columns that use reserved SQL words : items.left and items.rightRomain LE DISEZ
2009-07-20Merge commit 'upstream/master'Romain LE DISEZ
2009-07-19Don't post the item_updated() event if we're just updating the view count.Bharat Mediratta
2009-07-18Merge commit 'upstream/master'Romain LE DISEZ
2009-07-17Change model_cache::clear() API to clear everything. This preventsBharat Mediratta
2009-07-17Fix a bug where moved items don't properly inherit permissions fromBharat Mediratta
2009-07-16Second non-trivial change to the event code. We now publish modelBharat Mediratta
2009-07-16Non-trivial changes to the event handling code:Bharat Mediratta
2009-07-16Merge commit 'upstream/master'Romain LE DISEZ
2009-07-07Added a wee bit of phpDoc.Tim Almdal
2009-07-07Allow the task::log method to take an array of lines and change g2_import.phpTim Almdal
2009-07-06Cleanup remove task processing. Change Task_Model::delete to call parent::deleteTim Almdal
2009-07-05Add task logging functionality. When a task runs, it creates a log that isTim Almdal
2009-06-30Fix for #319.Tim Almdal
2009-06-27Implemented a Database driver for the Kohana Cache library. Rather then writ...Tim Almdal
2009-06-24Remove an useless ORDER BY.Romain LE DISEZ
2009-06-23Fix get_position() to properly deal with duplicate values in the sort column....Bharat Mediratta
2009-06-23Escape {$this->sort_column} in get_position()Bharat Mediratta
2009-06-04Fix a bug in Item_Model::get_position() where we incorrectly using theBharat Mediratta
2009-06-02Fix for ticket #320Tim Almdal
2009-05-31Don't let relative_path() try to update the database if the Item_ModelBharat Mediratta
2009-05-27Restructure things so that the application is now just another module.Bharat Mediratta