summaryrefslogtreecommitdiff
path: root/modules/tag
AgeCommit message (Expand)Author
2011-01-18Create a hidden anchor containing the tag cloud autocomplete url. This way v...Bharat Mediratta
2011-01-18Revert "Temporarily removed ref tag to get the page validated. (Was also poin...Bharat Mediratta
2011-01-15Follow on to 966dee8628293f78fbf9431281709ceba011d3c2 for #1586 --Bharat Mediratta
2011-01-15Fix all the head() and admin_head() theme callbacks to return theBharat Mediratta
2011-01-09Fixed offset sanitizing code - Fixes Ticket#1593Joe7
2011-01-08Merge branch 'Ticket#1577' of git://github.com/Joe7/gallery3Bharat Mediratta
2011-01-08Temporarily removed ref tag to get the page validated. (Was also pointing at ...Joe7
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
2011-01-03Using array support introduced in 8295201adf948ea35f21f75801b7a8bf36c27569Joe7
2010-12-29Remove a stray comma at the end of a JSON array which was breakig IE. Fixes...Bharat Mediratta
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-10-25All modules should be named Xxx_Core for extensibility. Fixes #1458.Bharat Mediratta
2010-09-12Merge branch 'master' of git@github.com:gallery/gallery3Tim Almdal
2010-09-12Path for ticket #1140. Add a size0 to the tag cloud.Tim Almdal
2010-09-11Change tag url form to be /tag/{name} from /tags/show/{id}. This isBharat Mediratta
2010-09-07Disable selectFirst in the autocomplete box, which makes it a littleBharat Mediratta
2010-09-04Use the title of the root album as the site title for all RSS feeds.Bharat Mediratta
2010-07-31Full pass over all the JSON encoding and JS dialog code. We now abideBharat Mediratta
2010-07-31More patches as part of #1225. Change the 'core' modules to use the json::replyTim Almdal
2010-07-13Merge branch 'master' of github.com:gallery/gallery3Bharat Mediratta
2010-07-13Check for the existence of uploadify() in the add_photos_form. The HTML uplo...Bharat Mediratta
2010-07-06Fix for ticket #1181. Use $.getJSON to retrieve the json contents of the dial...Tim Almdal
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-20Add "Tag: %s" in the title on tag pages. Fixes ticket #1097.Bharat Mediratta
2010-06-19$request->params might not exist.Bharat Mediratta
2010-06-19post_test() should be using admin, not guest.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-30Add page_title to admin views. Closes #1038.ckieffer
2010-04-29Applied capitalization rules to title, changed from Tag admin to Manage tagsckieffer
2010-04-21HTML validation and accessibility fix, add id attr to add tag input.Chad Kieffer
2010-04-17Update tests to reflect recent changes to the REST API.Bharat Mediratta
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-23Reset the active user to admin in all test cases where we change theBharat Mediratta
2010-02-06Fix for ticket 1004: Replace all uses of split with explode (none actually re...Andy Staudacher
2010-01-31return a location method so the page reloads properly if the edit was success...Tim Almdal
2010-01-31Fix lots of warnings that pop up when we're in E_STRICT mode. They'reBharat Mediratta
2010-01-30Remove edit permissions across the board.Bharat Mediratta
2010-01-30The user must have some edit permission somewhere to create a tagBharat Mediratta
2010-01-29Add missing permission checks.Bharat Mediratta