Redmine and Facebook Connect - facebook

I'm looking for this for the whole day today without results. Does anyone know to to use facebook-connect as an authentication mechanism in Redmine? Is there any working plugin for that? Or other solution?

I think this plugin can help you to solve the problem
https://github.com/buoyant/redmine_tweetbook

Related

Sonarqube Plugin for Confluence

I would like to integrate my sonarqube instance with a confluence space, so all my team could have access to the project metrics. Does anyone know any plugin that does this or how to do it without a plugin? Thanks
You're looking for badges, which allow you to embed a little image in a page with a metric name and current metric value. This is a native feature on SonarCloud.io, and coming soon for SonarQube. In the meantime, there's a community plugin you can use.
We experienced the same need and a colleague recommended me to give this a try:
https://marketplace.atlassian.com/plugins/es.excentia.confluence.plugins.confluence-sonarqube-connector/server/overview
We are currently in the evaluation stage, and quite happy with its use and functionality.

Sitecore 8.1 How to extend Experience Profile

I'm currently tracking the visitors of the website. I've added a new facet and the information is being added to MongoDB.
I thought that the experience profile would pick this new info but apparently not. I tried to find a way of showing this facet but what I've found so far seems way too complex. https://jonathanrobbins.co.uk/2016/03/15/extending-sitecore-experience-profile-experienceprofilecontactviews/
Anyone found any good documentation on how to do this?
Thanks

Vote extension for MediaWiki?

Those listed on their website are quite old and don't work with latest code. I tried, but not luck, the code is outdate. Anyone know a good plugin?
VoteNY works with latest stable (1.24.2), as far as I can see and in my testing on a live wiki.

Can I get Eclipse to autocomplete load-> instead of just load?

I am using CodeIgniter and Eclipse PDT; is it possible to get eclipse to autocomplete loa as load-> instead of load? Similair to how you get $this-> automatically.
Thanks,
Lemiant
Good question, lemiant! I don't know if there's a pre-built plugin, but I think PDT can be set up to read class information and the like. Check out this discussion on the CodeIgniter forums to see how people have apparently been implementing this over the last few years:
http://codeigniter.com/forums/viewthread/69098/
It appears there are some hacky ways to do it, but it doesn't seem impossible by any means. Hope this helps.

Eclipse & Sharepoint

I wanted to check with you guys if anyone knows an Eclipse plugin that can integrate SharePoint onto it. I did a lot of research and couldn't find any.
Thanks a lot in advance!
Regards.
Maybe you could use it over WebDAV.
But please don't tell me you want to store source code in Sharepoint?