summaryrefslogtreecommitdiff
path: root/modules/gallery/models
AgeCommit message (Expand)Author
2009-09-21Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_devBharat Mediratta
2009-09-212nd attempt at gracefully dealing with sort columns that containBharat Mediratta
2009-09-21Fix Item_Model::get_position() so that our sort is stable when the comparisonBharat Mediratta
2009-09-11rawurlencode() path components in relative_path_cache andBharat Mediratta
2009-09-08Change the relative_path_cache and relative_url_cache columns to storeBharat Mediratta
2009-09-08Minor tweaks to the url refactor.Bharat Mediratta
2009-09-08Move specialized (pretty) url generation back into Item_Model so thatBharat Mediratta
2009-09-07Update Item_Model::save() to consider the relative_xxx_cache fields asBharat Mediratta
2009-09-071. Actually set the slug to the new value in the controllers.Bharat Mediratta
2009-09-07Correct a mental mistake in the prior change. All the xxx_url()Bharat Mediratta
2009-09-07Add support for a per-item "slug" which will be the user-visible urlBharat Mediratta
2009-09-02Refactor how we use $this->relative_path() so that we're not callingBharat Mediratta
2009-08-29Fix for 641... extend viewable functionality to comments. Viewable unit test ...Tim Almdal
2009-08-18Refactor the get maximum weight functionality into a method in the item helpe...Tim Almdal
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