[ZCM] [ZC] 1770/ 8 Resolve "Restructured text with single subtitle
does not render"
Collector: Zope Bugs, Features,
and Patches ...
zope-coders-admin at zope.org
Wed Aug 3 04:08:01 EDT 2005
Issue #1770 Update (Resolve) "Restructured text with single subtitle does not render"
Status Resolved, Zope/bug medium
To followup, visit:
http://www.zope.org/Collectors/Zope/1770
==============================================================
= Resolve - Entry #8 by ajung on Aug 3, 2005 4:08 am
Status: Pending => Resolved
________________________________________
= Comment - Entry #7 by gotcha on Jun 11, 2005 4:49 am
The revision is 30722.
Sorry I did not know about this practice.
I just checked the email registered for my user on zope.org and found out I had not changed it a few years ago when I changed address. I suppose this is the cause of the missing posts on the checkin mailing list.
________________________________________
= Comment - Entry #6 by efge on Jun 10, 2005 8:40 am
Maybe Godefroid is not subscribed to the checkins mailing-list under the email the list expects?
Anyway, could you **please** put the revision here in the collector when fixing a bug?
________________________________________
= Comment - Entry #5 by gotcha on Jun 10, 2005 4:26 am
I also saw no checkin messages.
I sent a mail to zope-checkins owner as it already happened during the Five integration sprint.
________________________________________
= Comment - Entry #4 by ajung on Jun 9, 2005 10:44 pm
I wonder why I don't see any checkin messages on the mailing list
________________________________________
= Comment - Entry #3 by gotcha on Jun 9, 2005 3:47 pm
fix plus test checked in before 2.8.0
(I do not have permissions to close this item)
________________________________________
= Comment - Entry #2 by gotcha on May 3, 2005 11:03 am
header = '<h%(level)s class="title">%(title)s</h%(level)s>\n' % {
'level': initial_header_level,
'title': parts['title'],
}
subheader = '<h%(level)s class="subtitle">%(subtitle)s</h%(level)s>\n' % {
'level': initial_header_level+1,
'subtitle': parts['subtitle'],
}
body = '%(docinfo)s%(body)s' % {
'docinfo': parts['docinfo'],
'body': parts['body'],
}
output = ''
if parts['title']:
output = output + header
if parts['subtitle']:
output = output + subheader
output = output + body
The code hereabove should replace lines 136-149 of reStructuredText/__init__.py
________________________________________
= Request - Entry #1 by gotcha on May 3, 2005 10:58 am
title
-----
subtitle
++++++++
text
The rest input hereabove gets outputted without the subtitle.
==============================================================
More information about the Zope-Collector-Monitor
mailing list