(1 vs. 3) TWikiStoreRcsWrapDotPm < TWiki < TWiki

Home - this site is powered by TWiki(R)
TWiki  TWikiStoreRcsWrapDotPm (1 vs. 3)

Welcome | Register | Changes | Topics | Index | Search | Go

 <<O>>  Difference Topic TWikiStoreRcsWrapDotPm (3 - 2008-01-22 - TWikiContributor)
 

Package =TWiki::Store::RcsWrap

Deleted:
<
<
extends TWiki::Store::RcsFile
 
Deleted:
<
<
 This package does not publish any methods. It implements the virtual methods of the TWiki::Store::RcsFile superclass.

Wrapper around the RCS commands required by TWiki. There is one of these object for each file stored under RCS.

Changed:
<
<

ObjectMethod *finish

Complete processing after the client's HTTP request has been responded
>
>

ObjectMethod finish ()

Break circular references.
Deleted:
<
<
to.
  1. breaking circular references to allow garbage collection in persistent environments
 

StaticMethod *parseRevisionDiff ($text) -> \@diffArray

Description: parse the text into an array of diff cells
#Description: unlike Algorithm::Diff I concatinate lines of the same diffType that are sqential (this might be something that should be left up to the renderer)
Parameter: $text currently unified or rcsdiff format
Return: \@diffArray reference to an array of [ diffType, $right, $left ]
TODO: move into RcsFile and add indirection in Store


 <<O>>  Difference Topic TWikiStoreRcsWrapDotPm (2 - 2006-06-25 - TWikiContributor)
 

Package =TWiki::Store::RcsWrap

extends TWiki::Store::RcsFile

This package does not publish any methods. It implements the virtual methods of the TWiki::Store::RcsFile superclass.

Wrapper around the RCS commands required by TWiki. There is one of these object for each file stored under RCS.

Added:
>
>

ObjectMethod *finish

Complete processing after the client's HTTP request has been responded to.
  1. breaking circular references to allow garbage collection in persistent environments

 

StaticMethod *parseRevisionDiff ($text) -> \@diffArray

Description: parse the text into an array of diff cells
#Description: unlike Algorithm::Diff I concatinate lines of the same diffType that are sqential (this might be something that should be left up to the renderer)
Parameter: $text currently unified or rcsdiff format
Return: \@diffArray reference to an array of [ diffType, $right, $left ]
TODO: move into RcsFile and add indirection in Store


 <<O>>  Difference Topic TWikiStoreRcsWrapDotPm (1 - 2006-02-01 - TWikiContributor)
 

Package =TWiki::Store::RcsWrap

extends TWiki::Store::RcsFile

This package does not publish any methods. It implements the virtual methods of the TWiki::Store::RcsFile superclass.

Wrapper around the RCS commands required by TWiki. There is one of these object for each file stored under RCS.

StaticMethod *parseRevisionDiff ($text) -> \@diffArray

Description: parse the text into an array of diff cells
#Description: unlike Algorithm::Diff I concatinate lines of the same diffType that are sqential (this might be something that should be left up to the renderer)
Parameter: $text currently unified or rcsdiff format
Return: \@diffArray reference to an array of [ diffType, $right, $left ]
TODO: move into RcsFile and add indirection in Store


View | History: r3 < r2 < r1 | More

This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 1999-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback
Note: Please contribute updates to this topic on TWiki.org at TWiki:TWiki.TWikiStoreRcsWrapDotPm.

Revision r3 - 2008-01-22 - 03:21:33 - TWikiContributor Edit

(%REVTITLE2% vs. %REVTITLE1%) TWikiStoreRcsWrapDotPm < TWiki < TWiki