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
...
*
remove spaces inside {} of app/models/repository.rb
Toshi MARUYAMA
2020-09-21
1
-1
/
+1
*
add empty line after guard clause to app/models/repository.rb
Toshi MARUYAMA
2020-09-17
1
-0
/
+2
*
add empty line after guard clause to app/models/repository/mercurial.rb
Toshi MARUYAMA
2020-09-17
1
-0
/
+6
*
fix source indent of app/models/query.rb
Toshi MARUYAMA
2020-09-17
1
-4
/
+4
*
fix source indent of app/models/wiki_content_version.rb
Toshi MARUYAMA
2020-09-17
1
-7
/
+7
*
fix source indent of app/models/user.rb
Toshi MARUYAMA
2020-09-17
1
-7
/
+4
*
Allow normal users to delete a project (#33945).
Go MAEDA
2020-09-15
1
-0
/
+8
*
use "do end" instead of {} at WorkflowTransition
Toshi MARUYAMA
2020-09-12
1
-3
/
+2
*
remove spaces inside {} of app/models/repository/mercurial.rb
Toshi MARUYAMA
2020-09-12
1
-1
/
+1
*
fix source indent of app/models/changeset.rb
Toshi MARUYAMA
2020-09-12
1
-7
/
+8
*
fix source indent of app/models/repository/git.rb
Toshi MARUYAMA
2020-09-12
1
-9
/
+10
*
Remove an unused variable in Query#add_chained_custom_field_filters (#33728).
Go MAEDA
2020-09-07
1
-1
/
+0
*
Backup codes for 2fa auth (#1237).
Go MAEDA
2020-08-29
1
-0
/
+1
*
Adds a setting to disable/enable/require 2fa auth (#1237).
Go MAEDA
2020-08-29
2
-0
/
+10
*
Adds two factor authentication support (#1237).
Go MAEDA
2020-08-29
1
-0
/
+13
*
Fix that Issues API bypasses add_issue_notes permission (#33689).
Go MAEDA
2020-08-12
1
-1
/
+0
*
use "do end" instead of {} at app/models/user.rb
Toshi MARUYAMA
2020-08-09
1
-7
/
+8
*
use "do end" instead of {} at app/models/query.rb
Toshi MARUYAMA
2020-08-09
1
-5
/
+9
*
fix source indent of app/models/mailer.rb
Toshi MARUYAMA
2020-07-21
1
-3
/
+5
*
fix source indent of app/models/query.rb
Toshi MARUYAMA
2020-07-21
1
-9
/
+21
*
add empty line after guard clause to app/models/changeset.rb
Toshi MARUYAMA
2020-07-21
1
-0
/
+2
*
remove spaces inside {} of app/models/changeset.rb
Toshi MARUYAMA
2020-07-21
1
-1
/
+1
*
remove spaces inside {} of app/models/repository/git.rb
Toshi MARUYAMA
2020-07-21
1
-2
/
+2
*
remove spaces inside {} of app/models/user.rb
Toshi MARUYAMA
2020-07-21
1
-1
/
+1
*
fix source indent of app/models/user.rb
Toshi MARUYAMA
2020-07-15
1
-36
/
+36
*
remove spaces inside {} of app/models/issue.rb
Toshi MARUYAMA
2020-07-11
1
-3
/
+3
*
add space after comma to app/models/issue.rb
Toshi MARUYAMA
2020-07-11
1
-2
/
+2
*
add empty line after guard clause to app/models/issue.rb
Toshi MARUYAMA
2020-07-11
1
-0
/
+12
*
fix source indent of Issue#visible_condition
Toshi MARUYAMA
2020-07-11
1
-2
/
+2
*
fix source indent of Issue#self_and_descendants
Toshi MARUYAMA
2020-07-11
1
-1
/
+2
*
remove spaces inside {} of app/models/journal.rb
Toshi MARUYAMA
2020-07-11
1
-2
/
+2
*
remove spaces inside {} of app/models/query.rb
Toshi MARUYAMA
2020-07-11
1
-12
/
+27
*
remove spaces inside {} of app/models/user.rb
Toshi MARUYAMA
2020-07-11
1
-5
/
+5
*
use a normal unless-statement over a modifier clause in a multiline statement...
Toshi MARUYAMA
2020-07-09
1
-14
/
+16
*
add empty lines after guard clause to app/models/user.rb
Toshi MARUYAMA
2020-07-09
1
-0
/
+5
*
Add "behind-schedule" CSS class to issues (#31881).
Go MAEDA
2020-07-09
1
-0
/
+1
*
avoid multi-line ternary operators in app/models/issue_query.rb
Toshi MARUYAMA
2020-07-04
1
-4
/
+6
*
avoid comparing a variable with multiple items at WorkflowTransition#replace_...
Toshi MARUYAMA
2020-07-03
1
-1
/
+1
*
fix source indent at WorkflowTransition#replace_transitions
Toshi MARUYAMA
2020-07-03
1
-6
/
+7
*
Ordering wiki pages should not be case sensitive (#31287).
Go MAEDA
2020-06-20
1
-1
/
+1
*
Done ratio of a parent issue may be shown as 99% even though all subtasks are...
Go MAEDA
2020-06-14
1
-3
/
+3
*
Import user accounts from CSV file (#33102).
Go MAEDA
2020-05-30
1
-0
/
+118
*
Updating an issue via REST API causes internal server error if invalid projec...
Go MAEDA
2020-05-14
1
-2
/
+5
*
Fix that totals of custom fields may not be sorted as configured (#33281).
Go MAEDA
2020-05-08
3
-6
/
+11
*
Support issue relations when importing issues (#28198).
Go MAEDA
2020-05-06
2
-1
/
+133
*
Replace "**" method with bitwise left shift in Tracker#disabled_core_fields a...
Go MAEDA
2020-05-04
1
-2
/
+2
*
Allowed/Disallowed email domains settings to restrict users' email addresses ...
Go MAEDA
2020-04-30
1
-0
/
+27
*
Use scope assignable_watchers (#4511).
Go MAEDA
2020-04-25
1
-0
/
+3
*
Show groups in members box on project overview page (#33174).
Go MAEDA
2020-04-22
1
-4
/
+10
*
Unify CSS classes for custom fields in issue#show, issue#edit and issue#bulk_...
Go MAEDA
2020-04-11
1
-1
/
+1
[prev]
[next]