Mix-in class to provide a veiw that shows hystorical changes
The display is similar to that used for undo, except that the transactions
are limited to those that effect the displayed object and that the
interface doesn't provide an undo capability.
This interface is generally only interesting for objects, such
as methods, and documents, that are self-contained, meaning that
they don't have persistent sub-objects.
Methods
|
|
manage_afterHistoryCopy
manage_beforeHistoryCopy
manage_change_history
manage_historicalComparison
manage_historyCompare
manage_historyCopy
|
|
manage_afterHistoryCopy
|
manage_afterHistoryCopy ( self )
|
|
manage_beforeHistoryCopy
|
manage_beforeHistoryCopy ( self )
|
|
manage_change_history
|
manage_change_history ( self )
|
|
manage_historicalComparison
|
manage_historicalComparison (
self,
REQUEST,
keys=[],
)
Compare two selected revisions
|
|
manage_historyCompare
|
manage_historyCompare (
self,
rev1,
rev2,
REQUEST,
historyComparisonResults='',
)
|
|
manage_historyCopy
|
manage_historyCopy (
self,
keys=[],
RESPONSE=None,
URL1=None,
)
Copy a selected revision to the present
|
|