Code

fixed the mailgw so that anonymous users may still access it
[roundup.git] / CHANGES.txt
2002-09-26 richardfixed the mailgw so that anonymous users may still...
2002-09-26 richard- merge Zope Collector #538 fix from ZPT CVS trunk...
2002-09-26 richardadded Class.find() unit test, fixed implementations
2002-09-26 richardmore docco work
2002-09-25 richard#613291 ] typos in nosy list
2002-09-25 richard#613310 ] traceback on onexistant items
2002-09-25 richard#614188 ] Exception in mailgw.py
2002-09-25 richard- replaced the content() callback ickiness with Page...
2002-09-24 richard*** empty log message ***
2002-09-24 richard*** empty log message ***
2002-09-23 richardsome speedups, some fixes to the benchmarking
2002-09-20 richard- verify contents of tracker module when the tracker...
2002-09-18 richardbugfix to (multi)link menu() label generation
2002-09-18 richardsqlite backend!
2002-09-16 richardfixed various URL / base URL issues
2002-09-16 richardgadfly backend now complete - can handle schema changes...
2002-09-15 richard . password edit now has a confirmation field
2002-09-13 richardFixed:
2002-09-13 richardpre-beta2 stuff
2002-09-13 richard . added generic item editing
2002-09-13 richardCleaned up CHANGES/TODO
2002-08-16 richard*** empty log message ***
2002-07-31 richard . web forms may now unset Link values (like assignedto)
2002-07-17 gmcmSaving queries.
2002-07-14 richard. fixed the journal bloat from multilink changes -...
2002-07-14 richardSome more TODOs
2002-07-14 richard. all storage-specific code (ie. backend) is now implem...
2002-07-10 richard. #576241 ] MultiLink problems in parsePropsFromForm
2002-07-10 richard . made mailgw handle set and modify operations on...
2002-07-10 richard*** empty log message ***
2002-07-10 richardUpdated documents
2002-07-09 richard . added email display function - mangles email addrs...
2002-07-09 richard*** empty log message ***
2002-07-09 richardMore indexer work:
2002-07-08 richardcleaned up the indexer code:
2002-07-04 dman13fixed #576086 (dumb copying mistake)
2002-06-24 richard*** empty log message ***
2002-06-24 richard*** empty log message ***
2002-06-20 richardMore changes
2002-06-19 richard*** empty log message ***
2002-06-17 richard. #569415 ] {version}
2002-06-16 dman13remove CR characters embedded in messages (ZRoundup)
2002-06-15 dman13Use 'email' instead of 'rfc822', if available.
2002-06-14 dman13#565992 ] if ISSUE_TRACKER_WEB doesn't have the trailin...
2002-06-14 dman13Fixed bug #558867 by redirecting /instance requests...
2002-06-12 dman13added entry for ZRoundup commit
2002-06-11 richard . #564271 ] find() and new properties
2002-06-11 richard . #565996 ] The "Attach a File to this Issue" fails
2002-06-11 richard . #565979 ] code error in hyperdb.Class.find
2002-06-11 richardMissed a change note
2002-05-29 richardSorry about this huge checkin! It's fixing a lot of...
2002-05-25 rochecompaanMerged search_indexing-branch with HEAD
2002-05-23 richard . split instance initialisation into two steps, allowi...
2002-05-22 richard . applied patch #558876 ] cgi client customization
2002-05-22 richard . changed the default message list in issues to displa...
2002-05-21 richard . #551483 ] assignedto in Client.make_index_link
2002-05-21 richardWell whadya know, bsddb3 works again.
2002-05-15 richard . reverting to dates for intervals > 2 months sucks
2002-05-15 richard . node caching now works, and gives a small boost...
2002-05-15 richard . fixed SCRIPT_NAME in ZRoundup for instances not...
2002-05-14 richard . fixed SCRIPT_NAME in ZRoundup for instances not...
2002-05-12 richard*** empty log message ***
2002-05-02 richard. added option to automatically add the authors and...
2002-04-24 rochecompaanAll database files are now created group readable and...
2002-04-24 rochecompaanSorting was applied to all nodes of the MultiLink class...
2002-04-23 rochecompaan . stripping of the email message body can now be contr...
2002-04-15 richard. node ids are now generated from a lockable store...
2002-04-08 richard . added a "detectors" directory for people to put...
2002-04-03 richardFixed serialisation problem by moving the serialisation...
2002-04-02 richard . stop sending blank (whitespace-only) notes
2002-04-02 richard . link() htmltemplate function now has a "showid"...
2002-03-29 rochecompaan . Fixed display of mutlilink properties when using...
2002-03-18 rochecompaanAll messages sent to the nosy list are now encoded...
2002-03-14 richard . #517734 ] web header customisation is obscure
2002-03-14 richardCleared a fixed bug from the tracker.
2002-03-12 richard . #527416 ] roundup-admin uses undefined value
2002-02-25 grubert . use blobfiles in back_anydbm which is used in back_b...
2002-02-25 grubert . add module blobfiles in backends with file access...
2002-02-25 grubert . roundup db: catch only IOError in getfile.
2002-02-21 richard . fixed some problems in date calculations (calendar...
2002-02-21 richard . Added popup help for classes using the classhelp...
2002-02-20 grubert . roundupdb catches retrieving none existing files.
2002-02-20 richardUse the csv module for generating the form entry so...
2002-02-20 richard . Added simple editing for classes that don't define...
2002-02-16 richard . #514854 ] History: "User" is always ticket creator
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-15 richard . #503204 ] mailgw needs a default class
2002-02-14 richard. #516883 ] mail interface + ANONYMOUS_REGISTER
2002-02-14 richard. All forms now have "double-submit" protection when...
2002-02-14 richard . Added a uniquely Roundup header to email, "X-Roundup...
2002-02-12 grubert . Clean up mail handling, multipart handling.
2002-02-06 richard . #511586 ] unittest FAIL: testReldate_date
2002-02-05 grubert . respect encodings in non multipart messages.
2002-02-05 grubert . makeHtmlBase: re.sub under python 2.2 did not replac...
2002-02-01 grubert . mailgw checks encoding on first part too.
2002-01-23 richardpre-release stuff
2002-01-23 richard . mailgw failures (unexpected ones) are forwarded...
2002-01-23 grubert . run_tests testReldate_date failed if LANG is 'german'
next