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: 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
*
Added tests for AccountController#register POST with automatic registration.
Eric Davis
2010-08-02
1
-1
/
+43
*
Added tests for AccountController#register GET.
Eric Davis
2010-08-02
1
-0
/
+23
*
Extend changes.path and changes.from_path to support longer paths. #5771
Eric Davis
2010-07-06
1
-1
/
+2
*
Typecast issue ids when searched for.
Eric Davis
2010-06-20
1
-0
/
+6
*
Handle unsuccessful destroys in TimelogController. #5700
Eric Davis
2010-06-20
1
-0
/
+18
*
Add a link to the cross project time entries page to /projects. #4935
Eric Davis
2010-06-20
1
-0
/
+27
*
Support listing directories in svn which include square brackets. #5548
Eric Davis
2010-06-20
1
-1
/
+1
*
Add some assertions on the default data loading test to debug a Ruby 1.9 fail...
Eric Davis
2010-06-20
1
-0
/
+2
*
Display the correct ISO week number on the project calendar.
Eric Davis
2010-06-19
1
-0
/
+44
*
Added tests for #5533's behavior.
Eric Davis
2010-06-19
1
-0
/
+18
*
Show subproject versions on the Roadmap.
Eric Davis
2010-05-27
1
-2
/
+4
[next]