Toshi MARUYAMA
|
e990236969
|
cleanup: rubocop: fix Layout/AlignArguments in lib/redmine/views/labelled_form_builder.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@19043 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-11-09 17:10:41 +00:00 |
|
Toshi MARUYAMA
|
ec91e38010
|
cleanup: rubocop: fix Layout/AlignArguments in lib/redmine/menu_manager.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@19041 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-11-09 17:10:29 +00:00 |
|
Toshi MARUYAMA
|
b686959042
|
cleanup: rubocop: fix Layout/AlignArguments in lib/redmine/helpers/gantt.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@19039 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-11-09 17:10:17 +00:00 |
|
Toshi MARUYAMA
|
f56144063d
|
cleanup: rubocop: fix Layout/AlignArguments in lib/redmine/field_format.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@19038 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-11-09 17:10:02 +00:00 |
|
Go MAEDA
|
fc2e4c1eba
|
Fix that receiving HTML email fails if it contains a link without an href attribute (#31695).
Patch by Marius BALTEANU.
git-svn-id: http://svn.redmine.org/redmine/trunk@18988 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-11-09 06:06:05 +00:00 |
|
Toshi MARUYAMA
|
b9bc8651d6
|
cleanup: rubocop: fix Layout/AlignArguments in lib/redmine/export/pdf/issues_pdf_helper.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18983 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-11-09 02:20:44 +00:00 |
|
Toshi MARUYAMA
|
6b6549f2b2
|
cleanup: rubocop: fix Layout/AlignArguments in lib/redmine/export/pdf/wiki_pdf_helper.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18982 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-11-09 02:20:33 +00:00 |
|
Toshi MARUYAMA
|
11ad4d8d02
|
cleanup: rubocop: fix Style/MultilineBlockChain in lib/redmine/scm/adapters/mercurial_adapter.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18957 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-11-08 12:34:33 +00:00 |
|
Toshi MARUYAMA
|
5d7bddd65c
|
cleanup: rubocop: fix Layout/SpaceInsideParens in lib/redmine/scm/adapters/mercurial_adapter.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18956 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-11-08 12:34:21 +00:00 |
|
Toshi MARUYAMA
|
7f59b33e39
|
cleanup: rubocop: fix Style/RescueModifier in lib/redmine/scm/adapters/mercurial_adapter.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18946 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-11-08 02:09:51 +00:00 |
|
Toshi MARUYAMA
|
9908565bde
|
cleanup: rubocop: fix Layout/AlignArguments in lib/redmine/wiki_formatting/textile/redcloth3.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18925 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-11-06 12:03:47 +00:00 |
|
Go MAEDA
|
19990751a5
|
Eases the regexp used to determine the start of a code block (#32359).
Patch by Jens Krämer.
git-svn-id: http://svn.redmine.org/redmine/trunk@18880 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-10-29 21:54:04 +00:00 |
|
Toshi MARUYAMA
|
5d4f94142b
|
code cleanup: rubocop: fix Layout/SpaceBeforeComma in lib/redmine/export/pdf.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18839 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-10-22 16:06:34 +00:00 |
|
Toshi MARUYAMA
|
05ef773897
|
code cleanup: rubocop: fix Style/ParenthesesAroundCondition in lib/redmine/helpers/gantt.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18837 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-10-22 15:55:11 +00:00 |
|
Toshi MARUYAMA
|
319eeae14d
|
code cleanup: rubocop: fix Performance/RedundantBlockCall in lib/redmine/scm/adapters/abstract_adapter.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18820 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-10-22 12:41:09 +00:00 |
|
Toshi MARUYAMA
|
00820109e9
|
code cleanup: rubocop: fix Performance/RedundantBlockCall in lib/redmine/views/builders.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18819 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-10-22 12:40:57 +00:00 |
|
Toshi MARUYAMA
|
69c4cfd82a
|
use "class << self" syntax for Redmine::Views::Builders#for (#32308)
git-svn-id: http://svn.redmine.org/redmine/trunk@18817 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-10-22 12:40:33 +00:00 |
|
Toshi MARUYAMA
|
a49307b002
|
use "if block_given?" instead of "if block" in lib/redmine/views/builders.rb (#32308)
git-svn-id: http://svn.redmine.org/redmine/trunk@18816 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-10-22 12:40:22 +00:00 |
|
Toshi MARUYAMA
|
3efe67f14d
|
use "if block_given?" instead of "if block" in lib/redmine/views/builders/structure.rb (#32308)
git-svn-id: http://svn.redmine.org/redmine/trunk@18815 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-10-22 12:40:11 +00:00 |
|
Toshi MARUYAMA
|
030dbc7218
|
code cleanup: rubocop: fix Performance/RedundantBlockCall in lib/redmine/views/builders/structure.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18813 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-10-22 12:10:14 +00:00 |
|
Toshi MARUYAMA
|
fb77bc49ae
|
code cleanup: rubocop: fix Style/MultipleComparison in lib/redmine/scm/adapters/git_adapter.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18798 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-10-22 11:31:17 +00:00 |
|
Toshi MARUYAMA
|
27dbbee75e
|
code cleanup: rubocop: fix Style/UnneededInterpolation in lib/redmine/scm/adapters/git_adapter.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18796 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-10-22 11:30:54 +00:00 |
|
Toshi MARUYAMA
|
8318e9ad11
|
code cleanup: rubocop: fix Layout/AlignArray in lib/redmine/default_data/loader.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18793 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-10-22 11:30:17 +00:00 |
|
Toshi MARUYAMA
|
7738078717
|
code cleanup: rubocop: fix Lint/IneffectiveAccessModifier in lib/redmine/scm/adapters/abstract_adapter.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18777 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-10-19 13:33:10 +00:00 |
|
Toshi MARUYAMA
|
cb2d4068e8
|
code cleanup: rubocop: fix Lint/IneffectiveAccessModifier in lib/redmine/helpers/gantt.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18776 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-10-19 13:32:59 +00:00 |
|
Toshi MARUYAMA
|
adff3bcb7e
|
code cleanup: rubocop: fix Layout/CommentIndentation in lib/redmine/wiki_formatting/textile/redcloth3.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18773 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-10-19 12:25:46 +00:00 |
|
Toshi MARUYAMA
|
868578c0f2
|
code cleanup: rubocop: fix Style/WhileUntilModifier in lib/redmine/utils.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18760 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-10-19 11:16:06 +00:00 |
|
Toshi MARUYAMA
|
163e6eb6f7
|
code cleanup: rubocop: fix Style/WhileUntilModifier in lib/redmine/unified_diff.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18759 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-10-19 11:15:54 +00:00 |
|
Toshi MARUYAMA
|
0ea9e05b68
|
fix stderr_log_file and strip_credential of Redmine::Scm::Adapters::AbstractAdapter are not private
git-svn-id: http://svn.redmine.org/redmine/trunk@18757 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-10-19 11:15:30 +00:00 |
|
Jean-Philippe Lang
|
ce867955f0
|
Fixed that QueriesController can not handle subclass of IssueQuery (#25265).
git-svn-id: http://svn.redmine.org/redmine/trunk@18754 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-10-19 10:13:12 +00:00 |
|
Jean-Philippe Lang
|
e66cce5d5d
|
Updates for 4.0.5 release.
git-svn-id: http://svn.redmine.org/redmine/trunk@18749 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-10-19 09:29:07 +00:00 |
|
Toshi MARUYAMA
|
57a66e950c
|
code cleanup: rubocop: fix Layout/EmptyLines in lib/redmine/wiki_formatting/textile/redcloth3.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18742 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-10-19 07:27:46 +00:00 |
|
Toshi MARUYAMA
|
e3397db933
|
code cleanup: rubocop: fix Style/WhileUntilModifier in lib/redmine/wiki_formatting/textile/redcloth3.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18738 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-10-19 07:26:59 +00:00 |
|
Toshi MARUYAMA
|
30964255f1
|
code cleanup: rubocop: fix Style/UnlessElse in lib/redmine/wiki_formatting/textile/redcloth3.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18737 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-10-19 07:26:45 +00:00 |
|
Toshi MARUYAMA
|
27e30a9701
|
code cleanup: rubocop: fix Style/MultilineTernaryOperator in lib/redmine/utils.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18734 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-10-19 04:30:01 +00:00 |
|
Toshi MARUYAMA
|
abf2ad12e5
|
code cleanup: rubocop: fix Layout/EndAlignment in lib/redmine/export/pdf/issues_pdf_helper.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18732 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-10-17 17:02:35 +00:00 |
|
Toshi MARUYAMA
|
2140c49042
|
code cleanup: rubocop: fix Layout/CaseIndentation in lib/redmine/helpers/gantt.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18727 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-10-17 16:45:54 +00:00 |
|
Toshi MARUYAMA
|
5d77985f14
|
code cleanup: rubocop: fix Layout/CaseIndentation in lib/redmine/menu_manager.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18726 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-10-17 16:45:42 +00:00 |
|
Toshi MARUYAMA
|
57923d0450
|
code cleanup: rubocop: fix Layout/CaseIndentation in lib/redmine/views/builders.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18723 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-10-17 16:40:32 +00:00 |
|
Toshi MARUYAMA
|
e34eb2d89c
|
code cleanup: rubocop: fix Style/WhenThen in lib/redmine/views/builders.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18722 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-10-17 16:40:20 +00:00 |
|
Toshi MARUYAMA
|
18442d568a
|
code layout clean up lib/redmine/wiki_formatting/textile/redcloth3.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18721 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-10-17 16:40:08 +00:00 |
|
Toshi MARUYAMA
|
8bac080b8c
|
code cleanup: rubocop: fix Style/CharacterLiteral and Style/ParenthesesAroundCondition in lib/redmine/wiki_formatting/textile/redcloth3.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18720 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-10-17 16:39:55 +00:00 |
|
Toshi MARUYAMA
|
cae3f78eba
|
code cleanup: rubocop: fix Style/CharacterLiteral and Style/ParenthesesAroundCondition in lib/redmine/wiki_formatting.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18719 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-10-17 16:39:43 +00:00 |
|
Toshi MARUYAMA
|
7a44f38c2c
|
code cleanup: rubocop: fix Style/WhileUntilModifier in lib/redmine/export/pdf/issues_pdf_helper.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18717 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-10-17 16:15:09 +00:00 |
|
Toshi MARUYAMA
|
72fec3ae02
|
code cleanup: rubocop: fix Layout/SpaceAroundBlockParameters in lib/redmine/plugin.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18715 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-10-17 16:14:45 +00:00 |
|
Toshi MARUYAMA
|
397fa6a001
|
code cleanup: rubocop: fix Style/MultilineTernaryOperator in lib/redmine/wiki_formatting.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18706 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-10-17 11:22:41 +00:00 |
|
Toshi MARUYAMA
|
04cf448648
|
code cleanup: rubocop: fix Layout/ElseAlignment in lib/redmine/export/pdf/issues_pdf_helper.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18705 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-10-17 11:22:30 +00:00 |
|
Toshi MARUYAMA
|
186329ef04
|
code cleanup: rubocop: fix Layout/ElseAlignment in lib/redmine/i18n.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18704 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-10-17 11:22:17 +00:00 |
|
Toshi MARUYAMA
|
caefd6d115
|
code cleanup: rubocop: fix Layout/ElseAlignment in lib/redmine/plugin.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18703 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-10-17 11:22:06 +00:00 |
|
Toshi MARUYAMA
|
2c83540108
|
code cleanup: rubocop: fix Layout/ElseAlignment in lib/redmine/wiki_formatting.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18702 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-10-17 11:21:54 +00:00 |
|