summaryrefslogtreecommitdiffstats
path: root/test/functional
Commit message (Expand)AuthorAgeFilesLines
* Fixed that destroying a user from the edit page returns a 404 response (#11691).Jean-Philippe Lang2012-08-261-0/+7
* Do not use escaped back_url param (#11691).Jean-Philippe Lang2012-08-261-2/+2
* Reverted r10234 and r10235 that broke redirect after login (#11691).Jean-Philippe Lang2012-08-261-2/+2
* Reverted changes made to tests for r1893 (#11691).Etienne Massip2012-08-241-2/+2
* add functional test to create non default document category (#11665)Toshi MARUYAMA2012-08-211-0/+17
* add missing fixtures to test/functional/documents_controller_test.rbToshi MARUYAMA2012-08-211-1/+3
* Fixed that roadmap anchor links can be ambigous (#11540).Jean-Philippe Lang2012-08-131-0/+14
* Adds a title to the issue link in the flash message.Jean-Philippe Lang2012-08-131-1/+1
* Fixed that search results are escaped twice.Jean-Philippe Lang2012-08-101-0/+20
* Don't show the project dropdown when logging time on an issue.Jean-Philippe Lang2012-08-091-12/+26
* Adds autocomplete to issue field on time logging form.Jean-Philippe Lang2012-08-091-0/+7
* Code cleanup.Jean-Philippe Lang2012-08-091-5/+22
* Ability to filter issues using project, author, assignee and target version c...Jean-Philippe Lang2012-08-071-0/+16
* Update the new custom field form with remotely.Jean-Philippe Lang2012-08-071-24/+21
* Support for subforums (#3831).Jean-Philippe Lang2012-07-311-0/+39
* Use assert_select instead of assert_tag.Jean-Philippe Lang2012-07-281-24/+18
* Adds assertions for subversion annotate.Jean-Philippe Lang2012-07-281-0/+13
* Use assert_select instead of assert_tag.Jean-Philippe Lang2012-07-283-68/+25
* Don't repeat revision on annotate view.Jean-Philippe Lang2012-07-283-12/+12
* Do not propose non-assignable version (#11506).Jean-Philippe Lang2012-07-271-0/+1
* fix confirmation page has broken HTML when a project folding sub project is d...Toshi MARUYAMA2012-07-261-0/+4
* Identifier is now frozen.Jean-Philippe Lang2012-07-261-3/+1
* Ability to group and sort the issue list by user/version custom field (#9419).Jean-Philippe Lang2012-07-241-0/+52
* JQuery in, Prototype/Scriptaculous out (#11445).Jean-Philippe Lang2012-07-224-6/+6
* Fixed that settings raises an error if not trackers exist (#11467).Jean-Philippe Lang2012-07-211-0/+7
* add copyright statement to test/functional/gantts_controller_test.rbToshi MARUYAMA2012-07-211-0/+17
* replace shoulda to Rails standard tests at functional gantts controller testToshi MARUYAMA2012-07-211-19/+14
* Removes RJS from UsersController.Jean-Philippe Lang2012-07-211-10/+20
* Removes RJS from MembersController.Jean-Philippe Lang2012-07-211-7/+19
* Removes RJS from JournalsController.Jean-Philippe Lang2012-07-191-16/+25
* Removes RJS from MessagesController.Jean-Philippe Lang2012-07-191-1/+4
* Removes RJS from VersionsController.Jean-Philippe Lang2012-07-191-0/+4
* Removes RJS from WikisController.Jean-Philippe Lang2012-07-191-2/+36
* Removes RJS from IssuesController.Jean-Philippe Lang2012-07-191-0/+4
* Removes RJS from RepositoriesController.Jean-Philippe Lang2012-07-191-6/+13
* Removes RJS from WatchersController.Jean-Philippe Lang2012-07-191-12/+10
* Test cleanup.Jean-Philippe Lang2012-07-191-17/+1
* Removes RJS from IssueRelationsController.Jean-Philippe Lang2012-07-191-8/+24
* Removes RJS from GroupsController.Jean-Philippe Lang2012-07-191-5/+27
* Start removing the RJS stuff.Jean-Philippe Lang2012-07-192-16/+19
* Removes most of the ajax stuff on my page layout.Jean-Philippe Lang2012-07-181-4/+4
* Adds a macro for inserting thumbnails in formatted text (#3510).Jean-Philippe Lang2012-07-161-23/+24
* Don't show "Required" option for standard/custom fields that are always requi...Jean-Philippe Lang2012-07-161-2/+2
* Additional tests for custom field formats.Jean-Philippe Lang2012-07-151-0/+20
* Test for when group does not exist.Jean-Philippe Lang2012-07-151-0/+5
* No blank option for custom fields marked as required on workflow settings.Jean-Philippe Lang2012-07-151-0/+16
* Adds option for displaying all statuses on workflow permissions.Jean-Philippe Lang2012-07-151-0/+8
* Rewrites assertions with assert_select.Jean-Philippe Lang2012-07-151-7/+4
* Adds maxlength=255 attribute on attachment description input field (#11365).Jean-Philippe Lang2012-07-151-0/+1
* Workflow enhancement: editable and required fields configurable by role, trac...Jean-Philippe Lang2012-07-154-43/+228