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
/
helpers
Age
Commit message (
Expand
)
Author
2010-09-04
Use the title of the root album as the site title for all RSS feeds.
Bharat Mediratta
2010-07-13
Check for the existence of uploadify() in the add_photos_form. The HTML uplo...
Bharat Mediratta
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-19
$request->params might not exist.
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-21
HTML validation and accessibility fix, add id attr to add tag input.
Chad Kieffer
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-06
Fix for ticket 1004: Replace all uses of split with explode (none actually re...
Andy Staudacher
2010-01-31
Fix lots of warnings that pop up when we're in E_STRICT mode. They're
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
Change "resource" to "entity" in REST responses. They're all
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
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-20
Remove unused untagging code from put()
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-17
Qualify the Bad Request output when the name is missing
Bharat Mediratta
2010-01-17
Remove unnecessary comment.
Bharat Mediratta
2010-01-05
Improve REST tag support.
Bharat Mediratta
2010-01-04
Further progress on refining the REST server side code.
Bharat Mediratta
2010-01-03
Simplify the REST API code. Here's what I did:
Bharat Mediratta
2010-01-02
Remove the Rest_Exception::trigger method.
Tim Almdal
2009-12-31
Create a Rest_Exception class and use it to convey status to the client inste...
Tim Almdal
2009-12-30
1) Remove the rest::not_found method and replace it with "throw new Kohana_40...
Tim Almdal
2009-12-30
whitespace.
Bharat Mediratta
2009-12-27
Clean up validation the check for duplicate names or slugs, finish converting...
Tim Almdal
2009-12-26
Merge branch 'master' into talmdal_dev
Tim Almdal
2009-12-24
Add the functionality to add, delete and rename tags via the Gallery3 remote ...
Tim Almdal
2009-12-23
Provide a REST interface to retrieve tags or tagged items.
Tim Almdal
2009-12-06
Update database queries.
Bharat Mediratta
2009-11-26
Convert some more Database::instance() calls to db::build() form.
Bharat Mediratta
2009-11-26
Convert all DB where() calls to take 3 arguments.
Bharat Mediratta
2009-11-25
ORM::orderby -> ORM::order_by
Bharat Mediratta
2009-11-25
Kohana::show_404() -> throw new Kohana_404_Exception()
Bharat Mediratta
2009-11-25
Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_dev
Bharat Mediratta
2009-11-25
Preliminary work to cut over to Kohana 2.4
Bharat Mediratta
2009-11-25
Refactor the tags to remove the REST_Controller. Partial fix for ticket #917
Tim Almdal
2009-11-20
Convert the Simple Uploader form over to Forge, and use the event
Bharat Mediratta
[next]