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
...
*
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
*
scm: mercurial: use long id in adapter level (#14361)
Toshi MARUYAMA
2014-02-01
1
-3
/
+11
*
scm: mercurial: split Repository::Mercurial#latest_changesets_cond for short ...
Toshi MARUYAMA
2014-02-01
1
-2
/
+13
*
scm: mercurial: use 12 chars id for format_changeset_identifier (#14361)
Toshi MARUYAMA
2014-02-01
1
-1
/
+1
*
Fixed calculation of done_ratio of parent task with child having estimated_ti...
Jean-Philippe Lang
2014-01-31
1
-1
/
+1
*
remove unneeded Relation#all from Repository::Git model
Toshi MARUYAMA
2014-01-31
1
-1
/
+1
*
code format clean up Repository::Git model
Toshi MARUYAMA
2014-01-31
1
-5
/
+6
*
Reverts r12669 and add a test for #15870.
Jean-Philippe Lang
2014-01-30
1
-1
/
+0
*
update copyright year (#15977)
Toshi MARUYAMA
2014-01-29
67
-67
/
+67
*
back out from r12715 to r12720: #connection replacing
Toshi MARUYAMA
2014-01-27
6
-20
/
+20
*
remove unneeded Relation#all from TimeEntryQuery model
Toshi MARUYAMA
2014-01-27
1
-2
/
+4
*
remove unneeded Relation#all from Principal model
Toshi MARUYAMA
2014-01-27
1
-1
/
+1
*
remove unneeded Relation#all from Repository::Subversion model
Toshi MARUYAMA
2014-01-27
1
-1
/
+1
*
remove unneeded Relation#all from Project model
Toshi MARUYAMA
2014-01-27
1
-2
/
+2
*
remove unneeded Relation#all from MemberRole model
Toshi MARUYAMA
2014-01-27
1
-1
/
+2
*
remove unneeded Relation#all from Journal model
Toshi MARUYAMA
2014-01-27
1
-1
/
+1
*
code format cleanup Repository::Subversion model
Toshi MARUYAMA
2014-01-27
1
-4
/
+5
*
remove unneeded Relation#all from IssueStatus model
Toshi MARUYAMA
2014-01-27
1
-1
/
+1
*
remove unneeded Relation#all from IssueQuery model
Toshi MARUYAMA
2014-01-27
1
-1
/
+1
*
remove unneeded Relation#all from Mailer model
Toshi MARUYAMA
2014-01-27
1
-3
/
+3
*
remove unneeded Relation#all from IssuePriority model
Toshi MARUYAMA
2014-01-27
1
-1
/
+1
*
Rails4: replace deprecated #connection from Query model
Toshi MARUYAMA
2014-01-27
1
-8
/
+8
*
Rails4: replace deprecated #connection from Project model
Toshi MARUYAMA
2014-01-27
1
-1
/
+1
*
Rails4: replace deprecated #connection from Repository model
Toshi MARUYAMA
2014-01-27
1
-4
/
+4
*
Rails4: replace deprecated #connection from IssueQuery model
Toshi MARUYAMA
2014-01-27
1
-5
/
+5
*
Rails4: replace deprecated #connection from IssueCustomField model
Toshi MARUYAMA
2014-01-27
1
-1
/
+1
*
Rails4: replace deprecated #connection from Issue model
Toshi MARUYAMA
2014-01-27
1
-1
/
+1
*
Adds settings for disabling browser language detection and language preferenc...
Jean-Philippe Lang
2014-01-24
1
-0
/
+12
*
Adds firstname initials+lastname user format.
Jean-Philippe Lang
2014-01-24
1
-0
/
+5
*
remove unneeded Project#acts_as_nested_set :order => 'name' option
Toshi MARUYAMA
2014-01-21
1
-1
/
+1
*
call Project#set_or_update_position_under in Project.rebuild_tree! (#12431)
Toshi MARUYAMA
2014-01-21
1
-0
/
+3
*
back out r12680
Toshi MARUYAMA
2014-01-20
1
-1
/
+1
[prev]
[next]