| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged r22863 from trunk to 5.1-stable (#40802). | Go MAEDA | 2024-06-08 | 2 | -11/+9 |
* | Merged r22746 from trunk to 5.1-stable (#40043). | Marius Balteanu | 2024-02-27 | 3 | -3/+3 |
* | Fix RuboCop offense Performance/BlockGivenWithExplicitBlock (#38146). | Go MAEDA | 2023-01-11 | 1 | -2/+2 |
* | Update copyright year to 2023 (#38141). | Go MAEDA | 2023-01-01 | 3 | -3/+3 |
* | Update copyright year in source files to 2022 (#36379). | Go MAEDA | 2022-01-02 | 3 | -3/+3 |
* | Update copyright year in source files to 2021 (#33069). | Go MAEDA | 2021-03-25 | 3 | -3/+3 |
* | Update copyright year in source files to 2020 (#33069). | Go MAEDA | 2020-03-03 | 3 | -3/+3 |
* | cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in lib/redmine/views/b... | Toshi MARUYAMA | 2019-11-21 | 1 | -1/+0 |
* | use "if block_given?" instead of "if block" in lib/redmine/views/builders/str... | Toshi MARUYAMA | 2019-10-22 | 1 | -2/+1 |
* | code cleanup: rubocop: fix Performance/RedundantBlockCall in lib/redmine/view... | Toshi MARUYAMA | 2019-10-22 | 1 | -2/+2 |
* | Update copyright year. | Go MAEDA | 2019-05-25 | 3 | -3/+3 |
* | Enable frozen_string_literal for some files under app and lib directory (#265... | Go MAEDA | 2019-03-16 | 3 | -3/+3 |
* | Add "frozen_string_literal: false" for all files (#26561). | Go MAEDA | 2019-03-15 | 3 | -0/+6 |
* | REST API with JSON content missing false values (#20788). | Jean-Philippe Lang | 2018-11-28 | 1 | -1/+1 |
* | Removes request and response accessors from Structure class (#28564). | Go MAEDA | 2018-11-03 | 2 | -4/+3 |
* | Update copyright. | Jean-Philippe Lang | 2017-06-25 | 3 | -3/+3 |
* | Updates copyright for 2016. | Jean-Philippe Lang | 2016-03-13 | 3 | -3/+3 |
* | Accept dots in JSONP callback (#13718). | Jean-Philippe Lang | 2016-01-16 | 1 | -1/+1 |
* | Don't include milliseconds in JSON API responses (#19354). | Jean-Philippe Lang | 2015-03-15 | 1 | -3/+14 |
* | Fixed that timestamps may not be formatted as expected in XML responses (#190... | Jean-Philippe Lang | 2015-02-16 | 1 | -2/+3 |
* | Copyright update. | Jean-Philippe Lang | 2015-01-11 | 3 | -3/+3 |
* | update copyright year (#15977) | Toshi MARUYAMA | 2014-01-29 | 3 | -3/+3 |
* | Make JSONP support optional and disabled by default (#12992). | Jean-Philippe Lang | 2013-01-26 | 1 | -1/+4 |
* | Copyright for 2013 (#12788). | Jean-Philippe Lang | 2013-01-12 | 3 | -3/+3 |
* | Explicitly load dependencies for when running with config.threadsafe! (#12097). | Jean-Philippe Lang | 2012-12-02 | 1 | -1/+1 |
* | Adds JSONP support to the API (#11469). | Jean-Philippe Lang | 2012-07-27 | 3 | -4/+20 |
* | Copyright update. | Jean-Philippe Lang | 2012-05-05 | 3 | -3/+3 |
* | Merged rails-3.2 branch. | Jean-Philippe Lang | 2012-04-25 | 1 | -1/+3 |
* | Support for nested array in API builder. | Jean-Philippe Lang | 2012-01-29 | 1 | -1/+5 |
* | remove trailing white-spaces from lib/redmine/views/builders/json.rb. | Toshi MARUYAMA | 2011-09-01 | 1 | -3/+3 |
* | remove trailing white-spaces from lib/redmine/views/builders/structure.rb. | Toshi MARUYAMA | 2011-09-01 | 1 | -7/+7 |
* | remove trailing white-spaces from lib/redmine/views/builders/xml.rb. | Toshi MARUYAMA | 2011-09-01 | 1 | -6/+6 |
* | Restores object count and adds offset/limit attributes to API responses for p... | Jean-Philippe Lang | 2010-12-11 | 2 | -2/+3 |
* | Fixes unhandled case in json builder. | Jean-Philippe Lang | 2010-12-04 | 1 | -2/+2 |
* | Fixes unhandled case in json builder. | Jean-Philippe Lang | 2010-12-04 | 1 | -1/+5 |
* | Converts IssuesController to use the new API template system and makes xml/js... | Jean-Philippe Lang | 2010-12-03 | 1 | -0/+2 |
* | Adds a builder-like template system for rendering xml and json API responses. | Jean-Philippe Lang | 2010-12-03 | 3 | -0/+143 |