summaryrefslogtreecommitdiffstats
path: root/test/functional
Commit message (Expand)AuthorAgeFilesLines
* Replaces find(:first) calls.Jean-Philippe Lang2012-12-039-28/+28
* Replaces find(:all) calls.Jean-Philippe Lang2012-12-022-4/+7
* Code cleanup.Jean-Philippe Lang2012-12-011-0/+6
* Use 8+ characters long passwords in tests.Jean-Philippe Lang2012-11-273-24/+24
* Respond with 404 instead of 500 when requesting a wiki diff with invalid vers...Jean-Philippe Lang2012-11-241-0/+15
* Fixed some more test/functional/*_test.rb breaking when run alone (#12285)Jean-Baptiste Barth2012-11-014-4/+5
* Fixed test/functional/welcome_controller_test.rb breaking when run alone (#12...Jean-Baptiste Barth2012-11-011-1/+1
* Fixed test/functional/sessions_test.rb breaking when run alone (#12285)Jean-Baptiste Barth2012-11-011-0/+4
* Fixed test/functional/mail_handler_controller_test.rb breaking when run alone...Jean-Baptiste Barth2012-11-011-1/+2
* Fixed test/functional/groups_controller_test.rb breaking when run alone (#12285)Jean-Baptiste Barth2012-11-011-1/+1
* Issues by Category should show tasks without category (#8106).Jean-Philippe Lang2012-10-301-1/+14
* Ability to sort issues by grouped column (#3511).Jean-Philippe Lang2012-10-291-0/+20
* Wrap issue description and its contextual menu in a div (#12211).Jean-Philippe Lang2012-10-271-0/+2
* Fixes that test randomly fails.Jean-Philippe Lang2012-10-271-2/+1
* REST API for retrieving wiki pages (#7082).Jean-Philippe Lang2012-10-251-0/+7
* fix "Page not found" on OK button in SCM "View all revisions" page (#12196)Toshi MARUYAMA2012-10-241-0/+15
* Ability to delete a version from a wiki page history (#10852).Jean-Philippe Lang2012-10-231-2/+22
* Wiki page versions routes cleanup.Jean-Philippe Lang2012-10-211-1/+28
* Makes enumerations available through the REST API.Jean-Philippe Lang2012-10-171-2/+8
* Fixed that entering #nnn as parent task should validate (#11979).Jean-Philippe Lang2012-10-141-3/+15
* Tests cleanup, use #assert_select instead of #assert_tag.Jean-Philippe Lang2012-10-131-51/+50
* Tests cleanup, use #assert_select instead of #assert_tag.Jean-Philippe Lang2012-10-131-85/+112
* Tests cleanup.Jean-Philippe Lang2012-10-131-16/+0
* Tests cleanup.Jean-Philippe Lang2012-10-131-18/+4
* Test moved to tests with transactional fixtures disabled.Jean-Philippe Lang2012-10-132-18/+18
* Reverts r10623 for clarity, this test does not need the default language to b...Jean-Philippe Lang2012-10-131-15/+14
* set language en at test_put_update_with_spent_time_and_failure_should_not_add...Toshi MARUYAMA2012-10-121-14/+15
* Test that spent time should not be added when issue update fails (#11283).Jean-Philippe Lang2012-10-121-0/+18
* Fixed: No validation errors when entering an invalid "Parent task" (#11979).Jean-Philippe Lang2012-10-121-6/+24
* Makes Issue.generate_with_descendants! helper accept attributes only.Jean-Philippe Lang2012-10-121-6/+6
* Preserve username when authentification failed (#11846).Jean-Philippe Lang2012-10-111-3/+14
* Fixed that issue notes preview is broken by r10547 (#1554).Jean-Philippe Lang2012-10-091-3/+2
* Add "last 2 weeks" preset to time entries reporting (#11862).Jean-Philippe Lang2012-10-091-0/+7
* Removed invalid/duplicate test.Jean-Philippe Lang2012-10-091-7/+0
* Adjusts test for r10569.Jean-Philippe Lang2012-10-071-2/+2
* Private issue notes (#1554).Jean-Philippe Lang2012-10-035-34/+184
* Makes related issues available for display and filtering on the issue list (#...Jean-Philippe Lang2012-09-291-2/+38
* add functional test of sub repository diff path (#11966)Toshi MARUYAMA2012-09-281-0/+34
* add functional test of main repository diff path (#11966)Toshi MARUYAMA2012-09-281-0/+14
* set user preference diff type nil at functional testsToshi MARUYAMA2012-09-282-2/+12
* scm: git: use with_settings instead of assigned setting at functional testToshi MARUYAMA2012-09-271-6/+6
* Fixed that issue author is assigned with current user when the edit form is u...Jean-Philippe Lang2012-09-271-0/+12
* Adds a "Copied from/to" relation when copying issue(s) (#6899).Jean-Philippe Lang2012-09-271-0/+26
* Fixed JSON escaping of filters (#11929).Jean-Philippe Lang2012-09-251-0/+8
* Anonymous users should always see public issues only (#11872).Jean-Philippe Lang2012-09-201-0/+8
* add functional attachment test of mercurial export file (#11868)Toshi MARUYAMA2012-09-191-0/+15
* use git diff format for all diff (#11868)Toshi MARUYAMA2012-09-191-0/+14
* Remove trailing (revision nn) from filenames in subversion diffs.Jean-Philippe Lang2012-09-181-2/+2
* Fixed that git diff displays deleted files as /dev/null (#11868).Jean-Philippe Lang2012-09-181-0/+10
* Adds assertions on the confirmation form.Jean-Philippe Lang2012-09-161-0/+5