summaryrefslogtreecommitdiff
path: root/modules/tag/models
AgeCommit message (Expand)Author
2009-12-27Clean up validation the check for duplicate names or slugs, finish converting...Tim Almdal
2009-12-18Remove some unused references to Database::instance()Bharat Mediratta
2009-12-06Fix a few more database queriesBharat Mediratta
2009-12-06Fix some database calls.Bharat Mediratta
2009-11-26Convert all DB where() calls to take 3 arguments.Bharat Mediratta
2009-11-25Refactor the tags to remove the REST_Controller. Partial fix for ticket #917Tim Almdal
2009-11-14Normalize tags a bit.Bharat Mediratta
2009-08-08Update tags module to notify modules when items related to a tag areBharat Mediratta
2009-07-23Respect the $type parameter on Tag_Model::items_count()Tim Almdal
2009-05-13Gee it's May already. Update copyright to 2009.Bharat Mediratta
2009-05-13Allow users to enter multiple tags at once, split by space, semicolonBharat Mediratta
2009-01-30The start of the notification module. At this point, the icon has been added...Tim Almdal
2009-01-04Allow renaming of tags using a modal dialog. Put up a confirmationBharat Mediratta
2008-12-17Add Item_Model::viewable() which we can use to restrict any query toBharat Mediratta
2008-11-28Tags_Model::items() now lets you filter by item typeBharat Mediratta
2008-11-26Add a new "tag" page type.Bharat Mediratta
2008-11-26Breadcrumbs now look right for dynamic tag albumsTim Almdal
2008-11-26Duh, i have the count in the tag model... why do i need to do a query to count?Tim Almdal
2008-11-26Modify the tag model to behave like a virtual album. There are two outstandi...Tim Almdal
2008-11-23Tag module database definitionsTim Almdal