NOTE: If you are a developer, please use a private wiki based on foswiki/trunk on a daily base ...or use
trunk.foswiki.org to view this page for some minimal testing.
Use
Item11383 for general documentation changes for release 1.1.5. Use
Item9693 for docu changes for release 2.0.
Item2372: ChecklistTablePlugin missing dependencies
I could be wrong, but was under the impression
ChecklistTablePlugin depended on
ChecklistPlugin.
These two plugins need some other, more serious work:
- They modify topics with the HTTP GET method, a big no-no since implementing Strikeone CSRF protection.
- They should be refactored to use JQueryPlugin.
- They should use addToHEAD
- They should take advantage of Foswiki::Func more, eg. to parse out metadata
- They should set a topic parent for the *ChecklistItem topics holding the state information
- How do they keep access controls for the state topics in sync with the host topic?
- They don't play nice with SafeWikiPlugin
--
PaulHarvey - 18 Nov 2009
Topic revision: r1 - 18 Nov 2009 - 03:34:59 -
PaulHarvey