[Zope] Squishdot upgrade HELP- screwy max posts behaviour
albert boulanger
aboulang@ldeo.columbia.edu
Thu, 10 Aug 2000 09:36:28 -0400 (EDT)
AFAIK, item_list(used on the main page) returns the following:
- all the articles (not only those from the current day), if
their number is less than a third of self.max_itemlist
- A number of articles equal to a third of self.max_itemlist, even
if some came from yesterday
- or, a list of articles from the specified date, limited to at
most self.max_itemlist articles.
Nice, huh?!
It would be nice is that ratio is a property that can be set.
Also for an application that I am working on if all the attachments
for postings go to a central table that can be displayed.
Regards,
Albert