redmine_preview_office icon indicating copy to clipboard operation
redmine_preview_office copied to clipboard

Plugin for Redmine. Preview Microsoft Office Documents in Redmine's preview pane

Results 16 redmine_preview_office issues
Sort by recently updated
recently updated
newest added

Hi Stephan, I'm using redmine in my organization and I wonder if you could develop for us some simple plugins and what will be the way to do that. Thanks...

remove `alias_method_chain`

oMethodError: undefined method `alias_method_chain' for AttachmentsController:Class /home/redmine/4.1/plugins/redmine_preview_office/lib/redmine_preview_office/patches/attachments_controller_patch.rb:32:in `block in included' /home/redmine/4.1/plugins/redmine_preview_office/lib/redmine_preview_office/patches/attachments_controller_patch.rb:29:in `class_eval' /home/redmine/4.1/plugins/redmine_preview_office/lib/redmine_preview_office/patches/attachments_controller_patch.rb:29:in `included' /home/redmine/4.1/plugins/redmine_preview_office/lib/redmine_preview_office/patches/attachments_controller_patch.rb:88:in `include' /home/redmine/4.1/plugins/redmine_preview_office/lib/redmine_preview_office/patches/attachments_controller_patch.rb:88:in `' /home/redmine/4.1/plugins/redmine_preview_office/lib/redmine_preview_office.rb:28:in `block in '

when i copy redmine preview office and restart redmine, error content production.log: Creating scope :system. Overwriting existing method Enumeration.system. Creating scope :system. Overwriting existing method Enumeration.system. Creating scope :sorted. Overwriting...

Hello I've got an error during plugin installation ``` NoMethodError: undefined method `alias_method_chain' for AttachmentsController:Class Did you mean? alias_method ``` Looks use in two place : * plugins/redmine_preview_office/lib/redmine_preview_office/patches/admin_controller_patch.rb: ```alias_method_chain :info,...

Hey. Does not show the file. Reinstalled LibreOffice. Ububntu 18.04 Redmine version 3.4.4.stable Ruby version 2.4.1-p111 (2017-03-22) [x86_64-linux] Rails version 4.2.8 Environment production Database adapter Mysql2 redmine_preview_office 1.0.3 ``` cat...

can't open pdf document Bitnami On Windows Server 2012 Environment: Redmine version 3.4.3.stable Ruby version 2.3.3-p222 (2016-11-21) [i386-mingw32] Rails version 4.2.8 Environment production Database adapter Mysql2 redmine_preview_office 1.0.3

Just a note, on ubuntu 14, I had redmine errors about missing pdf files, after debugging, I have realised that there are some libreoffice processes running, and after manually killing...

I have redmine in docker. I added a libreoffice to the Dockerfile ``` RUN apt-get install -y libreoffice ``` My redmine info: ![redmine_info](https://user-images.githubusercontent.com/42699761/44903963-9675fa00-ad16-11e8-8e1c-799d138fb6d9.JPG) But the view does not work. My...