Ignore:
Timestamp:
11/28/08 13:33:03 (3 years ago)
Author:
CrawfordCurrie
Message:

Item175: Added Foswiki::Time to published APIs and deprecated the duplicates in Foswiki::Func, cleaned up versioning of published APIs and added VERSION to each. Item295: changed =pod to =begin TML

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/EmptyPlugin/lib/Foswiki/Plugins/EmptyPlugin.pm

    r1022 r1041  
    11# See bottom of file for default license and copyright information 
    22 
    3 =pod 
     3=begin TML 
    44 
    55---+ package EmptyPlugin 
     
    8888$pluginName = 'EmptyPlugin'; 
    8989 
    90 =pod 
     90=begin TML 
    9191 
    9292---++ initPlugin($topic, $web, $user, $installWeb) -> $boolean 
     
    172172} 
    173173 
    174 =pod 
     174=begin TML 
    175175 
    176176---++ earlyInitPlugin() 
     
    187187} 
    188188 
    189 =pod 
     189=begin TML 
    190190 
    191191---++ initializeUserHandler( $loginName, $url, $pathInfo ) 
     
    212212} 
    213213 
    214 =pod 
     214=begin TML 
    215215 
    216216---++ registrationHandler($web, $wikiName, $loginName ) 
     
    232232} 
    233233 
    234 =pod 
     234=begin TML 
    235235 
    236236---++ commonTagsHandler($text, $topic, $web, $included, $meta ) 
     
    281281} 
    282282 
    283 =pod 
     283=begin TML 
    284284 
    285285---++ beforeCommonTagsHandler($text, $topic, $web, $meta ) 
     
    311311} 
    312312 
    313 =pod 
     313=begin TML 
    314314 
    315315---++ afterCommonTagsHandler($text, $topic, $web, $meta ) 
     
    338338} 
    339339 
    340 =pod 
     340=begin TML 
    341341 
    342342---++ preRenderingHandler( $text, \%map ) 
     
    391391} 
    392392 
    393 =pod 
     393=begin TML 
    394394 
    395395---++ postRenderingHandler( $text ) 
     
    411411} 
    412412 
    413 =pod 
     413=begin TML 
    414414 
    415415---++ beforeEditHandler($text, $topic, $web ) 
     
    434434} 
    435435 
    436 =pod 
     436=begin TML 
    437437 
    438438---++ afterEditHandler($text, $topic, $web, $meta ) 
     
    460460} 
    461461 
    462 =pod 
     462=begin TML 
    463463 
    464464---++ beforeSaveHandler($text, $topic, $web, $meta ) 
     
    488488} 
    489489 
    490 =pod 
     490=begin TML 
    491491 
    492492---++ afterSaveHandler($text, $topic, $web, $error, $meta ) 
     
    513513} 
    514514 
    515 =pod 
     515=begin TML 
    516516 
    517517---++ afterRenameHandler( $oldWeb, $oldTopic, $oldAttachment, $newWeb, $newTopic, $newAttachment ) 
     
    538538} 
    539539 
    540 =pod 
     540=begin TML 
    541541 
    542542---++ beforeAttachmentSaveHandler(\%attrHash, $topic, $web ) 
     
    563563} 
    564564 
    565 =pod 
     565=begin TML 
    566566 
    567567---++ afterAttachmentSaveHandler(\%attrHash, $topic, $web, $error ) 
     
    586586} 
    587587 
    588 =pod 
     588=begin TML 
    589589 
    590590---++ mergeHandler( $diff, $old, $new, \%info ) -> $text 
     
    635635} 
    636636 
    637 =pod 
     637=begin TML 
    638638 
    639639---++ modifyHeaderHandler( \%headers, $query ) 
     
    662662} 
    663663 
    664 =pod 
     664=begin TML 
    665665 
    666666---++ redirectCgiQueryHandler($query, $url ) 
     
    685685} 
    686686 
    687 =pod 
     687=begin TML 
    688688 
    689689---++ renderFormFieldForEditHandler($name, $type, $size, $value, $attributes, $possibleValues) -> $html 
     
    717717} 
    718718 
    719 =pod 
     719=begin TML 
    720720 
    721721---++ renderWikiWordHandler($linkText, $hasExplicitLinkLabel, $web, $topic) -> $linkText 
     
    739739} 
    740740 
    741 =pod 
     741=begin TML 
    742742 
    743743---++ completePageHandler($html, $httpHeaders) 
     
    760760} 
    761761 
    762 =pod 
     762=begin TML 
    763763 
    764764---++ restExample($session) -> $text 
Note: See TracChangeset for help on using the changeset viewer.