summaryrefslogtreecommitdiffstats
path: root/lib/redmine/views/builders
Commit message (Expand)AuthorAgeFilesLines
* Copyright update.Jean-Philippe Lang2015-01-113-3/+3
* update copyright year (#15977)Toshi MARUYAMA2014-01-293-3/+3
* Make JSONP support optional and disabled by default (#12992).Jean-Philippe Lang2013-01-261-1/+4
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-123-3/+3
* Explicitly load dependencies for when running with config.threadsafe! (#12097).Jean-Philippe Lang2012-12-021-1/+1
* Adds JSONP support to the API (#11469).Jean-Philippe Lang2012-07-273-4/+20
* Copyright update.Jean-Philippe Lang2012-05-053-3/+3
* Merged rails-3.2 branch.Jean-Philippe Lang2012-04-251-1/+3
* Support for nested array in API builder.Jean-Philippe Lang2012-01-291-1/+5
* remove trailing white-spaces from lib/redmine/views/builders/json.rb.Toshi MARUYAMA2011-09-011-3/+3
* remove trailing white-spaces from lib/redmine/views/builders/structure.rb.Toshi MARUYAMA2011-09-011-7/+7
* remove trailing white-spaces from lib/redmine/views/builders/xml.rb.Toshi MARUYAMA2011-09-011-6/+6
* Restores object count and adds offset/limit attributes to API responses for p...Jean-Philippe Lang2010-12-112-2/+3
* Fixes unhandled case in json builder.Jean-Philippe Lang2010-12-041-2/+2
* Fixes unhandled case in json builder.Jean-Philippe Lang2010-12-041-1/+5
* Converts IssuesController to use the new API template system and makes xml/js...Jean-Philippe Lang2010-12-031-0/+2
* Adds a builder-like template system for rendering xml and json API responses.Jean-Philippe Lang2010-12-033-0/+143