http://hg.code.sf.net:8000/p/roundup/code/atom-log/tip/roundup/templatebuilder.py Mercurial Repository: p/roundup/code: roundup/templatebuilder.py history 2002-02-06T04:05:55+00:00 [config-0-4-0-branch] Brought the config branch up to date with HEAD http://hg.code.sf.net:8000/p/roundup/code/#changeset-c242455d9b46966106f9d326e8fe7e8e69cfb519 Richard Jones richard@users.sourceforge.net 2002-02-06T04:05:55+00:00 2002-02-06T04:05:55+00:00
changeset c242455d9b46
branch config-0-4-0-branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description Brought the config branch up to date with HEAD
files
makeHtmlBase: re.sub under python 2.2 didn't replace '.', string.replace does. http://hg.code.sf.net:8000/p/roundup/code/#changeset-b55fb6d88a0d920879766116f50d1d4db184995b Engelbert Gruber grubert@users.sourceforge.net 2002-02-05T09:59:05+00:00 2002-02-05T09:59:05+00:00
changeset b55fb6d88a0d
branch
bookmark
tag
user Engelbert Gruber <grubert@users.sourceforge.net>
description makeHtmlBase: re.sub under python 2.2 didn't replace '.', string.replace does.
files
Added module docstrings to all modules. http://hg.code.sf.net:8000/p/roundup/code/#changeset-bdc2ea127ae98b54ad36e88fa7676ad97749aa3a Jürgen Hermann jhermann@users.sourceforge.net 2001-11-22T15:46:42+00:00 2001-11-22T15:46:42+00:00
changeset bdc2ea127ae9
branch
bookmark
tag
user Jürgen Hermann <jhermann@users.sourceforge.net>
description Added module docstrings to all modules.
files
users may attach files to issues (and support in ext) through the web now http://hg.code.sf.net:8000/p/roundup/code/#changeset-a74ea8489896c7894f4751e9b4828d777337d185 Richard Jones richard@users.sourceforge.net 2001-11-14T21:35:22+00:00 2001-11-14T21:35:22+00:00
changeset a74ea8489896
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description users may attach files to issues (and support in ext) through the web now
files
stupid typo http://hg.code.sf.net:8000/p/roundup/code/#changeset-18134bffab37adb31b9748bde68b0d2f890b6d1e Richard Jones richard@users.sourceforge.net 2001-08-07T00:24:43+00:00 2001-08-07T00:24:43+00:00
changeset 18134bffab37
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description stupid typo
files
Added the copyright/license notice to (nearly) all files... http://hg.code.sf.net:8000/p/roundup/code/#changeset-d45384bc6420d1fe5aa6252310d04956315bdd69 Richard Jones richard@users.sourceforge.net 2001-08-07T00:15:51+00:00 2001-08-07T00:15:51+00:00
changeset d45384bc6420
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description Added the copyright/license notice to (nearly) all files...

...at request of Bizar Software.
files
htmlbase doesn't have extraneous $Foo$ in it any more http://hg.code.sf.net:8000/p/roundup/code/#changeset-2775f67270703b0d6e9ce55037ce573183ae3dbf Richard Jones richard@users.sourceforge.net 2001-08-01T05:06:10+00:00 2001-08-01T05:06:10+00:00
changeset 2775f6727070
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description htmlbase doesn't have extraneous $Foo$ in it any more
files
Added time logging and file uploading to the templates. http://hg.code.sf.net:8000/p/roundup/code/#changeset-a49c8a2ddd261c5efe3c71b68f50562eb11a58eb Richard Jones richard@users.sourceforge.net 2001-07-30T08:12:17+00:00 2001-07-30T08:12:17+00:00
changeset a49c8a2ddd26
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description Added time logging and file uploading to the templates.
files
Hrm - had IOError instead of OSError. Not sure why there's two. Ho hum. http://hg.code.sf.net:8000/p/roundup/code/#changeset-16fdc86183fe8a80c279ae0eaa66fad1835b89fe Richard Jones richard@users.sourceforge.net 2001-07-30T00:06:52+00:00 2001-07-30T00:06:52+00:00
changeset 16fdc86183fe
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description Hrm - had IOError instead of OSError. Not sure why there's two. Ho hum.
files
Added vim command to all source so that we don't get no steenkin' tabs :) http://hg.code.sf.net:8000/p/roundup/code/#changeset-0791d13baea72ae994dbc9229f0f8603e0440a6d Richard Jones richard@users.sourceforge.net 2001-07-29T07:01:39+00:00 2001-07-29T07:01:39+00:00
changeset 0791d13baea7
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description Added vim command to all source so that we don't get no steenkin' tabs :)
files
commented out print http://hg.code.sf.net:8000/p/roundup/code/#changeset-caca379e12d35754a1555284104e572aaf566ed9 Richard Jones richard@users.sourceforge.net 2001-07-28T08:02:45+00:00 2001-07-28T08:02:45+00:00
changeset caca379e12d3
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description commented out print
files
Replaced errno integers with their module values. http://hg.code.sf.net:8000/p/roundup/code/#changeset-2ab86442799aa9daada350b0d6e6b330d7116a5a Richard Jones richard@users.sourceforge.net 2001-07-28T07:59:53+00:00 2001-07-28T07:59:53+00:00
changeset 2ab86442799a
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description Replaced errno integers with their module values.

De-tabbed templatebuilder.py
files
Fixed some problems with installation. http://hg.code.sf.net:8000/p/roundup/code/#changeset-0b250446cf8b8bd36d1ca2fd60edc91aa96225dd Richard Jones richard@users.sourceforge.net 2001-07-28T00:31:10+00:00 2001-07-28T00:31:10+00:00
changeset 0b250446cf8b
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description Fixed some problems with installation.
files
oops. Html. http://hg.code.sf.net:8000/p/roundup/code/#changeset-0eed07d99b989522ffc3bb78cdc08d8b5aff1404 Anthony Baxter anthonybaxter@users.sourceforge.net 2001-07-24T10:54:11+00:00 2001-07-24T10:54:11+00:00
changeset 0eed07d99b98
branch
bookmark
tag
user Anthony Baxter <anthonybaxter@users.sourceforge.net>
description oops. Html.
files
Added templatebuilder module. http://hg.code.sf.net:8000/p/roundup/code/#changeset-5e71aaa87e5bca1e82ec78e6577ac55b3ea033f4 Anthony Baxter anthonybaxter@users.sourceforge.net 2001-07-24T10:46:22+00:00 2001-07-24T10:46:22+00:00
changeset 5e71aaa87e5b
branch
bookmark
tag
user Anthony Baxter <anthonybaxter@users.sourceforge.net>
description Added templatebuilder module.

two functions - one to pack up the html base, one to unpack it. Packed
up the two standard templates into htmlbases. Modified __init__ to
install them.

__init__.py magic was needed for the rather high levels of wierd import magic.
Reducing level of import magic == (good, future)
files