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
path:
root
/
app
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix that "Associated revisions" tab has no content when the user displays com...
Go MAEDA
2019-10-05
1
-1
/
+1
*
Option to send email notification on "Target version updated" (#17840).
Go MAEDA
2019-10-05
1
-1
/
+2
*
Use Redmine::MimeType.of instead of regexp to check if the attachment is Text...
Go MAEDA
2019-10-03
1
-1
/
+1
*
Add styles for Textile/Markdown attachments preview (#29752).
Go MAEDA
2019-10-03
1
-1
/
+1
*
Render Textile and Markdown attachments on the preview page (#29752).
Go MAEDA
2019-10-03
4
-1
/
+22
*
fix Watcher#prune_single_user is not private
Toshi MARUYAMA
2019-10-01
1
-2
/
+1
*
Add support for "start with" and "end with" operators to "Files" filter (#318...
Go MAEDA
2019-09-30
1
-0
/
+3
*
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
1
-1
/
+0
*
code cleanup: rubocop: fix Layout/EmptyLinesAroundBlockBody in app/models/set...
Toshi MARUYAMA
2019-09-30
1
-3
/
+0
*
code cleanup: rubocop: fix Layout/EmptyLinesAroundBlockBody in app/models/att...
Toshi MARUYAMA
2019-09-30
1
-5
/
+0
*
code cleanup: rubocop: fix Layout/EmptyLinesAroundBlockBody in app/helpers/ap...
Toshi MARUYAMA
2019-09-30
1
-7
/
+2
*
code cleanup: rubocop: fix Layout/MultilineBlockLayout in app/models/issue.rb
Toshi MARUYAMA
2019-09-30
1
-2
/
+3
*
remove extra space from app/views/issues/_edit.html.erb
Toshi MARUYAMA
2019-09-30
1
-1
/
+0
*
Unify fields of subtasks and related issues on issue page (#25540).
Go MAEDA
2019-09-29
1
-0
/
+3
*
Move the links (All time entries, Import) from Spent time section of the spen...
Go MAEDA
2019-09-27
2
-9
/
+5
*
svn propdel svn:executable app/models/mail_handler.rb
Toshi MARUYAMA
2019-09-26
1
-0
/
+0
*
"starts with" and "ends with" filter operators for string values (#31879).
Go MAEDA
2019-09-25
1
-5
/
+17
*
code cleanup: rubocop: fix Style/ZeroLengthPredicate in app/models/issue.rb
Toshi MARUYAMA
2019-09-24
1
-1
/
+1
*
code cleanup: rubocop: fix Layout/BlockEndNewline in app/models/issue.rb
Toshi MARUYAMA
2019-09-24
1
-1
/
+2
*
code cleanup: rubocop: fix Layout/SpaceInsideStringInterpolation in app/helpe...
Toshi MARUYAMA
2019-09-24
1
-1
/
+1
*
code cleanup: rubocop: fix Style/WhileUntilModifier in app/helpers/issues_hel...
Toshi MARUYAMA
2019-09-24
1
-2
/
+4
*
code cleanup: rubocop: fix Style/ParenthesesAroundCondition in app/helpers/is...
Toshi MARUYAMA
2019-09-24
1
-2
/
+2
*
code cleanup: rubocop: fix Style/ParenthesesAroundCondition in app/models/rep...
Toshi MARUYAMA
2019-09-24
1
-1
/
+1
*
Don't show unsettable permissions in the tracker permissions table (#30431).
Go MAEDA
2019-09-24
1
-2
/
+3
*
code cleanup: rubocop: fix Layout/SpaceInsideRangeLiteral in app/models/repos...
Toshi MARUYAMA
2019-09-24
1
-1
/
+1
*
code cleanup: rubocop: fix Style/RedundantConditional in app/helpers/issues_h...
Toshi MARUYAMA
2019-09-21
1
-1
/
+1
*
Auto-complete issues #id in the search form (#32052).
Go MAEDA
2019-09-21
2
-2
/
+10
*
code cleanup: rubocop: fix Rails/Blank in app/helpers/issues_helper.rb
Toshi MARUYAMA
2019-09-21
1
-3
/
+1
*
code cleanup: rubocop: fix Style/MultilineTernaryOperator in app/helpers/issu...
Toshi MARUYAMA
2019-09-21
1
-9
/
+28
*
code cleanup: rubocop: fix Style/CommentedKeyword in app/models/repository/cv...
Toshi MARUYAMA
2019-09-20
1
-1
/
+1
*
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
1
-2
/
+2
*
code cleanup: rubocop: fix Style/StringLiteralsInInterpolation in app/helpers...
Toshi MARUYAMA
2019-09-19
1
-1
/
+1
*
Log info messages when MailHandler ignored a reply to a nonexistent issue, jo...
Go MAEDA
2019-09-19
1
-21
/
+34
*
code cleanup: rubocop: fix Layout/IndentAssignment in app/helpers/issues_help...
Toshi MARUYAMA
2019-09-19
1
-5
/
+3
*
Change textfield to textarea for "Exclude attachments by name" (#19903).
Go MAEDA
2019-09-18
1
-1
/
+1
*
Add wiki toolbar to "Email header" and "Email footer" in "Email notifications...
Go MAEDA
2019-09-17
1
-0
/
+2
*
code cleanup: rubocop: fix Layout/LeadingCommentSpace in app/controllers/repo...
Toshi MARUYAMA
2019-09-15
1
-2
/
+2
*
code cleanup: rubocop: fix Layout/IndentAssignment in app/helpers/repositorie...
Toshi MARUYAMA
2019-09-15
1
-1
/
+1
*
Add clear query icon next to selected query in sidebar (#31640).
Go MAEDA
2019-09-14
1
-2
/
+10
*
Add additional mail headers for issue tracker (#31910).
Go MAEDA
2019-09-12
1
-0
/
+2
*
Code cleanup: RuboCop: Fix Performance/RedundantMatch and Rails/DynamicFindBy...
Go MAEDA
2019-09-11
1
-2
/
+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
1
-8
/
+6
*
Inline auto complete for issue (#) in wiki-edit fields (#31989).
Go MAEDA
2019-09-09
12
-22
/
+69
[next]