Cairo Production Release Checklist
Steps taken when preparing the Production
CairoRelease.
Release Preparation
Release
Post Release
--
PeterThoeny - 08 Aug 2004
Help needed:
On step "Prepare press release", I contacted some companies and asked to contribute a sentence or two on how TWiki helps employees work together better. It would be great to get a testimonial from someone in VP level at a well known company. So far no luck. Any help in this field is greatly appreciated. See previous example at
TWikiAdvocacy01Feb2003
--
PeterThoeny - 08 Aug 2004
One task not mentioned is to alert all plugins authors that the API has changed and they need to test against the Cairo beta.
Might be an interesting way to discover which plugins are still maintained!
--
CrawfordCurrie - 15 Aug 2004
I am not aware of changed Plugins API. We added many new functions and callbacks. What is incompatible?
--
PeterThoeny - 15 Aug 2004
getGmDate is the one that might catch people out. But aside from that, not the plugins API; the core API, especially the regexps. Several core API calls can now be replaced by plugins API extensions. And ideally, all plugins should be tested against the Cairo beta
before Cairo release. It would be much crisper for end users if everything worked out of the box.
I'll re-run the conformance tests against the
SVN head. That way we should be able to tell what might be impacted.
--
CrawfordCurrie - 16 Aug 2004
In
TWikiFuncModule,
formatGmTime is deprecated but still available. The new function to use is
formatTime.
Plugins authors have been warned in many places not to use unofficial TWiki functions. So, back to the drawing board for those who did... (I am aware that the API is/was not sufficient for some needs)
--
PeterThoeny - 17 Aug 2004