summaryrefslogtreecommitdiffstats
path: root/app/controllers
Commit message (Expand)AuthorAgeFilesLines
* Accept filters from API calls without set_filter parameter.Jean-Philippe Lang2010-01-181-1/+1
* Fixed: PDF export of a issue list grouped by a custom field raises an error (...Jean-Philippe Lang2010-01-181-0/+1
* Adds a log message when an API call raises an InvalidAuthenticityToken error.Jean-Philippe Lang2010-01-171-0/+7
* Fixed: Issue Summary tables that list by user are not sorted (#4552).Jean-Philippe Lang2010-01-171-4/+4
* Cleaned up the IssueController redirects to use the back_url like the other a...Eric Davis2010-01-141-2/+2
* XML REST API for Projects (#296).Jean-Philippe Lang2010-01-142-10/+47
* XML REST API for issues that provides CRUD operations for Issues (#1214).Jean-Philippe Lang2010-01-132-16/+63
* Set a white list of issue attributes that can be mass-assigned from controllers.Jean-Philippe Lang2010-01-121-2/+2
* Fixed: can not search for 2 letters word (#4381).Jean-Philippe Lang2010-01-101-2/+2
* Fixed: attachments get saved on issue update even if validation fails (#4401).Jean-Philippe Lang2010-01-101-15/+15
* Fixed: error when downloading a file with no matching mime type (#3782).Jean-Philippe Lang2010-01-051-1/+1
* Allow bulk edit custom fields of any type (#461).Jean-Philippe Lang2010-01-031-1/+1
* Fixed: bulk edit doesn't include global custom fields (#4505).Jean-Philippe Lang2010-01-031-1/+1
* Added :controller_issues_new_before_save hook. (#4465)Eric Davis2009-12-291-0/+1
* Auto-detect attachment content type when blank (#3782).Jean-Philippe Lang2009-12-291-1/+9
* Do not display the copy form when project copy is created.Jean-Philippe Lang2009-12-261-1/+7
* Adds a 'Add subprojects' permission.Jean-Philippe Lang2009-12-241-3/+18
* Added an Admin setting to enable/disable the REST web service. (#3920)Eric Davis2009-12-231-1/+1
* Added support for HTTP Basic access to the API. (#3920)Eric Davis2009-12-231-3/+12
* Allow authenticating with an API token via XML or JSON. (#3920)Eric Davis2009-12-232-1/+9
* Added an API token for each User to use when making API requests. (#3920)Eric Davis2009-12-231-0/+13
* Make sure the RSS token is getting destroyed and created.Eric Davis2009-12-211-2/+6
* Extract methodEric Davis2009-12-211-2/+6
* Refactor: Use the existing method for failing onthefly creations.Eric Davis2009-12-201-4/+1
* Adds a 'Create and continue' button on new user form.Jean-Philippe Lang2009-12-201-1/+3
* Change MailHandler 403 error message.Jean-Philippe Lang2009-12-201-2/+2
* Adds on optional API key to repositories management controller and reposman.rb.Jean-Philippe Lang2009-12-201-2/+2
* Admin info cleanup.Jean-Philippe Lang2009-12-191-6/+6
* Fixes block reordering on my page (#2971).Jean-Philippe Lang2009-12-191-17/+16
* Fixes an error with postgres.Jean-Philippe Lang2009-12-191-2/+10
* By default, only show statuses that are used by the tracker on the workflow e...Jean-Philippe Lang2009-12-181-1/+6
* Display shared versions on the issue summary view (#4425).Jean-Philippe Lang2009-12-181-2/+2
* Removes "xxx and return" calls (#4446).Jean-Philippe Lang2009-12-1810-26/+34
* Fixes test broken by r3176 (#4439).Jean-Philippe Lang2009-12-181-1/+2
* Adds an admin layout that displays the admin menu in the sidebar.Jean-Philippe Lang2009-12-1712-3/+25
* Make sure user can not watch what he is not allowed to view.Jean-Philippe Lang2009-12-131-1/+5
* Roadmap: sort issues by project and prepend project name if different (#4373).Jean-Philippe Lang2009-12-121-2/+2
* Removes changelog view.Jean-Philippe Lang2009-12-121-31/+4
* Adds workflow copy functionality (#1727).Jean-Philippe Lang2009-12-121-0/+23
* Adds a Setting to control how an Issue's done_ratio is calculated:Eric Davis2009-12-111-1/+10
* Fixes that issue copy/move throws an error when status is not changed (#4369).Jean-Philippe Lang2009-12-091-1/+3
* Ability to add a new version from the issue form (#4315).Jean-Philippe Lang2009-12-061-3/+22
* Fixed: error when changing tracker on the new issue form (#4345).Jean-Philippe Lang2009-12-061-3/+3
* Version sharing (#465) + optional inclusion of subprojects in the roadmap vie...Jean-Philippe Lang2009-12-063-11/+63
* Enhanced the Issue Bulk Copy feature:Eric Davis2009-12-041-4/+8
* Fixed: News from a project with 'news' module disabled, are still diplayed in...Jean-Philippe Lang2009-12-031-1/+1
* Add a second action menu to IssuesController#show. (#4331)Eric Davis2009-12-031-1/+16
* Fixed: no error message when creating a category from the issue form fails (#...Jean-Philippe Lang2009-12-021-10/+19
* Fixes context menu broken by r3109 (#2405).Jean-Philippe Lang2009-11-301-1/+1
* Adds tracker update to context menu and bulk edit form (#2405).Jean-Philippe Lang2009-11-291-0/+3