Mark Jaquith
Forum Replies Created
-
Tom —
- What version of APC?
- What version of the backend?
- What version of WordPress?
- Single server situation?
- Are you absolutely sure the keys are the same? Try a simpler script, where you set the transient ‘foo’ to ‘bar’ and then check it (and then again with the set line commented out, to check permanence).
meeble — I’ll answer you on your thread.
http://plugins.trac.wordpress.org/changeset/575876/ajax-comment-loading/trunk
Thanks for the report (and the patch suggestion via e-mail).
Forum: Plugins
In reply to: [WP Help] [Plugin: WP Help] Make wp help a dashboard module?Version 1.1 has a dashboard module for the listing of documents. I think for the next version, I’ll let you “pin” a page to the dashboard (i.e. its content).
Forum: Plugins
In reply to: [WP Help] [Plugin: WP Help] TranslationAnd I’m working on getting an install of Glotpress set up. Until then, you can e-mail them to {my first name}@{this domain}.org
Forum: Plugins
In reply to: [WP Help] [Plugin: WP Help] TranslationGot it! Check out version 1.1 (which gets all the ones you mentioned, plus one other string that was introduced).
Forum: Plugins
In reply to: [WP Help] [Plugin: WP Help] Flushing synced contentVersion 1.1 is now available, which fixes the reordering issue. Check it out (be sure to upgrade both your source and destination sites before testing).
Forum: Plugins
In reply to: [WP Help] [Plugin: WP Help] Wrong order of help documentationVersion 1.1 is now available. Check it out (be sure to upgrade both your source and destination sites before testing).
Forum: Plugins
In reply to: [WP Help] [Plugin: WP Help] Change Menu Position in adminVersion 1.0 allows you to select the menu location.
Forum: Plugins
In reply to: [WP Help] [Plugin: WP Help] Wrong order of help documentationThis will be fixed in version 1.1 (which will have drag and drop reordering!).
Forum: Plugins
In reply to: [WP Help] [Plugin: WP Help] Flushing synced contentSo, when you delete the secret key, the content isn’t still being pulled in — it just retains the contents of the last sync. But with the sync key removed, this content is now locally editable. Here’s the scenario: you have a set of default documents, and want to pull them into a site, but you need to tweak some of those synced documents. You could do an initial sync, disconnect, and then locally edit them. You wouldn’t be able to reconnect, of course. In this way, it could act as a pseudo import to get things started.
You can, of course, just deleted the leftover synced documents that you no longer want.
Also, note that if you connect to a new sync source, documents from a previous sync source will be deleted.
What I may do in a future version, is give you the option of immediately deleting all synced documents when I detect that you’ve disconnected from a sync source. Until then, you’ll have to use the bulk actions delete function of WordPress.
Scenario 2 is about to be fixed in version 1.1, which I’m hoping to release tonight.
Forum: Plugins
In reply to: [WP Help] [Plugin: WP Help] TranslationForum: Plugins
In reply to: [WP Help] [Plugin: WP Help] TranslationThanks, Knut. I’ll get this fixed ASAP.
Forum: Plugins
In reply to: [WP Help] WP Help Lists Not WorkingVersion 1.0 has CSS for lists. Thanks!
Okay, check out version 1.0!
Forum: Plugins
In reply to: [WP Help] [Plugin: WP Help] Modify CSSThere’s a hook for that!
cws_wp_help_loadHook in there, and have your callback function do a
wp_enqueue_style()call, to enqueue your stylesheet.