Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2003-12-24 | finished_update_article(): Richard Barrett's fix to reduce Pipermail | bwarsaw | 1 | -0/+9 | |
archive bloat by deleting the html_body attribute on Article objects. Closes SF bug #835332. This is a stub in the base class. _update_thread_index(): Call finished_update_article() when done. store_article(): squirrel away the html_body value when pickling the article. This only reduces bloat on new articles. See bin/rb-archfix to clean up older archives. | |||||
2003-09-22 | Backporting from the HEAD -- updated archiver | bwarsaw | 1 | -2/+2 | |
2003-01-10 | _set_date(): Watch out for TypeErrors that can come from time.mktime() | bwarsaw | 1 | -1/+1 | |