Project

General

User ratings

  0
  0
  0
  0
  0
  0

Rate this plugin

Other plugins from this author

Redmine Auto Resubmission
Redmine All Thumbnails
Redmine Attachment Categories
Redmine Attribute-Quickies
Redmine Fetch Email Attachments
Redmine Issue Attachments
Redmine Issue To Email
Redmine More Code
Redmine More Context
Redmine Preview Docx
Redmine Preview Inline
Redmine Preview Office
Redmine Preview PDF
Redmine Thumbnail PDF
Redmine Announcements
Redmine More Previews
Redmine Tint Issues
Redmine More Filters
Redmine My Page Paginations
Redmine Project Theme
Redmine Repositories Sort
Redmine User Text Box


Profile

Plugins Directory » Redmine Touch-Context-Menu

Author: Stephan Wenzel
Website: https://github.com/HugoHasenbein/redmine_touch_context_menu
Code repository: https://github.com/HugoHasenbein/redmine_touch_context_menu
Registered on: 2018-07-13 (almost 7 years ago)
Current version: 1.0.1
Compatible with: Redmine 3.4.x, 3.3.x
User ratings:   (0)

Enables the context menu on a mobile touch device. The JavsScript file provided here is a modified file of the orginal context_menu.js file providing the context menu.

Installation notes

Install

1. download / clone repository

git clone https://github.com/HugoHasenbein/redmine_touch_context_menu.git

2. go to your public/javascripts folder and save your original file

mv context_menu.js context_menu.js.org

3. move context_menu.js to your public/javascripts

'mv <your_download_folder>/redmine_touch_context_menu/context_menu.js /<redmine_root>/public/javascripts

no need to restart - you may have to force reload on your browser, though

Uninstall

1. go to your public/javascripts folder

rm context_menu.js
mv context_menu.js.org context_menu.js

Changelog

1.0.1 (2018-07-13)

Compatible with Redmine 3.4.x, 3.3.x.

1.0.1
  • Added ShortTouch to clear context menu selection on touching on empty pane