index
:
redmine.git
0.6-stable
0.7-stable
0.8-stable
0.9-stable
1.0-stable
1.1-stable
1.2-stable
1.3-stable
1.4-stable
2.0-stable
2.1-stable
2.2-stable
2.3-stable
2.4-stable
2.5-stable
2.6-stable
3.0-stable
3.1-stable
3.2-stable
3.3-stable
3.4-stable
4.0-stable
4.1-stable
4.2-stable
5.0-stable
5.1-stable
6.0-stable
integration-to-svn-stable-1.0
integration-to-svn-trunk
master
nbc
plugin-hooks
swistak
work
Mirror of redmine code source: https://github.com/redmine/redmine
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
redmine.rb
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Refactor: split NewsController#edit into #edit and #update
Eric Davis
2010-09-21
1
-1
/
+1
*
Refactor: split NewsController#new into #new and #create methods.
Eric Davis
2010-09-20
1
-1
/
+1
*
Refactor: split VersionsController#new into #new and #create
Eric Davis
2010-09-16
1
-1
/
+1
*
Refactor: Split VersionsController#edit into #edit and #update
Eric Davis
2010-09-15
1
-1
/
+1
*
Refactor: convert FilesController to a restful resource.
Eric Davis
2010-09-14
1
-1
/
+1
*
Refactor: split FilesController#new into #new and #create.
Eric Davis
2010-09-13
1
-1
/
+1
*
Refactor: convert ProjectEnumerations to a resource on a project.
Eric Davis
2010-09-10
1
-1
/
+1
*
Refactor: split method ProjectsController#edit to ProjectsController#update.
Eric Davis
2010-09-08
1
-1
/
+1
*
Refactor: rename method ProjectsController#add to ProjectsController#new
Eric Davis
2010-09-07
1
-2
/
+2
*
Refactor: split ProjectsController#add into #add (GET) and #create (POST).
Eric Davis
2010-09-06
1
-2
/
+2
*
Refactor: move method, ProjectsController#reset_activities to ProjectEnumerat...
Eric Davis
2010-09-03
1
-1
/
+1
*
Refactor: move method, ProjectsController#save_activities to ProjectEnumerati...
Eric Davis
2010-09-02
1
-1
/
+1
*
Refactor: move method, ProjectsController#add_file to FilesController#new.
Eric Davis
2010-09-01
1
-1
/
+1
*
Refactor: move method, ProjectsController#list_files to FilesController#index.
Eric Davis
2010-08-31
1
-2
/
+2
*
Refactor: move method, ProjectsController#roadmap to VersionsController#index.
Eric Davis
2010-08-30
1
-4
/
+3
*
Refactor: extract ProjectsController#activity to a new Activities controller.
Eric Davis
2010-08-27
1
-2
/
+2
*
Refactor: convert many of the custom Issue routes to REST resources.
Eric Davis
2010-08-26
1
-2
/
+2
*
Refactor: extract #bulk_update method from IssuesController#bulk_edit.
Eric Davis
2010-08-24
1
-1
/
+1
*
Updated permissions for r4034
Eric Davis
2010-08-23
1
-1
/
+2
*
Treat Calendar and Gantt pages as separate modules. #6153
Eric Davis
2010-08-22
1
-3
/
+8
*
Refactor: move IssuesController#context_menu to a new controller.
Eric Davis
2010-08-19
1
-1
/
+2
*
Refactor: move IssuesController#auto_complete to a new controller. #4382
Eric Davis
2010-08-17
1
-1
/
+2
*
Add the Calendar as a project menu item.
Eric Davis
2010-08-16
1
-0
/
+1
*
Add the Gantt chart as a project menu item
Eric Davis
2010-08-16
1
-0
/
+1
*
Refactor: move IssuesController#reply to JournalsController
Eric Davis
2010-08-16
1
-2
/
+2
*
Refactor: Extract a new IssueMovesController from IssuesController.
Eric Davis
2010-08-11
1
-1
/
+1
*
Refactor: start to split IssuesController#move into two separate actions.
Eric Davis
2010-08-06
1
-1
/
+1
*
Use the MenuManager for the Administration menu. #6008
Eric Davis
2010-08-04
1
-1
/
+16
*
Refactor: move Project Calendar to it's own controller.
Eric Davis
2010-05-03
1
-1
/
+1
*
Refactor: Move gantts to a separate controller.
Eric Davis
2010-04-28
1
-1
/
+1
*
Refactor: Split IssuesController#new to #new and #create to match REST pattern.
Eric Davis
2010-04-22
1
-1
/
+1
*
Replace the hardcoded CustomField::FIELD_FORMATS with a class.
Eric Davis
2010-04-16
1
-0
/
+11
*
Adds subtasking (#443) including:
Jean-Philippe Lang
2010-03-13
1
-1
/
+2
*
Moves ProjectsController#add_issue_category to IssueCategoriesController#new.
Jean-Philippe Lang
2010-03-06
1
-1
/
+1
*
Moves ProjectsController#add_version to VersionsController#new.
Jean-Philippe Lang
2010-03-06
1
-1
/
+1
*
Refactor: Start to extract IssuesController#edit into #update (REST).
Eric Davis
2010-02-24
1
-2
/
+2
*
Makes search providers extensible (#3936).
Jean-Philippe Lang
2010-02-17
1
-0
/
+11
*
Converted the REDMINE_SUPPORTED_SCM constant to a class
Eric Davis
2010-02-16
1
-1
/
+8
*
Separated ReportsController#issue_report into two separate actions.
Eric Davis
2010-02-08
1
-1
/
+1
*
Adds a permission for exporting wiki pages.
Jean-Philippe Lang
2010-02-06
1
-0
/
+1
*
Fixed the caption on the Files module. (#4406)
Eric Davis
2009-12-29
1
-1
/
+1
*
Adds a 'Add subprojects' permission.
Jean-Philippe Lang
2009-12-24
1
-0
/
+1
*
Removes changelog view.
Jean-Philippe Lang
2009-12-12
1
-1
/
+1
*
Version sharing (#465) + optional inclusion of subprojects in the roadmap vie...
Jean-Philippe Lang
2009-12-06
1
-1
/
+1
*
Enable tracker update on issue edit form (#2405).
Jean-Philippe Lang
2009-11-29
1
-2
/
+2
*
Add view_issues permission (#3187).
Jean-Philippe Lang
2009-11-14
1
-1
/
+1
*
Adds a link to automatically close completed versions in project settings (#1...
Jean-Philippe Lang
2009-11-09
1
-1
/
+1
*
Use FasterCSV or ruby1.9 CSV instead of ruby1.8 builtin CSV.
Jean-Philippe Lang
2009-11-04
1
-0
/
+7
*
Add a permission to remove issue watchers (#2450).
Jean-Philippe Lang
2009-10-25
1
-0
/
+1
*
Added a Activities tab to Project Settings
Eric Davis
2009-10-21
1
-0
/
+1
[prev]
[next]