* src/plugins/WebPage.py (WebReportDialog.get_report_generations):
Disable number of generations (was not used anyway). svn: r1961
This commit is contained in:
parent
cdc5c5e784
commit
4ce0bd7242
@ -5,6 +5,8 @@
|
|||||||
Four new filters: ancestors and descendants more and less than so many
|
Four new filters: ancestors and descendants more and less than so many
|
||||||
generations away.
|
generations away.
|
||||||
* NEWS: Compile preliminary contents for the next release.
|
* NEWS: Compile preliminary contents for the next release.
|
||||||
|
* src/plugins/WebPage.py (WebReportDialog.get_report_generations):
|
||||||
|
Disable number of generations (was not used anyway).
|
||||||
|
|
||||||
2003-08-02 Alex Roitman <shura@alex.neuro.umn.edu>
|
2003-08-02 Alex Roitman <shura@alex.neuro.umn.edu>
|
||||||
* src/dialog.glade: Consistent tooltips.
|
* src/dialog.glade: Consistent tooltips.
|
||||||
|
@ -82,7 +82,7 @@ def by_date(a,b):
|
|||||||
#------------------------------------------------------------------------
|
#------------------------------------------------------------------------
|
||||||
class HtmlLinkDoc(HtmlDoc.HtmlDoc):
|
class HtmlLinkDoc(HtmlDoc.HtmlDoc):
|
||||||
"""
|
"""
|
||||||
Version of the HtmlDoc class the provides the ability to create a link
|
Version of the HtmlDoc class that provides the ability to create a link
|
||||||
"""
|
"""
|
||||||
def write_linktarget(self,path):
|
def write_linktarget(self,path):
|
||||||
self.f.write('<A NAME="%s"></A>' % path)
|
self.f.write('<A NAME="%s"></A>' % path)
|
||||||
@ -946,8 +946,8 @@ class WebReportDialog(Report.ReportDialog):
|
|||||||
return "webpage.xml"
|
return "webpage.xml"
|
||||||
|
|
||||||
def get_report_generations(self):
|
def get_report_generations(self):
|
||||||
"""Default to ten generations, no page break box."""
|
"""No generations, no page break box."""
|
||||||
return (10, 0)
|
return (0, 0)
|
||||||
|
|
||||||
def get_report_filters(self):
|
def get_report_filters(self):
|
||||||
"""Set up the list of possible content filters."""
|
"""Set up the list of possible content filters."""
|
||||||
|
Loading…
Reference in New Issue
Block a user