Changes between Version 2 and Version 3 of stevegt


Ignore:
Timestamp:
Feb 25, 2006, 6:03:54 PM (18 years ago)
Author:
stevegt
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • stevegt

    v2 v3  
    11= stevegt =
     2
     3http://www.stevegt.com
    24
    35[[ListTags(stevegt)]]
     
    57[[TagIt(user)]]
    68
    7 == Wiki Edit Workflow Proposal ==
     9== Wiki Workflow Proposal ==
    810
    911As wiki SPAM gets worse, as people start using trac for more critical
     
    3133choices here:
    3234
    33  * patch !WikiPage to add an IWikiPageVersionSelector extension point
    34       (called before SELECT); this helps anyone implementing workflow
    35  * patch !WikiModule to add an IWikiPageProvider extension point; then
    36       !WikiPage implements IWikiPageProvider; this helps anyone using
    37       alternate wiki page storage and/or workflow
    38  * don't patch the code; just have my own plugin do the job via
    39       overriding and subclassing !WikiModule, reassigning the 'WikiPage'
    40       symbol at runtime, and/or other guerilla tactics; this helps nobody
    41       other than myself
     35 * patch !WikiPage to add an IWikiPageVersionSelector extension point (called before SELECT); this helps anyone implementing workflow
     36 * patch !WikiModule to add an IWikiPageProvider extension point; then !WikiPage implements IWikiPageProvider; this helps anyone using alternate wiki page storage and/or workflow
     37 * don't patch the code; just have my own plugin do the job via      overriding and subclassing !WikiModule, reassigning the 'WikiPage'      symbol at runtime, and/or other guerilla tactics; this helps nobody      other than myself
    4238
    4339In !WikiModule, right now an edit is hardcoded as "latest version" in