Code

Fix documentation for roundup-server about the 'host' parameter as
[roundup.git] / roundup /
2011-04-15 schlatterbeckFix documentation for roundup-server about the 'host...
2011-04-15 schlatterbeckmore verbose description of password hashing, thanks...
2011-04-15 schlatterbeckAdd new config-option 'password_pbkdf2_default_rounds...
2011-04-14 schlatterbeckuse idea from Eli Collins to use a list of deprecated...
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-04-06 schlatterbeck- small performance optimisation for 'get': do common...
2011-03-30 berRange support in roundup-server so large files can...
2011-03-29 stefanAdd flags to allow to restrict DB modifications.
2011-03-21 schlatterbeck- optimisation for date: if the database provides us...
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.
2011-01-10 schlatterbeckAdd the parsedMessage class as class variable to MailGW...
2010-12-23 schlatterbeck- Factor MailGW message parsing into a separate class...
2010-11-09 berAdding missing files from last commit (r4575) for fixin...
2010-11-08 berMultilinks can be filtered by combining elements with...
2010-11-05 stefanSimplify and fix interval comparison.
2010-11-04 stefanMake HTMLProperty report actual classname in repr().
2010-11-04 stefanfix SQL generation for empty WHERE clause.
2010-11-04 stefanSimplify and fix interval comparison.
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 schlatterbeckpython2.3 compatibility fixes
2010-10-21 schlatterbeckFix setting of sys.path when importing schema.py, fixes...
2010-10-21 schlatterbeckmore fixes to search permissions:
2010-10-20 schlatterbeck- admin permissions are special: the classname is None...
2010-10-20 schlatterbecksearch permissions must allow transitive properties
2010-10-19 schlatterbeck- Add explicit "Search" permissions, see Security Fix...
2010-10-08 richardpre-release stuff
2010-10-07 schlatterbeck- fix import (now passes for memorydb, too)
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-06 richardfix py2.4 compatibility
2010-10-06 schlatterbeck- some formatting
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-29 schlatterbeck- add comment to clarify semantics if pytz is installed
2010-09-17 schlatterbeck- more logger fixes, sorry for the noise.
2010-09-16 schlatterbeck- more logger fixes -- use correct hierarchical logger...
2010-09-10 richardmake sort more robust
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 schlatterbeck- No longer use the root logger, use a logger with...
2010-08-09 richardremove unnecessary brackets
2010-08-09 richardfix for incorrect except: syntax, issue2550661
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-13 richardtypo
2010-07-12 richardfixed reporting of source missing warnings
2010-07-12 richardmake URL detection a little smarter about brackets...
2010-07-12 richardsession API consistency
2010-07-12 richarddoc tweak
2010-07-10 richardnotes
2010-07-10 richardfix up some pre-Python2.6 compatibility issues in the...
2010-07-10 richardfix actions check for < Python2.6
2010-07-10 richardfix up some pre-Python2.6 compatibility issues in the...
2010-07-01 richardpre-release stuff
2010-07-01 richardfix potential XSS hole
2010-06-28 ber- Indexer Xapian, made Xapian 1.2 compatible. Needs...
2010-04-19 richardDefault to "text/plain" if no Content-Type header is...
2010-04-16 richardAccept single-character subject lines
2010-04-09 schlatterbeck- fix coding style from yesterday
2010-04-08 schlatterbeck- fix case where action isn't present in form, e.g...
2010-04-08 schlatterbeckxmlrpc handling of unicode characters, see
2010-03-20 richardHandle multiple @action values from broken trackers
2010-03-08 schlatterbeckuse config.DATABASE in cases where 'db' was still hard...
2010-03-05 schlatterbeck- unify bool searching (filter method) across backends
2010-03-05 schlatterbeck- unify number searching across backends
2010-02-26 richardfix
2010-02-26 richardmore modernisation
2010-02-23 richardadd missing file
2010-02-23 richardanother module modernised
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
2010-02-08 richardactually tuples are fine and expected; also remove...
2010-02-05 richardmake some more memorydb tests pass
2010-02-02 richardsupport CRAM-MD5 for IMAPS
2010-02-02 richardFix thread safety with stdin in roundup-server
2010-02-02 richardadd in-memory hyperdb implementation to speed up testing
2010-02-01 richardfix comment
2010-02-01 richardhandle quoting/escaping specials after encoding; fix...
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-30 richardfix non-instant rego
2010-01-30 richardfix typo
2010-01-29 richardDisplay 'today' in the account user's timezone, thanks...
2010-01-29 richardfixes to make registration work again
2010-01-29 richardadd web access check all over templating
2010-01-29 richardallow Anonymous users to log in, and register (assuming...
2010-01-29 richardFix "Web Access" permission check to allow serving...
2009-12-27 schlatterbeckFix handling of non-ascii in realname in the nosy maile...
2009-12-21 schlatterbeck- fix create permission for xmlrpc, too
next