summaryrefslogtreecommitdiff
path: root/modules/gallery/models
AgeCommit message (Expand)Author
2010-01-02Add a cache buster to the resize and file urls. This fixes ticketBharat Mediratta
2010-01-02Take precautions against deleting var/albums, var/thumbs or var/resizes.Bharat Mediratta
2009-12-22The default value for $offset should always be null (according to theBharat Mediratta
2009-12-18Convert a database query.Bharat Mediratta
2009-12-16Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_devBharat Mediratta
2009-12-16Adjust for the fact that movies have JPG thumbnails. Fixes ticketBharat Mediratta
2009-12-13Convert some database calls.Bharat Mediratta
2009-11-26Convert some more Database::instance() calls to db::build() form.Bharat Mediratta
2009-11-26ORM::find_all() now uses null as the default value for offset.Bharat Mediratta
2009-11-26Overload Database_Builder to add merge_where() which takes predefinedBharat Mediratta
2009-11-26Convert all DB where() calls to take 3 arguments.Bharat Mediratta
2009-11-26ORM::$rules now has a special meaning. Use $form_rules for ourBharat Mediratta
2009-11-25ORM::orderby -> ORM::order_byBharat Mediratta
2009-11-25Preliminary work to cut over to Kohana 2.4Bharat Mediratta
2009-11-06Make sure the position method works for both ascending and descending sort or...Tim Almdal
2009-11-04Modified the so that a where clause can be passed into item::get_position. W...Tim Almdal
2009-10-30Log an alert when we can't load a user.Bharat Mediratta
2009-10-27Refix #812, by removing the decoding in file_proxy instead of not encoding in...Tim Almdal
2009-10-27Don't url encode the components of the relative_path_cache as we they refer t...Tim Almdal
2009-10-24Merge branch 'master' into talmdal_devTim Almdal
2009-10-24When an item is renamed or move insure that the target file name doesn't exis...Tim Almdal
2009-10-22Change the name of identity library from Identity to IdentityProvider. Create...Tim Almdal
2009-10-16Start simplifying the interface by moving the static methods from user.php an...Tim Almdal
2009-10-09Convert direct lookups for the user table using ORM to using the user::lookup...Tim Almdal
2009-10-11Make the slug field required for all items.Bharat Mediratta
2009-10-08Merge branch 'master' of git@github.com:gallery/gallery3 into talmdal_devTim Almdal
2009-10-05First pass on converting calls to the Identity interface. Will worry about wr...Tim Almdal
2009-10-04Renamed most, if not all css selectors from gName to g-name. Moved a few shar...Chad Kieffer
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