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
*
Adds methods for loading and adding settings.
Jean-Philippe Lang
2014-12-05
1
-4
/
+6
*
Adds a few functional tests.
Jean-Philippe Lang
2014-12-05
3
-0
/
+22
*
Make sure that Redmine::Thumbnail.generate is called.
Jean-Philippe Lang
2014-12-05
1
-1
/
+2
*
Tab "New Issue" should not be displayed if a project has no trackers (#18571).
Jean-Philippe Lang
2014-12-05
1
-0
/
+14
*
Adds tests for searching private or archived projects.
Jean-Philippe Lang
2014-12-05
1
-0
/
+23
*
Adds some Attachment tests.
Jean-Philippe Lang
2014-12-05
1
-0
/
+22
*
Adds a test for invalid enumeration class parameter.
Jean-Philippe Lang
2014-12-05
1
-0
/
+6
*
Adds tests for invalid parameters.
Jean-Philippe Lang
2014-12-05
1
-0
/
+15
*
Adds a test for when link_copied_issue setting is set to "never".
Jean-Philippe Lang
2014-12-05
1
-0
/
+12
*
Removed unimplemented JournalsController#edit html response and added some te...
Jean-Philippe Lang
2014-12-05
1
-0
/
+14
*
Adds a few tests.
Jean-Philippe Lang
2014-12-03
9
-3
/
+127
*
Use simplecov for code coverage, rcov does not support ruby>=1.9.
Jean-Philippe Lang
2014-12-02
4
-0
/
+178
*
Set notified events as expected.
Jean-Philippe Lang
2014-11-30
2
-90
/
+102
*
Removed unneeded patch in tests.
Jean-Philippe Lang
2014-11-30
1
-11
/
+0
*
Moved helpers for integration tests in a specific class.
Jean-Philippe Lang
2014-11-30
14
-28
/
+30
*
Pull up #setup and #teardown in API tests.
Jean-Philippe Lang
2014-11-30
22
-82
/
+10
*
Test cleanup.
Jean-Philippe Lang
2014-11-30
2
-9
/
+1
*
Textile: ignore invalid lang attribute values (#18501).
Jean-Philippe Lang
2014-11-30
1
-0
/
+14
*
Drop shoulda.
Jean-Philippe Lang
2014-11-30
3
-17
/
+9
*
Test API authentification once.
Jean-Philippe Lang
2014-11-30
9
-472
/
+73
*
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
*
add missing fixtures to test/functional/projects_controller_test.rb
Toshi MARUYAMA
2014-11-30
1
-1
/
+2
*
Localisation not set correctly on authenticity token errors (#18499).
Jean-Philippe Lang
2014-11-29
1
-0
/
+11
*
Configurable behavour for linking issues on copy (#18500).
Jean-Philippe Lang
2014-11-29
1
-35
/
+46
*
Edit attachments after upload (#1326).
Jean-Philippe Lang
2014-11-29
3
-0
/
+100
*
Group filters in the filter select list (#13849).
Jean-Philippe Lang
2014-11-28
1
-6
/
+49
*
Fixed "First argument in form cannot contain nil or be empty" error (#18275).
Jean-Philippe Lang
2014-11-28
1
-0
/
+12
*
Error raised on project settings after project wiki is deleted (#18429).
Jean-Philippe Lang
2014-11-28
1
-0
/
+14
*
use English at integration IssuesTest#test_issue_with_user_custom_field
Toshi MARUYAMA
2014-11-25
1
-12
/
+13
*
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
4
-595
/
+373
*
Move wiki page to other project (#5450).
Jean-Philippe Lang
2014-11-23
4
-7
/
+97
*
Selected projects in email notifications on "my account" are lost when the pa...
Jean-Philippe Lang
2014-11-22
1
-0
/
+5
*
Replaced remaining #assert_tag with #assert_select.
Jean-Philippe Lang
2014-11-22
52
-951
/
+443
*
Replaced some #assert_tag with #assert_select.
Jean-Philippe Lang
2014-11-20
8
-62
/
+41
*
Quote values in DOM selectors for Nokogiri compatibility.
Jean-Philippe Lang
2014-11-20
23
-128
/
+128
*
fix English syntax of skipping test comment of Bazaar non ASCII environment
Toshi MARUYAMA
2014-11-18
1
-1
/
+1
*
Removed deep nested time entries routes.
Jean-Philippe Lang
2014-11-16
2
-12
/
+1
*
Use should_route in routing tests.
Jean-Philippe Lang
2014-11-16
46
-1808
/
+539
*
Renamed #test_watchers to #test_issue_watchers.
Jean-Philippe Lang
2014-11-16
1
-5
/
+5
*
Adds API routing tests for time entries.
Jean-Philippe Lang
2014-11-16
1
-0
/
+9
*
Removed API tests for routes that are not implemented.
Jean-Philippe Lang
2014-11-16
1
-13
/
+0
*
Isolates all API routing tests to a specific test case.
Jean-Philippe Lang
2014-11-16
20
-436
/
+204
*
Adds tests for new routes.
Jean-Philippe Lang
2014-11-16
2
-0
/
+14
*
Moved new group user to its own action GroupsController#new_users.
Jean-Philippe Lang
2014-11-16
2
-0
/
+16
*
Moved new project member to its own action MemberController#new.
Jean-Philippe Lang
2014-11-15
1
-0
/
+11
[next]