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
...
*
add test "removing issue shows confirm dialog"
Toshi MARUYAMA
2019-09-30
1
-0
/
+8
*
remove extra space from app/views/issues/_edit.html.erb
Toshi MARUYAMA
2019-09-30
1
-1
/
+0
*
Text enclosed in pre tag in Wiki formatting reference is not displayed in a m...
Go MAEDA
2019-09-30
2
-1
/
+2
*
Unify fields of subtasks and related issues on issue page (#25540).
Go MAEDA
2019-09-29
1
-0
/
+3
*
Make the disabled fields more obvious (#31147).
Go MAEDA
2019-09-28
1
-0
/
+5
*
Rounded corners on table.list elements (#32014).
Go MAEDA
2019-09-28
1
-1
/
+1
*
Move the links (All time entries, Import) from Spent time section of the spen...
Go MAEDA
2019-09-27
2
-9
/
+5
*
Add "Highlighted code" section in Wiki Syntax Quick Reference (#32123).
Go MAEDA
2019-09-27
99
-1
/
+792
*
Incoming emails may cause "invalid byte sequence" error depending on the defa...
Go MAEDA
2019-09-26
1
-1
/
+1
*
Don't set border-radius for the items in the dropdown menu (#32013).
Go MAEDA
2019-09-26
1
-4
/
+6
*
Bulgarian translation update (#32147).
Go MAEDA
2019-09-26
1
-2
/
+2
*
Japanese translation update (#32144).
Go MAEDA
2019-09-26
1
-2
/
+2
*
Traditional Chinese translation update (#32143).
Go MAEDA
2019-09-26
1
-2
/
+2
*
svn propdel svn:executable app/models/mail_handler.rb
Toshi MARUYAMA
2019-09-26
1
-0
/
+0
*
code cleanup: rubocop: fix Layout/ClosingHeredocIndentation in test/integrati...
Toshi MARUYAMA
2019-09-25
2
-36
/
+31
*
code cleanup: rubocop: fix Layout/EmptyLinesAroundMethodBody in test/unit/iss...
Toshi MARUYAMA
2019-09-25
2
-2
/
+0
*
detect Chrome downloaded file more strictly
Toshi MARUYAMA
2019-09-25
2
-4
/
+12
*
Update locales (#31879).
Go MAEDA
2019-09-25
48
-0
/
+96
*
"starts with" and "ends with" filter operators for string values (#31879).
Go MAEDA
2019-09-25
3
-5
/
+33
*
code cleanup: rubocop: fix Style/WhileUntilModifier in test/application_syste...
Toshi MARUYAMA
2019-09-25
2
-4
/
+1
*
detect strictly Chrome downloaded file
Toshi MARUYAMA
2019-09-25
1
-1
/
+1
*
do not delete Chrome downloaded files on Linux
Toshi MARUYAMA
2019-09-25
1
-1
/
+2
*
workaround Chrome default_directory ignored on Linux
Toshi MARUYAMA
2019-09-25
2
-5
/
+7
*
code cleanup: rubocop: fix Style/TrailingCommaInArguments in test/unit/issue_...
Toshi MARUYAMA
2019-09-25
2
-8
/
+1
*
rubocop: remove config/initializers/30-redmine.rb from Style/MultilineTernary...
Toshi MARUYAMA
2019-09-25
1
-1
/
+0
*
input[type="number"] should be highlighted as well when it has focus (#31971).
Go MAEDA
2019-09-25
1
-0
/
+1
*
rubocop: disable Naming/AccessorMethodName
Toshi MARUYAMA
2019-09-25
2
-12
/
+3
*
rubocop: disable Lint/IneffectiveAccessModifier
Toshi MARUYAMA
2019-09-25
2
-15
/
+3
*
Highlight the input field that has focus by setting border-color (#31971).
Go MAEDA
2019-09-25
1
-0
/
+10
*
code cleanup: rubocop: fix Style/ZeroLengthPredicate in app/models/issue.rb
Toshi MARUYAMA
2019-09-24
2
-2
/
+1
*
code cleanup: rubocop: fix Layout/EmptyLineBetweenDefs in test/unit/issue_tes...
Toshi MARUYAMA
2019-09-24
2
-2
/
+0
*
code cleanup: rubocop: fix Rails/Presence in config/initializers/30-redmine.rb
Toshi MARUYAMA
2019-09-24
2
-4
/
+1
*
code cleanup: rubocop: fix Rails/Presence in config/initializers/10-patches.rb
Toshi MARUYAMA
2019-09-24
2
-2
/
+1
*
code cleanup: rubocop: fix Rails/Presence in db/migrate/20110228000100_copy_r...
Toshi MARUYAMA
2019-09-24
2
-2
/
+1
*
code cleanup: rubocop: fix Rails/Presence in lib/redmine/scm/adapters/cvs_ada...
Toshi MARUYAMA
2019-09-24
2
-2
/
+1
*
code cleanup: rubocop: fix Layout/BlockEndNewline in app/models/issue.rb
Toshi MARUYAMA
2019-09-24
2
-2
/
+2
*
code cleanup: rubocop: fix Layout/SpaceInsideStringInterpolation in app/helpe...
Toshi MARUYAMA
2019-09-24
2
-2
/
+1
*
code cleanup: rubocop: fix Layout/EmptyLineBetweenDefs in db/migrate/20170302...
Toshi MARUYAMA
2019-09-24
2
-1
/
+1
*
code cleanup: rubocop: fix Style/WhileUntilModifier in app/helpers/issues_hel...
Toshi MARUYAMA
2019-09-24
2
-3
/
+4
*
code cleanup: rubocop: fix Style/ParenthesesAroundCondition in app/helpers/is...
Toshi MARUYAMA
2019-09-24
2
-3
/
+2
*
code cleanup: rubocop: fix Style/ParenthesesAroundCondition in app/models/rep...
Toshi MARUYAMA
2019-09-24
2
-2
/
+1
*
code cleanup: rubocop: fix Style/NegatedIf in lib/redmine/scm/adapters/bazaar...
Toshi MARUYAMA
2019-09-24
2
-2
/
+1
*
code cleanup: rubocop: fix Style/ColonMethodCall in lib/redmine/scm/adapters/...
Toshi MARUYAMA
2019-09-24
2
-2
/
+1
*
add missing fixtures to MailHandlerTest (#31946)
Toshi MARUYAMA
2019-09-24
1
-0
/
+1
*
Don't show unsettable permissions in the tracker permissions table (#30431).
Go MAEDA
2019-09-24
2
-2
/
+5
*
code cleanup: rubocop: fix Layout/SpaceInsideRangeLiteral in app/models/repos...
Toshi MARUYAMA
2019-09-24
2
-6
/
+1
*
code cleanup: rubocop: fix Style/EmptyLiteral in lib/redmine/scm/adapters/cvs...
Toshi MARUYAMA
2019-09-24
2
-6
/
+1
*
Rounded corners of "my page" blocks (#32015).
Go MAEDA
2019-09-23
1
-0
/
+1
*
code cleanup: rubocop: fix Performance/Casecmp in lib/redmine/scm/adapters/ba...
Toshi MARUYAMA
2019-09-21
2
-7
/
+2
*
code cleanup: rubocop: fix Performance/Casecmp in lib/redmine/codeset_util.rb
Toshi MARUYAMA
2019-09-21
2
-3
/
+2
[prev]
[next]