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
*
Enable ability for administrators to delete users (#7296).
Jean-Philippe Lang
2011-01-16
7
-20
/
+69
*
Fixed: "Notifiy for only project I select" is randomly displayed (#7294).
Jean-Philippe Lang
2011-01-16
2
-3
/
+10
*
When destroying a user, remove all references to that user (#7296).
Jean-Philippe Lang
2011-01-16
3
-10
/
+245
*
Adds a User-Agent header to Redmine mailhandler requests (#7318).
Jean-Philippe Lang
2011-01-15
1
-2
/
+5
*
Fixed: Label not translated in french in Settings/Email Notification tab (#73...
Jean-Philippe Lang
2011-01-15
1
-0
/
+3
*
Prevent SystemStackError on Issue#all_dependent_issues with circular dependen...
Jean-Philippe Lang
2011-01-15
2
-3
/
+25
*
Adds colon after label.
Jean-Philippe Lang
2011-01-15
1
-1
/
+1
*
Adds a test for issue circular dependency validation.
Jean-Philippe Lang
2011-01-15
1
-0
/
+9
*
French locale update (#7337).
Jean-Philippe Lang
2011-01-15
1
-1
/
+1
*
Fixed: "Loading..." icon does not disappear after adding a project member whe...
Jean-Philippe Lang
2011-01-15
1
-2
/
+2
*
scm: mercurial: fix revision at functional diff test.
Toshi MARUYAMA
2011-01-15
1
-3
/
+3
*
scm: mercurial: fix id at functional test_empty_revision test(#7307).
Toshi MARUYAMA
2011-01-14
1
-1
/
+1
*
scm: git: fix id at functional test_empty_revision test(#7307).
Toshi MARUYAMA
2011-01-14
1
-1
/
+1
*
scm: use #blank? instead of #nil? || #empty? at Repository#find_changeset_by_...
Toshi MARUYAMA
2011-01-14
1
-3
/
+3
*
Use #blank? instead of #nil? || #empty?.
Jean-Philippe Lang
2011-01-14
1
-1
/
+1
*
Respond with 404 instead of 500 when revision/entry is not found in the repos...
Jean-Philippe Lang
2011-01-14
4
-5
/
+5
*
Adds a test for TimeEntry#spent_on= with invalid string.
Jean-Philippe Lang
2011-01-14
1
-0
/
+6
*
Fixes TimeEntry#spent_on= so that datetimes don't get stored in SQLite3 (#7258).
Jean-Philippe Lang
2011-01-14
2
-0
/
+33
*
scm: mercurial: unit lib test for entries accept both of revision number and ...
Toshi MARUYAMA
2011-01-13
1
-0
/
+26
*
scm: mercurial: fix error on revision page for empty revision (#7307).
Toshi MARUYAMA
2011-01-13
3
-0
/
+19
*
scm: fix error on revision page for empty revision (#7307).
Toshi MARUYAMA
2011-01-13
6
-1
/
+56
*
Removed obsolete css class (#7279).
Jean-Philippe Lang
2011-01-11
1
-1
/
+0
*
Set csv separator to ; for nl locale (#7274).
Jean-Philippe Lang
2011-01-11
1
-2
/
+2
*
Fixed: Enabling gravatas causes usernames to overlap first name field in user...
Jean-Philippe Lang
2011-01-11
1
-2
/
+2
*
scm: mercurial: change two revision diff text of mercurial (#3724).
Toshi MARUYAMA
2011-01-11
2
-0
/
+26
*
scm: changing two revision diff text at SCM adapter level (#3724).
Toshi MARUYAMA
2011-01-11
3
-3
/
+11
*
scm: mercurial: use revision text mercurial style "2:400bb8672109" (#3724).
Toshi MARUYAMA
2011-01-11
2
-2
/
+18
*
scm: mercurial: add "commit:xxx" and "rNN" link test for mercurial (#3724).
Toshi MARUYAMA
2011-01-11
1
-0
/
+33
*
scm: mercurial: use scmid as identifier (#3724).
Toshi MARUYAMA
2011-01-11
2
-2
/
+20
*
scm: use scmid for "commit:xxx" link if available (#3724).
Toshi MARUYAMA
2011-01-11
1
-1
/
+1
*
scm: fix indents in "commit:xxx" unit test.
Toshi MARUYAMA
2011-01-11
1
-10
/
+12
*
scm: fix assert_equal parameter order in subversion and git unit test.
Toshi MARUYAMA
2011-01-11
2
-5
/
+6
*
scm: add compatible "commit:xxx" link test for git and darcs.
Toshi MARUYAMA
2011-01-11
1
-2
/
+49
*
scm: mercurial: change diff option from --git to --config diff.git=false (#72...
Toshi MARUYAMA
2011-01-11
2
-3
/
+3
*
scm: mercurial: fix r4686 setup mercurial test repository (#7272).
Toshi MARUYAMA
2011-01-11
1
-1
/
+2
*
scm: mercurial: diff '-c' option supports above Mercurial 1.2 (#3724, #7253).
Toshi MARUYAMA
2011-01-11
3
-14
/
+28
*
scm: mercurial: test:scm:setup:mercurial task can be simpler (#7272).
Toshi MARUYAMA
2011-01-11
1
-6
/
+2
*
Fixed MailHandler broken by I18n fallback added in r4679.
Jean-Philippe Lang
2011-01-10
1
-2
/
+2
*
Fixes fixture added in r4680.
Jean-Philippe Lang
2011-01-10
1
-0
/
+8
*
Fixed: wiki pages with cyrillic characters not found with postgresql (#7245).
Jean-Philippe Lang
2011-01-10
3
-4
/
+13
*
Adds fallback to 'en' locale for untranslated strings (#5518).
Jean-Philippe Lang
2011-01-10
2
-0
/
+16
*
Make sure en is the current locale when running the test (#7266).
Jean-Philippe Lang
2011-01-10
1
-0
/
+1
*
Store the mercurial test repository as a bundle to make it compatible with ol...
Jean-Philippe Lang
2011-01-10
3
-1
/
+12
*
Fixes random failure (database may not return changes in the order expected i...
Jean-Philippe Lang
2011-01-09
1
-1
/
+1
*
Trying to fix random failures with postgresql due to different ids order in u...
Jean-Philippe Lang
2011-01-09
1
-8
/
+15
*
Updated CHANGELOG for 1.1.0 release.
Jean-Philippe Lang
2011-01-09
1
-1
/
+72
*
scm: mercurial: remove new line in diff unit test(#7253).
Toshi MARUYAMA
2011-01-09
1
-3
/
+6
*
scm: mercurial: add --git option in 'hg diff' (#7253).
Toshi MARUYAMA
2011-01-09
1
-1
/
+1
*
scm: mercurial: replace identifier to hgrev(identifier).
Toshi MARUYAMA
2011-01-09
1
-16
/
+16
*
scm: mercurial: wrap identifier with shell_quote at hgrev(identifier).
Toshi MARUYAMA
2011-01-09
1
-1
/
+1
[next]