Most plugins functionality broken in 2.6.0 version
Added by Lajish Lakshmanan about 10 years ago
Hi,
Today I installed latest redmine version 2.6.0 in my test machine. And all the plugins which i generally use in live server(2.5.2). While testing functionality of various plugins, most of them is not working.
Replies (13)
RE: Most plugins functionality broken in 2.6.0 version - Added by Mischa The Evil about 10 years ago
It might useful to others to also know which plugins precisely, including their respective versions... Also, please report these plugin compatibility issues to the respective plugin authors so they are notified and can fix their works.
RE: Most plugins functionality broken in 2.6.0 version - Added by Lajish Lakshmanan about 10 years ago
Hmm...You are right. But most of plugins authors do not have much activity in github. That is the main reason.
RE: Most plugins functionality broken in 2.6.0 version - Added by Tony Ordner about 10 years ago
The four plugins I use are working fine in 2.6.0.
Redmine CKEditor 1.0.16
Redmine LDAP Sync 2.0.3
Redmine Light Box 0.0.1
Redmine Theme Changer 0.1.0
So as Mischa said it would be nice to have a list of the plugins you are using that are causing you problems.
Updated my plugin list and added my environment info:
Environment:
Redmine version 2.6.0.stable
Ruby version 2.0.0-p0 (2013-02-24) [i386-mingw32]
Rails version 3.2.19
Environment production
Database adapter Mysql2
Redmine plugins:
clipboard_image_paste 1.9
redmine_ckeditor 1.0.16
redmine_ldap_sync 2.0.3
redmine_lightbox2 0.0.3
redmine_theme_changer 0.1.0
RE: Most plugins functionality broken in 2.6.0 version - Added by Lajish Lakshmanan about 10 years ago
Dear Tony,
I don't think that Redmine Lightbox works in 2.6.0 I have installed this plugin and it doesn't works. So i requested another developer to build it for 2.6.0. Yesterday he finally did it. As per developer, reason is because redmine JQuery library has been updated to new version.
Updated plugin has been developed by Mr. Tobias Ficher http://www.redmine.org/plugins/redmine_lightbox2
For rest of the plugins you mentioned are ok.
Similarly clicpboard image paste plugin also has updated version for 2.6.0 http://www.redmine.org/plugins/clipboard_image_paste
Hi all,
Requesting every users to update these type of plugin issues.
Regs,
Lajish Lakshmanan
RE: Most plugins functionality broken in 2.6.0 version - Added by Tony Ordner about 10 years ago
So you are calling me a liar? That seems rude to me --->>>> :) (/s smiley face jk etc... )
The Redmine Lightbox had been working fine for me for many versions and was indeed working on my 2.6.0. The only bug was the PDF preview only worked in IE. I was happy to see the update and have moved to using that version instead of the older version.
I also installed the clipboard image paste and it is working well. I was happy to see that one updated as well. This one did take both an application server restart and a browser close and open to work correctly.
It would still be good for you to list the other plugins that are not working for you in 2.6.0.
tony
RE: Most plugins functionality broken in 2.6.0 version - Added by Lajish Lakshmanan about 10 years ago
Hi Tony,
My intention was not to blame you. There are 2 plugins available for redmine lightbox, mentioned below
1. https://github.com/zipme/redmine_lightbox
2. https://github.com/m0n9oose/redmine_lightbox
I am using first one in 2.5.2, which failed in 2.6.0. At the same time Mr. Tobias Ficher forked first one and released Lightbox Plugin 2 https://github.com/paginagmbh/redmine_lightbox2
Same issues were encountered for developer, that was the reason he forked this.
Anyway whatever I mentioned in my earlier post were those which I experienced. If my post hurts you then please accept my apologies for same.
Regs,
Lajish Lakshmanan
RE: Most plugins functionality broken in 2.6.0 version - Added by Tony Ordner about 10 years ago
Lajish,
No I am sorry. My response was meant as slightly humorous however the language difference did not allow this to come thru.
You have not offended me in any way.
thank you for your information and pursuit of updated plugins.
tony
RE: Most plugins functionality broken in 2.6.0 version - Added by Pavel Potcheptsov about 10 years ago
This plugins work for me and I can confirm that DMSF also works.
Environment: Redmine version 2.6.0.stable.13520 Ruby version 1.9.3-p327 (2012-11-10) [i686-linux] Rails version 3.2.19 Environment production Database adapter Mysql2 SCM: Subversion 1.8.8 Git 1.7.1 Filesystem Redmine plugins: multi_time_tracker 0.1.5 projects_table 0.0.4 redmine_drafts 0.2.0 redmine_equipment_status_viewer 1.0.1 redmine_lightbox2 0.0.3 redmine_monitoring_controlling 0.1.1 redmine_plugin_views_revisions 0.0.1 redmine_timesheet_plugin 0.7.0 redmine_xls_export 0.2.1.t4
RE: Most plugins functionality broken in 2.6.0 version - Added by Ricardo S about 10 years ago
Ldap Sync version 2.0.4 now works with version 2.6.0.devel.
RE: Most plugins functionality broken in 2.6.0 version - Added by Peter T about 10 years ago
As I can remember to the error messages the problem was that config/routes.rb files contains match that is not allowed anymore. The message said I can use explicit verbs instead, GET and POST for example.
I'm not a ruby developer but I've tried to modify these plugins for a quick test with no luck. If someone here can give me some advice what to do I can pass the solution to the developers.
Thanks in advance!
RE: Most plugins functionality broken in 2.6.0 version - Added by trianglesis trianglesis almost 10 years ago
CKeditor
Lightbox
- they`re don`t work in my situation
RE: Most plugins functionality broken in 2.6.0 version - Added by Tobias Fischer almost 10 years ago
For Lightbox, use my Lightbox Plugin 2 https://github.com/paginagmbh/redmine_lightbox2
RE: Most plugins functionality broken in 2.6.0 version - Added by trianglesis trianglesis almost 10 years ago
Thanks!
I have chosen another plugins with same func.
For lightbox - as advised:
Redmine Lightbox 2
This plugin lets you preview image, pdf and swf attachments in a lightbox.
https://github.com/paginagmbh/redmine_lightbox2
And for CKeditor:
redmine_wysiwyg by Systango
This is a CKEditor plugin for Redmine
Looks fine.