Casey Bisson
Forum Replies Created
-
Forum: Plugins
In reply to: [wpCAS Server] User data over LDAP@cehwitham this plugin cannot serve LDAP requests. You could, however, use it in combination with a a proper LDAP server and a plugin that enables LDAP authentication in WordPress. The combination would allow both Moodle and WordPress to use the same user directory, while also supporting single sign-on via CAS.
Forum: Plugins
In reply to: [Scriblio] Fixed font-size for widgetsThe font size is controlled with CSS. It’s possible the theme has CSS that’s making it larger than expected. Would you mind sharing a screenshot or a link to the site you’re working on?
Forum: Plugins
In reply to: [Scriblio] fatal error with facets widget@jedhenson and @li-an, do you mind sharing where you’re using the plugin?
Forum: Plugins
In reply to: [Scriblio] fatal error with facets widget@jedhenson: there’s a parallel thread going in Github: https://github.com/misterbisson/scriblio/issues/41
There’s no fix yet, but the work around is to install bCMS with Scriblio. More information in that thread and in the 3.3 release notes: https://plugins.trac.wordpress.org/changeset/892379/
I’m leaving the Github ticket open, as the plugin shouldn’t have a breaking dependency like that, but let me know if this workaround works for you?
Forum: Plugins
In reply to: [Gigaom New Relic] 3.7.1 compatibility questionYes. It’s running in 3.8 now. No changes were required, so I haven’t updated the compatibility note.
I’ll do that shortly, thank you for pointing it out.
Forum: Plugins
In reply to: [GigaOM Liveblog] [Plugin: GigaOM Liveblog] Ok… Looks interesting@slideit: depending on when you downloaded the plugin yesterday (the day it was posted), you may have gotten a prerelease version. Please delete and re-install and test again?
Forum: Plugins
In reply to: [GigaOM Liveblog] [Plugin: GigaOM Liveblog] Ok… Looks interesting@slideit: The docs are now updated with the following:
Place [go_liveblog start_date=”YYYY-mm-dd H:i:s” end_date=”YYYY-mm-dd H:i:s”] in a post or page. ex. [go_liveblog start_date=”2012-08-01 09:00:00″ end_date=”2012-08-31 11:30:00″]
Forum: Plugins
In reply to: [bSuite] bSuite disappeared from plugin repository ?@nokao: Scriblio doesn’t handle book cataloging anymore. It only addresses faceted searching and browsing based on taxonomy data added to the post. You’ll need to register any custom post types and taxonomies needed for your app separately from Scriblio.
Forum: Plugins
In reply to: [bSuite] bSuite disappeared from plugin repository ?@nokao: You’re right. I’ve finally committed the changes to fix compatibility with PHP 5.2. No harm was intended, just all my servers run PHP5.3 and I didn’t see the error.
Forum: Plugins
In reply to: [bSuite] bSuite disappeared from plugin repository ?@nokao: yes, Scriblio and bSuite are both my work.
I’ve just completely rewritten Scriblio (see: http://maisonbisson.com/blog/post/16083/happy-new-scriblio/ ), but the plugin only provides the search features. It doesn’t offer any of the support that the old version of Scriblio had for books and other library materials.
I plan to release the book handling code as a separate plugin, but it will be at least a few weeks before that’s ready to share.
Forum: Plugins
In reply to: [bSuite] bSuite disappeared from plugin repository ?That’s my error. The plugin assumes it’s running in PHP 5.3, but you’re running 5.2 maybe?
Replace references to __DIR__ with dirname( __FILE__ ) and you should be all set.
Forum: Plugins
In reply to: [bSuite] bSuite disappeared from plugin repository ?bSuite isn’t required for the new version of Scriblio, and I honestly don’t know if the current (fixed) version of bSuite is compatible with the old versions of Scriblio.
Either way, bSuite is available from the plugins SVN:
- http://plugins.svn.wordpress.org/bsuite/trunk/ (secured version)
- http://plugins.svn.wordpress.org/bsuite/tags/ (older, insecure versions)
Forum: Plugins
In reply to: [bSuite] bSuite disappeared from plugin repository ?@nokao: there was a dangerous bug in the code and the WP.org team removed it from the site.
I’ve updated the plugin to fix the bug, hopefully it will be public again soon.
Forum: Plugins
In reply to: [bSuite] [Plugin: bSuite] XSS security vulnerability in 407@henrisalo: thanks for the report. I believe the vulnerability is fixed in r520611, but please do let me know if you see something else.
Hrm… @zota: it _used_ to work with multisite, but that might help identify the problem.