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
/
models
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Allow to use watch_by filter in the global issues list (#34700).
Go MAEDA
2021-02-11
1
-1
/
+1
*
Add class 'error' to custom fields with validation errors (#32764, #34580).
Go MAEDA
2021-01-11
2
-2
/
+2
*
Show only valid projects on issue form when the issue is a subtask (#33419).
Go MAEDA
2021-01-01
1
-13
/
+39
*
Subprojects issues are not displayed on main project when all subprojects are...
Go MAEDA
2020-12-27
1
-4
/
+4
*
Create custom field by copy (#34307).
Go MAEDA
2020-12-26
1
-0
/
+20
*
use '\' instead of '+' to concatenate strings at app/models/wiki_content_vers...
Toshi MARUYAMA
2020-12-19
1
-5
/
+5
*
remove redundant 'return' from app/models/attachment.rb
Toshi MARUYAMA
2020-12-19
1
-1
/
+1
*
remove redundant 'return' from app/models/changeset.rb
Toshi MARUYAMA
2020-12-19
1
-1
/
+1
*
shorten long line of app/models/issue_query.rb
Toshi MARUYAMA
2020-12-19
1
-8
/
+27
*
shorten long line of app/models/issue.rb
Toshi MARUYAMA
2020-12-17
1
-25
/
+107
*
place the '.' on the previous line of the method call at app/models/attachmen...
Toshi MARUYAMA
2020-12-17
1
-6
/
+6
*
place the '.' on the previous line of the method call at app/models/project.rb
Toshi MARUYAMA
2020-12-17
1
-2
/
+2
*
shorten long line of Query#sql_for_custom_field
Toshi MARUYAMA
2020-12-12
1
-3
/
+5
*
shorten long line of app/models/project.rb
Toshi MARUYAMA
2020-12-12
1
-11
/
+24
*
shorten long line of app/models/custom_field.rb
Toshi MARUYAMA
2020-12-12
1
-14
/
+24
*
Spent time details are displayed in incorrect order when sorted by week and d...
Go MAEDA
2020-12-12
1
-1
/
+1
*
shorten long line of app/models/board.rb
Toshi MARUYAMA
2020-12-11
1
-3
/
+7
*
shorten long line of app/models/mailer.rb
Toshi MARUYAMA
2020-12-11
1
-14
/
+24
*
shorten long line of app/models/wiki_page.rb
Toshi MARUYAMA
2020-12-10
1
-7
/
+14
*
shorten long line of app/models/changeset.rb
Toshi MARUYAMA
2020-12-10
1
-10
/
+23
*
shorten long line of app/models/tracker.rb
Toshi MARUYAMA
2020-12-10
1
-3
/
+9
*
shorten long line of Query#relative_date_clause
Toshi MARUYAMA
2020-12-10
1
-1
/
+4
*
shorten long line of app/models/workflow_rule.rb
Toshi MARUYAMA
2020-12-10
1
-5
/
+13
*
shorten long line of app/models/issue_priority.rb
Toshi MARUYAMA
2020-12-10
1
-1
/
+6
*
shorten long line of app/models/attachment.rb
Toshi MARUYAMA
2020-12-09
1
-5
/
+22
*
shorten long line of app/models/project.rb
Toshi MARUYAMA
2020-12-09
1
-31
/
+97
*
shorten long line of Query#sql_for_field
Toshi MARUYAMA
2020-12-09
1
-17
/
+78
*
Use sum { ... } instead of map { ... }.sum (#34399).
Go MAEDA
2020-12-06
2
-5
/
+5
*
shorten long line of Query#add_custom_fields_filters
Toshi MARUYAMA
2020-12-04
1
-3
/
+7
*
Changes User.try_to_login to catch and log AuthSourceExceptions, and introduc...
Go MAEDA
2020-12-02
1
-0
/
+10
*
shorten long line of IssueQuery#available_columns
Toshi MARUYAMA
2020-11-30
1
-15
/
+33
*
shorten long line of IssueQuery#sql_for_relations
Toshi MARUYAMA
2020-11-29
1
-4
/
+27
*
add empty line after guard clause to app/models/group_builtin.rb
Toshi MARUYAMA
2020-11-26
1
-0
/
+3
*
add empty line after guard clause to app/models/issue_query.rb
Toshi MARUYAMA
2020-11-26
1
-0
/
+1
*
add empty line after guard clause to app/models/issue_relation.rb
Toshi MARUYAMA
2020-11-26
1
-2
/
+1
*
add empty line after guard clause to app/models/email_address.rb
Toshi MARUYAMA
2020-11-26
1
-0
/
+1
*
add empty line after guard clause to app/models/project_query.rb
Toshi MARUYAMA
2020-11-26
1
-0
/
+1
*
shorten long line of IssueQuery#joins_for_order_statement
Toshi MARUYAMA
2020-11-26
1
-7
/
+21
*
fix source indent of app/models/repository/cvs.rb
Toshi MARUYAMA
2020-11-26
1
-18
/
+22
*
Create tracker by copy (#34258).
Go MAEDA
2020-11-25
1
-0
/
+10
*
fix one liner function semicolon at app/models/user_preference.rb
Toshi MARUYAMA
2020-11-21
1
-5
/
+5
*
remove spaces inside {} of app/models/member.rb
Toshi MARUYAMA
2020-11-20
1
-1
/
+1
*
remove spaces inside {} of app/models/news.rb
Toshi MARUYAMA
2020-11-18
1
-1
/
+1
*
remove spaces inside {} of app/models/principal.rb
Toshi MARUYAMA
2020-11-18
1
-4
/
+4
*
remove spaces inside {} of app/models/message.rb
Toshi MARUYAMA
2020-11-18
1
-1
/
+1
*
remove spaces inside {} of app/models/issue.rb
Toshi MARUYAMA
2020-11-17
1
-1
/
+1
*
remove spaces inside {} of app/models/changeset.rb
Toshi MARUYAMA
2020-11-17
1
-1
/
+1
*
remove spaces inside {} of app/models/project_query.rb
Toshi MARUYAMA
2020-11-17
1
-5
/
+5
*
remove spaces inside {} of app/models/time_entry.rb
Toshi MARUYAMA
2020-11-17
1
-1
/
+1
*
remove spaces inside {} of app/models/import.rb
Toshi MARUYAMA
2020-11-17
1
-1
/
+1
[prev]
[next]