summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* 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
* code cleanup: rubocop: fix Layout/EmptyLinesAroundBlockBody in app/models/att...Toshi MARUYAMA2019-09-301-5/+0
* code cleanup: rubocop: fix Layout/EmptyLinesAroundBlockBody in app/helpers/ap...Toshi MARUYAMA2019-09-301-7/+2
* code cleanup: rubocop: fix Layout/MultilineBlockLayout in app/models/issue.rbToshi MARUYAMA2019-09-301-2/+3
* remove extra space from app/views/issues/_edit.html.erbToshi MARUYAMA2019-09-301-1/+0
* Unify fields of subtasks and related issues on issue page (#25540).Go MAEDA2019-09-291-0/+3
* Move the links (All time entries, Import) from Spent time section of the spen...Go MAEDA2019-09-272-9/+5
* svn propdel svn:executable app/models/mail_handler.rbToshi MARUYAMA2019-09-261-0/+0
* "starts with" and "ends with" filter operators for string values (#31879).Go MAEDA2019-09-251-5/+17
* code cleanup: rubocop: fix Style/ZeroLengthPredicate in app/models/issue.rbToshi MARUYAMA2019-09-241-1/+1
* code cleanup: rubocop: fix Layout/BlockEndNewline in app/models/issue.rbToshi MARUYAMA2019-09-241-1/+2
* code cleanup: rubocop: fix Layout/SpaceInsideStringInterpolation in app/helpe...Toshi MARUYAMA2019-09-241-1/+1
* code cleanup: rubocop: fix Style/WhileUntilModifier in app/helpers/issues_hel...Toshi MARUYAMA2019-09-241-2/+4
* code cleanup: rubocop: fix Style/ParenthesesAroundCondition in app/helpers/is...Toshi MARUYAMA2019-09-241-2/+2
* code cleanup: rubocop: fix Style/ParenthesesAroundCondition in app/models/rep...Toshi MARUYAMA2019-09-241-1/+1
* Don't show unsettable permissions in the tracker permissions table (#30431).Go MAEDA2019-09-241-2/+3
* code cleanup: rubocop: fix Layout/SpaceInsideRangeLiteral in app/models/repos...Toshi MARUYAMA2019-09-241-1/+1
* code cleanup: rubocop: fix Style/RedundantConditional in app/helpers/issues_h...Toshi MARUYAMA2019-09-211-1/+1
* Auto-complete issues #id in the search form (#32052).Go MAEDA2019-09-212-2/+10
* code cleanup: rubocop: fix Rails/Blank in app/helpers/issues_helper.rbToshi MARUYAMA2019-09-211-3/+1
* code cleanup: rubocop: fix Style/MultilineTernaryOperator in app/helpers/issu...Toshi MARUYAMA2019-09-211-9/+28
* code cleanup: rubocop: fix Style/CommentedKeyword in app/models/repository/cv...Toshi MARUYAMA2019-09-201-1/+1
* remove "attr_reader :current_journal" from Issue classToshi MARUYAMA2019-09-201-1/+0
* use "attr_writer" instead of "attr_accessor" for Issue#deleted_attachment_idsToshi MARUYAMA2019-09-201-1/+1
* code clean up app/models/repository.rbToshi MARUYAMA2019-09-201-6/+4
* code cleanup: rubocop: fix Layout/LeadingCommentSpace in app/models/repositor...Toshi MARUYAMA2019-09-201-2/+2
* code cleanup: rubocop: fix Style/StringLiteralsInInterpolation in app/helpers...Toshi MARUYAMA2019-09-191-1/+1
* Log info messages when MailHandler ignored a reply to a nonexistent issue, jo...Go MAEDA2019-09-191-21/+34
* code cleanup: rubocop: fix Layout/IndentAssignment in app/helpers/issues_help...Toshi MARUYAMA2019-09-191-5/+3
* Change textfield to textarea for "Exclude attachments by name" (#19903).Go MAEDA2019-09-181-1/+1
* Add wiki toolbar to "Email header" and "Email footer" in "Email notifications...Go MAEDA2019-09-171-0/+2
* code cleanup: rubocop: fix Layout/LeadingCommentSpace in app/controllers/repo...Toshi MARUYAMA2019-09-151-2/+2
* code cleanup: rubocop: fix Layout/IndentAssignment in app/helpers/repositorie...Toshi MARUYAMA2019-09-151-1/+1
* Add clear query icon next to selected query in sidebar (#31640).Go MAEDA2019-09-141-2/+10
* Add additional mail headers for issue tracker (#31910).Go MAEDA2019-09-121-0/+2
* Code cleanup: RuboCop: Fix Performance/RedundantMatch and Rails/DynamicFindBy...Go MAEDA2019-09-111-2/+2
* Remove 'app/views/auto_completes/issues.html.erb' which is not used (#31994).Go MAEDA2019-09-111-7/+0
* Issue auto complete should return last 10 issues (#31994).Go MAEDA2019-09-111-8/+6
* Inline auto complete for issue (#) in wiki-edit fields (#31989).Go MAEDA2019-09-0912-22/+69