index
:
redmine.git
0.6-stable
0.7-stable
0.8-stable
0.9-stable
1.0-stable
1.1-stable
1.2-stable
1.3-stable
1.4-stable
2.0-stable
2.1-stable
2.2-stable
2.3-stable
2.4-stable
2.5-stable
2.6-stable
3.0-stable
3.1-stable
3.2-stable
3.3-stable
3.4-stable
4.0-stable
4.1-stable
4.2-stable
5.0-stable
5.1-stable
6.0-stable
integration-to-svn-stable-1.0
integration-to-svn-trunk
master
nbc
plugin-hooks
swistak
work
Mirror of redmine code source: https://github.com/redmine/redmine
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
code cleanup: rubocop: fix Style/IfWithSemicolon in lib/redmine/wiki_formatti...
Toshi MARUYAMA
2019-10-15
2
-5
/
+1
*
code cleanup: rubocop: fix Layout/IndentAssignment in lib/redmine/wiki_format...
Toshi MARUYAMA
2019-10-15
2
-16
/
+12
*
code cleanup: rubocop: fix Layout/EmptyLinesAroundBlockBody in lib/redmine/wi...
Toshi MARUYAMA
2019-10-15
2
-5
/
+0
*
code cleanup: rubocop: fix Layout/BlockAlignment in test/unit/lib/redmine/men...
Toshi MARUYAMA
2019-10-15
2
-3
/
+1
*
code layout clean up test/unit/project_test.rb
Toshi MARUYAMA
2019-10-15
1
-2
/
+4
*
code cleanup: rubocop: fix Layout/EmptyLineBetweenDefs in app/models/version.rb
Toshi MARUYAMA
2019-10-15
2
-7
/
+1
*
code cleanup: rubocop: fix Layout/EmptyLineBetweenDefs and Layout/EmptyLines ...
Toshi MARUYAMA
2019-10-15
2
-3
/
+0
*
code cleanup: rubocop: fix Layout/EmptyLineBetweenDefs in test/unit/mailer_te...
Toshi MARUYAMA
2019-10-15
2
-1
/
+1
*
rubocop: use AllowAdjacentOneLineDefs of Layout/EmptyLineBetweenDefs
Toshi MARUYAMA
2019-10-14
2
-5
/
+3
*
rubocop: remove files from Layout/EmptyLines fixed by previous revisions
Toshi MARUYAMA
2019-10-14
1
-3
/
+0
*
rubocop: remove app/helpers/application_helper.rb from Style/WhenThen fixed b...
Toshi MARUYAMA
2019-10-14
1
-1
/
+0
*
code cleanup: rubocop: fix Layout/ElseAlignment in app/models/issue_priority.rb
Toshi MARUYAMA
2019-10-14
2
-2
/
+2
*
code cleanup: rubocop: fix Layout/ElseAlignment in app/models/issue_import.rb
Toshi MARUYAMA
2019-10-14
2
-7
/
+7
*
code layout clean up ApplicationHelper#parse_wiki_links
Toshi MARUYAMA
2019-10-14
1
-2
/
+3
*
rubocop: remove app/helpers/application_helper.rb from Layout/ElseAlignment f...
Toshi MARUYAMA
2019-10-14
1
-1
/
+0
*
code cleanup: rubocop: fix Layout/ElseAlignment in ApplicationHelper#parse_re...
Toshi MARUYAMA
2019-10-14
1
-11
/
+12
*
code cleanup: rubocop: fix Layout/ElseAlignment in ApplicationHelper#parse_wi...
Toshi MARUYAMA
2019-10-14
1
-11
/
+18
*
code cleanup: rubocop: fix Layout/CaseIndentation in app/helpers/versions_hel...
Toshi MARUYAMA
2019-10-14
2
-2
/
+2
*
code cleanup: rubocop: fix Layout/CaseIndentation in test/test_helper.rb
Toshi MARUYAMA
2019-10-14
2
-2
/
+2
*
use full text in fill_in at Issue system "update issue with form update" test
Toshi MARUYAMA
2019-10-14
1
-1
/
+1
*
code cleanup: rubocop: fix Layout/EmptyLineBetweenDefs in test/functional/use...
Toshi MARUYAMA
2019-10-14
2
-2
/
+0
*
code cleanup: rubocop: fix Layout/EmptyLineBetweenDefs in test/functional/set...
Toshi MARUYAMA
2019-10-14
2
-2
/
+0
*
code cleanup: rubocop: fix Layout/EmptyLineBetweenDefs in test/functional/ema...
Toshi MARUYAMA
2019-10-14
2
-2
/
+0
*
code cleanup: rubocop: fix Layout/SpaceAfterSemicolon in app/models/mail_hand...
Toshi MARUYAMA
2019-10-14
2
-6
/
+1
*
add new "update issue status" test to Issue system test
Toshi MARUYAMA
2019-10-14
1
-0
/
+14
*
use "test do" syntax for Issue system test "update issue with form update"
Toshi MARUYAMA
2019-10-14
1
-1
/
+1
*
code cleanup: rubocop: fix Layout/LeadingCommentSpace in test/unit/user_test.rb
Toshi MARUYAMA
2019-10-14
2
-8
/
+14
*
code cleanup: rubocop: fix Layout/LeadingCommentSpace in test/unit/query_test.rb
Toshi MARUYAMA
2019-10-14
2
-4
/
+3
*
code cleanup: rubocop: fix Layout/EmptyLinesAroundBlockBody in test/integrati...
Toshi MARUYAMA
2019-10-14
2
-3
/
+0
*
code cleanup: rubocop: fix Layout/EmptyLinesAroundBlockBody in test/integrati...
Toshi MARUYAMA
2019-10-14
2
-4
/
+0
*
code cleanup: rubocop: fix Layout/IndentHeredoc in test/integration/api_test/...
Toshi MARUYAMA
2019-10-14
2
-31
/
+30
*
code cleanup: rubocop: fix Layout/IndentHeredoc and Layout/IndentationConsist...
Toshi MARUYAMA
2019-10-14
2
-10
/
+6
*
code cleanup: rubocop: fix Layout/LeadingCommentSpace in test/unit/project_te...
Toshi MARUYAMA
2019-10-14
2
-7
/
+6
*
add additional assert to Issue system "test_update_issue_with_form_update"
Toshi MARUYAMA
2019-10-14
1
-0
/
+1
*
code cleanup: rubocop: fix Layout/ClosingHeredocIndentation in app/models/set...
Toshi MARUYAMA
2019-10-13
2
-12
/
+11
*
code cleanup: rubocop: fix Layout/SpaceAroundBlockParameters in test/unit/que...
Toshi MARUYAMA
2019-10-13
2
-6
/
+4
*
code cleanup: rubocop: fix Layout/IndentationConsistency in test/helpers/appl...
Toshi MARUYAMA
2019-10-13
2
-2
/
+1
*
rubocop: remove test/functional/project_enumerations_controller_test.rb from ...
Toshi MARUYAMA
2019-10-13
1
-1
/
+0
*
Add TOC to Markdown Wiki formatting help (#32119).
Go MAEDA
2019-10-10
49
-0
/
+931
*
Add TOC to Textile Wiki formatting help (#32119).
Go MAEDA
2019-10-10
49
-0
/
+980
*
code cleanup: rubocop: fix Layout/IndentationConsistency in app/models/attach...
Toshi MARUYAMA
2019-10-09
2
-9
/
+8
*
rubocop: remove test/functional/project_enumerations_controller_test.rb from ...
Toshi MARUYAMA
2019-10-09
1
-1
/
+0
*
fix assert_equal parameter is broken in test/functional/project_enumerations_...
Toshi MARUYAMA
2019-10-09
1
-3
/
+3
*
code cleanup: rubocop: fix Layout/ElseAlignment in app/models/changeset.rb
Toshi MARUYAMA
2019-10-09
2
-6
/
+1
*
rubocop: add Style/AsciiComments to .rubocop_todo.yml
Toshi MARUYAMA
2019-10-09
2
-5
/
+7
*
code cleanup: rubocop: fix Style/AsciiComments in lib/redmine/search.rb
Toshi MARUYAMA
2019-10-09
2
-2
/
+1
*
code cleanup: rubocop: fix Style/AsciiComments in test/unit/mail_handler_test.rb
Toshi MARUYAMA
2019-10-09
2
-2
/
+0
*
Don't use sprockets 4.0.0 in order to avoid Sprockets::Railtie::ManifestNeede...
Go MAEDA
2019-10-09
1
-0
/
+3
*
code layout clean up test/unit/issue_status_test.rb
Toshi MARUYAMA
2019-10-08
1
-5
/
+12
*
code layout clean up test/functional/issue_statuses_controller_test.rb
Toshi MARUYAMA
2019-10-08
1
-2
/
+2
[next]