Changeset 1041 for trunk/EmptyPlugin/lib/Foswiki/Plugins/EmptyPlugin.pm
- Timestamp:
- 11/28/08 13:33:03 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/EmptyPlugin/lib/Foswiki/Plugins/EmptyPlugin.pm
r1022 r1041 1 1 # See bottom of file for default license and copyright information 2 2 3 = pod3 =begin TML 4 4 5 5 ---+ package EmptyPlugin … … 88 88 $pluginName = 'EmptyPlugin'; 89 89 90 = pod90 =begin TML 91 91 92 92 ---++ initPlugin($topic, $web, $user, $installWeb) -> $boolean … … 172 172 } 173 173 174 = pod174 =begin TML 175 175 176 176 ---++ earlyInitPlugin() … … 187 187 } 188 188 189 = pod189 =begin TML 190 190 191 191 ---++ initializeUserHandler( $loginName, $url, $pathInfo ) … … 212 212 } 213 213 214 = pod214 =begin TML 215 215 216 216 ---++ registrationHandler($web, $wikiName, $loginName ) … … 232 232 } 233 233 234 = pod234 =begin TML 235 235 236 236 ---++ commonTagsHandler($text, $topic, $web, $included, $meta ) … … 281 281 } 282 282 283 = pod283 =begin TML 284 284 285 285 ---++ beforeCommonTagsHandler($text, $topic, $web, $meta ) … … 311 311 } 312 312 313 = pod313 =begin TML 314 314 315 315 ---++ afterCommonTagsHandler($text, $topic, $web, $meta ) … … 338 338 } 339 339 340 = pod340 =begin TML 341 341 342 342 ---++ preRenderingHandler( $text, \%map ) … … 391 391 } 392 392 393 = pod393 =begin TML 394 394 395 395 ---++ postRenderingHandler( $text ) … … 411 411 } 412 412 413 = pod413 =begin TML 414 414 415 415 ---++ beforeEditHandler($text, $topic, $web ) … … 434 434 } 435 435 436 = pod436 =begin TML 437 437 438 438 ---++ afterEditHandler($text, $topic, $web, $meta ) … … 460 460 } 461 461 462 = pod462 =begin TML 463 463 464 464 ---++ beforeSaveHandler($text, $topic, $web, $meta ) … … 488 488 } 489 489 490 = pod490 =begin TML 491 491 492 492 ---++ afterSaveHandler($text, $topic, $web, $error, $meta ) … … 513 513 } 514 514 515 = pod515 =begin TML 516 516 517 517 ---++ afterRenameHandler( $oldWeb, $oldTopic, $oldAttachment, $newWeb, $newTopic, $newAttachment ) … … 538 538 } 539 539 540 = pod540 =begin TML 541 541 542 542 ---++ beforeAttachmentSaveHandler(\%attrHash, $topic, $web ) … … 563 563 } 564 564 565 = pod565 =begin TML 566 566 567 567 ---++ afterAttachmentSaveHandler(\%attrHash, $topic, $web, $error ) … … 586 586 } 587 587 588 = pod588 =begin TML 589 589 590 590 ---++ mergeHandler( $diff, $old, $new, \%info ) -> $text … … 635 635 } 636 636 637 = pod637 =begin TML 638 638 639 639 ---++ modifyHeaderHandler( \%headers, $query ) … … 662 662 } 663 663 664 = pod664 =begin TML 665 665 666 666 ---++ redirectCgiQueryHandler($query, $url ) … … 685 685 } 686 686 687 = pod687 =begin TML 688 688 689 689 ---++ renderFormFieldForEditHandler($name, $type, $size, $value, $attributes, $possibleValues) -> $html … … 717 717 } 718 718 719 = pod719 =begin TML 720 720 721 721 ---++ renderWikiWordHandler($linkText, $hasExplicitLinkLabel, $web, $topic) -> $linkText … … 739 739 } 740 740 741 = pod741 =begin TML 742 742 743 743 ---++ completePageHandler($html, $httpHeaders) … … 760 760 } 761 761 762 = pod762 =begin TML 763 763 764 764 ---++ restExample($session) -> $text
Note: See TracChangeset
for help on using the changeset viewer.
