Code

Add config-option "nosy" to messages_to_author setting in [nosy] section
[roundup.git] / CHANGES.txt
2011-10-19 schlatterbeckAdd config-option "nosy" to messages_to_author setting... master
2011-10-17 berfixed issue2550730: FAQ has broken link to Zope book...
2011-10-07 schlatterbeckSending of PGP-Encrypted mail to all users or selected...
2011-10-07 schlatterbeckPGP support is again working (pyme API has changed...
2011-09-30 schlatterbeckAllow to turn off translation of generated html options...
2011-09-28 berAdded Ralf to the last changelog entry.
2011-09-28 schlatterbeckissue2550729: Fix password history display for anydbm...
2011-09-26 ber- issue2550728: remove buggy parentheses in TAL/DummyEn...
2011-09-03 berissue2550678: Allow pagesize=-1 which returns all results.
2011-08-24 schlatterbeckFix matching of incoming email addresses to the alterna...
2011-08-11 berissue2550715: IndexError when requesting non-existing...
2011-07-19 berissue2550695: 'No sort or group' settings not retained...
2011-07-19 berNew version number after release.
2011-07-15 schlatterbeck- release preparation
2011-07-15 schlatterbeck- add name
2011-07-15 schlatterbeckAllow HTMLRequest.batch to filter on other permissions...
2011-07-15 schlatterbeckFix issue2550691 where a Unix From-Header was sometimes...
2011-07-15 schlatterbeck- add latest change to CHANGES.txt changelog
2011-07-15 richardhow odd, the Retire permission wasn't being registered...
2011-07-08 berInstallation: Fixed an issue that prevented to use...
2011-07-01 berThe PostgreSQL backend quotes database names now for...
2011-07-01 berPostgreSQL backend minor improvement: database creation...
2011-07-01 berXapian indexing improved: Slightly faster and slightly...
2011-06-28 berUpdated the url to point to roundup-tracker.org in...
2011-06-23 berRemoved superfluous import.
2011-06-22 berTypo fixed.
2011-06-22 berDo not depend on a CPython implementation detail anymor...
2011-06-06 schlatterbeckYet another fix to the mail gateway, messages got ...
2011-06-06 berRephrased the introduction to make sure that mentioned...
2011-06-01 schlatterbeckYet another fix to the mail gateway, messages got ...
2011-05-30 berImproved wording on the mailgw file-unlink defect:
2011-05-29 schlatterbeck- release preparation
2011-05-29 schlatterbeckFix file-unlink bug in mailgw (Ralfs oversight when...
2011-05-23 schlatterbeckAllow to specify additional cc and bcc emails (not...
2011-05-23 schlatterbeckNorwegian Bokmal translation by Christian Aastorp
2011-05-13 schlatterbeckfix long_description again: we can't build a windows...
2011-05-13 schlatterbeckrelease preparation
2011-04-16 schlatterbeckFixed bug in filter_iter refactoring (lazy multilinks...
2011-04-15 schlatterbeckFix documentation for roundup-server about the 'host...
2011-04-15 schlatterbeckAdd new config-option 'password_pbkdf2_default_rounds...
2011-04-14 schlatterbeckAdd new config-option 'migrate_passwords' in section...
2011-04-14 schlatterbeckSecond patch from issue2550688 -- with some changes:
2011-04-14 stefanAllow default value declaration in DB schema.
2011-04-14 schlatterbeckFix first part of Password handling security issue25506...
2011-04-14 richardFixed bug in mailgw refactoring, patch issue2550697...
2011-03-30 berRange support in roundup-server so large files can...
2011-03-21 schlatterbeck- Optimisation: Late evaluation of Multilinks (only...
2011-03-16 schlatterbeckConfiguration issue: On some postgresql 8.4 installatio...
2011-02-26 berFix search for xapian 1.2 issue2550676.
2010-12-23 schlatterbeck- Factor MailGW message parsing into a separate class...
2010-11-08 berMultilinks can be filtered by combining elements with...
2010-11-04 richardFix incorrect setting of template in customizing.txt...
2010-10-29 schlatterbeckAdd "lookup" method to xmlrpc interface (Ralf Schlatter...
2010-10-22 schlatterbeckclear the cache on commit for rdbms backends: Don't...
2010-10-21 schlatterbeckFix setting of sys.path when importing schema.py, fixes...
2010-10-20 berXML-RPC documentation now linked from the docs/index
2010-10-20 berGiving Ralf the credit for his last change in the CHANG...
2010-10-19 schlatterbeck- Add explicit "Search" permissions, see Security Fix...
2010-10-18 berSome minor typos fixed in doc/customizing.txt (Thanks...
2010-10-08 richardrelease stuff
2010-10-08 richardpre-release stuff
2010-10-07 schlatterbeck- refactor: move import_journal to hyperdb -- it was...
2010-10-07 schlatterbeck- lower memory footprint for (journal-) import -- only...
2010-10-07 richardAllow search_popup macro to work with all db classes...
2010-10-05 schlatterbeck- new mailgw config item unpack_rfc822 that unpacks...
2010-10-04 schlatterbeckFix charset of first text-part of outgoing multipart...
2010-09-10 richardnote
2010-09-10 richardfixed registration, issue2550665 (thanks Timo Paulssen)
2010-09-07 schlatterbecknew rdbms config item sqlite_timeout makes the previous...
2010-08-12 richardimprove handling of '>' when URLs are converted...
2010-08-09 berAdded hint that Richard does most of the changes.
2010-08-09 schlatterbeck- No longer use the root logger, use a logger with...
2010-08-09 richardmissed
2010-08-04 schlatterbecknew mailgw config option subject_updates_title, see...
2010-07-24 richardallow trackers to override the classes used to render...
2010-07-12 richardfixed reporting of source missing warnings
2010-07-12 richardpre-release stuff
2010-07-12 richardmake URL detection a little smarter about brackets...
2010-07-10 richardnotes
2010-07-01 richardadd note & thanks
2010-06-29 berRemoving mentioning of 1.5.0 release as it did not...
2010-06-28 ber- Indexer Xapian, made Xapian 1.2 compatible. Needs...
2010-05-10 berSmall documentation update regarding debugging aids:
2010-04-19 richardDefault to "text/plain" if no Content-Type header is...
2010-04-19 richardfrontends/roundup.cgi got out of sync with the roundup...
2010-04-16 richardAccept single-character subject lines
2010-04-09 schlatterbeck- update changelog and give credits to reporter
2010-04-08 schlatterbeckxmlrpc handling of unicode characters, see
2010-03-20 richardHandle multiple @action values from broken trackers
2010-02-23 richardThe email for the first message on an issue was sometim...
2010-02-22 richardBeginnings of a big code cleanup / modernisation to...
2010-02-19 richardundo regression in 1.4.12: Multilink edit fields lose...
2010-02-09 richardrelease stuff mk2
2010-02-09 richardrelease stuff
2010-02-02 richardsupport CRAM-MD5 for IMAPS
2010-02-02 richardFix thread safety with stdin in roundup-server
2010-02-01 richardAllow value to be specified to multilink form element...
2010-02-01 richardAttempt to generate more human-readable addresses in...
2010-02-01 richardFix file handle leak in some web interfaces with loggin...
2010-01-29 richardadd SQL detail
next