summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Fixed that delete watcher link was broken by r11290 (#13231).Jean-Philippe Lang2013-02-203-2/+15
* 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
* Add login to /users/:id API for current user (#13155).Jean-Philippe Lang2013-02-181-0/+12
* Fixed that messages are not sorted by last reply (#12243).Jean-Philippe Lang2013-02-171-0/+15
* Removed the default 0 value for issues foreign keys.Jean-Philippe Lang2013-02-171-0/+13
* Adds Issue#status_was that returns the initial issue status.Jean-Philippe Lang2013-02-171-0/+19
* Make sure that fields filled before tracker change are preserved.Jean-Philippe Lang2013-02-161-10/+26
* Fixed that updating the issue form was broken by r4011 when user is not allow...Jean-Philippe Lang2013-02-165-25/+77
* Adds closed_on column that stores the time of the last closing (#824).Jean-Philippe Lang2013-02-162-0/+57
* Don't fail if new filter is added.Jean-Philippe Lang2013-02-161-19/+24
* Use a textarea instead of an input for the default value of long text custom ...Jean-Philippe Lang2013-02-151-0/+24
* Possibility to define the default enable trackers when creating a project (#1...Jean-Philippe Lang2013-02-152-3/+32
* Raised group name maximum length to 255 characters (#13174).Jean-Philippe Lang2013-02-151-0/+8
* Adds token finder methods.Jean-Philippe Lang2013-02-141-0/+52
* Refactor: use an ordered hash to store available filters and remove :order op...Jean-Philippe Lang2013-02-142-8/+12
* Removed unused fixtures.Jean-Philippe Lang2013-02-1123-31/+9
* Fixed that custom_field_values are not reloaded on #reload (#13119).Jean-Philippe Lang2013-02-111-0/+15
* Submit the form after preview.Jean-Philippe Lang2013-02-101-22/+24
* Removed delay.Jean-Philippe Lang2013-02-101-11/+10
* Fixed test after r11343.Jean-Philippe Lang2013-02-101-2/+2
* Use POST/DELETE to watch/unwatch an item.Jean-Philippe Lang2013-02-102-3/+3
* Adds context menu tests and skip test_preview_issue_description that breaks t...Jean-Philippe Lang2013-02-101-1/+34
* Adds a test for creating an issue with watchers.Jean-Philippe Lang2013-02-101-0/+26
* Bulk watch/unwatch issues from the context menu (#7159).Jean-Philippe Lang2013-02-102-6/+112
* Fixed that project overview page shows trackers from subprojects with disable...Jean-Philippe Lang2013-02-091-0/+13
* Test failures from r11331 (#13075).Jean-Philippe Lang2013-02-071-4/+4
* Fixed: error raised when copying project wiki with wiki module disabled (#130...Jean-Philippe Lang2013-02-071-0/+9
* Dup generated attributes.Jean-Philippe Lang2013-02-031-11/+11
* Removed unused fixtures.Jean-Philippe Lang2013-02-036-16/+7
* Removed unused fixtures.Jean-Philippe Lang2013-02-031-1/+0
* Removing shoulda context.Jean-Philippe Lang2013-02-031-138/+106
* Removing shoulda context.Jean-Philippe Lang2013-02-031-68/+37
* Removed unused fixtures.Jean-Philippe Lang2013-02-032-2/+0
* Removing shoulda context.Jean-Philippe Lang2013-02-032-401/+414
* Removing shoulda context.Jean-Philippe Lang2013-02-037-520/+408
* Fixed incorrect test name.Jean-Philippe Lang2013-02-031-1/+1
* 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
* Don't remove watchers on permission change.Jean-Philippe Lang2013-02-021-66/+0
* Optionaly inherit members from parent project (#5605).Jean-Philippe Lang2013-02-023-0/+285
* Makes autocomplete accept issue id with hash.Jean-Philippe Lang2013-01-311-0/+7
* Add/remove issue watchers via the REST API (#6727).Jean-Philippe Lang2013-01-302-0/+61
* Use POST instead of GET for logging out (#13022).Jean-Philippe Lang2013-01-303-6/+24
* Fixe that filter "Assignee's group" doesn't work with group assignments (#130...Jean-Philippe Lang2013-01-291-3/+3
* Let me see what was not found.Jean-Philippe Lang2013-01-291-1/+1
* Wiki links to repositories with underscore their identifiers don't work (#129...Jean-Philippe Lang2013-01-271-3/+3
* Make JSONP support optional and disabled by default (#12992).Jean-Philippe Lang2013-01-261-4/+22