summaryrefslogtreecommitdiffstats
path: root/app/controllers
Commit message (Expand)AuthorAgeFilesLines
* Option to set parent automatically for new wiki pages (#3108).Jean-Philippe Lang2011-12-171-1/+9
* Restores migration broken by r8182 and removes default scope on Role (#9800).Jean-Philippe Lang2011-12-141-3/+3
* Save an @Issue#save@.Etienne Massip2011-12-141-3/+1
* Removed code duplicated in lib.Etienne Massip2011-12-141-6/+0
* Use safe_attributes for issue watchers assignment.Jean-Philippe Lang2011-12-131-6/+2
* Fixed error on project creation due to unrecognized route.Jean-Philippe Lang2011-12-121-1/+1
* Resourcified enumerations.Jean-Philippe Lang2011-12-111-21/+22
* Explicitly declare all routes and deactivate default route.Etienne Massip2011-12-101-1/+1
* Changed ProjectsController#destroy to DELETE only.Jean-Philippe Lang2011-12-101-9/+6
* Changed IssuesController#destroy to DELETE only.Jean-Philippe Lang2011-12-101-4/+1
* REST urls for user memberships.Jean-Philippe Lang2011-12-101-2/+4
* Resourcified roles.Jean-Philippe Lang2011-12-091-9/+23
* Resourcified custom fields.Jean-Philippe Lang2011-12-091-12/+26
* Removed unnecessary calculations in time entries index.Jean-Philippe Lang2011-12-041-2/+0
* Adds named scopes for time entries index.Jean-Philippe Lang2011-12-041-30/+29
* Adds named scopes for projects index.Jean-Philippe Lang2011-12-041-8/+6
* Adds named scopes for users index.Jean-Philippe Lang2011-12-041-11/+5
* Adds tests for plugin settings editing.Jean-Philippe Lang2011-12-031-2/+2
* Tests/cleanup VersionsController.Jean-Philippe Lang2011-12-031-7/+1
* Dropped TimeEntryReportsController.Jean-Philippe Lang2011-12-022-84/+12
* Extracted time report logic from the controller.Jean-Philippe Lang2011-12-021-129/+2
* Controller cleanup.Jean-Philippe Lang2011-12-011-10/+1
* Resourcified boards.Jean-Philippe Lang2011-12-011-6/+17
* Resourcified documents.Jean-Philippe Lang2011-11-301-6/+16
* Removed #find_project already defined as #find_project_by_project_id in paren...Jean-Philippe Lang2011-11-301-8/+1
* Reverted r8007.Jean-Philippe Lang2011-11-301-0/+7
* Removed #find_project already defined in parent class.Jean-Philippe Lang2011-11-301-7/+0
* Removed useless rescue.Jean-Philippe Lang2011-11-291-4/+0
* Removed unused method.Jean-Philippe Lang2011-11-291-7/+0
* Code cleanup.Jean-Philippe Lang2011-11-291-1/+1
* Removed a useless rescue.Jean-Philippe Lang2011-11-291-2/+0
* Removed EnumerationsController#list action.Jean-Philippe Lang2011-11-281-9/+3
* Adds #current_version? method to wiki content.Jean-Philippe Lang2011-11-281-1/+1
* Fixed: Section-edit buttons not available when a the version parameter is pro...Jean-Philippe Lang2011-11-281-1/+1
* Update MessagesController#quote to match the input id changed in r7682 (#9672).Jean-Philippe Lang2011-11-271-1/+1
* Do not include extra_info attribute in SysController responses because it bre...Jean-Philippe Lang2011-11-271-2/+3
* Resourcified attachments.Jean-Philippe Lang2011-11-271-1/+1
* Adds routes for group users.Jean-Philippe Lang2011-11-271-1/+1
* Fixed time entries context menu display according permissions (#9405).Jean-Philippe Lang2011-11-241-3/+2
* Removed object name from form_for arguments.Jean-Philippe Lang2011-11-231-1/+4
* Resourcified issue statuses.Jean-Philippe Lang2011-11-221-6/+4
* Resourcified trackers.Jean-Philippe Lang2011-11-221-6/+17
* REST API for issue categories (#9553).Jean-Philippe Lang2011-11-201-17/+43
* Resourcified issue categories (#9553).Jean-Philippe Lang2011-11-201-25/+33
* Adds API response to /issue_statuses to get the list of all available statuse...Jean-Philippe Lang2011-11-201-3/+12
* Adds API response to /trackers to get the list of all available trackers (#71...Jean-Philippe Lang2011-11-202-3/+25
* Adds a dialog box for CSV export options (#4742).Jean-Philippe Lang2011-11-201-1/+1
* attachment: add a new feature to switch "side by side" and "inline" for patch...Toshi MARUYAMA2011-11-201-0/+2
* Remove reference to deleted method.Etienne Massip2011-11-181-1/+1
* Handle the case of a text formatter that doesn't support section edit (#2222).Jean-Philippe Lang2011-11-181-3/+6