http://hg.code.sf.net:8000/p/roundup/code/atom-log/tip/roundup/templates/extended/htmlbase.py Mercurial Repository: p/roundup/code: roundup/templates/extended/htmlbase.py history 2002-01-23T06:03:37+00:00 template changes http://hg.code.sf.net:8000/p/roundup/code/#changeset-8bce1a8b3814b9a8a4273781eaa9c259d5c87fd7 Richard Jones richard@users.sourceforge.net 2002-01-23T06:03:37+00:00 2002-01-23T06:03:37+00:00
changeset 8bce1a8b3814
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description template changes
files
fixes http://hg.code.sf.net:8000/p/roundup/code/#changeset-18d4051bdae7b52bf77dd81a423dd2c8a9d0e639 Richard Jones richard@users.sourceforge.net 2002-01-05T02:22:33+00:00 2002-01-05T02:22:33+00:00
changeset 18d4051bdae7
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description fixes
files
Better handling of new properties. http://hg.code.sf.net:8000/p/roundup/code/#changeset-d4b19c2ee7400ea00062bf60065e2a3e9dc6654d Richard Jones richard@users.sourceforge.net 2001-11-21T03:11:28+00:00 2001-11-21T03:11:28+00:00
changeset d4b19c2ee740
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description Better handling of new properties.
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
Added configuration for: http://hg.code.sf.net:8000/p/roundup/code/#changeset-c0ca7f35e0c56e8520aae84e851ef3e7dc25c771 Richard Jones richard@users.sourceforge.net 2001-10-22T03:25:01+00:00 2001-10-22T03:25:01+00:00
changeset c0ca7f35e0c5
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description Added configuration for:

. anonymous user access and registration (deny/allow)
. filter "widget" location on index page (top, bottom, both)

Updated some documentation.
files
Committed the changes to the templates for file indexes. http://hg.code.sf.net:8000/p/roundup/code/#changeset-72343138b660d1ef49724b29458fc49fc6de1753 Richard Jones richard@users.sourceforge.net 2001-10-21T11:42:15+00:00 2001-10-21T11:42:15+00:00
changeset 72343138b660
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description Committed the changes to the templates for file indexes.
files
Many features and fixes. http://hg.code.sf.net:8000/p/roundup/code/#changeset-a671e5917b33040322bad0aa31bcf55f2e908525 Richard Jones richard@users.sourceforge.net 2001-10-05T02:23:24+00:00 2001-10-05T02:23:24+00:00
changeset a671e5917b33
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description Many features and fixes.

. roundup-admin create now prompts for property info if none is supplied
on the command-line.
. hyperdb Class getprops() method may now return only the mutable
properties.
. Login now uses cookies, which makes it a whole lot more flexible. We can
now support anonymous user access (read-only, unless there's an
"anonymous" user, in which case write access is permitted). Login
handling has been moved into cgi_client.Client.main()
. The "extended" schema is now the default in roundup init.
. The schemas have had their page headings modified to cope with the new
login handling. Existing installations should copy the interfaces.py
file from the roundup lib directory to their instance home.
. Incorrectly had a Bizar Software copyright on the cgitb.py module from
Ping - has been removed.
. Fixed a whole bunch of places in the CGI interface where we should have
been returning Not Found instead of throwing an exception.
. Fixed a deviation from the spec: trying to modify the 'id' property of
an item now throws an exception.
files
*gak* ... xmp is Old Skool apparently. http://hg.code.sf.net:8000/p/roundup/code/#changeset-1d428068485c9c7b5cc63ab49fd1f74a35f31796 Richard Jones richard@users.sourceforge.net 2001-09-27T06:45:58+00:00 2001-09-27T06:45:58+00:00
changeset 1d428068485c
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description *gak* ... xmp is Old Skool apparently.

Am using pre again by have the option on the plain() template function
to escape the text for HTML.
files
Messages are now displayed with content... http://hg.code.sf.net:8000/p/roundup/code/#changeset-9d651a24d9d2cecd8a3e8a29494f6d87ac96813b Richard Jones richard@users.sourceforge.net 2001-09-27T06:36:42+00:00 2001-09-27T06:36:42+00:00
changeset 9d651a24d9d2
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description Messages are now displayed with content...

...and <xmp>xmp</xmp>'ed instead of pre'ed.
files
changes http://hg.code.sf.net:8000/p/roundup/code/#changeset-3e7a7b3b58e44a5d994bd88d9bb8cca96be8d848 Richard Jones richard@users.sourceforge.net 2001-08-02T00:27:58+00:00 2001-08-02T00:27:58+00:00
changeset 3e7a7b3b58e4
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description changes
files
Added "My Issues" and "My Support" to extended template. http://hg.code.sf.net:8000/p/roundup/code/#changeset-9cfab7f55df04cd1b0cf83b2f53dc215024877ce Richard Jones richard@users.sourceforge.net 2001-08-01T05:15:09+00:00 2001-08-01T05:15:09+00:00
changeset 9cfab7f55df0
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description Added "My Issues" and "My Support" to extended template.
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
updated htmlbases http://hg.code.sf.net:8000/p/roundup/code/#changeset-1e5d958298514b398b2c6c259433c2ce9b74c9a3 Richard Jones richard@users.sourceforge.net 2001-07-30T02:38:49+00:00 2001-07-30T02:38:49+00:00
changeset 1e5d95829851
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description updated htmlbases
files
Big changes: http://hg.code.sf.net:8000/p/roundup/code/#changeset-b0c4ac63c6edace96998ada8fb47a5f33401f0a2 Richard Jones richard@users.sourceforge.net 2001-07-30T01:26:59+00:00 2001-07-30T01:26:59+00:00
changeset b0c4ac63c6ed
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description Big changes:

. split off the support priority into its own class
. added "new support, new user" to the page head
. fixed the display options for the heading links
files
changes http://hg.code.sf.net:8000/p/roundup/code/#changeset-72de483388e328799c560a8c13abbb32d7492173 Richard Jones richard@users.sourceforge.net 2001-07-29T23:34:38+00:00 2001-07-29T23:34:38+00:00
changeset 72de483388e3
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description changes
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