http://hg.code.sf.net:8000/p/roundup/code/atom-log/tip/roundup/templates/extended/__init__.py Mercurial Repository: p/roundup/code: roundup/templates/extended/__init__.py history 2001-08-07T00:24:43+00:00 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
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
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
Split off the interfaces (CGI, mailgw) into a separate file from the DB stuff. http://hg.code.sf.net:8000/p/roundup/code/#changeset-bd7be96eb56dc535e860419813a0695e612409c1 Richard Jones richard@users.sourceforge.net 2001-07-23T23:16:01+00:00 2001-07-23T23:16:01+00:00
changeset bd7be96eb56d
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description Split off the interfaces (CGI, mailgw) into a separate file from the DB stuff.
files
split __init__.py into 2. dbinit and instance_config. http://hg.code.sf.net:8000/p/roundup/code/#changeset-41e49de57a85971e6c3f714c0a8b9b76fb69abe2 Anthony Baxter anthonybaxter@users.sourceforge.net 2001-07-23T04:33:21+00:00 2001-07-23T04:33:21+00:00
changeset 41e49de57a85
branch
bookmark
tag
user Anthony Baxter <anthonybaxter@users.sourceforge.net>
description split __init__.py into 2. dbinit and instance_config.
files
moved templates to proper location http://hg.code.sf.net:8000/p/roundup/code/#changeset-a3e119154b11680ff54d489a9d33a1267bb47d11 Anthony Baxter anthonybaxter@users.sourceforge.net 2001-07-23T03:50:47+00:00 2001-07-23T03:50:47+00:00
changeset a3e119154b11
branch
bookmark
tag
user Anthony Baxter <anthonybaxter@users.sourceforge.net>
description moved templates to proper location
files