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
/
unit
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removed that quote in a fixture subject.
Jean-Philippe Lang
2014-12-20
4
-9
/
+9
*
Removes test menu item after test.
Jean-Philippe Lang
2014-12-20
1
-0
/
+4
*
Set locale for error messages.
Jean-Philippe Lang
2014-12-20
1
-0
/
+4
*
Reset current user on each test.
Jean-Philippe Lang
2014-12-20
1
-0
/
+4
*
Restore accent insensitive search with mysql (#18537).
Jean-Philippe Lang
2014-12-15
1
-11
/
+20
*
Support for named route in project menu and a new :permission option (#6426).
Jean-Philippe Lang
2014-12-14
2
-6
/
+27
*
SQLite does not support case insensitive match for non-ASCII characters (#185...
Jean-Philippe Lang
2014-12-14
1
-1
/
+9
*
Use custom SQL for MySQL to behave like others DBMS: case-insensitive search ...
Jean-Philippe Lang
2014-12-14
1
-2
/
+8
*
add missing fixtures to test/unit/search_test.rb
Toshi MARUYAMA
2014-12-14
1
-0
/
+3
*
Mysql LIKE treats Ö and O the same (#18537).
Jean-Philippe Lang
2014-12-13
1
-2
/
+1
*
Don't use #downcase on search tokens, let the database handle it (#18537).
Jean-Philippe Lang
2014-12-13
1
-0
/
+9
*
add missing fixture to MembersHelperTest
Toshi MARUYAMA
2014-12-13
1
-1
/
+2
*
Don't consider roles without issue add/edit permissions for determining field...
Jean-Philippe Lang
2014-12-13
1
-0
/
+23
*
Try to find out what causes a ruby bus error with ruby2.x on the CI server.
Jean-Philippe Lang
2014-12-13
1
-2
/
+2
*
Rewrites search engine to properly paginate results (#18631).
Jean-Philippe Lang
2014-12-12
1
-24
/
+24
*
ignore X-Autoreply mails (#15999, #13425)
Toshi MARUYAMA
2014-12-12
1
-1
/
+2
*
Adds some helpers tests.
Jean-Philippe Lang
2014-12-11
2
-0
/
+84
*
Misc tests.
Jean-Philippe Lang
2014-12-08
2
-0
/
+19
*
Misc tests.
Jean-Philippe Lang
2014-12-07
2
-8
/
+37
*
fix ProjectNestedSetTest fails randomly
Toshi MARUYAMA
2014-12-07
1
-0
/
+1
*
Adds tests for Role#has_permissions?
Jean-Philippe Lang
2014-12-06
1
-0
/
+11
*
Adds a test for Watcher.prune with :project option.
Jean-Philippe Lang
2014-12-06
1
-1
/
+11
*
Adds a test for #18584.
Jean-Philippe Lang
2014-12-06
1
-0
/
+18
*
Make sure that Redmine::Thumbnail.generate is called.
Jean-Philippe Lang
2014-12-05
1
-1
/
+2
*
Adds some Attachment tests.
Jean-Philippe Lang
2014-12-05
1
-0
/
+22
*
Adds a few tests.
Jean-Philippe Lang
2014-12-03
3
-0
/
+57
*
Set notified events as expected.
Jean-Philippe Lang
2014-11-30
1
-5
/
+7
*
Textile: ignore invalid lang attribute values (#18501).
Jean-Philippe Lang
2014-11-30
1
-0
/
+14
*
Drop shoulda.
Jean-Philippe Lang
2014-11-30
2
-13
/
+9
*
Remove contexts in QueryTest.
Jean-Philippe Lang
2014-11-30
1
-118
/
+114
*
Gantt unit tests cleanup.
Jean-Philippe Lang
2014-11-30
1
-462
/
+201
*
Edit attachments after upload (#1326).
Jean-Philippe Lang
2014-11-29
1
-0
/
+39
*
Group filters in the filter select list (#13849).
Jean-Philippe Lang
2014-11-28
1
-6
/
+49
*
Added missing tests for notify_about?
Jean-Philippe Lang
2014-11-24
1
-24
/
+27
*
Removed some test contexts.
Jean-Philippe Lang
2014-11-24
1
-71
/
+34
*
Fixed tests broken by r13646.
Jean-Philippe Lang
2014-11-23
1
-2
/
+2
*
Removed some test contexts.
Jean-Philippe Lang
2014-11-23
3
-100
/
+55
*
Removed some test contexts.
Jean-Philippe Lang
2014-11-23
1
-80
/
+45
*
Move wiki page to other project (#5450).
Jean-Philippe Lang
2014-11-23
3
-7
/
+64
*
Selected projects in email notifications on "my account" are lost when the pa...
Jean-Philippe Lang
2014-11-22
1
-0
/
+5
*
Quote values in DOM selectors for Nokogiri compatibility.
Jean-Philippe Lang
2014-11-20
2
-5
/
+5
*
fix English syntax of skipping test comment of Bazaar non ASCII environment
Toshi MARUYAMA
2014-11-18
1
-1
/
+1
*
Fixed that Redmine links should not be parsed inside links (#18301).
Jean-Philippe Lang
2014-11-14
1
-0
/
+6
*
Ignore bogus issue strings like [some-string#1234] in email subjects (#17705).
Jean-Philippe Lang
2014-11-14
1
-0
/
+24
*
Fixed that URLs separated by line break are not rendered as links (#18349).
Jean-Philippe Lang
2014-11-14
1
-0
/
+13
*
Adds a role setting for controlling visibility of users: all or members of vi...
Jean-Philippe Lang
2014-11-11
1
-1
/
+22
*
Adds configuration settings to limit valid repository path (#1415).
Jean-Philippe Lang
2014-11-08
2
-0
/
+49
*
prevent test failures with "trackers is invalid"
Toshi MARUYAMA
2014-11-08
2
-2
/
+5
*
add missing fixture to test/unit/enabled_module_test.rb
Toshi MARUYAMA
2014-11-08
1
-1
/
+1
*
add missing fixtures to test/unit/issue_status_test.rb
Toshi MARUYAMA
2014-11-07
1
-1
/
+9
[next]