Mercurial > p > roundup > code
comparison CHANGES.txt @ 5766:d097f44bcb95 issue2551008
Remove trailing whitespace in CHANGES.txt.
| author | Ezio Melotti <ezio.melotti@gmail.com> |
|---|---|
| date | Wed, 05 Jun 2019 20:59:31 +0200 |
| parents | b76be13e027e |
| children | 75a13700d97e |
comparison
equal
deleted
inserted
replaced
| 5765:d4152c2e9039 | 5766:d097f44bcb95 |
|---|---|
| 378 - Release no longer includes binary windows installer. Pypi no longer | 378 - Release no longer includes binary windows installer. Pypi no longer |
| 379 accepts it for upload. | 379 accepts it for upload. |
| 380 | 380 |
| 381 Fixed: | 381 Fixed: |
| 382 | 382 |
| 383 - issue1615201: Optionally restore the original (version 0.6) mailgw | 383 - issue1615201: Optionally restore the original (version 0.6) mailgw |
| 384 behaviour of ignoring a Resent-From:-header and using the real | 384 behaviour of ignoring a Resent-From:-header and using the real |
| 385 From-header instead: new configuration option EMAIL_KEEP_REAL_FROM | 385 From-header instead: new configuration option EMAIL_KEEP_REAL_FROM |
| 386 (Peter Funk aka Pefu). | 386 (Peter Funk aka Pefu). |
| 387 - issue2550717: Changed a couple of residual email references into | 387 - issue2550717: Changed a couple of residual email references into |
| 388 E-Mail in German translation (John Rouillard) | 388 E-Mail in German translation (John Rouillard) |
| 389 - issue2550669: Adding documentation for csv_field_size to the | 389 - issue2550669: Adding documentation for csv_field_size to the |
| 390 customizing tracker section of doc/customizing.txt (John Rouillard) | 390 customizing tracker section of doc/customizing.txt (John Rouillard) |
| 393 (applied by John Rouillard) | 393 (applied by John Rouillard) |
| 394 - issue2550748: Crash when creating new issues with non-existing | 394 - issue2550748: Crash when creating new issues with non-existing |
| 395 multilink values (in classic template). Applied patch so it | 395 multilink values (in classic template). Applied patch so it |
| 396 now errors the same way as an update does. (applied by John Rouillard) | 396 now errors the same way as an update does. (applied by John Rouillard) |
| 397 - issue2550757: one bug raised by issue fixed. Patch created by | 397 - issue2550757: one bug raised by issue fixed. Patch created by |
| 398 W. Trevor King (wking) for documentation of mailgw applied by | 398 W. Trevor King (wking) for documentation of mailgw applied by |
| 399 John Rouillard. | 399 John Rouillard. |
| 400 - Fix processing of additional arguments to cgi method 'menu': This | 400 - Fix processing of additional arguments to cgi method 'menu': This |
| 401 would not work if more than one additional argument is used. | 401 would not work if more than one additional argument is used. |
| 402 (Ralf Schlatterbeck) | 402 (Ralf Schlatterbeck) |
| 403 - Update documentation of some existing property attributes (like | 403 - Update documentation of some existing property attributes (like |
| 641 Concerning the visibility: We have a new config-item | 641 Concerning the visibility: We have a new config-item |
| 642 obsolete_history_roles in the main section that defines which roles | 642 obsolete_history_roles in the main section that defines which roles |
| 643 may see removed properties. By default only role Admin is allowed to | 643 may see removed properties. By default only role Admin is allowed to |
| 644 see these. | 644 see these. |
| 645 - Fix issue2550955: Roundup commits although a Reject exception is raised | 645 - Fix issue2550955: Roundup commits although a Reject exception is raised |
| 646 Fix the problem that changes are committed to the database (due to | 646 Fix the problem that changes are committed to the database (due to |
| 647 commits to otk handling) even when a Reject exception occurs. The fix | 647 commits to otk handling) even when a Reject exception occurs. The fix |
| 648 implements separate database connections for otk/session handling and | 648 implements separate database connections for otk/session handling and |
| 649 normal database operation. | 649 normal database operation. |
| 650 - Allow empty content property for file and message via xmlrpc | 650 - Allow empty content property for file and message via xmlrpc |
| 651 interface. This used to raise a traceback in the (sql) backend. | 651 interface. This used to raise a traceback in the (sql) backend. |
| 652 - Work around a limitation in python2.7 implementation of poplib (for | 652 - Work around a limitation in python2.7 implementation of poplib (for |
| 715 rel=nofollow so that robots can index them. Similar work was done | 715 rel=nofollow so that robots can index them. Similar work was done |
| 716 for the history display in roundup 1.5.0. (John Rouillard) | 716 for the history display in roundup 1.5.0. (John Rouillard) |
| 717 | 717 |
| 718 Fixed: | 718 Fixed: |
| 719 | 719 |
| 720 - issue2550869 Duplicate mail headers (Reply-To, Message-ID, In-Reply-To) | 720 - issue2550869 Duplicate mail headers (Reply-To, Message-ID, In-Reply-To) |
| 721 when sending out email. Reported with first fix by Mathias Behrle. | 721 when sending out email. Reported with first fix by Mathias Behrle. |
| 722 (Bernhard Reiter) | 722 (Bernhard Reiter) |
| 723 - issue2550830 An empty LinkHTMLProperty cannot be compared successfully. | 723 - issue2550830 An empty LinkHTMLProperty cannot be compared successfully. |
| 724 Improves the query editing page. Reported and fixed by R David Murray | 724 Improves the query editing page. Reported and fixed by R David Murray |
| 725 (Bernhard Reiter). | 725 (Bernhard Reiter). |
| 726 - Fix Release-date of 1.5.0 in this file (thanks to Bernhard for | 726 - Fix Release-date of 1.5.0 in this file (thanks to Bernhard for |
| 727 discovery) (Ralf Schlatterbeck) | 727 discovery) (Ralf Schlatterbeck) |
| 728 - Pythons cgi form code can return a TypeError, we now guard for this | 728 - Pythons cgi form code can return a TypeError, we now guard for this |
| 729 condition. (Ralf Schlatterbeck) | 729 condition. (Ralf Schlatterbeck) |
| 813 - Doctests for roundup.date.Date are now really executable and don't | 813 - Doctests for roundup.date.Date are now really executable and don't |
| 814 fail. Bug-Fixes in range properties, open intervals with 'to' didn't | 814 fail. Bug-Fixes in range properties, open intervals with 'to' didn't |
| 815 always work. (Ralf Schlatterbeck) | 815 always work. (Ralf Schlatterbeck) |
| 816 - issue2550881 demo.py: Add pointer how to access demo from remote host. | 816 - issue2550881 demo.py: Add pointer how to access demo from remote host. |
| 817 Suggested by Karl-Philipp Richter. (Bernhard Reiter) | 817 Suggested by Karl-Philipp Richter. (Bernhard Reiter) |
| 818 - issue2550884 roundup-mailgw --help text improved to explain the allowed | 818 - issue2550884 roundup-mailgw --help text improved to explain the allowed |
| 819 parameters better. Suggested by by Karl-Philipp Richter. (Bernhard Reiter) | 819 parameters better. Suggested by by Karl-Philipp Richter. (Bernhard Reiter) |
| 820 - Fix form-parsing: If multiple new items are added to a multilink | 820 - Fix form-parsing: If multiple new items are added to a multilink |
| 821 property, the old version would create the new items but only link | 821 property, the old version would create the new items but only link |
| 822 one. (Ralf Schlatterbeck) | 822 one. (Ralf Schlatterbeck) |
| 823 - issue2550892 (translation error of priority in locale de) Thanks | 823 - issue2550892 (translation error of priority in locale de) Thanks |
| 824 Martin Thomas Swaton for reporting. (Bernhard Reiter) | 824 Martin Thomas Swaton for reporting. (Bernhard Reiter) |
| 825 - Help-Window now gets focus, this prevents the case that help doesn't | 825 - Help-Window now gets focus, this prevents the case that help doesn't |
| 826 work because an old help-window is below the main window. | 826 work because an old help-window is below the main window. |
| 827 (Ralf Schlatterbeck) | 827 (Ralf Schlatterbeck) |
| 828 - issue2550811 20% fix: jinja2 template engine now has an example | 828 - issue2550811 20% fix: jinja2 template engine now has an example |
| 829 how to use non-ascii unicode contents with a custom filter ('| u'). | 829 how to use non-ascii unicode contents with a custom filter ('| u'). |
| 830 See updates on http://www.roundup-tracker.org/cgi-bin/moin.cgi/Jinja2 | 830 See updates on http://www.roundup-tracker.org/cgi-bin/moin.cgi/Jinja2 |
| 831 (Bernhard Reiter) | 831 (Bernhard Reiter) |
| 832 | 832 |
| 833 | 833 |
| 834 2013-07-06: 1.5.0 | 834 2013-07-06: 1.5.0 |
| 865 and verify that this is properly set.) (John Rouillard) | 865 and verify that this is properly set.) (John Rouillard) |
| 866 - Introducing Template Loader API (anatoly techtonik) | 866 - Introducing Template Loader API (anatoly techtonik) |
| 867 - Experimental support for Jinja2, try 'jinja2' for template_engine | 867 - Experimental support for Jinja2, try 'jinja2' for template_engine |
| 868 in config (anatoly techtonik) | 868 in config (anatoly techtonik) |
| 869 - A new jinja2 template based on Classic schema and using Twitter | 869 - A new jinja2 template based on Classic schema and using Twitter |
| 870 bootstrap for responsive behaviour. Run as - | 870 bootstrap for responsive behaviour. Run as - |
| 871 python demo.py -t jinja2 nuke (Pradip P Caulagi) | 871 python demo.py -t jinja2 nuke (Pradip P Caulagi) |
| 872 - roundup_admin.py and other scripts can now be run directly from the | 872 - roundup_admin.py and other scripts can now be run directly from the |
| 873 sources dir as roundup\scripts\roundup_admin.py (anatoly techtonik) | 873 sources dir as roundup\scripts\roundup_admin.py (anatoly techtonik) |
| 874 - Renamed old Templates classes to Loader classes to clarify sources | 874 - Renamed old Templates classes to Loader classes to clarify sources |
| 875 for alternative templating engines, updated docs (anatoly techtonik) | 875 for alternative templating engines, updated docs (anatoly techtonik) |
| 885 | 885 |
| 886 Fixed: | 886 Fixed: |
| 887 | 887 |
| 888 - issue2550789: add documentation on how to initialise a tracker | 888 - issue2550789: add documentation on how to initialise a tracker |
| 889 without exposing the admin password. | 889 without exposing the admin password. |
| 890 - issue2550805: Postgres should search title attribute case insensitive | 890 - issue2550805: Postgres should search title attribute case insensitive |
| 891 like sqlite. Reported and fixed by Tom Ekberg. (Bernhard Reiter) | 891 like sqlite. Reported and fixed by Tom Ekberg. (Bernhard Reiter) |
| 892 - Removed some old left over "rlog" references in documentation and code. | 892 - Removed some old left over "rlog" references in documentation and code. |
| 893 Makes the debugging.txt advise for the database unit tests work again. | 893 Makes the debugging.txt advise for the database unit tests work again. |
| 894 (Bernhard Reiter) | 894 (Bernhard Reiter) |
| 895 - Fixed OpenPGP support for modern versions of libgpgme. (Bernhard Reiter) | 895 - Fixed OpenPGP support for modern versions of libgpgme. (Bernhard Reiter) |
| 896 - Restored compatibility with old style trackers (anatoly techtonik) | 896 - Restored compatibility with old style trackers (anatoly techtonik) |
| 897 - Make roundup play nice with setup tools (for using with virtualenv) | 897 - Make roundup play nice with setup tools (for using with virtualenv) |
| 898 (Pradip Caulagi) | 898 (Pradip Caulagi) |
| 899 - [minor] Template responsive: make demo.py work out of the box with it, | 899 - [minor] Template responsive: make demo.py work out of the box with it, |
| 900 by setting the static_files config.ini setting to "static". | 900 by setting the static_files config.ini setting to "static". |
| 901 Footer: link fixed and hardcoded last modified date removed. (Bernhard Reiter) | 901 Footer: link fixed and hardcoded last modified date removed. (Bernhard Reiter) |
| 902 - demo.py print location of tracker home and fully erase its directory | 902 - demo.py print location of tracker home and fully erase its directory |
| 903 when nuking (anatoly techtonik) | 903 when nuking (anatoly techtonik) |
| 904 - demo.py changing hostname in config.ini actually changes the address | 904 - demo.py changing hostname in config.ini actually changes the address |
| 905 where demo.py listens. (John Rouillard) | 905 where demo.py listens. (John Rouillard) |
| 961 Schlatterbeck) | 961 Schlatterbeck) |
| 962 - Fix installation documentation (section Prerequisites) to require at | 962 - Fix installation documentation (section Prerequisites) to require at |
| 963 least python 2.5, thanks to John P. Rouillard for discovering this. | 963 least python 2.5, thanks to John P. Rouillard for discovering this. |
| 964 (committed by Ralf Schlatterbeck) | 964 (committed by Ralf Schlatterbeck) |
| 965 - Fix version_check.py to require at least python 2.5 (anatoly techtonik) | 965 - Fix version_check.py to require at least python 2.5 (anatoly techtonik) |
| 966 - Fixing the download button re-activating the cheeseshop plugin in the | 966 - Fixing the download button re-activating the cheeseshop plugin in the |
| 967 sphinx config. Thanks to Richard for the hint. (Bernhard Reiter) | 967 sphinx config. Thanks to Richard for the hint. (Bernhard Reiter) |
| 968 - issue2550783 devel template's schema.py permissions referenced the | 968 - issue2550783 devel template's schema.py permissions referenced the |
| 969 organization property for the user, but the property is called | 969 organization property for the user, but the property is called |
| 970 organisation. Thanks to Pradip Caulagi. (committed by John Rouillard) | 970 organisation. Thanks to Pradip Caulagi. (committed by John Rouillard) |
| 971 - issue2550749 - the xmlrpc interface is invoked on content type | 971 - issue2550749 - the xmlrpc interface is invoked on content type |
