summaryrefslogtreecommitdiffstats
path: root/public/javascripts/context_menu.js
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Accidentally clicking next to the checkbox breaks issue selection (#30236).Jean-Philippe Lang2019-01-201-1/+6
* Use button as additional option for contextmenu (#26655).Go MAEDA2018-04-211-1/+2
* Reverted r17252 and r17253 (#26655).Go MAEDA2018-04-021-2/+1
* Use button as additional option for contextmenu (#26655).Go MAEDA2018-04-021-1/+2
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Let the context menu work on elements that are not tr.Jean-Philippe Lang2017-04-061-5/+6
* Don't use a global variable for storing context menu URL.Jean-Philippe Lang2016-10-291-4/+6
* Issue percentage selector extends screen border (#22059).Jean-Philippe Lang2016-04-241-4/+14
* Allow addition of watchers via bulk edit context menu (#5754).Jean-Philippe Lang2016-04-091-1/+1
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Replaces the link with a checkbox to select/unselect all items in the list.Jean-Philippe Lang2015-10-231-12/+10
* [js-cleanup] add short copyright notices to javascripts and remove superfluou...Jean-Philippe Lang2015-07-051-0/+3
* Backport r13313 from rails-4.1 to trunk.Toshi MARUYAMA2014-09-141-5/+5
* Fixed: Lost text after selection in issue list with IE (#12650).Jean-Philippe Lang2013-05-011-1/+1
* Fixed context menu for IE 7/8 (#12298).Jean-Philippe Lang2012-11-181-1/+1
* JQuery in, Prototype/Scriptaculous out (#11445).Jean-Philippe Lang2012-07-221-194/+194
* remove trailing white-spaces from public/javascripts/context_menu.jsToshi MARUYAMA2012-02-161-20/+20
* replace tabs to spaces and fix indents public/javascripts/context_menu.jsToshi MARUYAMA2012-02-161-88/+88
* Do not hide context menu when clicking on a folder menu item.Jean-Philippe Lang2012-02-091-0/+4
* Fixed: context menu is being submitted twice per right click (#2109).Toshi MARUYAMA2011-07-081-3/+0
* Do not select the row when clicking on an image.Jean-Philippe Lang2011-04-111-1/+1
* Adds support for Mac metaKey in issues selection (#5148).Jean-Philippe Lang2011-03-241-1/+1
* Removes obsolete code from Opera pseudo right click (#7700).Jean-Philippe Lang2011-02-241-1/+0
* Fixed: Bulk editing menu non-functional in Opera browser (#3132).Jean-Philippe Lang2011-02-231-3/+1
* Use GET instead of POST to retrieve context menu (#6762).Jean-Philippe Lang2010-12-121-0/+1
* Unselect issues when clicking outside of the list.Jean-Philippe Lang2010-03-041-2/+6
* Do not disable text selection in the issue list.Jean-Philippe Lang2010-03-041-7/+9
* Adds an helper for creating the context menu.Jean-Philippe Lang2010-03-041-1/+11
* Fixes a javascript comment (#3238).Jean-Philippe Lang2009-04-251-1/+1
* Fixes a JS error on context_menu with IE (#2390).Jean-Philippe Lang2008-12-241-1/+1
* Fixes context menu with Opera (#1655).Jean-Philippe Lang2008-08-251-2/+2
* Make the issue list context menu work under Mac OSX Leopard (#1485). Tested w...Jean-Philippe Lang2008-08-251-0/+3
* Upgraded to Prototype 1.6.0.1.Jean-Philippe Lang2008-06-281-4/+4
* Display the context menu above and/or to the left of the click if needed (pat...Jean-Philippe Lang2008-04-031-4/+61
* Issue list now supports bulk edit/move/delete (#563, #607). For now, issues f...Jean-Philippe Lang2008-02-101-36/+150
* Fixed r1024: context submenus on the issue list don’t show up with IE6.Jean-Philippe Lang2007-12-291-1/+4
* Some slight improvements in AJAX errors handling.Jean-Philippe Lang2007-10-281-1/+1
* Added AJAX based context menu on the project issue list that provide shortcut...Jean-Philippe Lang2007-10-281-0/+44