summaryrefslogtreecommitdiff
path: root/modules/tag/models
AgeCommit message (Expand)Author
2013-01-21Update copyright to 2013. Fixes #1953.Bharat Mediratta
2013-01-13Tags by name (includes a G2 mapping)Mike Miller
2012-02-27Update copyright to 2012. #1822Bharat Mediratta
2011-08-11Patch for tickets #1428 and #1760Tim Almdal
2011-04-24Revert my two "fixes" on top of Andy's tag combine change. Leave Tag_Model::...Bharat Mediratta
2011-04-23Undo the change made in 5ce85636329b14673718836b3631a3e46efdc3bb because it m...Bharat Mediratta
2011-04-23Move the calculation for item_related_update ahead of the duplicateBharat Mediratta
2011-04-23Allow tags to be merged by renamingAndy Lindeman
2011-04-22Urlencode the tag name so that our html is compliant. Fixes #1672.Bharat Mediratta
2011-03-05PATH_INFO mangles apostrophe (and other symbols, I'm sure) into aBharat Mediratta
2011-01-21Update copyright to 2011.Bharat Mediratta
2011-01-15Follow on to 966dee8628293f78fbf9431281709ceba011d3c2 for #1586 --Bharat Mediratta
2011-01-07Move tag count management into the model. Fixes #1586.Bharat Mediratta
2010-11-08Fix a bug in the way that we add tags that causes it to be really slowBharat Mediratta
2010-10-25All modules should be named Xxx_Core for extensibility. Fixes #1458.Bharat Mediratta
2010-09-11Change tag url form to be /tag/{name} from /tags/show/{id}. This isBharat Mediratta
2010-03-03Update the copyright to 2010. It's only 3 months into the year :-)Bharat Mediratta
2010-01-31Fix lots of warnings that pop up when we're in E_STRICT mode. They'reBharat Mediratta
2010-01-05$offset should be null by default, not 0. Hold over bug from the K24 migration.Bharat Mediratta
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