summaryrefslogtreecommitdiffstats
path: root/lib/redmine.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Refactor: split NewsController#edit into #edit and #updateEric Davis2010-09-211-1/+1
* Refactor: split NewsController#new into #new and #create methods.Eric Davis2010-09-201-1/+1
* Refactor: split VersionsController#new into #new and #createEric Davis2010-09-161-1/+1
* Refactor: Split VersionsController#edit into #edit and #updateEric Davis2010-09-151-1/+1
* Refactor: convert FilesController to a restful resource.Eric Davis2010-09-141-1/+1
* Refactor: split FilesController#new into #new and #create.Eric Davis2010-09-131-1/+1
* Refactor: convert ProjectEnumerations to a resource on a project.Eric Davis2010-09-101-1/+1
* Refactor: split method ProjectsController#edit to ProjectsController#update.Eric Davis2010-09-081-1/+1
* Refactor: rename method ProjectsController#add to ProjectsController#newEric Davis2010-09-071-2/+2
* Refactor: split ProjectsController#add into #add (GET) and #create (POST).Eric Davis2010-09-061-2/+2
* Refactor: move method, ProjectsController#reset_activities to ProjectEnumerat...Eric Davis2010-09-031-1/+1
* Refactor: move method, ProjectsController#save_activities to ProjectEnumerati...Eric Davis2010-09-021-1/+1
* Refactor: move method, ProjectsController#add_file to FilesController#new.Eric Davis2010-09-011-1/+1
* Refactor: move method, ProjectsController#list_files to FilesController#index.Eric Davis2010-08-311-2/+2
* Refactor: move method, ProjectsController#roadmap to VersionsController#index.Eric Davis2010-08-301-4/+3
* Refactor: extract ProjectsController#activity to a new Activities controller.Eric Davis2010-08-271-2/+2
* Refactor: convert many of the custom Issue routes to REST resources.Eric Davis2010-08-261-2/+2
* Refactor: extract #bulk_update method from IssuesController#bulk_edit.Eric Davis2010-08-241-1/+1
* Updated permissions for r4034Eric Davis2010-08-231-1/+2
* Treat Calendar and Gantt pages as separate modules. #6153Eric Davis2010-08-221-3/+8
* Refactor: move IssuesController#context_menu to a new controller.Eric Davis2010-08-191-1/+2
* Refactor: move IssuesController#auto_complete to a new controller. #4382Eric Davis2010-08-171-1/+2
* Add the Calendar as a project menu item.Eric Davis2010-08-161-0/+1
* Add the Gantt chart as a project menu itemEric Davis2010-08-161-0/+1
* Refactor: move IssuesController#reply to JournalsControllerEric Davis2010-08-161-2/+2
* Refactor: Extract a new IssueMovesController from IssuesController.Eric Davis2010-08-111-1/+1
* Refactor: start to split IssuesController#move into two separate actions.Eric Davis2010-08-061-1/+1
* Use the MenuManager for the Administration menu. #6008Eric Davis2010-08-041-1/+16
* Refactor: move Project Calendar to it's own controller.Eric Davis2010-05-031-1/+1
* Refactor: Move gantts to a separate controller.Eric Davis2010-04-281-1/+1
* Refactor: Split IssuesController#new to #new and #create to match REST pattern.Eric Davis2010-04-221-1/+1
* Replace the hardcoded CustomField::FIELD_FORMATS with a class.Eric Davis2010-04-161-0/+11
* Adds subtasking (#443) including:Jean-Philippe Lang2010-03-131-1/+2
* Moves ProjectsController#add_issue_category to IssueCategoriesController#new.Jean-Philippe Lang2010-03-061-1/+1
* Moves ProjectsController#add_version to VersionsController#new.Jean-Philippe Lang2010-03-061-1/+1
* Refactor: Start to extract IssuesController#edit into #update (REST).Eric Davis2010-02-241-2/+2
* Makes search providers extensible (#3936).Jean-Philippe Lang2010-02-171-0/+11
* Converted the REDMINE_SUPPORTED_SCM constant to a classEric Davis2010-02-161-1/+8
* Separated ReportsController#issue_report into two separate actions.Eric Davis2010-02-081-1/+1
* Adds a permission for exporting wiki pages.Jean-Philippe Lang2010-02-061-0/+1
* Fixed the caption on the Files module. (#4406)Eric Davis2009-12-291-1/+1
* Adds a 'Add subprojects' permission.Jean-Philippe Lang2009-12-241-0/+1
* Removes changelog view.Jean-Philippe Lang2009-12-121-1/+1
* Version sharing (#465) + optional inclusion of subprojects in the roadmap vie...Jean-Philippe Lang2009-12-061-1/+1
* Enable tracker update on issue edit form (#2405).Jean-Philippe Lang2009-11-291-2/+2
* Add view_issues permission (#3187).Jean-Philippe Lang2009-11-141-1/+1
* Adds a link to automatically close completed versions in project settings (#1...Jean-Philippe Lang2009-11-091-1/+1
* Use FasterCSV or ruby1.9 CSV instead of ruby1.8 builtin CSV.Jean-Philippe Lang2009-11-041-0/+7
* Add a permission to remove issue watchers (#2450).Jean-Philippe Lang2009-10-251-0/+1
* Added a Activities tab to Project SettingsEric Davis2009-10-211-0/+1