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
/
context_menus_controller.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Can't bulk edit own time entries with "Edit own time entries" (#18580).
Jean-Philippe Lang
2015-05-09
1
-3
/
+3
*
Adds a :copy_issues permission (#18855).
Jean-Philippe Lang
2015-02-08
1
-1
/
+1
*
Removed :move_issues permission (#18855).
Jean-Philippe Lang
2015-02-08
1
-2
/
+1
*
Removed :update key and use :edit instead.
Jean-Philippe Lang
2015-01-27
1
-1
/
+0
*
The :change_status permission was removed in r1043.
Jean-Philippe Lang
2015-01-27
1
-1
/
+1
*
Copyright update.
Jean-Philippe Lang
2015-01-11
1
-1
/
+1
*
Add time entries custom fields to the context menu for quick bulk edit (#17484).
Jean-Philippe Lang
2014-07-29
1
-0
/
+15
*
Field set as read-only still available in the issues list context menu (#16755).
Jean-Philippe Lang
2014-05-02
1
-1
/
+1
*
update copyright year (#15977)
Toshi MARUYAMA
2014-01-29
1
-1
/
+1
*
Removed hardcoded formats for right-click edit.
Jean-Philippe Lang
2013-12-14
1
-4
/
+2
*
Cleanup of finders with :conditions option.
Jean-Philippe Lang
2013-06-12
1
-2
/
+1
*
Use #find_issues as before filter for issues context menu.
Jean-Philippe Lang
2013-06-11
1
-4
/
+2
*
Respond with 404 when params[:ids] is missing (#12898).
Jean-Philippe Lang
2013-01-20
1
-0
/
+3
*
Copyright for 2013 (#12788).
Jean-Philippe Lang
2013-01-12
1
-1
/
+1
*
Compute issue ids array only once.
Jean-Philippe Lang
2012-07-08
1
-0
/
+1
*
Show shared versions when editing issues from different projects with the con...
Jean-Philippe Lang
2012-07-08
1
-0
/
+1
*
Ability to disable standard fields on a per tracker basis (#1091).
Jean-Philippe Lang
2012-07-05
1
-0
/
+1
*
Copyright update.
Jean-Philippe Lang
2012-05-05
1
-0
/
+17
*
Use #reduce instead of #inject for getting the intersection of arrays.
Jean-Philippe Lang
2012-02-09
1
-4
/
+4
*
Code cleanup.
Jean-Philippe Lang
2012-02-09
1
-8
/
+2
*
Only show allowed statuses in context menu (#10181).
Jean-Philippe Lang
2012-02-09
1
-1
/
+0
*
Bulk-edit custom fields through context menu (#6296).
Jean-Philippe Lang
2012-02-09
1
-0
/
+13
*
Fixed time entries context menu display according permissions (#9405).
Jean-Philippe Lang
2011-11-24
1
-3
/
+2
*
remove trailing white-spaces from app/controllers/context_menus_controller.rb.
Toshi MARUYAMA
2011-08-30
1
-5
/
+5
*
Author should be displayed as assignable on a single issue right click menu (...
Jean-Philippe Lang
2011-07-23
1
-2
/
+5
*
Do not show inactive issue priorities where not necessary (#8573).
Jean-Baptiste Barth
2011-06-13
1
-1
/
+1
*
Warn about subtasks before deleting a parent issue (#6562).
Jean-Philippe Lang
2011-04-17
1
-0
/
+1
*
add controller for bulk edit time entries (#7996).
Toshi MARUYAMA
2011-04-04
1
-1
/
+14
*
Find visible issues only in ContextMenusController#issues.
Jean-Philippe Lang
2010-12-29
1
-1
/
+2
*
Added ability to edit issues from different project through contextual menu (...
Jean-Baptiste Barth
2010-10-08
1
-2
/
+6
*
Added ability to delete issues from different projects through contextual men...
Jean-Baptiste Barth
2010-10-07
1
-1
/
+1
*
Do not display items without valid selection in context menu when on differen...
Jean-Baptiste Barth
2010-09-03
1
-2
/
+2
*
Allow mass status update through context menu. #3411
Jean-Baptiste Barth
2010-09-03
1
-0
/
+6
*
Refactor: move IssuesController#context_menu to a new controller.
Eric Davis
2010-08-19
1
-0
/
+33