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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
154
-154
/
+154
*
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
*
remove unneeded Relation#all from WorkflowsController
Toshi MARUYAMA
2014-01-27
1
-2
/
+2
*
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
*
Successful update notice for workflows (#15831).
Jean-Philippe Lang
2014-01-25
1
-0
/
+2
*
Redirect to back_url or referer when clicking "Sign in" while already logged-...
Jean-Philippe Lang
2014-01-25
2
-2
/
+5
*
Adds settings for disabling browser language detection and language preferenc...
Jean-Philippe Lang
2014-01-24
7
-2
/
+25
*
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
*
use :order_column option instead of :order for acts_as_nested_set
Toshi MARUYAMA
2014-01-20
1
-1
/
+1
*
Don't display default watchers checkboxes on the new issue form when there ar...
Jean-Philippe Lang
2014-01-19
5
-13
/
+23
*
Prevents no method errors when reloading in development mode.
Jean-Philippe Lang
2014-01-19
1
-0
/
+2
*
Focus first text field automatically (#13134).
Jean-Philippe Lang
2014-01-19
4
-6
/
+0
*
Make sure that we don't set the done ratio to a value > 100% (#15870).
Jean-Philippe Lang
2014-01-19
1
-0
/
+1
*
Show warning when exported issues exceed the limit (#13770).
Jean-Philippe Lang
2014-01-12
1
-2
/
+7
*
Adds favicon to ATOM feeds (#14309).
Jean-Philippe Lang
2014-01-12
2
-0
/
+2
*
Adds #favicon_path and #favicon_url helpers.
Jean-Philippe Lang
2014-01-12
1
-2
/
+15
*
Fixed Changeset#text_tag for changeset with hash and repository identifier (#...
Jean-Philippe Lang
2014-01-12
1
-5
/
+6
*
Code cleanup (#14766).
Jean-Philippe Lang
2014-01-11
1
-1
/
+1
*
Removes duplicate ids (#15485).
Jean-Philippe Lang
2014-01-11
6
-9
/
+12
*
Removes duplicate ids (#15485).
Jean-Philippe Lang
2014-01-11
1
-2
/
+2
*
Removes duplicate ids (#15485).
Jean-Philippe Lang
2014-01-11
1
-1
/
+1
[prev]
[next]