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
*
Refactor: move IssuesController#reply to JournalsController
Eric Davis
2010-08-16
2
-14
/
+14
*
Fix path to test_helper
Eric Davis
2010-08-12
1
-1
/
+1
*
Refactor: Extract a new IssueMovesController from IssuesController.
Eric Davis
2010-08-11
2
-93
/
+103
*
Show projects depending on their visibility in user's profile. #6100
Jean-Baptiste Barth
2010-08-10
1
-0
/
+10
*
Prevent 500 error on login when there's a typo in OpenID URI scheme, such as ...
Jean-Baptiste Barth
2010-08-10
1
-0
/
+7
*
Refactor: start to split IssuesController#move into two separate actions.
Eric Davis
2010-08-06
1
-13
/
+13
*
Fix a few requires for metric_fu's rcov.
Eric Davis
2010-08-04
3
-3
/
+3
*
Refactor: extract method to shoulda macro.
Eric Davis
2010-08-02
1
-5
/
+1
*
Added tests for AccountController#register POST with automatic registration.
Eric Davis
2010-08-02
1
-1
/
+43
*
Added tests for AccountController#register GET.
Eric Davis
2010-08-02
1
-0
/
+23
*
Extend changes.path and changes.from_path to support longer paths. #5771
Eric Davis
2010-07-06
1
-1
/
+2
*
Typecast issue ids when searched for.
Eric Davis
2010-06-20
1
-0
/
+6
*
Handle unsuccessful destroys in TimelogController. #5700
Eric Davis
2010-06-20
1
-0
/
+18
*
Add a link to the cross project time entries page to /projects. #4935
Eric Davis
2010-06-20
1
-0
/
+27
*
Support listing directories in svn which include square brackets. #5548
Eric Davis
2010-06-20
1
-1
/
+1
*
Add some assertions on the default data loading test to debug a Ruby 1.9 fail...
Eric Davis
2010-06-20
1
-0
/
+2
*
Display the correct ISO week number on the project calendar.
Eric Davis
2010-06-19
1
-0
/
+44
*
Added tests for #5533's behavior.
Eric Davis
2010-06-19
1
-0
/
+18
*
Show subproject versions on the Roadmap.
Eric Davis
2010-05-27
1
-2
/
+4
*
Add error messages to MembersController#new so a user is informed of missing ...
Eric Davis
2010-05-24
1
-0
/
+34
*
Refactor AuthSourcesController to support non-LDAP sources. #1131
Eric Davis
2010-05-23
2
-0
/
+107
*
Refactor: move Project Calendar to it's own controller.
Eric Davis
2010-05-03
2
-14
/
+20
*
Fixes strange random test failures with Mysql.
Jean-Philippe Lang
2010-05-01
1
-0
/
+4
*
Adds test helpers for test repositories.
Jean-Philippe Lang
2010-05-01
1
-4
/
+1
*
Fixes EOL style related test failures.
Jean-Philippe Lang
2010-04-30
1
-1
/
+1
*
Fixes URLs in atom feeds broken by r3681 (#5403).
Jean-Philippe Lang
2010-04-30
1
-0
/
+3
*
Fixes some parameters in functional tests.
Jean-Philippe Lang
2010-04-30
2
-2
/
+2
*
Refactor: Move gantts to a separate controller.
Eric Davis
2010-04-28
2
-52
/
+56
*
Refactor: Split IssuesController#new to #new and #create to match REST pattern.
Eric Davis
2010-04-22
1
-20
/
+20
*
Refactor: Move the rest of the routing tests to RoutingTest.
Eric Davis
2010-04-21
12
-631
/
+0
*
Move more routing tests into the routing integration test.
Eric Davis
2010-04-20
5
-212
/
+0
*
Fixes a test failure with SQLite3 due to transaction fixtures (#5290).
Jean-Philippe Lang
2010-04-12
2
-26
/
+83
*
Fixes Issue#save_issue_with_child_records so that time entry do not get saved...
Jean-Philippe Lang
2010-04-11
1
-11
/
+14
*
Fixed: issue optimistic locking broken by r3308 (#5280).
Jean-Philippe Lang
2010-04-11
1
-0
/
+23
*
Makes the wiki sidebar editable (#5208).
Jean-Philippe Lang
2010-04-11
1
-0
/
+11
*
Preview description if it was edited while updating an issue (#741).
Jean-Philippe Lang
2010-03-28
1
-0
/
+16
*
Cleans up status assignment in IssuesController#new handled by Issue#safe_att...
Jean-Philippe Lang
2010-03-20
1
-0
/
+43
*
Adds subtasking (#443) including:
Jean-Philippe Lang
2010-03-13
1
-1
/
+43
*
Use assert_select to check the download link. (#4204)
Eric Davis
2010-03-10
1
-1
/
+1
*
Moves ProjectsController#add_issue_category to IssueCategoriesController#new.
Jean-Philippe Lang
2010-03-06
2
-12
/
+29
*
Moves ProjectsController#add_version to VersionsController#new.
Jean-Philippe Lang
2010-03-06
2
-35
/
+34
*
Added test for when an attachment fails to save.
Eric Davis
2010-03-03
1
-1
/
+21
*
Fixes failing tests from r3521
Eric Davis
2010-03-02
1
-6
/
+6
*
Verify issues are updated by HTTP PUT only. Regression from r3486.
Eric Davis
2010-03-01
1
-0
/
+14
*
Adds attachments upload on wiki edit form (#1223).
Jean-Philippe Lang
2010-02-28
1
-0
/
+17
*
Let administrators see locked user profiles.
Jean-Philippe Lang
2010-02-26
1
-2
/
+8
*
Refactor: Start to extract IssuesController#edit into #update (REST).
Eric Davis
2010-02-24
1
-24
/
+24
*
Bulk edit refactoring.
Jean-Philippe Lang
2010-02-23
1
-22
/
+25
*
Moved the IssuesController routing tests to an integration test.
Eric Davis
2010-02-22
1
-115
/
+0
*
Refactor: Merged TrackersController#list and #index
Eric Davis
2010-02-15
1
-7
/
+7
[next]