summaryrefslogtreecommitdiffstats
path: root/lib/redmine/views/builders
Commit message (Expand)AuthorAgeFilesLines
* Merged r22863 from trunk to 5.0-stable (#40802).Go MAEDA2024-06-082-13/+11
* Merged r22746 from trunk to 5.0-stable (#40043).Marius Balteanu2024-02-273-3/+3
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-013-3/+3
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-023-3/+3
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-253-3/+3
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-033-3/+3
* cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in lib/redmine/views/b...Toshi MARUYAMA2019-11-211-1/+0
* use "if block_given?" instead of "if block" in lib/redmine/views/builders/str...Toshi MARUYAMA2019-10-221-2/+1
* code cleanup: rubocop: fix Performance/RedundantBlockCall in lib/redmine/view...Toshi MARUYAMA2019-10-221-2/+2
* Update copyright year.Go MAEDA2019-05-253-3/+3
* Enable frozen_string_literal for some files under app and lib directory (#265...Go MAEDA2019-03-163-3/+3
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-153-0/+6
* REST API with JSON content missing false values (#20788).Jean-Philippe Lang2018-11-281-1/+1
* Removes request and response accessors from Structure class (#28564).Go MAEDA2018-11-032-4/+3
* Update copyright.Jean-Philippe Lang2017-06-253-3/+3
* Updates copyright for 2016.Jean-Philippe Lang2016-03-133-3/+3
* Accept dots in JSONP callback (#13718).Jean-Philippe Lang2016-01-161-1/+1
* Don't include milliseconds in JSON API responses (#19354).Jean-Philippe Lang2015-03-151-3/+14
* Fixed that timestamps may not be formatted as expected in XML responses (#190...Jean-Philippe Lang2015-02-161-2/+3
* 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