Ivan Cenov
Ivan Cenov
Tested version 1.0.2. It works for repository files.However, there is another incompatibility - between this plugin and Redmine Code Review plugin (http://www.redmine.org/plugins/redmine_code_review). Scenario to show bad behaviour: Installed both plugins....
marilawang , Line numbers are stripped off by highlightjs (http://highlightjs.readthedocs.org/en/latest/line-numbers.html) - this is by design. It seems that codereview and redmine_highlightjs will remain incompatible.
My installation have installed these plugins: additionals additional_tags issue_reccuring redmine_code_preview redmine_issue_templates redmine_latex_mathjax redmine_theme_changer
Same to me. What I did: 1. Cloned https://github.com/brianmario/mysql2.git 2. Switched to tag v0.5.6 3. Edited mysql2/ext/mysql2/client.c (commented the if operator) at lines 1541-1543: `if (lib[i] != MYSQL_LINK_VERSION[i]) { ......
Yes, I have `:use_test_preprocessor: TRUE` I cannot disable it, because I use it (1) to compile groups of tests and (2) to compile variations of same functions depending on application...
You may try to install mysql2 gem before installing Redmine. In my case, I use MySQL 5.7. The command to install mysql2 is: gem install mysql2 --platform=ruby -- '--with-mysql-lib="C:\Program%20Files\MySQL\MySQL%20Server%205.7\lib" --with-mysql-include="C:\Program%20Files\MySQL\MySQL%20Server%205.7\include"...