summaryrefslogtreecommitdiffstats
path: root/test/integration
Commit message (Expand)AuthorAgeFilesLines
* Makes enumerations available through the REST API.Jean-Philippe Lang2012-10-172-0/+48
* Expose roles details via REST API (#11502).Jean-Philippe Lang2012-10-122-0/+25
* Adds an optional X-Redmine-Switch-User header to let admin users swicth user ...Jean-Philippe Lang2012-10-111-0/+41
* code layout cleanup test/integration/api_test/issues_test.rbToshi MARUYAMA2012-10-091-27/+57
* add missing fixture to test/integration/api_test/issues_test.rbToshi MARUYAMA2012-10-091-0/+1
* fix integration hook test nameToshi MARUYAMA2012-10-021-2/+1
* Added a test for JSON upload.Jean-Philippe Lang2012-09-161-0/+17
* Removed test contexts.Jean-Philippe Lang2012-09-161-76/+66
* Adds a view for editing all trackers fields.Jean-Philippe Lang2012-09-021-0/+8
* Respond with 404 on ActionView::MissingTemplate (#11503).Jean-Philippe Lang2012-08-131-0/+5
* Adds sharing attribute to the versions API (#11541).Jean-Philippe Lang2012-07-311-9/+5
* Fixed broken assertion.Jean-Philippe Lang2012-07-281-1/+1
* Adds JSONP support to the API (#11469).Jean-Philippe Lang2012-07-271-0/+54
* Do not user user session for API requests.Jean-Philippe Lang2012-07-271-0/+32
* Use JQuery Datepicker (#11445).Jean-Philippe Lang2012-07-221-0/+17
* Adds a macro for inserting thumbnails in formatted text (#3510).Jean-Philippe Lang2012-07-161-0/+4
* Removed assertion that is susceptible to fail if test runs slowly.Jean-Philippe Lang2012-07-161-2/+0
* Routing tests for r9977.Jean-Philippe Lang2012-07-151-0/+6
* Adds assertions on response status and body.Jean-Philippe Lang2012-07-141-36/+21
* Fixed that 200 API responses have a body containing one space (#11388).Jean-Philippe Lang2012-07-149-0/+23
* Code cleanup.Jean-Philippe Lang2012-07-071-0/+4
* Displays thumbnails of attached images of the issue view (#1006).Jean-Philippe Lang2012-07-071-0/+4
* Fixed: unified diff link broken on specific file/revision diff (#11325).Jean-Philippe Lang2012-07-041-4/+24
* Ability to close projects (read-only) (#3640).Jean-Philippe Lang2012-06-251-0/+8
* Fixed that content_for does not work in Hook.render_on (#11105).Jean-Philippe Lang2012-06-091-0/+23
* Fixed that custom_fields property is ignored for time entries in REST API (#1...Jean-Philippe Lang2012-06-091-0/+15
* Makes users optional in GET /groups/:id (#8981).Jean-Philippe Lang2012-06-031-0/+9
* REST Api for Groups (#8981).Jean-Philippe Lang2012-06-032-20/+215
* add Copyright statement to test/integration/repositories_git_test.rbToshi MARUYAMA2012-05-051-0/+17
* Copyright update.Jean-Philippe Lang2012-05-0562-61/+78
* route: scm: fix diff of two revisionsToshi MARUYAMA2012-05-051-0/+33
* test: route: scm: move changes action tests to non revisions path testsToshi MARUYAMA2012-05-051-50/+52
* fix typo of integration users testToshi MARUYAMA2012-05-051-1/+1
* route: scm: split entry and raw actionsToshi MARUYAMA2012-05-051-8/+8
* route: scm: fix git and mercurial changes actionToshi MARUYAMA2012-05-031-18/+44
* code layout clean up test/integration/routing/repositories_test.rbToshi MARUYAMA2012-05-021-5/+9
* Fixed that sidebar with hook content only should not be hidden.Jean-Philippe Lang2012-05-011-0/+67
* Adds a message for when assertion fails.Jean-Philippe Lang2012-04-271-1/+2
* Merged rails-3.2 branch.Jean-Philippe Lang2012-04-257-17/+19
* Removed #generate_with_protected helper methods.Jean-Philippe Lang2012-04-221-3/+5
* Additional test for memberships API.Jean-Philippe Lang2012-04-191-0/+8
* Adds the ability for users to delete their own account (#10664). Can be disab...Jean-Philippe Lang2012-04-151-0/+6
* Adds missing route to project search.Jean-Philippe Lang2012-04-082-0/+14
* scm: fix revisions page "OK" button always returns 404 error (#10567)Toshi MARUYAMA2012-04-021-0/+10
* Ability to add non-member watchers on issue creation (#5159).Jean-Philippe Lang2012-03-241-0/+4
* Resourcified auth_sources.Jean-Philippe Lang2012-03-111-9/+9
* Merged LdapAuthSourceController into AuthSourceController.Jean-Philippe Lang2012-03-111-55/+0
* Adds a template for API error messages so that it does not depend on AR::Erro...Jean-Philippe Lang2012-03-041-2/+2
* Removed some generate! calls.Jean-Philippe Lang2012-03-042-5/+5
* Removes all #verify calls in controllers. Verification is handled at routing ...Jean-Philippe Lang2012-03-033-1/+56