summaryrefslogtreecommitdiffstats
path: root/lib/redmine/views/builders/structure.rb
Commit message (Expand)AuthorAgeFilesLines
* Use anonymous block forwarding introduced in Ruby 3.1 (#38585).Go MAEDA2024-08-211-1/+1
* Replace BlankSlate with BasicObject for Builder 3.0.0 compatibility (#40802).Go MAEDA2024-06-071-10/+8
* Remove current year from source file copyright headers and update year in foo...Marius Balteanu2024-02-261-1/+1
* Fix RuboCop offense Performance/BlockGivenWithExplicitBlock (#38146).Go MAEDA2023-01-111-2/+2
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* 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-251-1/+1
* Enable frozen_string_literal for some files under app and lib directory (#265...Go MAEDA2019-03-161-1/+1
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* 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-031-3/+2
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Don't include milliseconds in JSON API responses (#19354).Jean-Philippe Lang2015-03-151-3/+14
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Adds JSONP support to the API (#11469).Jean-Philippe Lang2012-07-271-1/+5
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Support for nested array in API builder.Jean-Philippe Lang2012-01-291-1/+5
* remove trailing white-spaces from lib/redmine/views/builders/structure.rb.Toshi MARUYAMA2011-09-011-7/+7
* Restores object count and adds offset/limit attributes to API responses for p...Jean-Philippe Lang2010-12-111-1/+2
* 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-031-0/+68