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/CommentedKeyword in app/models/repository/cv...
Toshi MARUYAMA
2019-09-20
2
-5
/
+1
*
code cleanup: rubocop: fix Style/CommentAnnotation in lib/redmine/scm/adapter...
Toshi MARUYAMA
2019-09-20
2
-11
/
+3
*
code cleanup: rubocop: fix Style/ClassCheck in lib/redmine/scm/adapters/cvs_a...
Toshi MARUYAMA
2019-09-20
2
-10
/
+2
*
rubocop: remove app/models/issue.rb from Lint/DuplicateMethods fixed by previ...
Toshi MARUYAMA
2019-09-20
1
-1
/
+0
*
remove "attr_reader :current_journal" from Issue class
Toshi MARUYAMA
2019-09-20
1
-1
/
+0
*
use "attr_writer" instead of "attr_accessor" for Issue#deleted_attachment_ids
Toshi MARUYAMA
2019-09-20
1
-1
/
+1
*
code clean up app/models/repository.rb
Toshi MARUYAMA
2019-09-20
1
-6
/
+4
*
code cleanup: rubocop: fix Layout/LeadingCommentSpace in app/models/repositor...
Toshi MARUYAMA
2019-09-20
2
-3
/
+2
*
Fixes not to call set_tmp_attachments_directory twice after each test (#32094).
Go MAEDA
2019-09-20
2
-20
/
+0
*
Rounded corners of the main menu (#32013).
Go MAEDA
2019-09-20
1
-3
/
+3
*
Update Rouge to 3.11.0 (#31556).
Go MAEDA
2019-09-19
1
-1
/
+1
*
code cleanup: rubocop: fix Style/StringLiteralsInInterpolation in app/helpers...
Toshi MARUYAMA
2019-09-19
2
-2
/
+1
*
Log info messages when MailHandler ignored a reply to a nonexistent issue, jo...
Go MAEDA
2019-09-19
2
-21
/
+65
*
code cleanup: rubocop: fix Layout/IndentAssignment in app/helpers/issues_help...
Toshi MARUYAMA
2019-09-19
2
-6
/
+3
*
backout r13743
Toshi MARUYAMA
2019-09-19
2
-3
/
+2
*
code cleanup: rubocop: fix Lint/UselessSetterCall in test/unit/issue_test.rb
Toshi MARUYAMA
2019-09-18
2
-5
/
+6
*
Change textfield to textarea for "Exclude attachments by name" (#19903).
Go MAEDA
2019-09-18
2
-2
/
+2
*
Add wiki toolbar to "Email header" and "Email footer" in "Email notifications...
Go MAEDA
2019-09-17
1
-0
/
+2
*
Fix FrozenError during tests (#32071, #26561).
Go MAEDA
2019-09-16
1
-1
/
+1
*
code cleanup: rubocop: fix Layout/LeadingCommentSpace in app/controllers/repo...
Toshi MARUYAMA
2019-09-15
2
-3
/
+2
*
code cleanup: rubocop: fix Layout/IndentAssignment in app/helpers/repositorie...
Toshi MARUYAMA
2019-09-15
2
-2
/
+1
*
Constrain sidebar width on different resolutions (#32037).
Go MAEDA
2019-09-15
1
-1
/
+7
*
code cleanup: rubocop: fix Layout/IndentationConsistency in test/functional/r...
Toshi MARUYAMA
2019-09-14
2
-3
/
+2
*
code cleanup: rubocop: fix Layout/EmptyLinesAroundMethodBody in test/function...
Toshi MARUYAMA
2019-09-14
2
-2
/
+0
*
Add clear query icon next to selected query in sidebar (#31640).
Go MAEDA
2019-09-14
3
-4
/
+24
*
code cleanup: rubocop: fix Layout/IndentationConsistency in test/functional/r...
Toshi MARUYAMA
2019-09-13
2
-2
/
+1
*
mail_body method in test/test_helper.rb raises an exception if the message is...
Go MAEDA
2019-09-13
1
-1
/
+1
*
code clean up test/functional/repositories_mercurial_controller_test.rb
Toshi MARUYAMA
2019-09-13
1
-3
/
+1
*
code clean up test/functional/repositories_git_controller_test.rb
Toshi MARUYAMA
2019-09-13
1
-8
/
+8
*
code cleanup: rubocop: fix Style/MethodCallWithoutArgsParentheses in test/fun...
Toshi MARUYAMA
2019-09-13
2
-4
/
+3
*
rubocop: disable Naming/PredicateName
Toshi MARUYAMA
2019-09-13
2
-23
/
+3
*
Fix that date grouping for MySQL is not working (#32046, #13803).
Go MAEDA
2019-09-12
1
-1
/
+1
*
Add additional mail headers for issue tracker (#31910).
Go MAEDA
2019-09-12
2
-0
/
+3
*
code cleanup: rubocop: fix Lint/HandleExceptions in lib/redmine/scm/adapters/...
Toshi MARUYAMA
2019-09-12
2
-1
/
+3
*
rubocop: use Lint/HandleExceptions AllowComments true
Toshi MARUYAMA
2019-09-12
2
-8
/
+3
*
code cleanup: rubocop: fix Lint/AmbiguousOperator in lib/redmine/scm/adapters...
Toshi MARUYAMA
2019-09-12
2
-2
/
+1
*
Add missing fixture (#13468).
Go MAEDA
2019-09-12
1
-1
/
+2
*
Update default database config for MySQL to support 4 byte characters (emoji)...
Go MAEDA
2019-09-12
1
-4
/
+7
*
code cleanup: scm: cvs: remove unused branchPoint method from CvsRevisionHelp...
Toshi MARUYAMA
2019-09-12
1
-4
/
+0
*
Fix the test name different from the actual behavior (#31994).
Go MAEDA
2019-09-11
1
-1
/
+1
*
Code cleanup: RuboCop: Fix Performance/RedundantMatch and Rails/DynamicFindBy...
Go MAEDA
2019-09-11
2
-3
/
+2
*
Remove 'app/views/auto_completes/issues.html.erb' which is not used (#31994).
Go MAEDA
2019-09-11
1
-7
/
+0
*
Issue auto complete should return last 10 issues (#31994).
Go MAEDA
2019-09-11
2
-8
/
+22
*
code cleanup: rubocop: fix Layout/SpaceInsideReferenceBrackets in test/unit/l...
Toshi MARUYAMA
2019-09-11
2
-33
/
+25
*
code cleanup: rubocop: fix Layout/SpaceInsideReferenceBrackets in lib/redmine...
Toshi MARUYAMA
2019-09-11
2
-2
/
+1
*
Don't use ^= operator to target the wrapper elements (#30467).
Go MAEDA
2019-09-11
1
-1
/
+1
*
Fix that Redmine::ApiTest::NewsTest fails when config.time_zone is set (#13468).
Go MAEDA
2019-09-11
1
-2
/
+1
*
Inline auto complete for issue (#) in wiki-edit fields (#31989).
Go MAEDA
2019-09-09
16
-22
/
+155
*
REST API for updating news (#13468).
Go MAEDA
2019-09-09
2
-6
/
+126
*
REST API for deleting news (#13468).
Go MAEDA
2019-09-09
2
-2
/
+25
[next]