http://hg.code.sf.net:8000/p/roundup/code/atom-log/tip/test/test_htmltemplate.py Mercurial Repository: p/roundup/code: test/test_htmltemplate.py history 2002-09-10T00:19:55+00:00 removed Log http://hg.code.sf.net:8000/p/roundup/code/#changeset-9b910e8d987d9c68848931f69cc57243f04e6dee Richard Jones richard@users.sourceforge.net 2002-09-10T00:19:55+00:00 2002-09-10T00:19:55+00:00
changeset 9b910e8d987d
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description removed Log
files
Use a real parser for templates. http://hg.code.sf.net:8000/p/roundup/code/#changeset-fdcf16b444a9f7bcf7c9929d0eec0a24b61882be Gordon B. McMillan gmcm@users.sourceforge.net 2002-08-13T20:16:10+00:00 2002-08-13T20:16:10+00:00
changeset fdcf16b444a9
branch
bookmark
tag
user Gordon B. McMillan <gmcm@users.sourceforge.net>
description Use a real parser for templates.

Rewrite htmltemplate to use the parser (hack, hack).
Move the "do_XXX" methods to template_funcs.py.
Redo the funcion tests (but not Template tests - they're hopeless).
Simplified query form in cgi_client.
Ability to delete msgs, files, queries.
Ability to edit the metadata on files.
files
Very close now. The cgi and mailgw now use the new security API. http://hg.code.sf.net:8000/p/roundup/code/#changeset-502a5ae11cc5a505d121a615d604b86dd80018a0 Richard Jones richard@users.sourceforge.net 2002-07-26T08:27:00+00:00 2002-07-26T08:27:00+00:00
changeset 502a5ae11cc5
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description Very close now. The cgi and mailgw now use the new security API.

The two templates have been migrated to that setup. Lots of unit
tests. Still some issue in the web form for editing Roles assigned to
users.
files
Bugger it. Here's the current shape of the new security implementation. http://hg.code.sf.net:8000/p/roundup/code/#changeset-b0d3d353599811ad292bd520c5b680ba6d0cc0c7 Richard Jones richard@users.sourceforge.net 2002-07-25T07:14:06+00:00 2002-07-25T07:14:06+00:00
changeset b0d3d3535998
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description Bugger it. Here's the current shape of the new security implementation.

Still to do:
. call the security funcs from cgi and mailgw
. change shipped templates to include correct initialisation and remove
the old config vars
... that seems like a lot. The bulk of the work has been done though. Honest :)
files
Unit tests and a few fixes. http://hg.code.sf.net:8000/p/roundup/code/#changeset-a568596dbea7de37d0720f6248ee7e11c147986b Richard Jones richard@users.sourceforge.net 2002-07-18T23:07:08+00:00 2002-07-18T23:07:08+00:00
changeset a568596dbea7
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description Unit tests and a few fixes.
files
added email display function http://hg.code.sf.net:8000/p/roundup/code/#changeset-37ce3f2e05b259eb8260636fc267f1005fa55b35 Richard Jones richard@users.sourceforge.net 2002-07-09T05:20:09+00:00 2002-07-09T05:20:09+00:00
changeset 37ce3f2e05b2
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description added email display function

mangles email addrs so they're not so easily scraped from the web
files
Fixed unit test support class so the tests ran again. http://hg.code.sf.net:8000/p/roundup/code/#changeset-9a17342a9e04310282608a82a2260ea2e62c4f5b Richard Jones richard@users.sourceforge.net 2002-07-08T06:39:00+00:00 2002-07-08T06:39:00+00:00
changeset 9a17342a9e04
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description Fixed unit test support class so the tests ran again.
files
ehem and the unit test http://hg.code.sf.net:8000/p/roundup/code/#changeset-431c3f9c8ac93d0510ecd1dbe725b9f067138114 Richard Jones richard@users.sourceforge.net 2002-05-15T06:37:31+00:00 2002-05-15T06:37:31+00:00
changeset 431c3f9c8ac9
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description ehem and the unit test
files
[search_indexing-0-4-2-branch] Brought search_indexing-branch up to date with latest changes in HEAD. http://hg.code.sf.net:8000/p/roundup/code/#changeset-54333751e98d293a7fb82fb7587fabb2b4d11a49 Roche Compaan rochecompaan@users.sourceforge.net 2002-05-02T13:09:11+00:00 2002-05-02T13:09:11+00:00
changeset 54333751e98d
branch search_indexing-0-4-2-branch
bookmark
tag
user Roche Compaan <rochecompaan@users.sourceforge.net>
description Brought search_indexing-branch up to date with latest changes in HEAD.
files
Fixed serialisation problem... http://hg.code.sf.net:8000/p/roundup/code/#changeset-bc46480e2a2b94569bb1d3ce3bb2f295dcc794cb Richard Jones richard@users.sourceforge.net 2002-04-03T05:54:31+00:00 2002-04-03T05:54:31+00:00
changeset bc46480e2a2b
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description Fixed serialisation problem...

...by moving the serialisation step out of the hyperdb.Class (get,
set) into the hyperdb.Database.

Also fixed htmltemplate after the showid changes I made yesterday.

Unit tests for all of the above written.
files
Fixed display of mutlilink properties... http://hg.code.sf.net:8000/p/roundup/code/#changeset-d92e06a3a56ec1082d041feba5dbda0523400b23 Roche Compaan rochecompaan@users.sourceforge.net 2002-03-29T19:41:48+00:00 2002-03-29T19:41:48+00:00
changeset d92e06a3a56e
branch
bookmark
tag
user Roche Compaan <rochecompaan@users.sourceforge.net>
description Fixed display of mutlilink properties...

