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
/
integration
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed: 'View difference' broken on wiki page history (#6747).
Jean-Philippe Lang
2010-11-06
1
-0
/
+2
*
Allow key authentication when deleting issues (with tests) #6447
Eric Davis
2010-11-05
1
-18
/
+18
*
Allow key authentication when updating issues (with tests) #6447
Eric Davis
2010-11-05
1
-53
/
+74
*
Allow key authentication when creating issues (with tests) #6447
Eric Davis
2010-11-05
1
-40
/
+41
*
Refactor: Convert the tests for Issues#index and #show APIs to shoulda. #6447
Eric Davis
2010-11-04
1
-50
/
+15
*
Refactor: convert API key tests using HTTP Basic to a shoulda macro
Eric Davis
2010-11-03
1
-59
/
+2
*
Refactor: convert username/password http basic auth api tests to shoulda macr...
Eric Davis
2010-11-02
1
-78
/
+6
*
Refactor: convert api key tests to shoulda macros for reuse. #6447
Eric Davis
2010-11-01
1
-56
/
+2
*
Move all API tests into the ApiTest module to make management easier
Eric Davis
2010-11-01
6
-12
/
+12
*
Refactor: convert WikiController to a REST resource
Eric Davis
2010-10-28
1
-1
/
+2
*
Refactor: use :id instead of :page when linking to Wiki Pages
Eric Davis
2010-10-27
1
-12
/
+12
*
Refactor: convert WikiController#destroy to use HTTP DELETE
Eric Davis
2010-10-26
1
-1
/
+2
*
Refactor: Rename WikiController#page_index to #index
Eric Davis
2010-10-25
1
-1
/
+1
*
Fixed: file upload on wiki page broken by recent refactoring (#6724).
Jean-Philippe Lang
2010-10-22
1
-0
/
+1
*
Refactor: split WikiController#edit into #update
Eric Davis
2010-10-22
1
-1
/
+1
*
Refactor: rename WikiController#index to #show, it's a single resource action
Eric Davis
2010-10-21
1
-2
/
+2
*
Refactor: change :id on WikiController to use :project_id
Eric Davis
2010-10-20
1
-15
/
+15
*
Refactor: extract method from WikiController#special
Eric Davis
2010-10-18
1
-1
/
+1
*
Refactor: extract #page_index from WikiController#special
Eric Davis
2010-10-15
1
-2
/
+1
*
Refactor: extract method in WikiController#special to create a new #export me...
Eric Davis
2010-10-13
1
-1
/
+1
*
Refactor: convert timelogs to a REST resource (:time_entries)
Eric Davis
2010-10-12
1
-9
/
+42
*
Refactor: extract TimelogController#edit to #update
Eric Davis
2010-10-11
1
-1
/
+2
*
Refactor: extract TimelogController#create from TimelogController#edit
Eric Davis
2010-10-08
1
-0
/
+1
*
Refactor: extract TimelogController#new from #edit
Eric Davis
2010-10-07
1
-3
/
+4
*
Refactor: rename TimelogController#details to #index
Eric Davis
2010-10-06
1
-12
/
+11
*
Refactor: extract TimelogController#report to a new controller class
Eric Davis
2010-10-05
1
-4
/
+9
*
Refactor: convert UsersController to resource
Eric Davis
2010-10-04
2
-4
/
+4
*
Refactor: split UsersController#edit into #edit and #update
Eric Davis
2010-09-30
2
-2
/
+3
*
Refactor: rename UsersController#add to #new
Eric Davis
2010-09-29
2
-3
/
+3
*
Refactor: split UsersController#add into #add and #create
Eric Davis
2010-09-28
2
-3
/
+3
*
Refactor: convert News to a REST resource
Eric Davis
2010-09-27
1
-5
/
+2
*
Refactor: move NewsController#preview to PreviewsController#news
Eric Davis
2010-09-24
1
-1
/
+5
*
Refactor: move #destroy_comment method to CommentsController#destroy
Eric Davis
2010-09-23
1
-0
/
+2
*
Refactor: move NewsController#add_comment to CommentsController#create
Eric Davis
2010-09-22
1
-1
/
+2
*
Refactor: split NewsController#edit into #edit and #update
Eric Davis
2010-09-21
1
-1
/
+3
*
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
-0
/
+6
*
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
-1
/
+1
*
Refactor: convert ProjectEnumerations to a resource on a project.
Eric Davis
2010-09-10
1
-2
/
+2
*
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
1
-2
/
+2
*
Refactor: rename method ProjectsController#add to ProjectsController#new
Eric Davis
2010-09-07
1
-1
/
+1
*
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
-2
/
+2
*
Refactor: move method, ProjectsController#list_files to FilesController#index.
Eric Davis
2010-08-31
1
-1
/
+1
*
Refactor: move method, ProjectsController#roadmap to VersionsController#index.
Eric Davis
2010-08-30
1
-1
/
+1
[next]