]> source.dussan.org Git - redmine.git/commit
Restores object count and adds offset/limit attributes to API responses for paginated...
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 11 Dec 2010 13:13:49 +0000 (13:13 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 11 Dec 2010 13:13:49 +0000 (13:13 +0000)
commit00d50157d3d6ee8a12cf41d74c0a4e0da7fc9c35
treed58b9e3238fdfd46429d860f0f5d54429aeaf9e5
parent67f1131a2051b03c8214ce82dcc2051e0e9871a2
Restores object count and adds offset/limit attributes to API responses for paginated collections (#6140).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4489 e93f8b46-1217-0410-a6f0-8f06a7374b81
app/controllers/application_controller.rb
app/controllers/issues_controller.rb
app/controllers/users_controller.rb
app/helpers/application_helper.rb
app/views/issues/index.api.rsb
app/views/users/index.api.rsb
lib/redmine/views/builders/structure.rb
lib/redmine/views/builders/xml.rb
test/integration/api_test/issues_test.rb