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
/
app
/
controllers
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adds a "visible" option on User and Project custom fields (#1738).
Jean-Philippe Lang
2010-11-07
1
-1
/
+0
*
Removed gantt and calendar menu items that do not fit into the core project m...
Jean-Philippe Lang
2010-11-07
2
-2
/
+2
*
Fixed: start date being filled with current date even when blank value is sub...
Jean-Philippe Lang
2010-11-06
1
-1
/
+1
*
Allow key authentication when deleting issues (with tests) #6447
Eric Davis
2010-11-05
1
-1
/
+1
*
Allow key authentication when updating issues (with tests) #6447
Eric Davis
2010-11-05
1
-1
/
+1
*
Allow key authentication when creating issues (with tests) #6447
Eric Davis
2010-11-05
1
-1
/
+1
*
Fixed: "Template is missing" error when validation fails on version edit (#67...
Jean-Philippe Lang
2010-11-01
1
-0
/
+4
*
Refactor: convert WikiController to a REST resource
Eric Davis
2010-10-28
1
-2
/
+2
*
Refactor: use :id instead of :page when linking to Wiki Pages
Eric Davis
2010-10-27
1
-11
/
+11
*
Refactor: convert WikiController#destroy to use HTTP DELETE
Eric Davis
2010-10-26
1
-2
/
+3
*
Allow adding notes when moving issues
Eric Davis
2010-10-25
1
-0
/
+3
*
Allow changing the Priority when moving issues.
Eric Davis
2010-10-25
1
-1
/
+1
*
Refactor: Rename WikiController#page_index to #index
Eric Davis
2010-10-25
1
-5
/
+20
*
Refactor: merged error rendering methods.
Jean-Philippe Lang
2010-10-23
1
-25
/
+17
*
Improved error message when trying to access an archived project (#2995).
Jean-Philippe Lang
2010-10-23
1
-2
/
+12
*
Refactor: split WikiController#edit into #update
Eric Davis
2010-10-22
1
-23
/
+37
*
Refactor: rename WikiController#index to #show, it's a single resource action
Eric Davis
2010-10-21
1
-9
/
+9
*
Refactor: change :id on WikiController to use :project_id
Eric Davis
2010-10-20
1
-7
/
+7
*
Refactor: remove WikiController#special
Eric Davis
2010-10-19
1
-15
/
+0
*
Refactor: extract method from WikiController#special
Eric Davis
2010-10-18
1
-3
/
+4
*
Refactor: extract #page_index from WikiController#special
Eric Davis
2010-10-15
1
-2
/
+6
*
Refactor: extract finder to a utility method
Eric Davis
2010-10-14
1
-6
/
+11
*
Refactor: extract method in WikiController#special to create a new #export me...
Eric Davis
2010-10-13
1
-9
/
+13
*
Refactor: convert timelogs to a REST resource (:time_entries)
Eric Davis
2010-10-12
1
-2
/
+1
*
Refactor: extract TimelogController#edit to #update
Eric Davis
2010-10-11
1
-5
/
+13
*
Add SortHelper so custom queries will run on the Calendar. #6612
Eric Davis
2010-10-10
1
-0
/
+2
*
Refactor: extract TimelogController#create from TimelogController#edit
Eric Davis
2010-10-08
1
-1
/
+16
*
Added ability to edit issues from different project through contextual menu (...
Jean-Baptiste Barth
2010-10-08
2
-5
/
+11
*
Refactor: extract TimelogController#new from #edit
Eric Davis
2010-10-07
1
-1
/
+9
*
Added ability to delete issues from different projects through contextual men...
Jean-Baptiste Barth
2010-10-07
3
-4
/
+4
*
Refactor: rename TimelogController#details to #index
Eric Davis
2010-10-06
1
-5
/
+5
*
Refactor: extract TimelogController#report to a new controller class
Eric Davis
2010-10-05
2
-135
/
+210
*
Refactor: split UsersController#edit into #edit and #update
Eric Davis
2010-09-30
1
-29
/
+40
*
Refactor: rename UsersController#add to #new
Eric Davis
2010-09-29
1
-3
/
+3
*
Splitted #find_issues filter in ApplicationController to #find_issues and #ch...
Jean-Baptiste Barth
2010-09-29
3
-7
/
+11
*
Refactor: move method to model
Eric Davis
2010-09-28
2
-23
/
+2
*
Allow admins to edit user's email notifications and preferences. #3503
Eric Davis
2010-09-28
1
-0
/
+43
*
Refactor the hardcoded event actions (notifiables) to use a class
Eric Davis
2010-09-28
1
-1
/
+1
*
Converted User#mail_notification from a boolean to a string.
Eric Davis
2010-09-28
1
-6
/
+8
*
Refactor: split UsersController#add into #add and #create
Eric Davis
2010-09-28
1
-14
/
+18
*
Redirect to project settings after copying a project. #6443
Eric Davis
2010-09-26
1
-2
/
+2
*
Fixed: don't reset watchers when changing tracker. #6479
Jean-Baptiste Barth
2010-09-26
1
-1
/
+4
*
Fixed: error on mail notification when adding an invalid file (#6452).
Jean-Philippe Lang
2010-09-26
1
-1
/
+1
*
Refactor: move NewsController#preview to PreviewsController#news
Eric Davis
2010-09-24
2
-9
/
+9
*
Refactor: move #destroy_comment method to CommentsController#destroy
Eric Davis
2010-09-23
2
-5
/
+6
*
Refactor: move NewsController#add_comment to CommentsController#create
Eric Davis
2010-09-22
2
-12
/
+30
*
Refactor: split NewsController#edit into #edit and #update
Eric Davis
2010-09-21
1
-3
/
+8
*
Refactor: split NewsController#new into #new and #create methods.
Eric Davis
2010-09-20
1
-3
/
+9
*
Refactor: convert VersionsController to a REST resource.
Eric Davis
2010-09-17
1
-2
/
+2
*
Refactor: split VersionsController#new into #new and #create
Eric Davis
2010-09-16
1
-4
/
+15
[next]