Code

Merged search_indexing-branch with HEAD
[roundup.git] / roundup / htmltemplate.py
2002-05-25 rochecompaanMerged search_indexing-branch with HEAD
2002-05-15 richardforgot to fix the templating for last change
2002-04-24 rochecompaanSorting was applied to all nodes of the MultiLink class...
2002-04-03 richardFix for date properties as labels.
2002-04-03 richardFixed serialisation problem by moving the serialisation...
2002-04-02 richard . link() htmltemplate function now has a "showid"...
2002-03-29 rochecompaan . Fixed display of mutlilink properties when using...
2002-02-27 richardRan it through pychecker, made fixes
2002-02-21 richard . fixed some problems in date calculations (calendar...
2002-02-21 richarddocco
2002-02-21 richard... and label, width and height control for extra flavour!
2002-02-21 richard . Added popup help for classes using the classhelp...
2002-02-21 richard*** empty log message ***
2002-02-20 richard . Added simple editing for classes that don't define...
2002-02-16 richardoops
2002-02-16 richard . #517906 ] Attribute order in "View customisation"
2002-02-16 richard . #516854 ] "My Issues" and redisplay
2002-02-15 richard . Alternate email addresses are now available for...
2002-02-14 richard. All forms now have "double-submit" protection when...
2002-01-23 richardreal (non-string, duh) sorting of lists by node id
2002-01-23 richardmore HTML template cleanup and unit tests
2002-01-23 richardMore HTML template cleanup and unit tests.
2002-01-22 richard . htmltemplate list() wasn't sorting...
2002-01-22 richardmore htmltemplate cleanups and unit tests
2002-01-22 richardmore htmltemplate tests and cleanup
2002-01-22 richardWrote more unit tests for htmltemplate, and while I...
2002-01-21 richardoops
2002-01-21 richardFixed up the HTML display of history so valid links...
2002-01-18 grubert . add nowrap to history table date cell i.e. <td nowra...
2002-01-17 richard . much nicer history display (actualy real handling...
2002-01-17 grubert . display superseder as html link in history.
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