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
*
Use a shallow block instead of the :shallow option that ignores routes scope ...
Jean-Philippe Lang
2013-05-16
1
-9
/
+17
*
Fixed that filtering may return unwanted blank values (#14051).
Jean-Philippe Lang
2013-05-16
2
-2
/
+19
*
enable configuration of OpenIdAuthentication.store (#14060)
Toshi MARUYAMA
2013-05-16
2
-0
/
+12
*
move filter order tests from helper to model.
Toshi MARUYAMA
2013-05-16
2
-32
/
+28
*
increase base height of author lines on 'Commits per author' graph (#14068, #...
Toshi MARUYAMA
2013-05-16
1
-1
/
+1
*
remove width and height from repository stats embed tags (#1983, #13486)
Toshi MARUYAMA
2013-05-16
1
-2
/
+2
*
Fixed that ordered/unordered lists inside table cell are mangled (#14038).
Jean-Philippe Lang
2013-05-14
2
-1
/
+38
*
run test:ui in CI Server on only Ruby 2.0 (#12822)
Toshi MARUYAMA
2013-05-13
1
-1
/
+1
*
Fixed that values of custom fields are not kept in issues when copying a proj...
Jean-Philippe Lang
2013-05-13
2
-0
/
+16
*
Display error messages when attachment validation fails (#13949).
Jean-Philippe Lang
2013-05-13
1
-0
/
+5
*
Fixed that JS warning is not displayed when attachment maximum size is 0 (#13...
Jean-Philippe Lang
2013-05-13
1
-1
/
+1
*
Update notified_project_ids while saving record.
Jean-Philippe Lang
2013-05-13
5
-16
/
+22
*
Fixed that locking and unlocking a user resets the email notification checkbo...
Jean-Philippe Lang
2013-05-13
8
-12
/
+25
*
Disable autofetching of repository changesets if projects are closed (#13945).
Jean-Philippe Lang
2013-05-12
2
-1
/
+26
*
Fix handling multiple text parts in email (#13646).
Jean-Philippe Lang
2013-05-12
3
-4
/
+75
*
Issue#children is never nil (#14015).
Jean-Philippe Lang
2013-05-12
1
-1
/
+1
*
Check inclusion only once (#14015).
Jean-Philippe Lang
2013-05-12
1
-6
/
+10
*
Replaces camelcase variable names (#14015).
Jean-Philippe Lang
2013-05-12
1
-12
/
+12
*
Removes some empty lines (#14015).
Jean-Philippe Lang
2013-05-12
1
-13
/
+0
*
Removes then's (#14015).
Jean-Philippe Lang
2013-05-12
1
-7
/
+7
*
Replaces camelcase variable names (#14015).
Jean-Philippe Lang
2013-05-12
1
-30
/
+28
*
Improved Issue#all_dependent_issues (#14015).
Jean-Philippe Lang
2013-05-12
2
-9
/
+231
*
Improve plugins' Gemfile loading (#14028).
Jean-Baptiste Barth
2013-05-11
1
-1
/
+2
*
sync Lithuanian jQuery datepicker (#13674)
Toshi MARUYAMA
2013-05-11
1
-2
/
+2
*
prevent failure of test_create_issue_with_watchers at UI IssuesTest
Toshi MARUYAMA
2013-05-10
1
-1
/
+3
*
code layout clean up app/views/issues/_attributes.html.erb
Toshi MARUYAMA
2013-05-10
1
-2
/
+10
*
prevent failure of test_create_issue_with_watchers at UI IssuesTest
Toshi MARUYAMA
2013-05-10
1
-0
/
+1
*
use with_settings at test_post_create_without_start_date_and_default_start_da...
Toshi MARUYAMA
2013-05-10
1
-10
/
+10
*
use with_settings at test_post_create_without_start_date_and_default_start_da...
Toshi MARUYAMA
2013-05-10
1
-10
/
+10
*
use with_settings at test_get_new_with_default_start_date_is_creation_date of...
Toshi MARUYAMA
2013-05-10
1
-8
/
+8
*
use with_settings at test_get_new_without_default_start_date_is_creation_date...
Toshi MARUYAMA
2013-05-10
1
-9
/
+8
*
remove redundant empty lines from test_show_by_manager of IssuesControllerTest
Toshi MARUYAMA
2013-05-10
1
-2
/
+0
*
remove redundant empty lines from test_show_by_anonymous of IssuesControllerTest
Toshi MARUYAMA
2013-05-10
1
-3
/
+0
*
remove redundant empty line from test_index_with_fixed_version_column of Issu...
Toshi MARUYAMA
2013-05-10
1
-1
/
+0
*
remove redundant empty line from test_index_should_not_show_spent_hours_colum...
Toshi MARUYAMA
2013-05-10
1
-1
/
+0
*
remove redundant empty line from test_index_with_spent_hours_column of Issues...
Toshi MARUYAMA
2013-05-10
1
-1
/
+0
*
remove redundant empty lines from test_index_with_done_ratio_column of Issues...
Toshi MARUYAMA
2013-05-10
1
-2
/
+0
*
remove redundant empty lines from test_index_with_date_column of IssuesContro...
Toshi MARUYAMA
2013-05-09
1
-2
/
+0
*
run test:ui on CI Server Ruby 1.9.3 or higher (#12822)
Toshi MARUYAMA
2013-05-09
1
-1
/
+1
*
prevent assert_difference failure of test_bulk_watch_issues_via_context_menu ...
Toshi MARUYAMA
2013-05-09
1
-0
/
+4
*
prevent assert_difference failure of test_watch_issue_via_context_menu at UI ...
Toshi MARUYAMA
2013-05-09
1
-0
/
+2
*
fix failure of test_remove_issue_watcher_from_sidebar at UI IssuesTest
Toshi MARUYAMA
2013-05-09
1
-1
/
+1
*
install capybara on only Ruby 1.9.3 or higher (#12822)
Toshi MARUYAMA
2013-05-09
1
-1
/
+1
*
upgrade capybara to 2.1 (#12822)
Toshi MARUYAMA
2013-05-09
1
-1
/
+4
*
add more asserting to test_create_issue_with_watchers of ui issues_test
Toshi MARUYAMA
2013-05-09
1
-0
/
+3
*
Document project links in ApplicationHelper#parse_redmine_links (#6689).
Jean-Baptiste Barth
2013-05-08
1
-0
/
+3
*
sync Lithuanian jQuery datepicker (#13674)
Toshi MARUYAMA
2013-05-08
1
-3
/
+3
*
Enhanced Arabic translation by Amr Noaman (#13988)
Toshi MARUYAMA
2013-05-08
1
-171
/
+171
*
Swedish Translation for trunk updated by Nicklas Holm (#14003)
Toshi MARUYAMA
2013-05-07
1
-1
/
+1
*
Swedish Translation for 2.3-stable updated by Nicklas Holm (#14003, #14005)
Toshi MARUYAMA
2013-05-07
1
-5
/
+5
[next]