summaryrefslogtreecommitdiffstats
path: root/lib/redmine/views/labelled_form_builder.rb
Commit message (Expand)AuthorAgeFilesLines
* Add placeholder "h:mm" to hours field for better user guidance (#2464).Go MAEDA2024-08-211-0/+1
* Remove current year from source file copyright headers and update year in foo...Marius Balteanu2024-02-261-1/+1
* 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
* add empty line after guard clause to lib/redmine/views/labelled_form_builder.rbToshi MARUYAMA2020-11-031-0/+1
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* cleanup: rubocop: fix Layout/AlignArguments in lib/redmine/views/labelled_for...Toshi MARUYAMA2019-11-091-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
* Support of default ActiveRecord I18n scopes in LabelledFormBuilder (#26618).Go MAEDA2018-06-041-1/+1
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* 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
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* 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-291-1/+1
* Merged custom fields format refactoring.Jean-Philippe Lang2013-12-141-1/+5
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Use time_zone_select specific helper.Etienne Massip2012-06-011-0/+4
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* 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-251-2/+2
* 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