summaryrefslogtreecommitdiff
path: root/modules/tag/helpers
AgeCommit message (Expand)Author
2013-01-21Update copyright to 2013. Fixes #1953.Bharat Mediratta
2012-10-08Fix the delete function on item_tags and tag_items collections toBharat Mediratta
2012-07-21Avoid chaining after .gallery_autocomplete() - there are reports thatBharat Mediratta
2012-05-19Create an ajax response framework that inserts <meta> tags to guardBharat Mediratta
2012-04-30Fix #1843.Bharat Mediratta
2012-02-27Update copyright to 2012. #1822Bharat Mediratta
2011-08-11Patch for tickets #1428 and #1760Tim Almdal
2011-04-23Insure that the tag count to display is always greater than 0. Refixes #1649.Tim Almdal
2011-04-23Insure that the tag count to display is always greater than 1. Refixes #1649.Tim Almdal
2011-04-22Allow the administrator to set the number of tags to display in the cloud via...Tim Almdal
2011-04-21Use Tag_Model::url() instead of hand creating tag urls, since the APIBharat Mediratta
2011-04-04Guard against registered users removing tags from items they don't own. Fixe...Bharat Mediratta
2011-04-02Fix against Ticket #1666Joe7
2011-03-27Centralize our encoding code into a new helpers and useBharat Mediratta
2011-01-21Update copyright to 2011.Bharat Mediratta
2011-01-15Fix all the head() and admin_head() theme callbacks to return theBharat Mediratta
2011-01-07Move tag count management into the model. Fixes #1586.Bharat Mediratta
2011-01-07Minor style cleanupBharat Mediratta
2011-01-06Updates per Bharat's pull request review. Renamed info_block_metadata event t...Chad Kieffer
2011-01-04Display an item's tags in the info block.Chad Kieffer
2010-12-28Use db::expr instead of "new Database_Expression". Resolves #1560.Bharat Mediratta
2010-11-14Create a task to clean up tag counts and delete tag with no associatedBharat Mediratta
2010-11-14Create a new task to resync tag task counts and delete tags that haveBharat Mediratta
2010-11-14Fix two issues with item deletion:Bharat Mediratta
2010-11-08Fix a bug in the way that we add tags that causes it to be really slowBharat Mediratta
2010-09-04Use the title of the root album as the site title for all RSS feeds.Bharat Mediratta
2010-07-13Check for the existence of uploadify() in the add_photos_form. The HTML uplo...Bharat Mediratta
2010-06-27When detecting encodings, give priority to ISO-8859-1 which seems toBharat Mediratta
2010-06-27Fix the autocomplete callback in item_edit_form(). We wereBharat Mediratta
2010-06-20Rename "children" to "items" in our feed view because it makes moreBharat Mediratta
2010-06-19$request->params might not exist.Bharat Mediratta
2010-06-18Fix ticket #1155. For compatibility with gallery2 increase the size of the ta...Tim Almdal
2010-06-16Add start/num query parameters to tags::get()Bharat Mediratta
2010-04-21HTML validation and accessibility fix, add id attr to add tag input.Chad Kieffer
2010-04-04REST changes: Allow PUT and POST requests to modify members, notBharat Mediratta
2010-03-03Update the copyright to 2010. It's only 3 months into the year :-)Bharat Mediratta
2010-02-06Fix for ticket 1004: Replace all uses of split with explode (none actually re...Andy Staudacher
2010-01-31Fix lots of warnings that pop up when we're in E_STRICT mode. They'reBharat Mediratta
2010-01-30The user must have some edit permission somewhere to create a tagBharat Mediratta
2010-01-29Add missing permission checks.Bharat Mediratta
2010-01-27Convert back to using ORM::factory(..., $id) instead of calling where().Bharat Mediratta
2010-01-27Change "resource" to "entity" in REST responses. They're allBharat Mediratta
2010-01-26Add support for adding tags in the item_tags and tag_itemsBharat Mediratta
2010-01-24Simplify tag::add().Bharat Mediratta
2010-01-23Update tests for recent REST changes.Bharat Mediratta
2010-01-22Create symmetrical relationship collections: item_tags and tag_itemsBharat Mediratta
2010-01-22Return the url of the newly created item from post().Bharat Mediratta
2010-01-22Reshape the rest code to be more consistent with regards toBharat Mediratta
2010-01-21Guard against division by zero.Bharat Mediratta
2010-01-20Remove unused untagging code from put()Bharat Mediratta