http://hg.code.sf.net:8000/p/roundup/code/atom-log/tip/roundup/templates/extended/interfaces.py Mercurial Repository: p/roundup/code: roundup/templates/extended/interfaces.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
changed all config accesses... http://hg.code.sf.net:8000/p/roundup/code/#changeset-dce4c75bef5add5147a34c2ec8ba5a024d30144b Richard Jones richard@users.sourceforge.net 2002-01-14T02:20:15+00:00 2002-01-14T02:20:15+00:00
changeset dce4c75bef5a
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description changed all config accesses...

...so they access either the instance or the config attriubute on the
db. This means that all config is obtained from instance_config
instead of the mish-mash of classes. This will make switching to a
ConfigParser setup easier too, I hope.

At a minimum, this makes migration a _little_ easier (a lot easier in the
0.5.0 switch, I hope!)
files
ANONYMOUS_ACCESS -> ANONYMOUS_REGISTER http://hg.code.sf.net:8000/p/roundup/code/#changeset-00450ff9c4e7cdf9e1c2c013686df4ba7a1e55bc Richard Jones richard@users.sourceforge.net 2002-01-02T02:32:38+00:00 2002-01-02T02:32:38+00:00
changeset 00450ff9c4e7
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description ANONYMOUS_ACCESS -> ANONYMOUS_REGISTER
files
Features added: http://hg.code.sf.net:8000/p/roundup/code/#changeset-103f521810f772d38b1a1f68aece3d752ee7bcb0 Roche Compaan rochecompaan@users.sourceforge.net 2001-12-20T15:43:01+00:00 2001-12-20T15:43:01+00:00
changeset 103f521810f7
branch
bookmark
tag
user Roche Compaan <rochecompaan@users.sourceforge.net>
description Features added:

. Multilink properties are now displayed as comma separated values in
a textbox
. The add user link is now only visible to the admin user
. Modified the mail gateway to reject submissions from unknown
addresses if ANONYMOUS_ACCESS is denied
files
This config stuff is getting to be a real mess... http://hg.code.sf.net:8000/p/roundup/code/#changeset-aafe6980123d86aa2a04ead112bb35337fbcb7ed Richard Jones richard@users.sourceforge.net 2001-11-26T23:00:53+00:00 2001-11-26T23:00:53+00:00
changeset aafe6980123d
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description This config stuff is getting to be a real mess...
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
Pushed the base code for the extended schema CGI interface back... http://hg.code.sf.net:8000/p/roundup/code/#changeset-45e32247aa33459894a71d84bec030093b601bc0 Richard Jones richard@users.sourceforge.net 2001-10-09T07:38:58+00:00 2001-10-09T07:38:58+00:00
changeset 45e32247aa33
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description Pushed the base code for the extended schema CGI interface back...

...into the code cgi_client module so that future updates will be less
painful. Also removed a debugging print statement from cgi_client.
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
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
Even better (more useful) headings http://hg.code.sf.net:8000/p/roundup/code/#changeset-2c5135c902ff1d213a152d4caffbb15fc1880b26 Richard Jones richard@users.sourceforge.net 2001-08-02T00:43:06+00:00 2001-08-02T00:43:06+00:00
changeset 2c5135c902ff
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description Even better (more useful) headings
files
Made all the user-specific link names the same (My Foo) http://hg.code.sf.net:8000/p/roundup/code/#changeset-b6b79523be741b2cddc0ad39549fb063f820947f Richard Jones richard@users.sourceforge.net 2001-08-02T00:36:42+00:00 2001-08-02T00:36:42+00:00
changeset b6b79523be74
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description Made all the user-specific link names the same (My Foo)
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
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
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
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
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