Jan Fabry
Forum Replies Created
-
Forum: Plugins
In reply to: [Monkeyman Rewrite Analyzer] Abandoned?Hello @enchiridion,
You can certainly take over the plugin. It only exists in the WordPress plugin Subversion repository, it’s not in a git repository yet.
Over the past years from time to time I have considered to update the plugin, but I haven’t done any serious WP (or even PHP) development in that period, so I never found the need or the time for it. I have considered integrating it into another existing developer plugin with more traction – first Developer, but that seems abandoned as well, so maybe Debug Bar would be a better choice now.
So depending on whether you want to continue it as an independent plugin or as an extension to something existing (or maybe even a hybrid – independent, but if it detects the Debug Bar extend it), we can decide how to go forward with the code. I think you still need access to the WP plugin Subversion repository if you want to publish it in the plugin directory, but you could do the main development via git and then via a git->svn bridge put it there.
Let me know what you want to do, and we will figure it out. I’ll send you a mail via your site so you have my contact details.
Regards,
Jan
The share URLs are created in the
wp-dragtoshare-extended.js
file. See my answer on the WordPress Stack Exchange for (a bit) more details.Forum: Requests and Feedback
In reply to: My plugin doesn't have a Trac ComponentThis has been discussed in a core Trac ticket: No documentation (not possible?) to add plugins to Trac.
Problem is, the plugins trac doesn’t scale to 13,000 plugins. Otto and I have been discussing some ways to start over and make it more viable, but we’re not sure yet how we’d do it.
Getting the plugins trac working properly is indeed on my todo list.
Forum: Plugins
In reply to: Plugin directory “Last Updated” not changed after initial commit?I have sent a mail to the plugins team. I think this has been reported in the Trac as Plugins display incorrect update date.
I think there is a small omission in the plugin that causes it not to load when you create a new post, only when you edit an existing one.
If that is the case for you, you can fix it by adding the
post-new.php
value to the$_pages_whitelist
array, as explained in my other forum post.I created a version of this plugin as a widget, and posted it as an answer on your original question on the WordPress Stack Exchange.
Forum: Plugins
In reply to: [Plugin: Subscribe to Comments] Is this plugin dead? Are there alternatives?Since it hasn’t been updated in such a long time, it uses some functions that are now deprecated. You can see all kinds of notices when you turn on
WP_DEBUG
. So yes, an update or a maintained alternative would be nice.I reported this in the Trac, we’ll see what happens with it.