summaryrefslogtreecommitdiffstats
path: root/test/integration
Commit message (Expand)AuthorAgeFilesLines
* Don't use render :text => "".Jean-Philippe Lang2016-07-211-0/+9
* Removes calls to #assert_template and #assigns in integration tests.Jean-Philippe Lang2016-07-2110-44/+32
* Use .distinct instead of .uniq.Jean-Philippe Lang2016-07-141-1/+1
* Remove special behaviour for listing issue time entries, use a filter for that.Jean-Philippe Lang2016-07-121-7/+1
* Don't generate urls with params.Jean-Philippe Lang2016-07-101-1/+1
* Don't generate sort links with params.Jean-Philippe Lang2016-07-101-0/+26
* Don't generate pagination links with params.Jean-Philippe Lang2016-07-101-4/+4
* Tests for #22754.Jean-Philippe Lang2016-06-041-0/+20
* Add support for attaching file to WIKI pages by REST API (#14830).Jean-Philippe Lang2016-05-161-0/+19
* Include private_notes property in xml/json Journals output (#20985).Jean-Philippe Lang2016-05-161-1/+8
* Include value and label of possible values in custom fields API (#22745).Jean-Philippe Lang2016-05-081-0/+15
* Adds "New wiki page" link to create a new wiki page (#5536).Jean-Philippe Lang2016-04-221-0/+3
* Support for deleting attachments via API (#14828).Jean-Philippe Lang2016-04-121-0/+18
* Support of default Active Record (I18n) transliteration paths (#22383).Jean-Philippe Lang2016-04-121-1/+1
* Handle search pagination with the REST API (#6277).Jean-Philippe Lang2016-03-191-0/+18
* Missing fixtures (#6277).Jean-Philippe Lang2016-03-191-2/+8
* REST API for Search (#6277).Jean-Philippe Lang2016-03-191-0/+68
* Total spent hours and estimated hours need to be get via REST (#21757).Jean-Philippe Lang2016-03-191-0/+64
* NameError: uninitialized constant Redmine::ApiTest::GroupsTest::MultiJsonJean-Philippe Lang2016-03-171-1/+1
* Updates copyright for 2016.Jean-Philippe Lang2016-03-1385-85/+85
* Use regular edit/update actions and named routes for JournalsController.Jean-Philippe Lang2016-01-211-3/+3
* Accept dots in JSONP callback (#13718).Jean-Philippe Lang2016-01-161-2/+2
* Render issue attributes using divs instead of a table for responsiveness (#19...Jean-Philippe Lang2015-11-081-1/+4
* Fixed that Issues API may disclose changesets that are not visible (#21136).Jean-Philippe Lang2015-11-041-0/+14
* New custom fields of existing issues are not initialized with their default v...Jean-Philippe Lang2015-10-311-2/+2
* Moved tracker_id param.Jean-Philippe Lang2015-10-301-3/+5
* Code cleanup.Jean-Philippe Lang2015-10-301-19/+15
* Missing fixtures.Jean-Philippe Lang2015-10-301-1/+2
* Adds tests for default custom field value (#21074).Jean-Philippe Lang2015-10-301-0/+78
* Adds Enumeration custom field format (#21060).Jean-Philippe Lang2015-10-251-0/+7
* Keep track of valid user sessions (#21058).Jean-Philippe Lang2015-10-242-28/+137
* Use generated groups.Jean-Philippe Lang2015-10-201-14/+21
* Named routed for RSS/API keys (#20997).Jean-Philippe Lang2015-10-151-2/+2
* Activate sudo mode after password based login (#20589).Jean-Philippe Lang2015-10-011-0/+27
* Import issues from CSV file (#950).Jean-Philippe Lang2015-08-141-0/+36
* The test email action should only be accessible with POST (#20203).Jean-Philippe Lang2015-06-291-1/+1
* Fixed test error (#19851).Jean-Philippe Lang2015-06-201-1/+2
* Adds a UI test (#19851).Jean-Philippe Lang2015-06-191-2/+2
* Tests that submitted data is present in the sudo form (#19851).Jean-Philippe Lang2015-06-191-0/+3
* Don't use SudoMode.disable! to skip API requests (#19851).Jean-Philippe Lang2015-06-191-0/+15
* Renamed sudo mode test.Jean-Philippe Lang2015-06-191-0/+0
* Adds a configuration setting to enable sudo mode, disabled by default (#19851).Jean-Philippe Lang2015-06-192-20/+23
* Changed /my/show_api_key route to /my/api_key (#19851).Jean-Philippe Lang2015-06-191-0/+1
* Require password re-entry for sensitive actions (#19851).Jean-Philippe Lang2015-06-192-0/+143
* Adds a form to manually submit an email to the mail handler.Jean-Philippe Lang2015-06-151-0/+1
* Update activities list when changing project/issue id on the time entry form ...Jean-Philippe Lang2015-05-301-0/+1
* Add the ability to expire passwords after a configurable number of days (#194...Jean-Philippe Lang2015-05-101-0/+34
* Spanish Panama translation added by Leonel Iturralde (#19489)Toshi MARUYAMA2015-04-241-0/+12
* API: creating an issue with an invalid project_id should return 422 instead o...Jean-Philippe Lang2015-03-201-0/+5
* Don't include milliseconds in JSON API responses (#19354).Jean-Philippe Lang2015-03-151-1/+11