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
/
functional
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replaced "can't" with "cannot" in error messages.
Jean-Philippe Lang
2014-12-21
10
-19
/
+19
*
Use DOM assertion instead.
Jean-Philippe Lang
2014-12-21
1
-1
/
+2
*
Removed that quote in a fixture subject.
Jean-Philippe Lang
2014-12-20
2
-8
/
+8
*
add missing fixtures to SearchControllerTest
Toshi MARUYAMA
2014-12-13
1
-1
/
+2
*
Droped legacy behaviour that allows a user to edit a few attributes of an iss...
Jean-Philippe Lang
2014-12-13
1
-62
/
+0
*
Misc tests.
Jean-Philippe Lang
2014-12-13
1
-0
/
+12
*
Adds a test for editing a registered user.
Jean-Philippe Lang
2014-12-12
1
-0
/
+8
*
Rewrites search engine to properly paginate results (#18631).
Jean-Philippe Lang
2014-12-12
1
-13
/
+17
*
Revert r13736, test fails with mysql.
Jean-Philippe Lang
2014-12-11
1
-9
/
+0
*
Adds a test for search with limited results.
Jean-Philippe Lang
2014-12-11
1
-0
/
+9
*
Don't create a journal when creating an issue with attachments.
Jean-Philippe Lang
2014-12-08
1
-3
/
+5
*
Don't create a journal when creating an issue.
Jean-Philippe Lang
2014-12-08
1
-1
/
+3
*
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
*
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 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
5
-3
/
+50
*
Set notified events as expected.
Jean-Philippe Lang
2014-11-30
1
-85
/
+95
*
add missing fixtures to test/functional/projects_controller_test.rb
Toshi MARUYAMA
2014-11-30
1
-1
/
+2
*
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
1
-0
/
+58
*
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
*
Move wiki page to other project (#5450).
Jean-Philippe Lang
2014-11-23
1
-0
/
+33
*
Replaced remaining #assert_tag with #assert_select.
Jean-Philippe Lang
2014-11-22
31
-491
/
+273
*
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
19
-120
/
+120
*
Removed deep nested time entries routes.
Jean-Philippe Lang
2014-11-16
1
-2
/
+1
*
Moved new group user to its own action GroupsController#new_users.
Jean-Philippe Lang
2014-11-16
1
-0
/
+12
*
Moved new project member to its own action MemberController#new.
Jean-Philippe Lang
2014-11-15
1
-0
/
+11
*
Fixed 500 error when displaying a news with comments in reverse order (#18332).
Jean-Philippe Lang
2014-11-14
1
-0
/
+11
*
add missing fixtures to test/functional/wiki_controller_test.rb
Toshi MARUYAMA
2014-11-12
1
-1
/
+2
*
Adds a role setting for controlling visibility of users: all or members of vi...
Jean-Philippe Lang
2014-11-11
2
-6
/
+24
*
Adds a test for default issue columns order (#18310).
Jean-Philippe Lang
2014-11-11
1
-0
/
+10
*
Fixed duplicate test names (#18306).
Jean-Philippe Lang
2014-11-08
1
-2
/
+2
*
remove duplicated IssuesControllerTest#test_new_should_select_default_status ...
Toshi MARUYAMA
2014-11-08
1
-12
/
+0
*
Time entries CSV export should include the tracker and subject of the issue (...
Jean-Philippe Lang
2014-11-05
1
-0
/
+10
*
Typo.
Jean-Philippe Lang
2014-11-05
1
-1
/
+1
*
Fixed that parent column should not include issue subject (#13673).
Jean-Philippe Lang
2014-11-04
1
-0
/
+11
*
Fixed CSV content for parent issue column (#13608).
Jean-Philippe Lang
2014-11-04
1
-0
/
+12
*
add missing fixtures to test/functional/custom_fields_controller_test.rb
Toshi MARUYAMA
2014-11-03
1
-1
/
+12
*
add missing fixture to test/functional/issue_statuses_controller_test.rb
Toshi MARUYAMA
2014-11-03
1
-1
/
+1
*
Default status per tracker (#5991).
Jean-Philippe Lang
2014-11-02
3
-13
/
+70
*
add missing fixtures to CalendarsControllerTest
Toshi MARUYAMA
2014-10-24
1
-1
/
+6
*
Adds a single controller for users and groups memberships and support for add...
Jean-Philippe Lang
2014-10-23
3
-130
/
+209
*
Merged rails-4.1 branch (#14534).
Jean-Philippe Lang
2014-10-22
24
-214
/
+147
*
Fixed that preview doesn't show notes when issue project is changed (#17959).
Jean-Philippe Lang
2014-10-05
1
-0
/
+8
[next]