...when using the template functions, menu and plain.
files
fixed some problems in date calculations http://hg.code.sf.net:8000/p/roundup/code/#changeset-7dd13fd5d8eaa25d1768dc326350cf020b2aad2a Richard Jones richard@users.sourceforge.net 2002-02-21T23:11:45+00:00 2002-02-21T23:11:45+00:00
changeset 7dd13fd5d8ea
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description fixed some problems in date calculations

(calendar.py doesn't handle over- and under-flow). Also,
hour/minute/second intervals may now be more than 99 each.
files
Added popup help for classes using the classhelp html template function. http://hg.code.sf.net:8000/p/roundup/code/#changeset-3d61b5d2243eac2ee57b5292dc1cc09015d3d4dc Richard Jones richard@users.sourceforge.net 2002-02-21T06:57:39+00:00 2002-02-21T06:57:39+00:00
changeset 3d61b5d2243e
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description Added popup help for classes using the classhelp html template function.

- add <display call="classhelp('priority', 'id,name,description')">
to an item page, and it generates a link to a popup window which displays
the id, name and description for the priority class. The description
field won't exist in most installations, but it will be added to the
default templates.
files
Alternate email addresses are now available for users. http://hg.code.sf.net:8000/p/roundup/code/#changeset-edd210915e64e3a63a1cb2ac8e5447393b0e635a Richard Jones richard@users.sourceforge.net 2002-02-15T07:08:45+00:00 2002-02-15T07:08:45+00:00
changeset edd210915e64
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description Alternate email addresses are now available for users.

See the MIGRATION file for info on how to activate the feature.
files
[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
[config-0-4-0-branch] [[Metadata associated with this commit was garbled during conversion from CVS http://hg.code.sf.net:8000/p/roundup/code/#changeset-912029653c1cbb23e14007374af28c3a77f679d1 No Author no-author@users.sourceforge.net 2002-02-06T03:47:17+00:00 2002-02-06T03:47:17+00:00
changeset 912029653c1c
branch config-0-4-0-branch
bookmark
tag
user No Author <no-author@users.sourceforge.net>
description [[Metadata associated with this commit was garbled during conversion from CVS
to Subversion. The actual author of these changes was probably either Richard
Jones or Titus Brown.]]
files
[SF#511586] unittest FAIL: testReldate_date http://hg.code.sf.net:8000/p/roundup/code/#changeset-a4c32558d345e10617c1f2a655b549d41910357a Richard Jones richard@users.sourceforge.net 2002-02-06T03:47:16+00:00 2002-02-06T03:47:16+00:00
changeset a4c32558d345
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description [SF#511586] unittest FAIL: testReldate_date
files
Proper fix for failing test http://hg.code.sf.net:8000/p/roundup/code/#changeset-50fcb1357967575709092bc96f75b181b761bab1 Jürgen Hermann jhermann@users.sourceforge.net 2002-01-23T20:09:41+00:00 2002-01-23T20:09:41+00:00
changeset 50fcb1357967
branch
bookmark
tag
user Jürgen Hermann <jhermann@users.sourceforge.net>
description Proper fix for failing test
files
more HTML template cleanup and unit tests http://hg.code.sf.net:8000/p/roundup/code/#changeset-334ae707ebfc0a00c5845bf3d9151d283fe4dbcd Richard Jones richard@users.sourceforge.net 2002-01-23T05:47:57+00:00 2002-01-23T05:47:57+00:00
changeset 334ae707ebfc
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description more HTML template cleanup and unit tests
files
More HTML template cleanup and unit tests. http://hg.code.sf.net:8000/p/roundup/code/#changeset-f98f37697f4c4a37ee42f93a1ff16b831fa6f92a Richard Jones richard@users.sourceforge.net 2002-01-23T05:10:28+00:00 2002-01-23T05:10:28+00:00
changeset f98f37697f4c
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description More HTML template cleanup and unit tests.

- download() now implemented correctly, replacing link(is_download=1)
[fixed in the templates, but link(is_download=1) will still work
for existing templates]
files
more htmltemplate cleanups and unit tests http://hg.code.sf.net:8000/p/roundup/code/#changeset-d41d9451117059dac2af4dc04d4e6be14b801191 Richard Jones richard@users.sourceforge.net 2002-01-22T22:46:22+00:00 2002-01-22T22:46:22+00:00
changeset d41d94511170
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description more htmltemplate cleanups and unit tests
files
more htmltemplate tests and cleanup http://hg.code.sf.net:8000/p/roundup/code/#changeset-c7ead967db85777105cf3b5fb48a0684c8e2e0b4 Richard Jones richard@users.sourceforge.net 2002-01-22T06:35:40+00:00 2002-01-22T06:35:40+00:00
changeset c7ead967db85
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description more htmltemplate tests and cleanup
files
Wrote more unit tests for htmltemplate... http://hg.code.sf.net:8000/p/roundup/code/#changeset-0f58d6a35a8b6dcdad07872c6f12489d266966ca Richard Jones richard@users.sourceforge.net 2002-01-22T00:12:07+00:00 2002-01-22T00:12:07+00:00
changeset 0f58d6a35a8b
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description Wrote more unit tests for htmltemplate...

...and while I was at it, I polished off the implementation of some of
the functions so they behave sanely.
files
New tests for htmltemplate (well, it's a beginning) http://hg.code.sf.net:8000/p/roundup/code/#changeset-13df980755fa4255f4297981678d9ca163827ddc Richard Jones richard@users.sourceforge.net 2002-01-21T11:05:48+00:00 2002-01-21T11:05:48+00:00
changeset 13df980755fa
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description New tests for htmltemplate (well, it's a beginning)
files