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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Moved #context_menu_link to a new helper.
Jean-Philippe Lang
2012-02-09
2
-16
/
+36
*
scm: git: add explicit :excludes option to calling revision method in "test_r...
Toshi MARUYAMA
2012-02-09
1
-1
/
+2
*
scm: git: add test of get revisions from disjointed histories to unit lib tes...
Toshi MARUYAMA
2012-02-09
1
-0
/
+17
*
scm: git: update test repository (#8857)
Toshi MARUYAMA
2012-02-09
4
-13
/
+15
*
scm: git: remove redundant comma from test_revisions_includes_master_two_revs...
Toshi MARUYAMA
2012-02-09
1
-1
/
+1
*
scm: git: code cleanup "test_branches" of unit lib test
Toshi MARUYAMA
2012-02-09
1
-12
/
+16
*
scm: git: add lib test to get master branch revisions from origin (#8857)
Toshi MARUYAMA
2012-02-09
1
-0
/
+12
*
scm: git: add model method to get heads from extra_info branches hash (#8857)
Toshi MARUYAMA
2012-02-09
2
-0
/
+23
*
scm: git: add includes and excludes options to lib revisions method (#8857)
Toshi MARUYAMA
2012-02-08
2
-3
/
+67
*
scm: git: split fetch_changesets method
Toshi MARUYAMA
2012-02-08
1
-0
/
+5
*
scm: git: remove unused "--all" option of "git log" in lib revisions method
Toshi MARUYAMA
2012-02-08
2
-12
/
+0
*
scm: git: use explicit "master" instead of all for revisions method at unit l...
Toshi MARUYAMA
2012-02-08
1
-2
/
+2
*
code layout cleanup test/unit/lib/redmine/scm/adapters/git_adapter_test.rb
Toshi MARUYAMA
2012-02-08
1
-7
/
+7
*
scm: git: use explicit "master" for latest_changesets at unit app test
Toshi MARUYAMA
2012-02-07
1
-2
/
+2
*
scm: git: remove "test_getting_certain_revisions" from unit lib test
Toshi MARUYAMA
2012-02-07
1
-4
/
+0
*
Bulgarian translation for trunk updated by Ivan Cenov (#10160)
Toshi MARUYAMA
2012-02-06
1
-2
/
+2
*
Bulgarian translation for 1.3-stable updated by Ivan Cenov (#10160)
Toshi MARUYAMA
2012-02-06
1
-2
/
+2
*
Adds membership ids to /users/:id API response.
Jean-Philippe Lang
2012-02-06
2
-2
/
+35
*
Fixed "can't convert Fixnum into String" error on projects with numerical ide...
Jean-Philippe Lang
2012-02-06
2
-1
/
+9
*
Typo
Jean-Philippe Lang
2012-02-06
1
-1
/
+1
*
Updates for 1.3.1 release.
Jean-Philippe Lang
2012-02-06
2
-2
/
+20
*
Adds a simple API for listing roles (#9725).
Jean-Philippe Lang
2012-02-06
4
-4
/
+93
*
REST API for project memberships (#7420).
Jean-Philippe Lang
2012-02-06
7
-27
/
+308
*
Russian translation changed by Igor Zubkov (#10155)
Toshi MARUYAMA
2012-02-06
1
-47
/
+47
*
scm: fix revision graph height is hard-coded (#9832)
Toshi MARUYAMA
2012-02-06
1
-1
/
+3
*
code layout cleanup app/views/repositories/_related_issues.html.erb
Toshi MARUYAMA
2012-02-05
1
-2
/
+6
*
code layout cleanup app/views/wiki/edit.html.erb
Toshi MARUYAMA
2012-02-05
1
-2
/
+4
*
replace tabs to spaces at app/views/wiki/edit.html.erb
Toshi MARUYAMA
2012-02-05
1
-3
/
+3
*
replace tabs to spaces at app/views/issues/_conflict.html.erb
Toshi MARUYAMA
2012-02-05
1
-13
/
+13
*
replace tabs to spaces at app/views/issues/_edit.html.erb
Toshi MARUYAMA
2012-02-05
1
-3
/
+3
*
Resourcified project memberships.
Jean-Philippe Lang
2012-02-05
8
-52
/
+48
*
Removed bigdecimal-segfault-fix.rb now that ruby is fixed (#7826).
Jean-Philippe Lang
2012-02-05
1
-30
/
+0
*
Ability to edit a wiki page's parent on the edit page (#6449).
Jean-Philippe Lang
2012-02-05
4
-13
/
+70
*
Fixed an assertion for ruby1.9.
Jean-Philippe Lang
2012-02-05
1
-1
/
+1
*
Adds a X-Redmine-Sender header to email notifications (#5643).
Jean-Philippe Lang
2012-02-05
2
-0
/
+13
*
Removed unsafe attributes assignment.
Jean-Philippe Lang
2012-02-05
1
-1
/
+2
*
Removed mocha availability checks in tests.
Jean-Philippe Lang
2012-02-05
2
-8
/
+1
*
Fixed registration form broken by r8479.
Jean-Philippe Lang
2012-02-05
3
-7
/
+14
*
Fixed: Can't attach more than 1 file on IE 6 and 7 (#10115).
Jean-Philippe Lang
2012-02-05
1
-1
/
+1
*
scm: rename JavaScript "branchGraph" function name to "revisionGraph"
Toshi MARUYAMA
2012-02-05
2
-2
/
+2
*
Increase username length limit from 30 to 60 (#2719).
Jean-Philippe Lang
2012-02-05
6
-15
/
+34
*
Adds a "Manage related isses" permission to add/remove commits/issues relatio...
Jean-Philippe Lang
2012-02-05
56
-16
/
+209
*
Bulgarian translation updated by Ivan Cenov (#10154)
Toshi MARUYAMA
2012-02-05
1
-5
/
+5
*
Fixes assertion.
Jean-Philippe Lang
2012-02-04
1
-1
/
+1
*
Better handling of issue update conflicts (#8691).
Jean-Philippe Lang
2012-02-04
53
-12
/
+384
*
Revision graph code cleanup.
Etienne Massip
2012-02-04
4
-221
/
+152
*
replace tabs to spaces at public/help/wiki_syntax_detailed.html
Toshi MARUYAMA
2012-02-04
1
-6
/
+6
*
Removed useless code.
Jean-Philippe Lang
2012-02-04
1
-6
/
+0
*
Fixed rounding issue on spent hours column in CSV export (#10150).
Jean-Philippe Lang
2012-02-04
2
-3
/
+14
*
attachment: fix that diff type is not saved in user preference (#10152)
Toshi MARUYAMA
2012-02-04
2
-0
/
+20
[next]