View mixin for locating checkin messages in a container.
There are no implemented interfaces.
max_bookmarks
(type:
int
)
5
archive_url()
Return the URL for mailing list archives.
bookmarks()
Return a list of bookmarks from a cookie.
Each bookmark is expressed as a datetime object.
checkins(start=None, size=None)
Return a list of messages.
Returns the last size
checkin messages in self.context, newest
first, skipping the first start
messages.
count()
Return the number of checkin messages in the archive.
description()
Return the description of this archive.
placeBookmark()
Place a new bookmark after the latest message in a cookie.
renderCheckins(start=None, size=None)
Return a list of checkins rendered into HTML.
See `checkins` for description of parameters.
title()
Returns the title of this archive.
Title is obtained from Dublin Core metadata of the folder. If it is empty, "Zope 3 Checkins" is used.
There are no known subclasses.