summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Allow AuthSources to control if they allow password changes.Eric Davis2010-05-231-0/+26
* Refactor AuthSourcesController to support non-LDAP sources. #1131Eric Davis2010-05-232-0/+107
* Refactor: move Project Calendar to it's own controller.Eric Davis2010-05-033-18/+24
* Adds issue relations to individual issue XML (#5305).Jean-Philippe Lang2010-05-011-0/+9
* Fixes strange random test failures with Mysql.Jean-Philippe Lang2010-05-011-0/+4
* Adds test helpers for test repositories.Jean-Philippe Lang2010-05-014-13/+15
* Fixes EOL style related test failures.Jean-Philippe Lang2010-04-301-1/+1
* Fixes random test failure.Jean-Philippe Lang2010-04-301-1/+1
* Fixed: watchers selection lost when issue creation fails (#5406). #watched_by...Jean-Philippe Lang2010-04-301-0/+6
* Fixes URLs in atom feeds broken by r3681 (#5403).Jean-Philippe Lang2010-04-301-0/+3
* Fixes some parameters in functional tests.Jean-Philippe Lang2010-04-302-2/+2
* Fixes an object instantiation in tests.Jean-Philippe Lang2010-04-301-1/+1
* Refactor: Move gantts to a separate controller.Eric Davis2010-04-283-56/+60
* Adds an assertion on issues deletion when deleting a project (#5381).Jean-Philippe Lang2010-04-271-2/+3
* Refactor: Split IssuesController#new to #new and #create to match REST pattern.Eric Davis2010-04-222-21/+22
* Refactor: Move the rest of the routing tests to RoutingTest.Eric Davis2010-04-2115-702/+167
* Move more routing tests into the routing integration test.Eric Davis2010-04-206-212/+46
* Fixes behaviour of move_issues permission for non member role (#5309).Jean-Philippe Lang2010-04-181-0/+17
* Fixed: API 401 response does not include WWW-Authenticate header (#5322).Jean-Philippe Lang2010-04-171-0/+23
* Added missing Enumeration STI exemplars.Eric Davis2010-04-132-0/+20
* Fixes a test failure with SQLite3 due to transaction fixtures (#5290).Jean-Philippe Lang2010-04-122-26/+83
* Fixes Issue#save_issue_with_child_records so that time entry do not get saved...Jean-Philippe Lang2010-04-111-11/+14
* Fixed: issue optimistic locking broken by r3308 (#5280).Jean-Philippe Lang2010-04-112-0/+24
* Check that admin LDAP user is untouched after authentication (#5263).Jean-Philippe Lang2010-04-111-2/+14
* Fixes calculation of version estimated hours with subtasks (#5265).Jean-Philippe Lang2010-04-111-0/+28