summaryrefslogtreecommitdiffstats
path: root/lib/redmine/views
Commit message (Expand)AuthorAgeFilesLines
* cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in lib/redmine/views/b...Toshi MARUYAMA2019-11-211-1/+0
* cleanup: rubocop: fix Layout/AlignArguments in lib/redmine/views/labelled_for...Toshi MARUYAMA2019-11-091-2/+2
* code cleanup: rubocop: fix Performance/RedundantBlockCall in lib/redmine/view...Toshi MARUYAMA2019-10-221-1/+1
* use "class << self" syntax for Redmine::Views::Builders#for (#32308)Toshi MARUYAMA2019-10-221-10/+12
* use "if block_given?" instead of "if block" in lib/redmine/views/builders.rb ...Toshi MARUYAMA2019-10-221-1/+1
* 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
* code cleanup: rubocop: fix Layout/CaseIndentation in lib/redmine/views/builde...Toshi MARUYAMA2019-10-171-2/+3
* code cleanup: rubocop: fix Style/WhenThen in lib/redmine/views/builders.rbToshi MARUYAMA2019-10-171-3/+4
* Update copyright year.Go MAEDA2019-05-257-7/+7
* Enable frozen_string_literal for some files under app and lib directory (#265...Go MAEDA2019-03-167-7/+7
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-157-0/+14
* 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
* Support of default ActiveRecord I18n scopes in LabelledFormBuilder (#26618).Go MAEDA2018-06-041-1/+1
* Update copyright.Jean-Philippe Lang2017-06-257-7/+7
* Errors#get is deprecated in Rails 5.Jean-Philippe Lang2017-06-011-1/+1
* Use #get instead of #[] to read errors on the attribute.Jean-Philippe Lang2016-11-191-1/+1
* Show the entered value when it's not valid (#23996).Jean-Philippe Lang2016-11-181-0/+9
* Moves blocks definition to Redmine::MyPage.Jean-Philippe Lang2016-10-291-32/+0
* Don't generate urls with params.Jean-Philippe Lang2016-07-101-0/+10
* Updates copyright for 2016.Jean-Philippe Lang2016-03-138-8/+8
* 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-118-8/+8
* Fixed: LabelledFormBuilder#label outputs 2 label elements (#18679).Jean-Philippe Lang2014-12-211-1/+1
* fix source indent of lib/redmine/views/labelled_form_builder.rbToshi MARUYAMA2014-03-111-7/+7
* fix source indent of lib/redmine/views/labelled_form_builder.rbToshi MARUYAMA2014-03-111-1/+1
* update copyright year (#15977)Toshi MARUYAMA2014-01-298-8/+8
* Merged custom fields format refactoring.Jean-Philippe Lang2013-12-141-1/+5
* Make JSONP support optional and disabled by default (#12992).Jean-Philippe Lang2013-01-261-1/+4
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-128-8/+8
* Explicitly load dependencies for when running with config.threadsafe! (#12097).Jean-Philippe Lang2012-12-022-1/+4
* Adds JSONP support to the API (#11469).Jean-Philippe Lang2012-07-275-8/+24
* Use time_zone_select specific helper.Etienne Massip2012-06-011-0/+4
* Copyright update.Jean-Philippe Lang2012-05-058-8/+8
* fix label_for_field of LabelledFormBuilder always has class="error" in label tagToshi MARUYAMA2012-05-041-1/+1
* Merged rails-3.2 branch.Jean-Philippe Lang2012-04-254-8/+8
* Fixed that export links include page parameter.Jean-Philippe Lang2012-04-111-1/+1
* Support for nested array in API builder.Jean-Philippe Lang2012-01-291-1/+5
* Do not add invalid label attribute to input tags.Jean-Philippe Lang2012-01-081-2/+2
* Renamed TabularFormBuilder to Redmine::Views::LabelledFormBuilder.Jean-Philippe Lang2011-12-091-0/+47
* remove trailing white-spaces from lib/redmine/views/api_template_handler.rb.Toshi MARUYAMA2011-09-011-4/+4
* remove trailing white-spaces from lib/redmine/views/builders.rb.Toshi MARUYAMA2011-09-011-3/+3
* 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
* remove trailing white-spaces from lib/redmine/views/other_formats_builder.rb.Toshi MARUYAMA2011-09-011-4/+4
* replace RAILS_ROOT to Rails.root at lib/redmine/views/my_page/block.rb.Toshi MARUYAMA2011-06-171-4/+4