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
2011-01-03
Using array support introduced in 8295201adf948ea35f21f75801b7a8bf36c27569
Joe7
2010-12-29
Remove a stray comma at the end of a JSON array which was breakig IE. Fixes...
Bharat Mediratta
2010-12-28
Use db::expr instead of "new Database_Expression". Resolves #1560.
Bharat Mediratta
2010-11-14
Create a task to clean up tag counts and delete tag with no associated
Bharat Mediratta
2010-11-14
Create a new task to resync tag task counts and delete tags that have
Bharat Mediratta
2010-11-14
Fix two issues with item deletion:
Bharat Mediratta
2010-11-08
Fix a bug in the way that we add tags that causes it to be really slow
Bharat Mediratta
2010-10-25
All modules should be named Xxx_Core for extensibility. Fixes #1458.
Bharat Mediratta
2010-09-12
Merge branch 'master' of git@github.com:gallery/gallery3
Tim Almdal
2010-09-12
Path for ticket #1140. Add a size0 to the tag cloud.
Tim Almdal
2010-09-11
Change tag url form to be /tag/{name} from /tags/show/{id}. This is
Bharat Mediratta
2010-09-07
Disable selectFirst in the autocomplete box, which makes it a little
Bharat Mediratta
2010-09-04
Use the title of the root album as the site title for all RSS feeds.
Bharat Mediratta
2010-07-31
Full pass over all the JSON encoding and JS dialog code. We now abide
Bharat Mediratta
2010-07-31
More patches as part of #1225. Change the 'core' modules to use the json::reply
Tim Almdal
2010-07-13
Merge branch 'master' of github.com:gallery/gallery3
Bharat Mediratta
2010-07-13
Check for the existence of uploadify() in the add_photos_form. The HTML uplo...
Bharat Mediratta
2010-07-06
Fix for ticket #1181. Use $.getJSON to retrieve the json contents of the dial...
Tim Almdal
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
[next]