plugins

Symfony plugin sfDoctrineActAsTaggablePlugin not working

Hi, I want to attribute some tags to some of the objects of my doctrine model. I found sfDoctrineActAsTaggablePlugin which seems to be precisely what I need. The problem is that when I want to save a Taggable object, I get this error: Unknown record property / related component "saved_tags" on "Mishidea" Mishidea is the name of the...

Changing PHP plugin configuration ( LDAP )

I am running PHP (on Apache/Windows) and I am trying to connect to a LDAP server to authenticate users. PHP's LDAP plugin is just OpenLDAP. While I've been successful in connecting to the LDAP server without SSL, I can't do it WITH SSL. I know I got everything right, except OpenLDAP won't connect to the server without the CA certificate...

Anyone got the Sonar CodeNarc plugin working?

I'm wondering how the development of this plugin is going? I've tried to build the plugin from source (https://svn.codehaus.org/sonar-plugins/trunk/groovyGMNarc) but get get it running within my project. I can install the plugin on Sonar but it fails to run against my Maven project. I get the following error [INFO] [sonar-core:internal...

Persisting div toggle state with cookies

Hello, Using the code sample below, how could I utilize the jquery cookie plugin so that the toggle state of each div element persist beyond the browser session. Thanks. <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery...

How to create a browser plugin bundle on OS X

I have created a NPAPI browser plugin for Firefox on linux. I installed the plugin by copying the shared library into my user's profile plugin directory. I am able to build the shared library on OS X, but I am not familiar with how to create a plugin bundle that Firefox/Chrome/Safari can use. How can I create a plugin bundle that will...

Env variables for plugins in PHP on Windows

I am running PHP on Windows. PHP plugins on Windows are just DLL's in an extensions folder, and I can do little to configure these plugins. For example, the ADAP plugin (which is OpenLDAP itself) has settings that I can't change on runtime. Luckily, OpenLDAP allows me to change some of these settings by messing with the environment vari...

Setup a testdirectory for a Rails Plugin

Hi. I started to create a rails plugin which includes some class and instance methods of Controller and Model. I fist tried to setup the tests for the Model. Add a models directory in my test dir. But i noticed - i need the geokit-rails plugin for my model to be able to "acts_as_mappable" How to get the plugin into the test dir? I try...

internet-explorer BHO PDF

I developed an IE8 toolbar in C#. The toolbar has a button which when clicked adds some user defined content to the page. I am using a BHO to add the required HTML, CSS & JS to the page. Everything is fine when normal HTML pages are loaded. But, my button isn't working when the loaded page is a pdf document. I found out that the adobe pl...

How can I disable plugin version compatibility checking in Eclipse?

Hi all, When I try to install Eclipse plugins, I often get an error with details like: An error occurred while collecting items to be installed No repository found containing: org.eclipse.equinox.concurrent/osgi.bundle/1.0.0.v20090520-1800 This is clearly a bug in Eclipse. The bundle I'm installing doesn't need any special...

Get size of another application to place window scaled properly above it

Background: I work a lot with pdf's that are heavy in graphics. In fact, they are graphical representations of code. Sometimes I want to compare versions of the code, usually it's done by opening two pdf readers and swap between windows or put them next to each other. I got tired of that so I whipped up a simple app to contain a clipp...

Is there a Visual studio plugin for visualizing red-green time for a TDD session ?

I read a post by Joshua Kerievsky about 'Limited Red Time' Link His org. Industrial Logic as part of a training module, has a screen where you upload an archive. In return, the screen shows you a graph of how much time were you in the red state vs the green state. It also hooks up with Resharper and annotates points at which the specif...

Problems with jQuery Plugin

I have made a jQuery plugin. But it doesn't work properly. Sometimes it does work, but sometimes not. I think it's some of the variables that doesn't load fast enough... Here's the source: http://pastebin.com/h4tfCWNM Hope someone can help Thanks in advance EDIT The plugin is used for my image uploader, when i upload an image it sh...

How to achieve backwards compatibility with my .NET plugin architecture

Background: I am developing an ASP.NET application with a server side plug in architecture. I define a set of interfaces in a pluginInterfaces .NET assembly. Third party developers can develop a plugin assembly against these interfaces, place their assembly in a plugin folder, and it will be dynamically loaded to offer new functionalit...

Eclipse/Netbeans Platform and Plugin architecture (what about in .NET?)

From what I understand, one can develop a stand alone desktop-app using Eclipse or Netbeans platforms (their core SDK and Runtime). Is there any similar project in .NET? Another question is regarding the Plugin feature in Eclipse and Netbeans. Is it possible to use their platform to create a stand alone application AND use their plugin ...

wordpress plugin help

I am trying to create a wordpress plugin admin menu. The problem I am running into is with the menus. I am trying to add a page in the admin without actually adding the menu link. So for example I want to have a menu called test then I want to have some extra pages but I dont want physical links to them because they are only going to be ...

Eclipse Plugin to receive SVN log in realtime?

Is there a Eclipse plugin to get an update notice if there was a comit in the SVN? In realtime? The SVN server I'm using does not provide any RSS log via Track or similar. ...

How to install SSRS 2008 plugin for VS 2008sp1

I want to design a report with new SSRS feature called tablix, but it seems I've previous version of SSRS installed because instead of tablices there matrices, tables and lists. Where can I get a newer version of SSRS? (I've already googled all over the web but have found nothing) Installed prerequisites: Microsoft SQL Server 2008 (S...

After upgrading to Wordpress 3.0, I can't put anything inside functions.php without errors.

I upgraded to version 3.0 and all was great. Then, I installed the plugin 'Post Links To'. I noticed then I couldn't log out without getting a white page, I also couldn't update things. Some of the dashboard still worked but it was a real problem. I then deleted the plugin but the problem remained. The weirdest thing is, if I change th...

I need to implement a plugin system like Wordpress; Quickly..

Hello, I know wordpress doesn't get much respect around here but I like how flexible it is. Are there any books on this subject that are not too complicated? Or books that cover the aspect of this architecure without going too deeply into design patterns in general? If you know of other open source projects that have a well coded plug...

Spring Eclipse Plugin update site

Can anyone point me to spring-eclipse plug-in update location so I can use spring from my Eclipse IDE? None of the ones I found online are working! ...