summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Fixed that total estimated time column is shown even when estimated time fiel...Jean-Philippe Lang2019-10-191-0/+1
* code cleanup: rubocop: fix Layout/EmptyLines in app/models/issue.rbToshi MARUYAMA2019-10-191-1/+0
* code cleanup: rubocop: fix Layout/EmptyLines in app/models/issue.rbToshi MARUYAMA2019-10-191-2/+0
* code cleanup: rubocop: fix Style/WhileUntilModifier in app/helpers/queries_he...Toshi MARUYAMA2019-10-191-4/+2
* code cleanup: rubocop: fix Layout/EndAlignment in app/helpers/versions_helper.rbToshi MARUYAMA2019-10-171-2/+1
* code cleanup: rubocop: fix Layout/EndAlignment in app/helpers/repositories_he...Toshi MARUYAMA2019-10-171-1/+1
* code cleanup: rubocop: fix Layout/CaseIndentation in app/models/issue_query.rbToshi MARUYAMA2019-10-171-3/+2
* code cleanup: rubocop: fix Layout/SpaceBeforeSemicolon and Style/WhenThen in ...Toshi MARUYAMA2019-10-171-7/+6
* code cleanup: rubocop: fix Style/WhenThen in app/models/role.rbToshi MARUYAMA2019-10-171-3/+4
* code layout clean up app/controllers/issues_controller.rbToshi MARUYAMA2019-10-171-1/+3
* code cleanup: rubocop: fix Layout/SpaceAroundBlockParameters in app/controlle...Toshi MARUYAMA2019-10-171-1/+1
* code cleanup: rubocop: fix Layout/CommentIndentation and Style/NestedTernaryO...Toshi MARUYAMA2019-10-171-4/+13
* code cleanup: rubocop: fix Layout/ElseAlignment in app/helpers/attachments_he...Toshi MARUYAMA2019-10-171-7/+6
* code cleanup: rubocop: fix Layout/ElseAlignment in app/helpers/queries_helper.rbToshi MARUYAMA2019-10-171-5/+6
* code cleanup: rubocop: fix Layout/ElseAlignment in app/models/issue_query.rbToshi MARUYAMA2019-10-171-18/+17
* fix MailHandler#assign_string_attribute_with_limit is not privateToshi MARUYAMA2019-10-171-0/+1
* code cleanup: rubocop: fix Layout/AccessModifierIndentation and Layout/EmptyL...Toshi MARUYAMA2019-10-161-1/+2
* fix Setting#find_or_default is not privateToshi MARUYAMA2019-10-161-0/+1
* fix Role#find_or_create_system_role is not privateToshi MARUYAMA2019-10-161-0/+1
* fix AuthSourceLdap#get_attr is not privateToshi MARUYAMA2019-10-161-0/+1
* code cleanup: rubocop: fix Layout/EmptyLineBetweenDefs in app/models/version.rbToshi MARUYAMA2019-10-151-1/+1
* code cleanup: rubocop: fix Layout/ElseAlignment in app/models/issue_priority.rbToshi MARUYAMA2019-10-141-1/+2
* code cleanup: rubocop: fix Layout/ElseAlignment in app/models/issue_import.rbToshi MARUYAMA2019-10-141-6/+7
* code layout clean up ApplicationHelper#parse_wiki_linksToshi MARUYAMA2019-10-141-2/+3
* code cleanup: rubocop: fix Layout/ElseAlignment in ApplicationHelper#parse_re...Toshi MARUYAMA2019-10-141-11/+12
* code cleanup: rubocop: fix Layout/ElseAlignment in ApplicationHelper#parse_wi...Toshi MARUYAMA2019-10-141-11/+18
* code cleanup: rubocop: fix Layout/CaseIndentation in app/helpers/versions_hel...Toshi MARUYAMA2019-10-141-1/+2
* code cleanup: rubocop: fix Layout/SpaceAfterSemicolon in app/models/mail_hand...Toshi MARUYAMA2019-10-141-1/+1
* code cleanup: rubocop: fix Layout/ClosingHeredocIndentation in app/models/set...Toshi MARUYAMA2019-10-131-11/+11
* code cleanup: rubocop: fix Layout/IndentationConsistency in app/models/attach...Toshi MARUYAMA2019-10-091-8/+8
* code cleanup: rubocop: fix Layout/ElseAlignment in app/models/changeset.rbToshi MARUYAMA2019-10-091-5/+1
* code layout clean up app/views/issues/_action_menu.html.erbToshi MARUYAMA2019-10-081-4/+10
* code layout clean up app/views/issues/_attributes.html.erbToshi MARUYAMA2019-10-081-6/+11
* use "attr_writer" instead of "attr_accessor" for WikiPage#deleted_attachment_idsToshi MARUYAMA2019-10-071-1/+2
* use "attr_writer" instead of "attr_accessor" for QueryColumn#sortableToshi MARUYAMA2019-10-071-1/+2
* use "attr_reader" instead of "attr_accessor" for CustomFieldValue#valueToshi MARUYAMA2019-10-071-1/+2
* code cleanup: fix source code comment in r18607Toshi MARUYAMA2019-10-071-1/+1
* code cleanup: rubocop: fix Lint/UselessAccessModifier in app/models/changeset.rbToshi MARUYAMA2019-10-071-8/+9
* Fix that "Associated revisions" tab has no content when the user displays com...Go MAEDA2019-10-051-1/+1
* Option to send email notification on "Target version updated" (#17840).Go MAEDA2019-10-051-1/+2
* Use Redmine::MimeType.of instead of regexp to check if the attachment is Text...Go MAEDA2019-10-031-1/+1
* Add styles for Textile/Markdown attachments preview (#29752).Go MAEDA2019-10-031-1/+1
* Render Textile and Markdown attachments on the preview page (#29752).Go MAEDA2019-10-034-1/+22
* fix Watcher#prune_single_user is not privateToshi MARUYAMA2019-10-011-2/+1
* Add support for "start with" and "end with" operators to "Files" filter (#318...Go MAEDA2019-09-301-0/+3
* code cleanup: rubocop: fix Layout/ElseAlignment in Issue class total_spent_ho...Toshi MARUYAMA2019-09-301-5/+6
* code cleanup: rubocop: fix Layout/ElseAlignment in Issue class visible? methodToshi MARUYAMA2019-09-301-12/+13
* code cleanup: rubocop: fix Layout/ElseAlignment in Issue class visible_condit...Toshi MARUYAMA2019-09-301-14/+15
* code cleanup: rubocop: fix Layout/EmptyLineBetweenDefs in app/helpers/applica...Toshi MARUYAMA2019-09-301-1/+0
* code cleanup: rubocop: fix Layout/EmptyLinesAroundBlockBody in app/models/set...Toshi MARUYAMA2019-09-301-3/+0