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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed that #require_login should respond for other request types (#19325).
Jean-Philippe Lang
2015-03-10
1
-0
/
+7
*
Reverts r14067 that triggers "can't modify frozen String" errors (#19305).
Jean-Philippe Lang
2015-03-08
1
-16
/
+0
*
Make sure that strings of serialized settings are UTF-8 encoded (#19305).
Jean-Philippe Lang
2015-03-08
1
-0
/
+16
*
Fixed rendering of multivalued custom fields in the issue history (#19225).
Jean-Philippe Lang
2015-03-08
1
-0
/
+37
*
Fixed undefined method `compact!' error when additional_user_ids is empty (#1...
Jean-Philippe Lang
2015-03-07
1
-0
/
+9
*
Fixed that non-default identifier-less git repositories are undeletable (#192...
Jean-Philippe Lang
2015-03-07
1
-0
/
+29
*
Missing notification if previous assignee was a group (#19197).
Jean-Philippe Lang
2015-03-07
1
-0
/
+8
*
Adds the date format for ambiguous dates (#19243).
Jean-Philippe Lang
2015-03-07
1
-0
/
+31
*
Adds a test for #19270.
Jean-Philippe Lang
2015-03-07
1
-0
/
+11
*
Don't validate custom fields that are not editable (#19193).
Jean-Philippe Lang
2015-03-01
1
-0
/
+23
*
Send a better content type than application/octet-stream (#19131).
Jean-Philippe Lang
2015-02-19
3
-4
/
+13
*
Adds a test for #6579.
Jean-Philippe Lang
2015-02-18
1
-28
/
+51
*
Fixed that timestamps may not be formatted as expected in XML responses (#190...
Jean-Philippe Lang
2015-02-16
1
-0
/
+9
*
Changed assertion to see what issues contains (#19106).
Jean-Philippe Lang
2015-02-14
1
-2
/
+2
*
Fixed Stack level too deep error when calling #find_name_by_reflection for mi...
Jean-Philippe Lang
2015-02-14
1
-0
/
+4
*
Implements /issues/new form for creating issues outside a project (#1003).
Jean-Philippe Lang
2015-02-14
2
-0
/
+73
*
Removed IssuesController#update_form action, use #new and #edit instead.
Jean-Philippe Lang
2015-02-13
2
-15
/
+12
*
Fixed assertions for SQLServer that format dates with MM/DD/YYYY in queries.
Jean-Philippe Lang
2015-02-08
2
-8
/
+17
*
Support for accent insensitive search with PostgreSQL (#18801).
Jean-Philippe Lang
2015-02-08
2
-0
/
+23
*
Adds a :copy_issues permission (#18855).
Jean-Philippe Lang
2015-02-08
2
-0
/
+68
*
Removed :move_issues permission (#18855).
Jean-Philippe Lang
2015-02-08
2
-7
/
+4
*
Fixed assertion (#18918).
Jean-Philippe Lang
2015-02-08
1
-1
/
+1
*
Don't use current user locale to format dates (#19039).
Jean-Philippe Lang
2015-02-08
1
-23
/
+3
*
Renamed test (#18983).
Jean-Philippe Lang
2015-02-07
1
-1
/
+1
*
Fixed wrong test (#18983).
Jean-Philippe Lang
2015-02-07
1
-12
/
+6
*
Allow filtering of Redmine Reminders by Version (#18983).
Jean-Philippe Lang
2015-02-07
1
-0
/
+21
*
link_to in Redmine::Hook::ViewListener omits relative url root (#19024).
Jean-Philippe Lang
2015-02-07
1
-0
/
+9
*
Show long text custom field changes as a diff (#15236).
Jean-Philippe Lang
2015-01-31
2
-1
/
+38
*
add missing fixture to FilesControllerTest
Toshi MARUYAMA
2015-01-25
1
-1
/
+3
*
Fixed attachment fixture (should be attached to issue 3 because one of its jo...
Jean-Philippe Lang
2015-01-24
3
-9
/
+9
*
add missing fixtures
Toshi MARUYAMA
2015-01-21
2
-0
/
+2
*
add missing fixtures
Toshi MARUYAMA
2015-01-21
2
-2
/
+3
*
add missing fixture to TimeEntryReportsControllerTest
Toshi MARUYAMA
2015-01-21
1
-0
/
+1
*
add missing fixture to test/unit/journal_test.rb
Toshi MARUYAMA
2015-01-21
1
-1
/
+1
*
Don't change Setting.default_language in Mailer tests.
Jean-Philippe Lang
2015-01-21
1
-24
/
+18
*
Don't change Setting.default_language in tests.
Jean-Philippe Lang
2015-01-21
2
-17
/
+16
*
Fixed that group is not displayed when the first group is a boolean custom fi...
Jean-Philippe Lang
2015-01-19
1
-0
/
+16
*
Fixed that boolean custom field groups have same label for blank and false va...
Jean-Philippe Lang
2015-01-19
1
-0
/
+16
*
add missing fixture to test/integration/api_test/groups_test.rb
Toshi MARUYAMA
2015-01-19
1
-1
/
+1
*
add missing fixture
Toshi MARUYAMA
2015-01-19
1
-1
/
+1
*
pin order at RepositoryCvsTest#test_entries_rev3
Toshi MARUYAMA
2015-01-19
1
-4
/
+5
*
Set proper default language.
Jean-Philippe Lang
2015-01-18
1
-1
/
+1
*
Set proper locale.
Jean-Philippe Lang
2015-01-18
1
-0
/
+2
*
add missing fixtures
Toshi MARUYAMA
2015-01-18
3
-0
/
+3
*
fix tests (#13120)
Toshi MARUYAMA
2015-01-18
2
-2
/
+2
*
fix assertion order at RepositoryCvsTest#test_entries_rev3
Toshi MARUYAMA
2015-01-18
1
-5
/
+5
*
add tests to RepositoryCvsTest#test_entries_rev3
Toshi MARUYAMA
2015-01-18
1
-0
/
+10
*
Make sure that #scm_iconv returns a string with the target encoding (#14534).
Jean-Philippe Lang
2015-01-18
1
-0
/
+1
*
add missing fixture to Redmine::Hook::ManagerTest
Toshi MARUYAMA
2015-01-18
1
-0
/
+1
*
Fixed that Redmine::Activity::Fetcher should consider activity provider permi...
Jean-Philippe Lang
2015-01-18
1
-0
/
+60
[next]