Code

Added module docstrings to all modules.
[roundup.git] / roundup / hyperdb.py
2001-11-22 jhermannAdded module docstrings to all modules.
2001-11-21 richard*sigh* more missing value handling
2001-11-21 richardmore new property handling
2001-11-21 richardBetter handling of new properties.
2001-11-12 richardFixed issues with nosy reaction and author copies.
2001-11-09 richard . roundup-admin now handles all hyperdb exceptions
2001-10-27 richardMade Class.stringFind() do caseless matching.
2001-10-21 richardbug #473124: UI inconsistency with Link fields.
2001-10-20 richardHyperdatabase sorts strings-that-look-like-numbers...
2001-10-16 richardadmin tool now complains if a "find" is attempted with...
2001-10-11 richardReverted a change in hyperdb so the default value for...
2001-10-10 richardAdded database importing and exporting through CSV...
2001-10-09 richardMoved the data stringification up into the hyperdb...
2001-10-09 richardAdded the Password property type. See "pydoc roundup...
2001-10-05 richard . roundup-admin create now prompts for property info...
2001-10-04 richardAdded nicer command-line item adding: passing no argume...
2001-08-29 richardFixed CGI client change messages so they actually inclu...
2001-08-16 richardbetter CGI text searching - but hidden filter fields...
2001-08-16 richardall searches use re now - and they're all case insensitive
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-02 richardRoundupdb now appends "mailing list" information to...
2001-08-01 richardmailgw was assuming certain properties existed on the...
2001-07-30 richardget() now has a default arg - for migration only.
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 richardAdded the fabricated property "id".
2001-07-27 richardFixed some of the exceptions so they're the right type.
2001-07-27 richardjust some comments
2001-07-22 richardFinal commit of Grande Splite
2001-07-22 richardMore Grande Splite