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: extract TimelogController#new from #edit
Eric Davis
2010-10-07
2
-14
/
+15
*
Added ability to delete issues from different projects through contextual men...
Jean-Baptiste Barth
2010-10-07
2
-4
/
+12
*
Refactor: rename TimelogController#details to #index
Eric Davis
2010-10-06
2
-40
/
+39
*
Fixed: User#allowed_to? returning true in any case if array of projects had o...
Jean-Baptiste Barth
2010-10-06
1
-0
/
+4
*
Refactor: extract TimelogController#report to a new controller class
Eric Davis
2010-10-05
3
-131
/
+143
*
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
3
-10
/
+11
*
Refactor: rename UsersController#add to #new
Eric Davis
2010-09-29
3
-7
/
+7
*
Added ability to specify multiple projects in User#allowed_to? (#5332)
Jean-Baptiste Barth
2010-09-29
1
-0
/
+13
*
Fix test failure from Setting changes in other tests
Eric Davis
2010-09-29
1
-0
/
+1
*
Allow admins to edit user's email notifications and preferences. #3503
Eric Davis
2010-09-28
1
-3
/
+14
*
Changed the notifications to use a hierarchy UI
Eric Davis
2010-09-28
1
-10
/
+3
*
Added three new notifiable events based on issue attributes
Eric Davis
2010-09-28
4
-2
/
+122
*
Refactor the hardcoded event actions (notifiables) to use a class
Eric Davis
2010-09-28
1
-0
/
+38
*
Add a default mail notification setting for new users
Eric Davis
2010-09-28
1
-0
/
+12
*
Added User#notify_about? to check when a user should be notified about an event
Eric Davis
2010-09-28
4
-3
/
+90
*
Added tests for Issue#recipients
Eric Davis
2010-09-28
1
-1
/
+25
*
Converted User#mail_notification from a boolean to a string.
Eric Davis
2010-09-28
2
-14
/
+14
*
Refactor: split UsersController#add into #add and #create
Eric Davis
2010-09-28
3
-4
/
+44
*
Refactor: convert News to a REST resource
Eric Davis
2010-09-27
2
-6
/
+3
*
Support leading and trailing spaces in filenames or directories in the git ad...
Eric Davis
2010-09-26
4
-6
/
+15
*
Support spaces in the files or directories in the git adapter. #6054
Eric Davis
2010-09-26
4
-10
/
+23
*
Parse the timezone in #last_rev for git to correct display the Age diplay. #6346
Eric Davis
2010-09-26
1
-0
/
+8
*
Fixes reverting an issue to a status with a done_ratio of 0%. #5170
Eric Davis
2010-09-26
2
-3
/
+16
*
Redirect to project settings after copying a project. #6443
Eric Davis
2010-09-26
1
-0
/
+11
*
Workaround for i18n 0.4.x with the old style syntax. #6428 #5608
Eric Davis
2010-09-26
1
-4
/
+4
*
Project tests updated.
Jean-Philippe Lang
2010-09-26
1
-0
/
+4
*
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
[next]