summaryrefslogtreecommitdiffstats
path: root/lib/redmine.rb
Commit message (Expand)AuthorAgeFilesLines
* Refactor: extract #page_index from WikiController#specialEric Davis2010-10-151-1/+1
* Refactor: extract method in WikiController#special to create a new #export me...Eric Davis2010-10-131-1/+1
* Refactor: extract TimelogController#edit to #updateEric Davis2010-10-111-3/+3
* Refactor: extract TimelogController#create from TimelogController#editEric Davis2010-10-081-3/+3
* Refactor: extract TimelogController#new from #editEric Davis2010-10-071-2/+2
* Refactor: rename TimelogController#details to #indexEric Davis2010-10-061-1/+1
* Refactor: extract TimelogController#report to a new controller classEric Davis2010-10-051-1/+1
* Refactor the hardcoded event actions (notifiables) to use a classEric Davis2010-09-281-0/+1
* Refactor: move #destroy_comment method to CommentsController#destroyEric Davis2010-09-231-1/+1
* Refactor: move NewsController#add_comment to CommentsController#createEric Davis2010-09-221-1/+1
* 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