index
:
gallery3.git
master
A clone of the Gallery3 code for testing and development.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
tag
Age
Commit message (
Expand
)
Author
2010-06-27
When detecting encodings, give priority to ISO-8859-1 which seems to
Bharat Mediratta
2010-06-27
Fix the autocomplete callback in item_edit_form(). We were
Bharat Mediratta
2010-06-20
Rename "children" to "items" in our feed view because it makes more
Bharat Mediratta
2010-06-20
Add "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-19
post_test() should be using admin, not guest.
Bharat Mediratta
2010-06-18
Fix ticket #1155. For compatibility with gallery2 increase the size of the ta...
Tim Almdal
2010-06-16
Add start/num query parameters to tags::get()
Bharat Mediratta
2010-04-30
Add page_title to admin views. Closes #1038.
ckieffer
2010-04-29
Applied capitalization rules to title, changed from Tag admin to Manage tags
ckieffer
2010-04-21
HTML validation and accessibility fix, add id attr to add tag input.
Chad Kieffer
2010-04-17
Update tests to reflect recent changes to the REST API.
Bharat Mediratta
2010-04-04
REST changes: Allow PUT and POST requests to modify members, not
Bharat Mediratta
2010-03-03
Update the copyright to 2010. It's only 3 months into the year :-)
Bharat Mediratta
2010-02-23
Reset the active user to admin in all test cases where we change the
Bharat Mediratta
2010-02-06
Fix for ticket 1004: Replace all uses of split with explode (none actually re...
Andy Staudacher
2010-01-31
return a location method so the page reloads properly if the edit was success...
Tim Almdal
2010-01-31
Fix lots of warnings that pop up when we're in E_STRICT mode. They're
Bharat Mediratta
2010-01-30
Remove edit permissions across the board.
Bharat Mediratta
2010-01-30
The user must have some edit permission somewhere to create a tag
Bharat Mediratta
2010-01-29
Add missing permission checks.
Bharat Mediratta
2010-01-27
Convert back to using ORM::factory(..., $id) instead of calling where().
Bharat Mediratta
2010-01-27
Convert __toString() to use (string) cast instead.
Bharat Mediratta
2010-01-27
Change "resource" to "entity" in REST responses. They're all
Bharat Mediratta
2010-01-27
Minor test-only fixes.
Bharat Mediratta
2010-01-26
Add support for adding tags in the item_tags and tag_items
Bharat Mediratta
2010-01-24
Simplify tag::add().
Bharat Mediratta
2010-01-23
Update tests for recent REST changes.
Bharat Mediratta
2010-01-22
Create symmetrical relationship collections: item_tags and tag_items
Bharat Mediratta
2010-01-22
Return the url of the newly created item from post().
Bharat Mediratta
2010-01-22
New tests for tag_item_rest
Bharat Mediratta
2010-01-22
Updated tests to pass after recent refactor of tag_rest.
Bharat Mediratta
2010-01-22
Updated tests to pass after recent refactor of tags_rest.
Bharat Mediratta
2010-01-22
Reshape the rest code to be more consistent with regards to
Bharat Mediratta
2010-01-21
Guard against division by zero.
Bharat Mediratta
2010-01-21
Actually deny permissions in delete_item_from_tag_fails_without_permissions_t...
Bharat Mediratta
2010-01-20
Rewrite and greatly simplify the tests for the new tag_rest implementation.
Bharat Mediratta
2010-01-20
Remove unused untagging code from put()
Bharat Mediratta
2010-01-20
New test for tags_rest.php
Bharat Mediratta
2010-01-20
Simplify and update for model based validation.
Bharat Mediratta
2010-01-19
Extend Gallery_Unit_Test_Case instead of Unit_Test_Case.
Bharat Mediratta
2010-01-19
Fix a typo: $item -> $tag.
Bharat Mediratta
2010-01-19
Fix a typo "tags" -> "tag"
Bharat Mediratta
2010-01-19
Change rest::url() to take a module name and a resource. The module
Bharat Mediratta
2010-01-18
Merge branch 'master' into bharat_dev
Bharat Mediratta
2010-01-18
Coerce some integers to strings now that ORM isn't typecasting anymore.
Bharat Mediratta
2010-01-17
Qualify the Bad Request output when the name is missing
Bharat Mediratta
2010-01-17
Remove unnecessary comment.
Bharat Mediratta
2010-01-16
Use "(string) $form" instead of "$form->__toString()"
Bharat Mediratta
2010-01-05
Improve REST tag support.
Bharat Mediratta
[next]