Code

Changed samples to use "share/roundup" paths
[roundup.git] / roundup /
2001-11-06 jhermannGet debug level from ROUNDUP_DEBUG env var
2001-11-05 richardFixed newuser_action so it sets the cookie with the...
2001-11-04 richardFixed various cookie-related bugs:
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-11-03 richardOops. uses pagefoot now.
2001-11-03 richardLogin page didn't have all close tags.
2001-11-03 richardpossibly fix truncated base64'ed user:pass
2001-11-01 richardStarted work on supporting a pop3-fetching server
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-30 richardCase-insensitive match for ISSUE_TRACKER_EMAIL in addre...
2001-10-30 richardFeatures:
2001-10-28 richardfixed bug #474749 ] Indentations lost
2001-10-28 richardAdded more useful header to the classic schema.
2001-10-28 richardFixed ENOENT/WindowsError thing, thanks Juergen Hermann
2001-10-27 richardMade Class.stringFind() do caseless matching.
2001-10-24 richardRemoved the "infinite authentication loop", thanks...
2001-10-24 richardMore fixes to lockout logic.
2001-10-23 richardHTML typo
2001-10-23 richardFixed lock-out logic, thanks Roch'e for pointing out...
2001-10-23 richardSome cleanup.
2001-10-23 richardFix unread->chatting auto transition, thanks Roch'e
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...
next