summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* code cleanup: rubocop: fix Layout/CaseIndentation in lib/redmine/menu_manager.rbToshi MARUYAMA2019-10-171-10/+11
* 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
* code layout clean up lib/redmine/wiki_formatting/textile/redcloth3.rbToshi MARUYAMA2019-10-171-8/+5
* code cleanup: rubocop: fix Style/CharacterLiteral and Style/ParenthesesAround...Toshi MARUYAMA2019-10-171-2/+2
* code cleanup: rubocop: fix Style/CharacterLiteral and Style/ParenthesesAround...Toshi MARUYAMA2019-10-171-3/+3
* code cleanup: rubocop: fix Style/WhileUntilModifier in lib/redmine/export/pdf...Toshi MARUYAMA2019-10-171-6/+2
* code cleanup: rubocop: fix Layout/SpaceAroundBlockParameters in lib/redmine/p...Toshi MARUYAMA2019-10-171-1/+1
* code cleanup: rubocop: fix Style/MultilineTernaryOperator in lib/redmine/wiki...Toshi MARUYAMA2019-10-171-6/+6
* code cleanup: rubocop: fix Layout/ElseAlignment in lib/redmine/export/pdf/iss...Toshi MARUYAMA2019-10-171-19/+20
* code cleanup: rubocop: fix Layout/ElseAlignment in lib/redmine/i18n.rbToshi MARUYAMA2019-10-171-10/+11
* code cleanup: rubocop: fix Layout/ElseAlignment in lib/redmine/plugin.rbToshi MARUYAMA2019-10-171-12/+12
* code cleanup: rubocop: fix Layout/ElseAlignment in lib/redmine/wiki_formattin...Toshi MARUYAMA2019-10-171-8/+10
* code cleanup: rubocop: fix Layout/EmptyLinesAroundMethodBody in lib/redmine/w...Toshi MARUYAMA2019-10-161-2/+0
* code cleanup: rubocop: fix Layout/LeadingCommentSpace in lib/diff.rbToshi MARUYAMA2019-10-161-4/+4
* code cleanup: rubocop: fix Layout/LeadingCommentSpace in lib/redmine/wiki_for...Toshi MARUYAMA2019-10-161-3/+3
* code cleanup: rubocop: fix Layout/AccessModifierIndentation in lib/redmine/wi...Toshi MARUYAMA2019-10-151-1/+1
* code cleanup: rubocop: fix Layout/AccessModifierIndentation and Layout/EmptyL...Toshi MARUYAMA2019-10-151-3/+2
* code cleanup: rubocop: fix Layout/SpaceInsideStringInterpolation in lib/redmi...Toshi MARUYAMA2019-10-151-65/+65
* code cleanup: rubocop: fix Style/IfWithSemicolon in lib/redmine/wiki_formatti...Toshi MARUYAMA2019-10-151-1/+1
* code cleanup: rubocop: fix Layout/IndentAssignment in lib/redmine/wiki_format...Toshi MARUYAMA2019-10-151-15/+12
* code cleanup: rubocop: fix Layout/EmptyLinesAroundBlockBody in lib/redmine/wi...Toshi MARUYAMA2019-10-151-4/+0
* code cleanup: rubocop: fix Style/AsciiComments in lib/redmine/search.rbToshi MARUYAMA2019-10-091-1/+1
* code cleanup: rubocop: fix Style/RedundantBegin in lib/redmine/scm/adapters/g...Toshi MARUYAMA2019-10-081-5/+3
* Option to send email notification on "Target version updated" (#17840).Go MAEDA2019-10-051-0/+1
* Redmine::VERSION::revision may return wrong value (#29601).Go MAEDA2019-10-051-1/+1
* Fix "already initialized constant Redmine::Scm::Adapters::SubversionAdapter::...Go MAEDA2019-10-031-0/+2
* Remove unnecessary requiring of "rexml/document" (#32189).Go MAEDA2019-10-031-2/+0
* Use Redmine::MimeType.of instead of regexp to check if the attachment is Text...Go MAEDA2019-10-031-0/+1
* fix Redmine::Themes#scan_themes is not privateToshi MARUYAMA2019-10-011-2/+1
* code cleanup: rubocop: fix Rails/Presence in lib/redmine/scm/adapters/cvs_ada...Toshi MARUYAMA2019-09-241-1/+1
* code cleanup: rubocop: fix Style/NegatedIf in lib/redmine/scm/adapters/bazaar...Toshi MARUYAMA2019-09-241-1/+1
* code cleanup: rubocop: fix Style/ColonMethodCall in lib/redmine/scm/adapters/...Toshi MARUYAMA2019-09-241-1/+1
* code cleanup: rubocop: fix Style/EmptyLiteral in lib/redmine/scm/adapters/cvs...Toshi MARUYAMA2019-09-241-1/+1
* code cleanup: rubocop: fix Performance/Casecmp in lib/redmine/scm/adapters/ba...Toshi MARUYAMA2019-09-211-2/+2
* code cleanup: rubocop: fix Performance/Casecmp in lib/redmine/codeset_util.rbToshi MARUYAMA2019-09-211-2/+2
* code cleanup: rubocop: fix Style/CommentAnnotation in lib/redmine/scm/adapter...Toshi MARUYAMA2019-09-201-4/+3
* code cleanup: rubocop: fix Style/ClassCheck in lib/redmine/scm/adapters/cvs_a...Toshi MARUYAMA2019-09-201-3/+2
* Fix that date grouping for MySQL is not working (#32046, #13803).Go MAEDA2019-09-121-1/+1
* code cleanup: rubocop: fix Lint/HandleExceptions in lib/redmine/scm/adapters/...Toshi MARUYAMA2019-09-121-0/+3
* code cleanup: rubocop: fix Lint/AmbiguousOperator in lib/redmine/scm/adapters...Toshi MARUYAMA2019-09-121-1/+1
* code cleanup: scm: cvs: remove unused branchPoint method from CvsRevisionHelp...Toshi MARUYAMA2019-09-121-4/+0
* code cleanup: rubocop: fix Layout/SpaceInsideReferenceBrackets in lib/redmine...Toshi MARUYAMA2019-09-111-1/+1
* code cleanup: rubocop: fix Layout/LeadingCommentSpace in lib/redmine/scm/adap...Toshi MARUYAMA2019-08-311-1/+2
* code cleanup lib/redmine/scm/adapters/cvs_adapter.rbToshi MARUYAMA2019-08-311-1/+1
* code cleanup: rubocop: fix Layout/LeadingCommentSpace in lib/redmine/scm/adap...Toshi MARUYAMA2019-08-311-2/+2
* Better handling of HTML tables when creating an issue from an email (#31231).Go MAEDA2019-08-242-0/+4
* Code cleanup: RuboCop: Layout/TrailingBlankLinesGo MAEDA2019-08-141-1/+0
* Replace RMagick with MiniMagick (#30492).Go MAEDA2019-08-142-104/+147
* Convert HTML links to Textile/Markdown links when creating an issue from an e...Go MAEDA2019-08-113-3/+8