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
*
introduce request_store to ensure that the current user doesn't leak across r...
Toshi MARUYAMA
2014-05-01
1
-2
/
+2
*
Set default start date on issues created by email if default_issue_start_date...
Jean-Philippe Lang
2014-04-26
1
-0
/
+1
*
replace tabs to spaces at app/models/repository/cvs.rb
Toshi MARUYAMA
2014-04-15
1
-3
/
+3
*
replace tabs to spaces at app/models/query.rb
Toshi MARUYAMA
2014-04-15
1
-2
/
+2
*
mark deprecated Enumeration#overridding_change? which was changed in r13056
Toshi MARUYAMA
2014-04-08
1
-0
/
+6
*
remove trailing white-spaces from Issue#count_and_group_by SQL
Toshi MARUYAMA
2014-04-08
1
-6
/
+6
*
remove trailing white-spaces from Issue#by_subproject SQL
Toshi MARUYAMA
2014-04-08
1
-5
/
+5
*
remove trailing white-spaces from app/models/issue.rb
Toshi MARUYAMA
2014-04-08
1
-9
/
+9
*
code format clean up Issue#update_versions_from_hierarchy_change
Toshi MARUYAMA
2014-04-08
1
-1
/
+4
*
fix typos of source comments at Query model
Toshi MARUYAMA
2014-04-07
1
-1
/
+1
*
fix typos of source comments at Project model
Toshi MARUYAMA
2014-04-07
1
-3
/
+3
*
fix typos of source comments at Member model
Toshi MARUYAMA
2014-04-07
1
-1
/
+1
*
fix typos of source comments at Issue model
Toshi MARUYAMA
2014-04-07
1
-1
/
+1
*
fix typos of source comments at Enumeration model
Toshi MARUYAMA
2014-04-07
1
-1
/
+1
*
fix typos of source comments at Version model
Toshi MARUYAMA
2014-04-07
1
-1
/
+1
*
fix typos of source comments at WikiContent model
Toshi MARUYAMA
2014-04-06
1
-1
/
+1
*
fix typos of source comments at Project model
Toshi MARUYAMA
2014-04-06
1
-2
/
+2
*
fix typo of Enumeration#overridding_change?
Toshi MARUYAMA
2014-04-06
2
-3
/
+3
*
Fixed that Link custom fields are not displayed as links on the issue list (#...
Jean-Philippe Lang
2014-04-06
1
-4
/
+19
*
Remove users from cc if they are already notified (#16415).
Jean-Philippe Lang
2014-03-29
1
-1
/
+1
*
remove unneeded Relation#all from WorkflowTransition#count_by_tracker_and_role
Toshi MARUYAMA
2014-03-26
1
-4
/
+2
*
fix race condition of highest rgt at Issue#update_nested_set_attributes_on_pa...
Toshi MARUYAMA
2014-03-26
1
-2
/
+1
*
fix always new lft and rgt are lft = 1, rgt = 2 (#6579)
Toshi MARUYAMA
2014-03-26
1
-3
/
+1
*
remove unneeded Relation#all from Issue#workflow_rule_by_attribute
Toshi MARUYAMA
2014-03-24
1
-1
/
+1
*
Don't abort processing of emails when an email triggers a parsing exception (...
Jean-Philippe Lang
2014-03-21
1
-0
/
+8
*
Let user choose an issue of another project when updating a time entry (#16338).
Jean-Philippe Lang
2014-03-21
1
-0
/
+10
*
Adds an option to send email on "Assignee updated" in application settings (#...
Jean-Philippe Lang
2014-03-17
1
-1
/
+1
*
Adds an option to send email on "Assignee updated" in application settings (#...
Jean-Philippe Lang
2014-03-17
1
-4
/
+10
*
Fixed that requesting a specific version of a non-existent wiki page raises a...
Jean-Philippe Lang
2014-03-15
1
-3
/
+5
*
Use #read/#write_attribute instead of #super when overwriting default accesso...
Jean-Philippe Lang
2014-03-15
1
-2
/
+3
*
Fixed that non-empty blank strings as custom field values are not properly va...
Jean-Philippe Lang
2014-02-28
1
-3
/
+1
*
prevent issue tree hierarchy is broken in race conditions (#6579)
Toshi MARUYAMA
2014-02-25
1
-7
/
+13
*
Bulk edit workflows for multiple trackers/roles (#16164).
Jean-Philippe Lang
2014-02-25
2
-10
/
+98
*
Strip invalid UTF-8 bytes in User#find_by_login (#16107).
Jean-Philippe Lang
2014-02-22
1
-1
/
+1
*
Only notify users that can see news (#16134).
Jean-Philippe Lang
2014-02-22
1
-1
/
+1
*
Prevent N queries on custom_fields when call /issues API.
Jean-Philippe Lang
2014-02-22
1
-1
/
+1
*
Preload issue authors when displayed on the issue list (#16091).
Jean-Philippe Lang
2014-02-22
1
-0
/
+3
*
Always preload issues custom values (#16091).
Jean-Philippe Lang
2014-02-15
1
-3
/
+1
*
fix source indent of Repository::Cvs model
Toshi MARUYAMA
2014-02-13
1
-1
/
+1
*
Use spaces instead of tabs.
Jean-Philippe Lang
2014-02-09
1
-3
/
+3
*
Enable the watching of news (#2549).
Jean-Philippe Lang
2014-02-09
4
-3
/
+24
*
Project.activities should always return a ActiveRecord::Relation (#15983).
Jean-Philippe Lang
2014-02-07
1
-8
/
+8
*
Make sure that Repository#extra_info returns a Hash or nil (#16032).
Jean-Philippe Lang
2014-02-06
1
-0
/
+6
*
fix wrong issue 'assigned-to-my-group' css class (#16038)
Toshi MARUYAMA
2014-02-06
1
-1
/
+1
*
scm: mercurial: insert long id to DB unless existing id in DB is not short id...
Toshi MARUYAMA
2014-02-02
1
-2
/
+8
*
scm: mercurial: switch short or long id of entry by existing value in DB (#14...
Toshi MARUYAMA
2014-02-02
1
-2
/
+15
*
scm: mercurial: override entry and scm_entries (#14361)
Toshi MARUYAMA
2014-02-02
1
-0
/
+9
*
scm: mercurial: add method to switch short or long id by existing value in DB...
Toshi MARUYAMA
2014-02-02
1
-5
/
+17
*
scm: split Repository#entries (#14361)
Toshi MARUYAMA
2014-02-02
5
-11
/
+15
*
back out r12752 (#14361)
Toshi MARUYAMA
2014-02-01
1
-11
/
+3
[next]