Skip to content

Commit 44e0989

Browse files
committed
Remove trailing whitespace in CHANGES.txt.
1 parent 0486871 commit 44e0989

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

CHANGES.txt

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -380,9 +380,9 @@ Features:
380380

381381
Fixed:
382382

383-
- issue1615201: Optionally restore the original (version 0.6) mailgw
384-
behaviour of ignoring a Resent-From:-header and using the real
385-
From-header instead: new configuration option EMAIL_KEEP_REAL_FROM
383+
- issue1615201: Optionally restore the original (version 0.6) mailgw
384+
behaviour of ignoring a Resent-From:-header and using the real
385+
From-header instead: new configuration option EMAIL_KEEP_REAL_FROM
386386
(Peter Funk aka Pefu).
387387
- issue2550717: Changed a couple of residual email references into
388388
E-Mail in German translation (John Rouillard)
@@ -395,7 +395,7 @@ Fixed:
395395
multilink values (in classic template). Applied patch so it
396396
now errors the same way as an update does. (applied by John Rouillard)
397397
- 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
399399
John Rouillard.
400400
- Fix processing of additional arguments to cgi method 'menu': This
401401
would not work if more than one additional argument is used.
@@ -643,8 +643,8 @@ Fixed:
643643
may see removed properties. By default only role Admin is allowed to
644644
see these.
645645
- Fix issue2550955: Roundup commits although a Reject exception is raised
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
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
648648
implements separate database connections for otk/session handling and
649649
normal database operation.
650650
- Allow empty content property for file and message via xmlrpc
@@ -717,11 +717,11 @@ Features:
717717

718718
Fixed:
719719

720-
- issue2550869 Duplicate mail headers (Reply-To, Message-ID, In-Reply-To)
720+
- issue2550869 Duplicate mail headers (Reply-To, Message-ID, In-Reply-To)
721721
when sending out email. Reported with first fix by Mathias Behrle.
722722
(Bernhard Reiter)
723-
- issue2550830 An empty LinkHTMLProperty cannot be compared successfully.
724-
Improves the query editing page. Reported and fixed by R David Murray
723+
- issue2550830 An empty LinkHTMLProperty cannot be compared successfully.
724+
Improves the query editing page. Reported and fixed by R David Murray
725725
(Bernhard Reiter).
726726
- Fix Release-date of 1.5.0 in this file (thanks to Bernhard for
727727
discovery) (Ralf Schlatterbeck)
@@ -815,18 +815,18 @@ Fixed:
815815
always work. (Ralf Schlatterbeck)
816816
- issue2550881 demo.py: Add pointer how to access demo from remote host.
817817
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
819819
parameters better. Suggested by by Karl-Philipp Richter. (Bernhard Reiter)
820820
- Fix form-parsing: If multiple new items are added to a multilink
821821
property, the old version would create the new items but only link
822822
one. (Ralf Schlatterbeck)
823-
- issue2550892 (translation error of priority in locale de) Thanks
823+
- issue2550892 (translation error of priority in locale de) Thanks
824824
Martin Thomas Swaton for reporting. (Bernhard Reiter)
825825
- Help-Window now gets focus, this prevents the case that help doesn't
826826
work because an old help-window is below the main window.
827827
(Ralf Schlatterbeck)
828-
- issue2550811 20% fix: jinja2 template engine now has an example
829-
how to use non-ascii unicode contents with a custom filter ('| u').
828+
- issue2550811 20% fix: jinja2 template engine now has an example
829+
how to use non-ascii unicode contents with a custom filter ('| u').
830830
See updates on http://www.roundup-tracker.org/cgi-bin/moin.cgi/Jinja2
831831
(Bernhard Reiter)
832832

@@ -867,7 +867,7 @@ Features:
867867
- Experimental support for Jinja2, try 'jinja2' for template_engine
868868
in config (anatoly techtonik)
869869
- 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 -
871871
python demo.py -t jinja2 nuke (Pradip P Caulagi)
872872
- roundup_admin.py and other scripts can now be run directly from the
873873
sources dir as roundup\scripts\roundup_admin.py (anatoly techtonik)
@@ -887,7 +887,7 @@ Fixed:
887887

888888
- issue2550789: add documentation on how to initialise a tracker
889889
without exposing the admin password.
890-
- issue2550805: Postgres should search title attribute case insensitive
890+
- issue2550805: Postgres should search title attribute case insensitive
891891
like sqlite. Reported and fixed by Tom Ekberg. (Bernhard Reiter)
892892
- Removed some old left over "rlog" references in documentation and code.
893893
Makes the debugging.txt advise for the database unit tests work again.
@@ -897,7 +897,7 @@ Fixed:
897897
- Make roundup play nice with setup tools (for using with virtualenv)
898898
(Pradip Caulagi)
899899
- [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".
901901
Footer: link fixed and hardcoded last modified date removed. (Bernhard Reiter)
902902
- demo.py print location of tracker home and fully erase its directory
903903
when nuking (anatoly techtonik)
@@ -963,7 +963,7 @@ Fixed:
963963
least python 2.5, thanks to John P. Rouillard for discovering this.
964964
(committed by Ralf Schlatterbeck)
965965
- 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
967967
sphinx config. Thanks to Richard for the hint. (Bernhard Reiter)
968968
- issue2550783 devel template's schema.py permissions referenced the
969969
organization property for the user, but the property is called

0 commit comments

Comments
 (0)