summaryrefslogtreecommitdiffstats
path: root/test/functional
Commit message (Expand)AuthorAgeFilesLines
* Save the selected file just in case uploading stuff fails/is not supported.Jean-Philippe Lang2012-12-151-2/+2
* Code cleanup in AuthSource controller and views.Jean-Philippe Lang2012-12-131-4/+29
* Code cleanup: implement Plugin#to_param for generating routes.Jean-Philippe Lang2012-12-131-8/+11
* Use browser language as default when registering.Jean-Philippe Lang2012-12-121-0/+13
* Code cleanup.Jean-Philippe Lang2012-12-113-0/+32
* Fixed duplicate test name.Jean-Philippe Lang2012-12-111-1/+1
* Use named routes in controllers.Jean-Philippe Lang2012-12-112-2/+2
* Use named routes in controllers.Jean-Philippe Lang2012-12-111-2/+2
* Merged ajax_upload branch (#3957).Jean-Philippe Lang2012-12-103-9/+17
* Fixed notes preview in issue history broken and hidden by a broken test.Etienne Massip2012-12-101-1/+1
* Rename the Member column to User on the time entries list.Jean-Philippe Lang2012-12-091-13/+13
* Adds TimeEntryQuery for listing time entries.Jean-Philippe Lang2012-12-092-103/+27
* Adds STI to Query model. Issue queries are now IssueQuery instances.Jean-Philippe Lang2012-12-093-12/+12
* Adds an option for displaying the issue description on the issue list (#3447).Jean-Philippe Lang2012-12-061-1/+12
* Adds tests for when showing/deleting an invalid issue.Jean-Philippe Lang2012-12-031-0/+13
* Functional tests cleanup.Jean-Philippe Lang2012-12-0335-251/+222
* Test case cleanup.Jean-Philippe Lang2012-12-031-7/+0
* Add a test for my page with all blocks.Jean-Philippe Lang2012-12-031-0/+11
* 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