Adding custom tab in redmine 2.0.3 - tabs

I'd like to add custom tab to my redmine project which would be a static link to a webpage nested in IFRAME. I found this thread and I thought that my problems are solved and I won't need to learn ruby.
But later I've noticed that plugin is almost 4 years old and not really compatible with current verison (I have 2.0.3 installed). When I already got it to run it still throws errors and plugin configuration page doesn't work correctly. Bottom line: I can't add any new tab.
Did someone experience similiar problem or maybe has a workaround/another method to add a simple custom tab/iframe to redmine without digging too much into source code?
Any help wold be greatly appreciated.

The actual plugin is up to date. Have a look at the projects git page.
https://github.com/jamtur01/redmine_tab

Related

mkdocs search plugin suddenly disappeared - any debugging suggestions?

I've been running a (company-internal) site that uses mkdocs, the materials for mkdocs them, and the default mkdocs search plugin.
It all worked fine until some point around the change of year, when the search field suddenly disapeared.. without any obvious thing having changed. The website is being served by a (company-hosted) gitlab instance.. there's no error or warning message during build that seems to relate to this issue.. nor does there seem to be any related error/warning in the javascript console. All this makes it very difficult to know where to start investigating..
Did anybody experience the same? Or do you have suggestions of where I could start looking?
best
Michael
tried to change the order in which plugins are executed, and various search plugin settings - without any effect. Looked for error/warning messages during mkdocs build (via gitlab ci-cd) and in the Javascript console - without success. Where to start?

PyCharm - Material Design Lite - Auto Suggest not working

I'm having some issues setting up a new Django project with PyCharm regarding autocompletion of HTML code. I am using Material Design Lite as a front-end framework, and have the files in a static folder in the project.
I've tried to mark the folder as a Resource,deleted the .idea folder, and
file | Invalidate Caches/Restart
as suggested here , this made PyCharm go through the indexing phase but it did nothing in the end.
This is really odd to me, since my prior project - running the same version of PyCharm and with seemingly the same settings, the auto suggestions works as inteded.
however in my new project I'm setting up, I just cant get it to auto suggest.
MDL also works despite this when running the server.
Anyone has any idea of what I can do to fix this? I'm thinking I have forgot to do something, but after a day of searching I'm still stuck.
And surprisingly, the day after, it just works without me having to do anything.
Maybe it was the restart of the PC that did it.

Why don't FastInject tags work in my Flex/Air Parsley project when build in release mode?

I've got a project that I am working on that works fine when debugging from IntelliJ but when I do a release build (still in IntelliJ) and install the .air fil to my computer none of the FastInject tags seem to work.
I thought that this might be due to the include-as3-metadata issue but that does not seem to be the case. I have included all the metadata tags that I think I have used.
I have spent some time investigating this and have not made much progress other than getting frustrated!
I created a view that displays the logs created by spicefactory - but this seemed to fix the issue!
I tested to see if I could inject and of classes that are expected to be FastInjected, this also fixed the issue.
It seems that if I add any logging related code to the application the FastInject tags start working.
In fact, I have created a release air file here. If I install this on a computer with Flash debugging turned on the application doesn't work. If I follow the steps here to debug an installed Air application - it starts to work!
If anyone else can confirm this behavior I would appreciate it.
It turns out that this was simply a race condition causing an error in context creation that was not displayed in a non-debug player.
This exception never happened while I was developing the application and any changes to the application to add logging changed the initialisation order of the context and caused the issue.

How do I set a project to not compile in any active configuration in Xamarin?

I'm having some trouble figuring out how to setup a configuration for a project in Xamarin to not compile (build). I've done some Googling on the subject, but couldn't find very much information due to the lack of documentation on anything that doesn't involve mobile development for Xamarin. :P Any help is greatly appreciated!
In the Solution Explorer, right click the solution and go to options. In the Build/Configurations section, click the Configuration Mappings. There you can include or remove projects from different configurations, not only the active one.
You can also follow the guided tutorial from here: http://xmonodev.wordpress.com/2013/12/02/setting-the-active-configuration-in-xamarin-studio/
I have just solved this issue.
First, You will remove project in project solution on solution pane.
remove project image
And then you have to insert project to your solution, again.
insert project image
Perhaps it will work.

php 4 / mysql jstree example from luban.danse.us - Anyway to port this functionality to the new version of jstree? (v1)

Having tried to use the example for php/mysql at http://jstree.com/demos I have realized that I needed extra functionality and as well noticed that this works only with PHP 5 due to some errors that Firebug was prompting for the output. I then started to look for more documentation on jstree and found in here someone suggesting to review the example on the following page:
http://luban.danse.us/jazzclub/javascripts/jquery/jsTree/reference/_examples/7_full.html
I did find it very close to what I need for a personal project, however the example is fixed for one DB interaction from what I was able to see in the core dependencies (full/script.js). I'm trying to port this example to PHP 5, but at the moment just would like to know if there is a possibility to extend this to use new plugins such as 'checkbox' even-though this is an earlier version.
I've posted this question in the forums to see if there is any possibility to recreate a PHP/mySQL example using the 'contextmenu' and as well the options at the top of the panel, but since this apparently is not supported by what I was able to understand from the documentation, I thought perhaps someone have tried something similar to this?
Thanks in advance,
JP-