philliplord
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Fastest Cache - WordPress Cache Plugin] Tags on SubversionI am running of trunk at the moment, which isn’t ideal, no. As Beherit says, so are many other people.
A more normal workflow would be this….
On trunk:
commit, commit, commit,
decide that you have reached a release
commit last documentation update for release (including stable tag update)
copy trunk to tags with the new release versionstart commits for new version.
If you want to wait for issues before release, then yes you can do this — you can make the svn copy from the last commit you want to be in the release, even if it is not the most recent commit on trunk.
For my own usage, I would rather use this plugin from a stable release rather than directly from trunk.
Forum: Plugins
In reply to: [WP Fastest Cache - WordPress Cache Plugin] Tags on SubversionAfter you have made the a commit which releases a new version, you just copy the whole of trunk to tags with the appropriate release version.
See, for example:
http://svnbook.red-bean.com/nightly/en/svn.branchmerge.tags.html
svn copy http://svn.example.com/repos/calc/trunk \
http://svn.example.com/repos/calc/tags/release-1.0 \
-m “Tagging the 1.0 release of the ‘calc’ project.”As beherit says, you also need to update the readme.txt tag which wordpress.org uses.
Then I can work out the current release version and the commit that caused simply from subversion. I normally install plugins using svn, so this makes it very easy for me to update. As a side effect, it also makes you version history a little better.
Forum: Plugins
In reply to: [KCite] List of articlesI am not sure what you are after to be honest. I mean, a bibliography is a list of articles.
If you can describe more what you are after, I will see what I can do.
Forum: Plugins
In reply to: [Cite] Collision between Cite and KCiteUltimately the problem here is that the shortcodes are not name spaced. I don’t think that there is much that we can do about this. The shortcode API needs to be updated so that you could do something like “[kcite:cite]” to mean “the short code cite defined in the plugin kcite”.
It’s a fix that needs to come from WordPress rather than us I fear.
Forum: Plugins
In reply to: [MathJax-LaTeX] Error with MathJax-Latex update (from 1.2.1 to 1.3.1)The problem is still outstanding at the moment. Can you tell me what version of PHP you are running?
Forum: Plugins
In reply to: [KCite] DOI and PubMed does not workI think you are using the wrong kind of quotes.
[cite source=’doi’]10.7326/0003-4819-105-6-892[/cite]
this is with a straight-quote:
http://www.fileformat.info/info/unicode/char/27/index.htmrather than the right apostrophe
http://www.fileformat.info/info/unicode/char/2019/index.htm
which you appear to have used. With the former, it works on my machine. Alternatively, you could just remove the “source=” attribute which isn’t necessary with the default configuration.
Forum: Plugins
In reply to: [Cite] Collision between Cite and KCiteWould you like to tell me about the “lot of technical problems” that kcite has? Then, I might be able to fix them. Allowing configurable shortcodes to kcite wouldn’t be a bad idea, incidentally.
Misusing this thread for a bit of advertising, my own plugin kblog-metadata has similar functionality to the cite plugin (with a widget), but also computationally interpretable metadata.
Forum: Plugins
In reply to: [MathJax-LaTeX] Error with MathJax-Latex update (from 1.2.1 to 1.3.1)Apologies for the late reply; I didn’t get notification of these posts on the forum.
I’ll try and take a look to see what the problem is. I am running PHP 5.5.9 on my development box, so this could be the issue. I’ll try and fix this and push a new version out as soon as I can.
Forum: Plugins
In reply to: [KCite] Is greycite still active?Sorry for long delay in replying. I thought this forum was emailing me, but it seems not.
Greycite was down for a short while a couple of months ago, but all is fixed now.
Forum: Plugins
In reply to: [KCite] dois suddenly brokenBe happy to help, but I need a more specific example. Can you give me the DOI that doesn’t work.
Forum: Plugins
In reply to: [Kblog Include] The Links in Your DescriptionThanks for letting me know! I got my text markup formats in a twist.
I will fix these for the next release.
Forum: Plugins
In reply to: [KCite] blank BibliographyI need more information about this. As far as I can see there is nothing on this page.
Forum: Plugins
In reply to: [KCite] bug: doi error causes cite stack shiftCan you email me some text which causes this. I need to be able to replicate a problem to fix it.
Forum: Plugins
In reply to: [KCite] Suggestion: Add CSS selector to "Bibliography" headingOkay, this will be in the next version of kcite.
Forum: Plugins
In reply to: [KCite] Fatal ErrorI would need further details, particular the kind of references you have in your article. This would help me to find out what the problem is.
Having said that, I will attempt to update the XML parsing; it should break cleanly when this happens.