summaryrefslogtreecommitdiffstats
path: root/app/controllers
Commit message (Expand)AuthorAgeFilesLines
* Move SQL LIKE tokens to acts_as_searchable.Jean-Philippe Lang2010-02-171-4/+2
* Makes search providers extensible (#3936).Jean-Philippe Lang2010-02-171-1/+1
* Converted the REDMINE_SUPPORTED_SCM constant to a classEric Davis2010-02-161-1/+1
* Refactor: Merged TrackersController#list and #indexEric Davis2010-02-151-11/+6
* Refactor: Merged AuthSourcesController#list and #indexEric Davis2010-02-151-11/+6
* Refactor: Merged RolesController#list and #indexEric Davis2010-02-151-7/+2
* Removed hard coded English string.Eric Davis2010-02-121-1/+1
* Refactor: Merged IssueStatusesController#list and #index.Eric Davis2010-02-121-12/+7
* Issue relation: fixes error with postgres when entering a non-numeric id (#48...Jean-Philippe Lang2010-02-121-2/+2
* Log failed user logins to the Rails loggerEric Davis2010-02-111-0/+1
* Refactored IssueStatus finder to a before_filterEric Davis2010-02-111-5/+6
* Fixed: roadmap show subprojects issues even if subprojects is unchecked (#4761).Jean-Philippe Lang2010-02-101-5/+1
* Refactor: inline the utility methods in ReportsController.Eric Davis2010-02-101-43/+16
* Extracted the rendering from each case statement in issue_reports_detailsEric Davis2010-02-091-9/+7
* Separated ReportsController#issue_report into two separate actions.Eric Davis2010-02-081-18/+24
* Fixed: error raised when trying to view the gantt or calendar with a grouped ...Jean-Philippe Lang2010-02-061-0/+2
* Adds pagination to forum messages (#4664).Jean-Philippe Lang2010-02-061-5/+19
* Adds a permission for exporting wiki pages.Jean-Philippe Lang2010-02-061-11/+17
* Refactor: Pull up several #find_project methods to ApplicationControllerEric Davis2010-02-056-35/+7
* Fixed: invalid format parameter returns a DoubleRenderError on issues index (...Jean-Philippe Lang2010-02-041-7/+7
* Reverts r3366.Jean-Philippe Lang2010-02-041-11/+9
* Fixed: invalid format parameter returns a DoubleRenderError on issues index (...Jean-Philippe Lang2010-02-041-8/+10
* Refactor: Moved the raw SQL finders from ReportsController to Issue.Eric Davis2010-02-031-83/+7
* Allow commits to reference issues of parent projects and subprojects (#4674).Jean-Philippe Lang2010-01-311-1/+1
* 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