Code

ANONYMOUS_ACCESS -> ANONYMOUS_REGISTER
[roundup.git] / roundup /
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 richardCommitted the changes to the templates for file indexes.
2001-10-21 richardfeature #473127: Filenames. I modified the file.index...
2001-10-21 richardbug #473124: UI inconsistency with Link fields.
2001-10-21 richardMailGW now moves 'unread' to 'chatting' on receiving...
2001-10-21 richardbug #473125: Paragraph in e-mails
2001-10-21 richardbug #473130: Nosy list not set correctly
2001-10-21 richardAdded author identification to e-mail messages from...
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 richardHyperdatabase sorts strings-that-look-like-numbers...
2001-10-20 richardFixed grouping of non-str properties (thanks Roch'e...
2001-10-20 richardCatch errors in login - no username or password supplied.
2001-10-17 richardDid a fair bit of work on the admin tool. Now has an...
2001-10-17 richardManually constructing cookie headers now.
2001-10-16 richardadmin tool now complains if a "find" is attempted with...
2001-10-16 richardCGI interface wasn't handling checkboxes at all.
2001-10-14 richardHandle empty strings in HTML template Link function
2001-10-11 richardImplemented the comma-separated printing option in...
2001-10-11 richardInitial cut at trying to handle people responding to...
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 richardPushed the base code for the extended schema CGI interf...
2001-10-09 richardAdded the Password property type. See "pydoc roundup...
2001-10-08 richardChange message was stuffing up for multilinks with...
2001-10-05 richard . roundup-admin create now prompts for property info...
2001-10-04 richardForgot to pass the protected flag down *sigh*.
2001-10-04 richardAdded nicer command-line item adding: passing no argume...
2001-10-01 richardstop people setting up roundup with our addresses as...
2001-09-29 richardCGI interfaces now spit up a top-level index of all...
2001-09-27 richard*gak* ... xmp is Old Skool apparently. Am using pre...
2001-09-27 richardMessages are now displayed with content, and <xmp>xmp...
2001-09-18 richardAdded some more help to roundu-admin
2001-09-12 richardhandle cases where mime type is not guessable
2001-09-10 richardFixed bug in the generation of links to Link/Multilink...
2001-08-30 richardFixed missing import in mailgw :(
2001-08-29 richardchange messages weren't being saved when there was...
2001-08-29 richarddidn't clean up fully after debugging :(
2001-08-29 richardFixed CGI client change messages so they actually inclu...
2001-08-17 richardfixed prettification of intervals of 1 week
2001-08-17 richardreverted back to sending messages always regardless...
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-13 richardMake the mail parser a little more robust.
2001-08-12 richardusing isinstance(blah, Foo) now instead of isFooType
2001-08-08 richardAdded better error handling to mailgw.
2001-08-08 richardoops ;)
2001-08-07 richardstupid typo
2001-08-07 richardAdded the copyright/license notice to (nearly) all...
2001-08-06 richardAdded documentaion.
2001-08-05 richardChanged date.Date to use regular string formatting...
2001-08-05 richardInstances are now opened by a special function that...
2001-08-05 richardremoved some print statements
2001-08-04 richardFixed sf.net bug #447671 - typo
2001-08-03 richardImplemented correct mail splitting (was taking a shortc...
2001-08-03 anthonybaxter'n' -> 'c' for create.
2001-08-03 richardStarted stuff off for the 0.2.5 release
2001-08-03 richardUsed the much nicer load_package, pointed out by Steve...
2001-08-03 richardfinished of colourising the classic template
2001-08-03 richardInstance import now imports the instance using imp...
2001-08-02 richardRoundupdb now appends "mailing list" information to...
2001-08-02 richardWeb edit messages aren't sent to the person who did...
2001-08-02 richardEven better (more useful) headings
2001-08-02 richardMade all the user-specific link names the same (My...
2001-08-02 richardbleah syntax error
2001-08-02 richardchanges
2001-08-02 richardExtended the range of intervals that are pretty-printed...
2001-08-02 richardChanged the order of the information in the message...
2001-08-01 richardAdded "My Issues" and "My Support" to extended template.
2001-08-01 richardhtmlbase doesn't have extraneous $Foo$ in it any more
2001-08-01 richardmailgw was assuming certain properties existed on the...
2001-08-01 richardChecklist was using wrong name.
2001-07-31 richardFixed the 2.1-specific gmtime() (no arg) call in roundu...
2001-07-30 richardAdded time logging and file uploading to the templates.
2001-07-30 richardoops
2001-07-30 richardFixes to the uploading stuff (I forgot to put the code...
2001-07-30 richardAdded some documentation on how the newblah works.
2001-07-30 richardFeatures:
2001-07-30 richardChecks for ability to import the specific back-end...
2001-07-30 richardupdated htmlbases
2001-07-30 richardget() now has a default arg - for migration only.
2001-07-30 richardTemporary measure until we have decent schema migration.
2001-07-30 richardTemporary measure until we have decent schema migration...
2001-07-30 richardHandle non-existence of db files in the other backends...
2001-07-30 richardShould've been supportcall
2001-07-30 richardForgot to add the support call property to the item...
2001-07-30 richardMakes schema changes mucho easier.
2001-07-30 richardSupport for determining the installed tempaltes
2001-07-30 richardOops - these are the HTML displays for the support...
2001-07-30 richardBig changes:
2001-07-30 richardChanges to reflect cgi_client now implementing this...
2001-07-30 richardDefault implementation is now "classic" rather than...
2001-07-30 richardHandles new node display now.
2001-07-30 richardHrm - had IOError instead of OSError. Not sure why...
2001-07-30 richardFixed IssueClass so that superseders links to its class...
2001-07-29 richardchanges
next