Code

issue2550678: Allow pagesize=-1 which returns all results.
[roundup.git] / roundup / instance.py
2011-06-23 berRemoved superfluous import.
2011-06-22 richardthe "file" alias was introduced some time after this...
2011-06-22 berDo not depend on a CPython implementation detail anymor...
2010-10-21 schlatterbeckFix setting of sys.path when importing schema.py, fixes...
2010-07-13 richardtypo
2010-07-12 richarddoc tweak
2010-03-08 schlatterbeckuse config.DATABASE in cases where 'db' was still hard...
2009-10-09 stefanAdd schema consistency checks.
2009-07-14 schlatterbeckThe mail-gateway used to process messages fetched,...
2009-02-27 stefan* Add support for actions to XMLRPC interface.
2009-02-06 stefansvn repository setup
2004-02-11 richarddocumentation cleanup
2003-12-06 richardfix roundup win service
2003-09-04 richardInitial implementaion (half-baked) at new Tracker instance.
2002-09-20 richard- verify contents of tracker module when the tracker...
2002-09-18 richardold habits...
2002-09-17 richardsanity check instance attributes on open
2002-09-10 richardremoved Log
2001-11-22 jhermannAdded module docstrings to all modules.
2001-11-12 richardFixed issues with nosy reaction and author copies.
2001-08-07 richardstupid typo
2001-08-07 richardAdded the copyright/license notice to (nearly) all...
2001-08-05 richardInstances are now opened by a special function that...