summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Refactor: merge IssuesController#update_form into IssuesController#newEric Davis2010-08-201-2/+2
* Fix the mock_file test helper.Eric Davis2010-08-192-3/+7
* Refactor: move IssuesController#context_menu to a new controller.Eric Davis2010-08-193-83/+91
* Small test refactoring, extract method.Eric Davis2010-08-192-3/+7
* Use the base layout for all 403, 404, and 500 pages. #6172Eric Davis2010-08-191-0/+26
* Refactor: move IssuesController#preview to a new controller.Eric Davis2010-08-183-16/+25
* Refactor: move IssuesController#auto_complete to a new controller. #4382Eric Davis2010-08-173-15/+21
* Refactor: move IssuesController#reply to JournalsControllerEric Davis2010-08-163-15/+15
* Fix path to test_helperEric Davis2010-08-121-1/+1
* Refactor: Extract a new IssueMovesController from IssuesController.Eric Davis2010-08-114-95/+109
* Show projects depending on their visibility in user's profile. #6100Jean-Baptiste Barth2010-08-101-0/+10
* Prevent 500 error on login when there's a typo in OpenID URI scheme, such as ...Jean-Baptiste Barth2010-08-101-0/+7
* Added project filter when viewing all issues. #5084Jean-Baptiste Barth2010-08-081-0/+9
* Replace Test::Unit::TestCase with ActiveSupport::TestCase. #5477Jean-Baptiste Barth2010-08-083-7/+3
* Fixed wrong commit range in git log command. #5628Jean-Baptiste Barth2010-08-081-0/+4
* Refactor: added link_to_project helper to handle links to projectsJean-Baptiste Barth2010-08-081-0/+12
* Refactor: start to split IssuesController#move into two separate actions.Eric Davis2010-08-062-14/+14
* Fixed: assigned_to and author filters in cross project issues view should be ...Jean-Baptiste Barth2010-08-041-0/+9
* Fix a few requires for metric_fu's rcov.Eric Davis2010-08-043-3/+3
* Show the number of days in the subject line of Reminder emails.Eric Davis2010-08-031-0/+1
* Refactor: extract method to shoulda macro.Eric Davis2010-08-022-5/+10
* Added tests for AccountController#register POST with automatic registration.Eric Davis2010-08-021-1/+43
* Added tests for AccountController#register GET.Eric Davis2010-08-021-0/+23
* Fixed: Deleting statuses doesn't delete all workflow entries (#5811).Jean-Philippe Lang2010-07-251-3/+5
* Strips user email (#5834).Jean-Philippe Lang2010-07-251-0/+6
* Force the test RAILS_ENV to help prevent purging data when mistyping. #4572Eric Davis2010-07-091-1/+1
* Extend changes.path and changes.from_path to support longer paths. #5771Eric Davis2010-07-064-6/+7
* Recalculate inherited attributes on parents when a child is moved under a new...Eric Davis2010-06-301-0/+9
* Add some tests for User#try_to_login with LDAP. #5592Eric Davis2010-06-301-0/+15
* Sanitize image links and handle nils in the toc formatter. #5445Eric Davis2010-06-241-1/+5
* Change User#login to be case-insensitive. #2473Eric Davis2010-06-201-0/+34
* Typecast issue ids when searched for.Eric Davis2010-06-201-0/+6
* Handle unsuccessful destroys in TimelogController. #5700Eric Davis2010-06-201-0/+18
* Add a link to the cross project time entries page to /projects. #4935Eric Davis2010-06-201-0/+27
* Truncate incoming email subject lines to 255 characters. #5698Eric Davis2010-06-202-0/+63
* Support listing directories in svn which include square brackets. #5548Eric Davis2010-06-203-5/+31
* Add some assertions on the default data loading test to debug a Ruby 1.9 fail...Eric Davis2010-06-201-0/+2
* Display the correct ISO week number on the project calendar.Eric Davis2010-06-191-0/+44
* Added tests for #5533's behavior.Eric Davis2010-06-191-0/+18
* Display the link name when external links are used in the toc macro. #5445Eric Davis2010-06-191-0/+2
* Accept email from anonymous users with an empty from address. #5604Eric Davis2010-06-192-0/+26
* Refactor: extract test methodEric Davis2010-06-193-14/+13
* Fix a nil error when a Project cannot save attachments.Eric Davis2010-06-191-0/+26
* Added JSON support to the issues API. #1214Eric Davis2010-06-051-3/+155
* Convert tests to shouldaEric Davis2010-06-051-60/+115
* Add an "Assigned To" keyword to receiving email. #5594Eric Davis2010-05-293-0/+5
* Add 'Start date' and 'End date' keywords for incoming email. #5595Eric Davis2010-05-283-2/+10
* Show subproject versions on the Roadmap.Eric Davis2010-05-272-2/+57
* Somehow ran out of unique identifiers.Eric Davis2010-05-271-1/+1
* Add error messages to MembersController#new so a user is informed of missing ...Eric Davis2010-05-241-0/+34