summaryrefslogtreecommitdiffstats
path: root/test/functional
Commit message (Expand)AuthorAgeFilesLines
...
* Adds label_total_time string (#13337).Jean-Philippe Lang2013-03-101-7/+7
* remove trailing white-spaces from test/functional/account_controller_openid_t...Toshi MARUYAMA2013-03-061-13/+13
* Don't reload the issue in after_save callback.Jean-Philippe Lang2013-02-281-2/+2
* Removed deferred test, circular relations are unit tested.Jean-Philippe Lang2013-02-241-2/+0
* Fixed that time entries report by week breaks on edge cases (#5329).Jean-Philippe Lang2013-02-241-0/+26
* Missing fixtures.Jean-Philippe Lang2013-02-241-1/+2
* Fixed that relations may not be refreshed when adding a follows relation (#13...Jean-Philippe Lang2013-02-241-0/+11
* Makes project custom fields available on spent time report (#1766).Jean-Philippe Lang2013-02-241-10/+24
* Option to generate a random password on user creation/update.Jean-Philippe Lang2013-02-231-0/+55
* Refactor: #issues_to_csv and #entries_to_csv merged into QueriesHelper#query_...Jean-Philippe Lang2013-02-231-7/+12
* Refactor: makes issue id a regular QueryColumn.Jean-Philippe Lang2013-02-232-8/+8
* Fixed that requesting a message from an invalid forum should respond with 404...Jean-Philippe Lang2013-02-201-0/+5
* Fixed that delete watcher link was broken by r11290 (#13231).Jean-Philippe Lang2013-02-201-1/+1
* Makes all time entry columns available in the CSV export.Jean-Philippe Lang2013-02-191-174/+7
* Fixed that float custom fields do not use CSV decimal separator (#10364).Jean-Philippe Lang2013-02-191-2/+21
* Removed some shoulda context.Jean-Philippe Lang2013-02-181-11/+8
* Code cleanup.Jean-Philippe Lang2013-02-181-246/+239
* Fixed that messages are not sorted by last reply (#12243).Jean-Philippe Lang2013-02-171-0/+15
* Fixed that updating the issue form was broken by r4011 when user is not allow...Jean-Philippe Lang2013-02-161-12/+12
* Use a textarea instead of an input for the default value of long text custom ...Jean-Philippe Lang2013-02-151-0/+24
* Removed unused fixtures.Jean-Philippe Lang2013-02-117-7/+0
* Use POST/DELETE to watch/unwatch an item.Jean-Philippe Lang2013-02-101-2/+2
* Bulk watch/unwatch issues from the context menu (#7159).Jean-Philippe Lang2013-02-101-6/+43
* Test failures from r11331 (#13075).Jean-Philippe Lang2013-02-071-4/+4
* Typo that makes the checkbox not visible (#5605).Jean-Philippe Lang2013-02-021-0/+2
* Typo that triggers an error when editing a subproject (#5605).Jean-Philippe Lang2013-02-021-0/+7
* Optionaly inherit members from parent project (#5605).Jean-Philippe Lang2013-02-021-0/+19
* Makes autocomplete accept issue id with hash.Jean-Philippe Lang2013-01-311-0/+7
* Use POST instead of GET for logging out (#13022).Jean-Philippe Lang2013-01-302-2/+18
* Accommodates fixtures for databases with case sensitive sort.Jean-Philippe Lang2013-01-232-3/+3
* "Parent task is invalid" while editing child issues with restricted Issues Vi...Jean-Philippe Lang2013-01-201-0/+14
* Respond with 404 when params[:ids] is missing (#12898).Jean-Philippe Lang2013-01-201-0/+5
* Fixed that adding a blank/invalid block to my page renders a blank page (#128...Jean-Philippe Lang2013-01-201-0/+5
* Fix 500 error for requests to the settings path for non-configurable plugins ...Jean-Philippe Lang2013-01-201-1/+21
* Adds pagination to users list when adding project or group members (#9549).Jean-Philippe Lang2013-01-182-10/+4
* Attachment name is added in the generated link.Jean-Philippe Lang2013-01-141-1/+1
* Add links to projects in Group projects list (#12843).Jean-Philippe Lang2013-01-141-2/+5
* use "UTF-16LE" instead of "UTF-16" on Ruby 1.9.2 due to test failure (#12787)Toshi MARUYAMA2013-01-131-1/+2
* fix typo of attachments controller test namesToshi MARUYAMA2013-01-131-2/+2
* Makes issue custom fields available as timelog columns (#1766).Jean-Philippe Lang2013-01-121-0/+10
* Adds issue custom fields to time entries filters (#10191).Jean-Philippe Lang2013-01-121-0/+9
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-1256-56/+56
* Fixed that viewing the history of a wiki page with attachments raises an erro...Jean-Philippe Lang2013-01-101-0/+13
* Test fails when run at the beginning of the day.Jean-Philippe Lang2013-01-061-1/+1
* Adjust test for r11120 (#3436).Jean-Philippe Lang2013-01-051-1/+1
* Login link unexpected logs you out (#12611).Jean-Philippe Lang2013-01-051-0/+8
* Show precedes/follows and blocks/blocked relations on the Gantt diagram (#3436).Jean-Philippe Lang2013-01-051-0/+16
* Auto-populate fields while creating a new user with LDAP (#10286).Jean-Philippe Lang2012-12-261-0/+16
* Code cleanup, use named routes.Jean-Philippe Lang2012-12-222-21/+38
* Use #assert_select instead of #assert_tag.Jean-Philippe Lang2012-12-225-207/+133