I submitted this patch to the sourceforge mailman site so it can now be
found there. I also updated the patch so that it will now update every
template (not just the English version). For convenience the patch is
also below (and attached to keep the proper breaks in some of the
template files)...
Mark,
Thanks or the information. I'll make sure to go through process of
submitting this patch to the community site.
-Matt
Mark Sapiro wrote:
>Matt Ryanczak wrote:
>
>
>
>>I was asked to make the date for each message in a mailman archive be
>>visible in the index for that month. This re
Andrew,
Are you running mailman version 2.1.6? I you like, please send me a
copy of your HyperArch.py and I'll take a look at it. I did test this
patch out before sending it to the list so I know it works (well, at
least for me.
-Matt
On Mon, 2005-09-12 at 15:14 -0400, Andrew Smith wrote:
I was looking for a solution to put the date available in the archives.
I have completed the patch as described and get an error when I rebuild
my archives
- - -
File "/opt/mailman/Mailman/Archiver/HyperArch.py", line 1005, in
write_index_entry
datestr = self.get_header("datestr", article)
F
Matt Ryanczak wrote:
>I was asked to make the date for each message in a mailman archive be
>visible in the index for that month. This required that I modify
>HyperArch.py and the template file archidxentry.html. I thought others
>might find this useful so here are the relevant patches for the
>ma