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 Layout/SpaceAfterColon in test/integration/wiki_te...
Toshi MARUYAMA
2019-10-07
2
-8
/
+2
*
code cleanup: rubocop: fix Layout/SpaceInsideStringInterpolation in test/func...
Toshi MARUYAMA
2019-10-07
2
-2
/
+1
*
code cleanup: rubocop: fix Layout/SpaceAfterColon in test/functional/issues_c...
Toshi MARUYAMA
2019-10-07
2
-3
/
+2
*
code cleanup: rubocop: fix Layout/EmptyLinesAroundBlockBody in test/functiona...
Toshi MARUYAMA
2019-10-07
2
-6
/
+0
*
code cleanup: rubocop: fix Lint/UselessAccessModifier in app/models/changeset.rb
Toshi MARUYAMA
2019-10-07
2
-13
/
+9
*
code cleanup: rubocop: fix Layout/IndentHeredoc in test/functional/documents_...
Toshi MARUYAMA
2019-10-07
2
-7
/
+4
*
Traditional Chinese translation update (#32210).
Go MAEDA
2019-10-07
1
-1
/
+1
*
rubocop: remove test/integration/attachments_test.rb from Layout/EmptyLinesAr...
Toshi MARUYAMA
2019-10-07
1
-1
/
+0
*
rubocop: remove test/functional/issues_controller_test.rb from Layout/IndentH...
Toshi MARUYAMA
2019-10-07
1
-2
/
+0
*
Options in a drop-down overlap the down arrow when Alternate theme is used (#...
Go MAEDA
2019-10-07
1
-2
/
+1
*
Japanese wiki help translation update (#32207).
Go MAEDA
2019-10-06
2
-6
/
+6
*
Fix that "Associated revisions" tab has no content when the user displays com...
Go MAEDA
2019-10-05
1
-1
/
+1
*
Japanese translation update (#32202).
Go MAEDA
2019-10-05
1
-1
/
+1
*
Update locales (#17840).
Go MAEDA
2019-10-05
48
-0
/
+48
*
Option to send email notification on "Target version updated" (#17840).
Go MAEDA
2019-10-05
4
-3
/
+30
*
Redmine::VERSION::revision may return wrong value (#29601).
Go MAEDA
2019-10-05
1
-1
/
+1
*
Fix test failure due to missing call to set_tmp_attachments_directory (#32122).
Go MAEDA
2019-10-04
20
-18
/
+62
*
Fix incorrect headings example in Textile help (#32184).
Go MAEDA
2019-10-04
49
-0
/
+98
*
Fix "already initialized constant Redmine::Scm::Adapters::SubversionAdapter::...
Go MAEDA
2019-10-03
1
-0
/
+2
*
Remove unnecessary requiring of "rexml/document" (#32189).
Go MAEDA
2019-10-03
1
-2
/
+0
*
Rounded corners on table.cal (#32165).
Go MAEDA
2019-10-03
1
-2
/
+2
*
Use Redmine::MimeType.of instead of regexp to check if the attachment is Text...
Go MAEDA
2019-10-03
2
-1
/
+2
*
Add styles for Textile/Markdown attachments preview (#29752).
Go MAEDA
2019-10-03
2
-1
/
+8
*
Render Textile and Markdown attachments on the preview page (#29752).
Go MAEDA
2019-10-03
7
-1
/
+62
*
RuboCop: Disable Layout/SpaceInsideHashLiteralBraces
Go MAEDA
2019-10-03
2
-7
/
+3
*
Code cleanup: RuboCop: Fix Performance/Count and Performance/Detect.
Go MAEDA
2019-10-02
5
-16
/
+4
*
Update rubocop-performance to 1.5.0 (#31509).
Go MAEDA
2019-10-02
2
-1
/
+13
*
fix Redmine::Themes#scan_themes is not private
Toshi MARUYAMA
2019-10-01
2
-3
/
+1
*
fix Watcher#prune_single_user is not private
Toshi MARUYAMA
2019-10-01
2
-3
/
+1
*
Update RuboCop to 0.75.0 (#31509).
Go MAEDA
2019-10-01
3
-16
/
+28
*
Fix wrong markup in public/help/ja/wiki_syntax_detailed_(markdown|textile).ht...
Go MAEDA
2019-09-30
2
-2
/
+2
*
Add links to the detailed Wiki formatting help in Quick Reference (#32169).
Go MAEDA
2019-09-30
100
-588
/
+595
*
Add support for "start with" and "end with" operators to "Files" filter (#318...
Go MAEDA
2019-09-30
2
-0
/
+17
*
fix duplicate name of IssuesControllerTest#test_bulk_copy_should_allow_copyin...
Toshi MARUYAMA
2019-09-30
2
-5
/
+2
*
rubocop: remove app/models/issue.rb from Layout/ElseAlignment fixed by previo...
Toshi MARUYAMA
2019-09-30
1
-1
/
+0
*
code cleanup: rubocop: fix Layout/ElseAlignment in Issue class total_spent_ho...
Toshi MARUYAMA
2019-09-30
1
-5
/
+6
*
code cleanup: rubocop: fix Layout/ElseAlignment in Issue class visible? method
Toshi MARUYAMA
2019-09-30
1
-12
/
+13
*
code cleanup: rubocop: fix Layout/ElseAlignment in Issue class visible_condit...
Toshi MARUYAMA
2019-09-30
1
-14
/
+15
*
code cleanup: rubocop: fix Layout/EmptyLineBetweenDefs in app/helpers/applica...
Toshi MARUYAMA
2019-09-30
2
-2
/
+0
*
rubocop: remove test/integration/api_test/issues_test.rb from Layout/Indentat...
Toshi MARUYAMA
2019-09-30
1
-1
/
+0
*
code cleanup: rubocop: fix Layout/IndentHeredoc in test/integration/api_test/...
Toshi MARUYAMA
2019-09-30
2
-13
/
+9
*
code cleanup: rubocop: fix Layout/EmptyLinesAroundBlockBody in test/integrati...
Toshi MARUYAMA
2019-09-30
2
-26
/
+21
*
rubocop: remove app/models/attachment.rb from Layout/EmptyLineBetweenDefs fix...
Toshi MARUYAMA
2019-09-30
1
-1
/
+0
*
code cleanup: rubocop: fix Layout/EmptyLinesAroundBlockBody in app/models/set...
Toshi MARUYAMA
2019-09-30
2
-4
/
+0
*
code cleanup: rubocop: fix Layout/EmptyLinesAroundBlockBody in app/models/att...
Toshi MARUYAMA
2019-09-30
2
-6
/
+0
*
code cleanup: rubocop: fix Layout/EmptyLinesAroundBlockBody in app/helpers/ap...
Toshi MARUYAMA
2019-09-30
2
-8
/
+2
*
code cleanup: rubocop: fix Layout/MultilineBlockLayout in app/models/issue.rb
Toshi MARUYAMA
2019-09-30
2
-3
/
+3
*
code cleanup: rubocop: fix Layout/EmptyLinesAroundBlockBody in test/unit/chan...
Toshi MARUYAMA
2019-09-30
2
-5
/
+0
*
code cleanup: rubocop: fix Layout/LeadingCommentSpace in test/unit/issue_test.rb
Toshi MARUYAMA
2019-09-30
2
-2
/
+1
*
code cleanup: rubocop: fix Layout/LeadingCommentSpace in test/integration/api...
Toshi MARUYAMA
2019-09-30
2
-5
/
+0
[next]