Code

. display links a html link in history.
[roundup.git] / roundup / htmltemplate.py
2002-01-17 grubert . display links a html link in history.
2002-01-15 richard#502949 ] index view for non-issues and redisplay
2002-01-14 richardreverted the change that had plain() hyperlinking the...
2002-01-14 richard . plain rendering of links in the htmltemplate now...
2002-01-14 richard . #502953 ] nosy-like treatment of other multilinks
2002-01-14 richardThe submit buttons need a name attribute or mozilla...
2002-01-14 richardHow about that ... date fields have never worked ...
2002-01-14 richard . changed all config accesses so they access either...
2002-01-10 grubertIn do_history: replace "." in date by " " so html wraps...
2002-01-05 richardI18N'ification
2001-12-20 rochecompaanFeatures added:
2001-12-20 rochecompaanBugs fixed:
2001-11-26 richardFeature:
2001-11-24 jhermann"except:" is bad, bad , bad!
2001-11-22 jhermannAdded module docstrings to all modules.
2001-11-21 jhermannAdded globbing for win32, and sample marking in a 2nd...
2001-11-21 richard*sigh* more missing value handling
2001-11-21 richardmore new property handling
2001-11-15 richard . missing "return" in filter_section (thanks Roch...
2001-11-03 richardMore HTML compliance fixes. This will probably fix...
2001-11-03 richardAhah! Fixed the lynx problem - there was a hidden input...
2001-10-31 richardAdded the wrap="hard" attribute to the textarea of...
2001-10-31 richardAdded do_stext to htmltemplate, thanks Brad Clements.
2001-10-28 richardFixed ENOENT/WindowsError thing, thanks Juergen Hermann
2001-10-24 richardRemoved the "infinite authentication loop", thanks...
2001-10-23 richardBugfix in filter "widget" placement, thanks Roch'e
2001-10-23 richardRe-enabled login and registration access after lopping...
2001-10-22 richardAdded configuration for:
2001-10-21 richardfeature #473127: Filenames. I modified the file.index...
2001-10-21 richardbug #473124: UI inconsistency with Link fields.
2001-10-21 richardCGI interface view customisation section may now be...
2001-10-21 richardFixed Checklist function - wasn't always working on...
2001-10-20 richardFixed grouping of non-str properties (thanks Roch'e...
2001-10-14 richardHandle empty strings in HTML template Link function
2001-10-09 richardAdded the Password property type. See "pydoc roundup...
2001-09-27 richard*gak* ... xmp is Old Skool apparently. Am using pre...
2001-09-10 richardFixed bug in the generation of links to Link/Multilink...
2001-08-30 richardFixed missing import in mailgw :(
2001-08-16 richardbetter CGI text searching - but hidden filter fields...
2001-08-15 richardFixed some isFooTypes that I missed.
2001-08-12 richardusing isinstance(blah, Foo) now instead of isFooType
2001-08-07 richardstupid typo
2001-08-07 richardAdded the copyright/license notice to (nearly) all...
2001-08-01 richardChecklist was using wrong name.
2001-07-30 richardAdded time logging and file uploading to the templates.
2001-07-30 richardFeatures:
2001-07-30 richardTemporary measure until we have decent schema migration.
2001-07-30 richardHandles new node display now.
2001-07-29 richardoops
2001-07-29 richardFixed sorting by clicking on column headings.
2001-07-29 richardFixed handling of passed-in values in form elements...
2001-07-29 richardAdded vim command to all source so that we don't get...
2001-07-29 richardCleanup of the link label generation.
2001-07-29 richardFixed problem in link display when Link value is None.
2001-07-28 richardfixed use of stylesheet
2001-07-28 richardReplaced errno integers with their module values.
2001-07-25 richardHrm - displaying links to classes that don't specify...
2001-07-22 richardFinal commit of Grande Splite
2001-07-22 richardMore Grande Splite