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
/
app
/
controllers
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor: extract TimelogController#report to a new controller class
Eric Davis
2010-10-05
2
-135
/
+210
*
Refactor: split UsersController#edit into #edit and #update
Eric Davis
2010-09-30
1
-29
/
+40
*
Refactor: rename UsersController#add to #new
Eric Davis
2010-09-29
1
-3
/
+3
*
Splitted #find_issues filter in ApplicationController to #find_issues and #ch...
Jean-Baptiste Barth
2010-09-29
3
-7
/
+11
*
Refactor: move method to model
Eric Davis
2010-09-28
2
-23
/
+2
*
Allow admins to edit user's email notifications and preferences. #3503
Eric Davis
2010-09-28
1
-0
/
+43
*
Refactor the hardcoded event actions (notifiables) to use a class
Eric Davis
2010-09-28
1
-1
/
+1
*
Converted User#mail_notification from a boolean to a string.
Eric Davis
2010-09-28
1
-6
/
+8
*
Refactor: split UsersController#add into #add and #create
Eric Davis
2010-09-28
1
-14
/
+18
*
Redirect to project settings after copying a project. #6443
Eric Davis
2010-09-26
1
-2
/
+2
*
Fixed: don't reset watchers when changing tracker. #6479
Jean-Baptiste Barth
2010-09-26
1
-1
/
+4
*
Fixed: error on mail notification when adding an invalid file (#6452).
Jean-Philippe Lang
2010-09-26
1
-1
/
+1
*
Refactor: move NewsController#preview to PreviewsController#news
Eric Davis
2010-09-24
2
-9
/
+9
*
Refactor: move #destroy_comment method to CommentsController#destroy
Eric Davis
2010-09-23
2
-5
/
+6
*
Refactor: move NewsController#add_comment to CommentsController#create
Eric Davis
2010-09-22
2
-12
/
+30
*
Refactor: split NewsController#edit into #edit and #update
Eric Davis
2010-09-21
1
-3
/
+8
*
Refactor: split NewsController#new into #new and #create methods.
Eric Davis
2010-09-20
1
-3
/
+9
*
Refactor: convert VersionsController to a REST resource.
Eric Davis
2010-09-17
1
-2
/
+2
*
Refactor: split VersionsController#new into #new and #create
Eric Davis
2010-09-16
1
-4
/
+15
*
Refactor: Split VersionsController#edit into #edit and #update
Eric Davis
2010-09-15
1
-1
/
+4
*
Change the TimelogController's to/from dates based on the project time entries
Eric Davis
2010-09-14
1
-2
/
+2
*
Refactor: move method to Model.
Eric Davis
2010-09-14
1
-2
/
+2
*
Refactor: convert FilesController to a restful resource.
Eric Davis
2010-09-14
1
-2
/
+2
*
Refactor: split FilesController#new into #new and #create.
Eric Davis
2010-09-13
1
-11
/
+10
*
Fixed "Create and continue" redirection broken by recent changes. #6333
Jean-Baptiste Barth
2010-09-11
1
-1
/
+1
*
Refactor: convert ProjectEnumerations to a resource on a project.
Eric Davis
2010-09-10
2
-3
/
+10
*
Rewrite the Gantt chart. #6276
Eric Davis
2010-09-10
2
-19
/
+6
*
Refactor: split method ProjectsController#edit to ProjectsController#update.
Eric Davis
2010-09-08
1
-23
/
+25
*
Refactor: rename method ProjectsController#add to ProjectsController#new
Eric Davis
2010-09-07
1
-6
/
+5
*
Refactor: split ProjectsController#add into #add (GET) and #create (POST).
Eric Davis
2010-09-06
1
-31
/
+37
*
Allow user password changes when changing to Internal authentication. #6267
Eric Davis
2010-09-06
1
-1
/
+3
*
Do not display items without valid selection in context menu when on differen...
Jean-Baptiste Barth
2010-09-03
1
-2
/
+2
*
Allow mass status update through context menu. #3411
Jean-Baptiste Barth
2010-09-03
1
-0
/
+6
*
Refactor: move method, ProjectsController#reset_activities to ProjectEnumerat...
Eric Davis
2010-09-03
2
-8
/
+8
*
Refactor: move method, ProjectsController#save_activities to ProjectEnumerati...
Eric Davis
2010-09-02
2
-13
/
+18
*
Refactor: move method, ProjectsController#add_file to FilesController#new.
Eric Davis
2010-09-01
2
-16
/
+15
*
Refactor: move method, ProjectsController#list_files to FilesController#index.
Eric Davis
2010-08-31
2
-14
/
+24
*
Refactor: move method, ProjectsController#roadmap to VersionsController#index.
Eric Davis
2010-08-30
2
-35
/
+36
*
Allow setting an issue's notes via params[:issue][:notes]. (XML API)
Eric Davis
2010-08-27
1
-1
/
+1
*
Refactor: extract ProjectsController#activity to a new Activities controller.
Eric Davis
2010-08-27
2
-47
/
+62
*
Refactor: convert many of the custom Issue routes to REST resources.
Eric Davis
2010-08-26
2
-1
/
+8
*
Refactor: extract method in bulk_update.
Eric Davis
2010-08-25
1
-4
/
+8
*
Refactor: extract #bulk_update method from IssuesController#bulk_edit.
Eric Davis
2010-08-24
1
-21
/
+24
*
Refactor: move IssuesController#changes to JournalsController#index.
Eric Davis
2010-08-23
2
-19
/
+27
*
Refactor: merge IssuesController#update_form into IssuesController#new
Eric Davis
2010-08-20
1
-18
/
+13
*
Refactor: move IssuesController#context_menu to a new controller.
Eric Davis
2010-08-19
2
-30
/
+34
*
Use the base layout for all 403, 404, and 500 pages. #6172
Eric Davis
2010-08-19
1
-3
/
+10
*
No more IssuesController#preview action.
Eric Davis
2010-08-18
1
-2
/
+2
*
Refactor: move IssuesController#preview to a new controller.
Eric Davis
2010-08-18
2
-15
/
+28
*
Refactor: move IssuesController#auto_complete to a new controller. #4382
Eric Davis
2010-08-17
2
-13
/
+26
[next]