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
/
test
/
functional
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor: extract TimelogController#report to a new controller class
Eric Davis
2010-10-05
2
-127
/
+134
*
Refactor: split UsersController#edit into #edit and #update
Eric Davis
2010-09-30
1
-8
/
+8
*
Refactor: rename UsersController#add to #new
Eric Davis
2010-09-29
1
-4
/
+4
*
Allow admins to edit user's email notifications and preferences. #3503
Eric Davis
2010-09-28
1
-3
/
+14
*
Refactor: split UsersController#add into #add and #create
Eric Davis
2010-09-28
1
-1
/
+41
*
Refactor: convert News to a REST resource
Eric Davis
2010-09-27
1
-1
/
+1
*
Support leading and trailing spaces in filenames or directories in the git ad...
Eric Davis
2010-09-26
1
-1
/
+2
*
Support spaces in the files or directories in the git adapter. #6054
Eric Davis
2010-09-26
1
-1
/
+2
*
Redirect to project settings after copying a project. #6443
Eric Davis
2010-09-26
1
-0
/
+11
*
Refactor: move NewsController#preview to PreviewsController#news
Eric Davis
2010-09-24
2
-11
/
+10
*
Refactor: move #destroy_comment method to CommentsController#destroy
Eric Davis
2010-09-23
2
-9
/
+11
*
Refactor: move NewsController#add_comment to CommentsController#create
Eric Davis
2010-09-22
2
-20
/
+46
*
Refactor: split NewsController#edit into #edit and #update
Eric Davis
2010-09-21
1
-2
/
+2
*
Refactor: split NewsController#new into #new and #create methods.
Eric Davis
2010-09-20
1
-4
/
+4
*
Refactor: convert VersionsController to a REST resource.
Eric Davis
2010-09-17
1
-3
/
+3
*
Refactor: split VersionsController#new into #new and #create
Eric Davis
2010-09-16
1
-4
/
+4
*
Refactor: Split VersionsController#edit into #edit and #update
Eric Davis
2010-09-15
1
-2
/
+2
*
Change the TimelogController's to/from dates based on the project time entries
Eric Davis
2010-09-14
1
-3
/
+3
*
Refactor: convert FilesController to a restful resource.
Eric Davis
2010-09-14
1
-3
/
+3
*
Refactor: split FilesController#new into #new and #create.
Eric Davis
2010-09-13
1
-4
/
+4
*
Fixed "Create and continue" redirection broken by recent changes. #6333
Jean-Baptiste Barth
2010-09-11
1
-1
/
+2
*
Fixed broken context_menu on roadmap. #6351
Jean-Baptiste Barth
2010-09-11
1
-0
/
+2
*
Refactor: convert ProjectEnumerations to a resource on a project.
Eric Davis
2010-09-10
1
-11
/
+11
*
Rewrite the Gantt chart. #6276
Eric Davis
2010-09-10
1
-8
/
+8
*
Refactor: split method ProjectsController#edit to ProjectsController#update.
Eric Davis
2010-09-08
1
-2
/
+2
*
Refactor: rename method ProjectsController#add to ProjectsController#new
Eric Davis
2010-09-07
1
-7
/
+7
*
Refactor: split ProjectsController#add into #add (GET) and #create (POST).
Eric Davis
2010-09-06
1
-30
/
+55
*
Allow user password changes when changing to Internal authentication. #6267
Eric Davis
2010-09-06
1
-0
/
+12
*
Allow mass status update through context menu. #3411
Jean-Baptiste Barth
2010-09-03
1
-1
/
+4
*
Refactor: move method, ProjectsController#reset_activities to ProjectEnumerat...
Eric Davis
2010-09-03
2
-46
/
+47
*
Refactor: move method, ProjectsController#save_activities to ProjectEnumerati...
Eric Davis
2010-09-02
2
-132
/
+142
*
Refactor: move method, ProjectsController#add_file to FilesController#new.
Eric Davis
2010-09-01
2
-36
/
+38
*
Refactor: move method, ProjectsController#list_files to FilesController#index.
Eric Davis
2010-08-31
2
-15
/
+29
*
Refactor: move method, ProjectsController#roadmap to VersionsController#index.
Eric Davis
2010-08-30
2
-32
/
+33
*
Refactor: extract ProjectsController#activity to a new Activities controller.
Eric Davis
2010-08-27
2
-81
/
+87
*
Refactor: convert many of the custom Issue routes to REST resources.
Eric Davis
2010-08-26
1
-1
/
+1
*
Refactor: extract #bulk_update method from IssuesController#bulk_edit.
Eric Davis
2010-08-24
1
-16
/
+16
*
Refactor: move IssuesController#changes to JournalsController#index.
Eric Davis
2010-08-23
2
-8
/
+8
*
Refactor: merge IssuesController#update_form into IssuesController#new
Eric Davis
2010-08-20
1
-2
/
+2
*
Refactor: move IssuesController#context_menu to a new controller.
Eric Davis
2010-08-19
2
-83
/
+89
*
Refactor: move IssuesController#preview to a new controller.
Eric Davis
2010-08-18
2
-16
/
+22
*
Refactor: move IssuesController#auto_complete to a new controller. #4382
Eric Davis
2010-08-17
2
-14
/
+20
*
Refactor: move IssuesController#reply to JournalsController
Eric Davis
2010-08-16
2
-14
/
+14
*
Fix path to test_helper
Eric Davis
2010-08-12
1
-1
/
+1
*
Refactor: Extract a new IssueMovesController from IssuesController.
Eric Davis
2010-08-11
2
-93
/
+103
*
Show projects depending on their visibility in user's profile. #6100
Jean-Baptiste Barth
2010-08-10
1
-0
/
+10
*
Prevent 500 error on login when there's a typo in OpenID URI scheme, such as ...
Jean-Baptiste Barth
2010-08-10
1
-0
/
+7
*
Refactor: start to split IssuesController#move into two separate actions.
Eric Davis
2010-08-06
1
-13
/
+13
*
Fix a few requires for metric_fu's rcov.
Eric Davis
2010-08-04
3
-3
/
+3
*
Refactor: extract method to shoulda macro.
Eric Davis
2010-08-02
1
-5
/
+1
[next]