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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Refactor: move NewsController#preview to PreviewsController#news
Eric Davis
2010-09-24
3
-12
/
+15
*
Refactor: move #destroy_comment method to CommentsController#destroy
Eric Davis
2010-09-23
3
-9
/
+13
*
Refactor: move NewsController#add_comment to CommentsController#create
Eric Davis
2010-09-22
3
-21
/
+48
*
Refactor: split NewsController#edit into #edit and #update
Eric Davis
2010-09-21
2
-3
/
+5
*
Added a users options to the reminders email
Eric Davis
2010-09-20
1
-0
/
+10
*
Refactor: split NewsController#new into #new and #create methods.
Eric Davis
2010-09-20
2
-5
/
+5
*
Fix failing test.
Eric Davis
2010-09-20
1
-1
/
+1
*
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
2
-5
/
+5
*
Refactor: Split VersionsController#edit into #edit and #update
Eric Davis
2010-09-15
2
-2
/
+8
*
Change the TimelogController's to/from dates based on the project time entries
Eric Davis
2010-09-14
2
-9
/
+42
*
Refactor: move method to Model.
Eric Davis
2010-09-14
1
-0
/
+15
*
Refactor: convert FilesController to a restful resource.
Eric Davis
2010-09-14
2
-6
/
+6
*
Refactor: split FilesController#new into #new and #create.
Eric Davis
2010-09-13
2
-5
/
+5
*
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
*
Added a "Member of Role" to the issues filters. #5869
Eric Davis
2010-09-10
2
-1
/
+72
*
Added a "Member of Group" to the issues filter. #5869
Eric Davis
2010-09-10
1
-2
/
+88
*
Refactor: convert ProjectEnumerations to a resource on a project.
Eric Davis
2010-09-10
2
-13
/
+13
*
Rewrite the Gantt chart. #6276
Eric Davis
2010-09-10
7
-11
/
+905
*
Refactor: convert the Projects routes to resources.
Eric Davis
2010-09-09
1
-4
/
+3
*
Refactor: split method ProjectsController#edit to ProjectsController#update.
Eric Davis
2010-09-08
2
-4
/
+4
*
Refactor: rename method ProjectsController#add to ProjectsController#new
Eric Davis
2010-09-07
2
-8
/
+8
*
Refactor: split ProjectsController#add into #add (GET) and #create (POST).
Eric Davis
2010-09-06
2
-32
/
+57
*
Allow user password changes when changing to Internal authentication. #6267
Eric Davis
2010-09-06
1
-0
/
+12
*
Change link_to_if_authorized to allow url paths. (Fixes #6195)
Eric Davis
2010-09-06
1
-0
/
+29
*
Use the built in Rails ActionView::TestCase for testing helpers.
Eric Davis
2010-09-06
1
-4
/
+1
*
Added missing tests for User#allowed_to? #6291
Jean-Baptiste Barth
2010-09-03
1
-0
/
+43
*
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
3
-47
/
+48
*
Refactor: move method, ProjectsController#save_activities to ProjectEnumerati...
Eric Davis
2010-09-02
3
-133
/
+143
*
Refactor: move method, ProjectsController#add_file to FilesController#new.
Eric Davis
2010-09-01
3
-38
/
+40
*
Refactor: move method, ProjectsController#list_files to FilesController#index.
Eric Davis
2010-08-31
3
-16
/
+30
*
Refactor: move method, ProjectsController#roadmap to VersionsController#index.
Eric Davis
2010-08-30
3
-33
/
+34
*
Allow setting an issue's notes via params[:issue][:notes]. (XML API)
Eric Davis
2010-08-27
1
-5
/
+15
*
Refactor: extract ProjectsController#activity to a new Activities controller.
Eric Davis
2010-08-27
3
-85
/
+91
*
Refactor: convert many of the custom Issue routes to REST resources.
Eric Davis
2010-08-26
3
-6
/
+6
*
Refactor: extract #bulk_update method from IssuesController#bulk_edit.
Eric Davis
2010-08-24
2
-16
/
+19
*
Refactor: move IssuesController#changes to JournalsController#index.
Eric Davis
2010-08-23
3
-8
/
+10
*
Treat Calendar and Gantt pages as separate modules. #6153
Eric Davis
2010-08-22
2
-1
/
+35
*
Refactor: merge IssuesController#update_form into IssuesController#new
Eric Davis
2010-08-20
1
-2
/
+2
*
Fix the mock_file test helper.
Eric Davis
2010-08-19
2
-3
/
+7
*
Refactor: move IssuesController#context_menu to a new controller.
Eric Davis
2010-08-19
3
-83
/
+91
*
Small test refactoring, extract method.
Eric Davis
2010-08-19
2
-3
/
+7
*
Use the base layout for all 403, 404, and 500 pages. #6172
Eric Davis
2010-08-19
1
-0
/
+26
*
Refactor: move IssuesController#preview to a new controller.
Eric Davis
2010-08-18
3
-16
/
+25
*
Refactor: move IssuesController#auto_complete to a new controller. #4382
Eric Davis
2010-08-17
3
-15
/
+21
*
Refactor: move IssuesController#reply to JournalsController
Eric Davis
2010-08-16
3
-15
/
+15
*
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
4
-95
/
+109
[prev]
[next]