http://hg.code.sf.net:8000/p/roundup/code/atom-log/tip/roundup/templates/classic/__init__.py Mercurial Repository: p/roundup/code: roundup/templates/classic/__init__.py history 2002-09-09T23:55:29+00:00 instance_config -> config, and other related cleanups http://hg.code.sf.net:8000/p/roundup/code/#changeset-04a6b3bfbf233067baea910b97f1bc295f637761 Richard Jones richard@users.sourceforge.net 2002-09-09T23:55:29+00:00 2002-09-09T23:55:29+00:00
changeset 04a6b3bfbf23
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description instance_config -> config, and other related cleanups
files
Fixed instance installation http://hg.code.sf.net:8000/p/roundup/code/#changeset-cf72eae57a2cb23066300d51e30be49cbf3cb7c2 Richard Jones richard@users.sourceforge.net 2002-09-05T23:39:14+00:00 2002-09-05T23:39:14+00:00
changeset cf72eae57a2c
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description Fixed instance installation

... moved the htmlbase module into templates and call it
<template>_htmlbase.py ... no more try/except in instance __init__!

Added :required to form handling.

Handle multiple values for single form items with decent error report.
files
[config-0-4-0-branch] I've re-worked the config structure a little so it's simpler http://hg.code.sf.net:8000/p/roundup/code/#changeset-13719594278b25bbb60d88e44b182cbbd9da05f5 Richard Jones richard@users.sourceforge.net 2002-02-06T07:11:13+00:00 2002-02-06T07:11:13+00:00
changeset 13719594278b
branch config-0-4-0-branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description I've re-worked the config structure a little so it's simpler

(one less file) and added a unit test so we can be sure it's working.
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
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
Adding the classic template http://hg.code.sf.net:8000/p/roundup/code/#changeset-6ff85bc2dd56da89bb228e53a654fe6f976c3bb2 Richard Jones richard@users.sourceforge.net 2001-07-23T23:29:10+00:00 2001-07-23T23:29:10+00:00
changeset 6ff85bc2dd56
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description Adding the classic template
files