Mercurial > p > roundup > code
graph
-
Fix exception handling to be python2.5 compatibleWed, 06 Jan 2016 16:02:34 +1100, by John Kristensen
-
test_jinja2: stub improved, now with proper teardown.Tue, 05 Jan 2016 22:16:54 +0100, by Bernhard Reiter
-
test code cleanup: remove unused variable (which should have been removed with 1873:f63aa57386b0 2003).Tue, 05 Jan 2016 21:34:56 +0100, by Bernhard Reiter
-
CHANGES.txt: Release of 1.5.1 will happen 2016.Tue, 05 Jan 2016 21:14:02 +0100, by Bernhard Reiter
-
Help-Window now gets focusTue, 01 Dec 2015 10:06:14 +0100, by Ralf Schlatterbeck
-
Remove the tsearch2 backendSun, 11 Oct 2015 00:06:51 +1100, by John Kristensen
-
Display errors containing HTML with RejectRaw (issue2550847)Sat, 10 Oct 2015 23:35:51 +1100, by John Kristensen
-
Add .travis.ymlSat, 10 Oct 2015 23:07:17 +1100, by John Kristensen
-
Update router docstring to reference usage example routingFri, 11 Sep 2015 11:08:34 +0300, by anatoly techtonik
-
Transform instance.web_handlers to list to maintain order routingFri, 11 Sep 2015 09:44:31 +0300, by anatoly techtonik
-
router: Add interactive mode and iterator over urlmap routingThu, 10 Sep 2015 12:33:12 +0300, by anatoly techtonik
-
Fix unittest warning about deprecated assertEquals routingThu, 10 Sep 2015 11:43:50 +0300, by anatoly techtonik
-
Cleanup MANIFEST.in (issue2550714)Sat, 21 Feb 2015 00:01:00 +1100, by John Kristensen
-
Add comments about supported anypy python versionsFri, 09 May 2014 17:45:39 +1000, by John Kristensen
-
Remove reversed/sorted from roundup.supportFri, 09 May 2014 23:50:52 +1000, by John Kristensen
-
Remove anypy.sets_Thu, 08 May 2014 18:44:29 +1000, by John Kristensen
-
Fix issue2550892 (translation error of priority in locale de) Thanks Martin Thomas Swaton for reporting.Wed, 01 Jul 2015 16:11:12 +0200, by Bernhard Reiter
-
Fix form-parsing for multilinksSun, 21 Jun 2015 21:20:10 +0200, by Ralf Schlatterbeck
-
Fix bug in (Date- or Interval-) Range parsingSun, 21 Jun 2015 20:55:21 +0200, by Ralf Schlatterbeck
-
closed issue2550884 roundup-mailgw --help text improved to explain the allowed parameters better. Suggested by by Karl-Philipp Richter.Sat, 23 May 2015 23:30:36 +0200, by Bernhard Reiter
-
CHANGES msg added for issue2550881 fix.Sat, 23 May 2015 22:55:27 +0200, by Bernhard Reiter
-
Fixes issue2550881 (demo.py: Add pointer how to access demo from remote host.)Sat, 23 May 2015 22:50:08 +0200, by Bernhard Reiter
-
Add latest changesTue, 21 Apr 2015 17:38:41 +0200, by Ralf Schlatterbeck
-
Implement (and document) timezone offsetsTue, 21 Apr 2015 17:33:06 +0200, by Ralf Schlatterbeck
-
Make doctests run in date moduleTue, 21 Apr 2015 15:49:41 +0200, by Ralf Schlatterbeck
-
Include CHANGES.txt note for issue2550870Sat, 21 Mar 2015 01:12:45 +1100, by John Kristensen
-
Remove FeedParser shim from anypy.email_Fri, 09 May 2014 18:23:54 +1000, by John Kristensen
-
Remove roundup/anypy/hashlib_.pyFri, 09 May 2014 17:32:44 +1000, by John Kristensen
-
Remove rfc2822.pySun, 11 May 2014 01:05:58 +1000, by John Kristensen
-
Replace rfc822 imports with email package (issue2550870)Fri, 27 Feb 2015 00:48:25 +1100, by John Kristensen
-
issue2550877: Writing headers with the email module will use continuation_ws = ' ' now for python 2.5 and 2.6 when importing anypy.email_.Mon, 16 Mar 2015 16:16:02 +0100, by Bernhard Reiter
-
Added a TODO to remove python 2.3 2.4 support.Mon, 16 Mar 2015 16:11:52 +0100, by Bernhard Reiter
-
Small improvement and fix of issue2550877 added to CHANGES.txt.Thu, 12 Mar 2015 22:18:35 +0100, by Bernhard Reiter
-
issued2550877 fixed, the tests adapted to the more precise header comparison. Added a hint to the code how headers are handled.Thu, 12 Mar 2015 22:11:20 +0100, by Bernhard Reiter
-
Documentation: configuration messages_to_author value "nosy" now documented.Thu, 12 Mar 2015 21:56:49 +0100, by Bernhard Reiter
-
issue2550877 partly fixed.Wed, 11 Mar 2015 21:47:41 +0100, by Bernhard Reiter
-
copied improved local_replace over from website.Wed, 11 Mar 2015 08:50:17 +0100, by Bernhard Reiter
-
Added: Matching hg log output in messages example.Wed, 11 Mar 2015 08:46:29 +0100, by Bernhard Reiter
-
Update for 2550869 fix.Wed, 11 Mar 2015 08:37:32 +0100, by Bernhard Reiter
-
test_mailgw.py fixing the MIME-Version and Precedence duplicate headers of testUnknownUser (partly issue2550877)Tue, 10 Mar 2015 22:04:29 +0100, by Bernhard Reiter
-
Fixing duplicated email headers message-id, reply-to, in-reply-to. (part of issue2550869).Tue, 10 Mar 2015 21:39:52 +0100, by Bernhard Reiter
-
Return error code if run_tests.py failsSun, 08 Feb 2015 00:35:41 +1100, by John Kristensen
-
Change email package module names to conform v4 (issue2550875)Thu, 05 Mar 2015 00:19:42 +1100, by John Kristensen
-
test_mailgw: removed superflous openpgp test data, which was copied to test/gpgmelib.py with 4542:46239c21a1eb but not removed.Mon, 02 Mar 2015 23:05:09 +0100, by Bernhard Reiter
-
Moved test_mailgw to email module and make message comparison sharper to flag differences in headers with the same name.Mon, 02 Mar 2015 17:08:40 +0100, by Bernhard Reiter
-
Automatic tests: added some notes to the readme and a test_jinja2 stub.Mon, 16 Feb 2015 17:43:58 +0100, by Bernhard Reiter
-
Fix setup.py to allow "development mode" (issue2550866)Tue, 10 Feb 2015 14:08:01 +1100, by John Kristensen
-
Fix issue 2550848: HTML attachments should not be served as text/htmlSat, 17 Jan 2015 21:06:04 +0300, by anatoly techtonik
-
CHANGES: Release of 1.5.1 will happen in 2015.Mon, 05 Jan 2015 16:38:30 +0100, by Bernhard Reiter
-
Template jinja2: Updated URL to point to http://www.roundup-tracker.org/.Mon, 05 Jan 2015 16:37:34 +0100, by Bernhard Reiter
-
Another fix for 'try_id_parsing'Mon, 29 Dec 2014 16:58:27 +0100, by Ralf Schlatterbeck
-
Fix for 'try_id_parsing'Tue, 16 Dec 2014 13:44:12 +0100, by Ralf Schlatterbeck
-
website/issues css: Get space between issue list columnsSun, 14 Dec 2014 13:24:52 +0300, by anatoly techtonik
-
Update web site instruction to restore web presence ofSat, 13 Dec 2014 19:26:18 +0300, by anatoly techtonik
-
Synchronize conf.py between doc/ and website/www/Sat, 13 Dec 2014 19:17:10 +0300, by anatoly techtonik
-
doc: Move roundup-1.png to html_extraSat, 13 Dec 2014 16:56:44 +0300, by anatoly techtonik
-
doc: Fix broken logo images in original_overview.html extra docSat, 13 Dec 2014 16:40:37 +0300, by anatoly techtonik
-
doc: Fix broken logo images in spec.html extra docSat, 13 Dec 2014 16:13:55 +0300, by anatoly techtonik
-
website: Add autologin and nick selection to WebChat linkSat, 13 Dec 2014 15:48:51 +0300, by anatoly techtonik
