summaryrefslogtreecommitdiff
path: root/modules/tag
AgeCommit message (Expand)Author
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
2010-01-27Convert back to using ORM::factory(..., $id) instead of calling where().Bharat Mediratta
2010-01-27Convert __toString() to use (string) cast instead.Bharat Mediratta
2010-01-27Change "resource" to "entity" in REST responses. They're allBharat Mediratta
2010-01-27Minor test-only fixes.Bharat 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-22New tests for tag_item_restBharat Mediratta
2010-01-22Updated tests to pass after recent refactor of tag_rest.Bharat Mediratta
2010-01-22Updated tests to pass after recent refactor of tags_rest.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-21Actually deny permissions in delete_item_from_tag_fails_without_permissions_t...Bharat Mediratta
2010-01-20Rewrite and greatly simplify the tests for the new tag_rest implementation.Bharat Mediratta
2010-01-20Remove unused untagging code from put()Bharat Mediratta
2010-01-20New test for tags_rest.phpBharat Mediratta
2010-01-20Simplify and update for model based validation.Bharat Mediratta
2010-01-19Extend Gallery_Unit_Test_Case instead of Unit_Test_Case.Bharat Mediratta
2010-01-19Fix a typo: $item -> $tag.Bharat Mediratta
2010-01-19Fix a typo "tags" -> "tag"Bharat Mediratta