Skip to content

Commit f2c885e

Browse files
CHANGES.txt: Completting some committer names.
1 parent 9c9f12e commit f2c885e

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

CHANGES.txt

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Features:
3131
class can be numeric -- in that case roundup will try to parse the
3232
value as an ID when evaluating form values -- not as a key. Specifying
3333
try_id_parsing='no' for these Link/Multilink will skip the ID step,
34-
default is 'yes'.
34+
default is 'yes'. (Ralf Schlatterbeck)
3535
- New configuration option 'isolation_level' in rdbms section. Currently
3636
supported for Postgres and mysql, sets the transaction isolation level.
3737
Wrong history entries for concurrent database updates observed in
@@ -72,8 +72,8 @@ Fixed:
7272
- executable .py scripts need "#!/usr/bin/env python", add this to demo.py,
7373
remove exec bits from website/wiki/wiki/data/plugin/theme/roundup.py
7474
(Thomas Arendsen Hein)
75-
- issue2550822: Fix showing more than one additional property in class menu
76-
(James Mack)
75+
- issue2550822: Fix showing more than one additional property in class menu.
76+
Report and fix by James Mack (Thomas Arendsen Hein)
7777
- Fix String search with special SQL wildcard characters in LIKE/ILIKE
7878
clause and add testcase (Ralf Schlatterbeck)
7979
- Fix subtle bug when sorting by a Link that contains a Multilink from
@@ -83,18 +83,19 @@ Fixed:
8383
particular bug is no longer in roundup core. But the change to the
8484
templates we suggest is a *lot* safer as it by default escapes the
8585
error and ok messages now. Thanks to Thibault Fevry for the original
86-
bug-report.
86+
bug-report. (Ralf Schlatterbeck)
8787
- issue2117897: Fixed two more places in date.py where seconds can be
8888
rounded to 60.0 and causing exceptions. Change them to 59.999 as was
8989
done in the fix for issue2550802. (Thomas Arendsen Hein)
9090
- Fix batch.propchanged for transitive id properties (would result in a
91-
backtrace when trying to group by property.id)
91+
backtrace when trying to group by property.id) (Ralf Schlatterbeck)
9292
- Fix issue2550835, the test checks for date-range queries with an
9393
interval that depends on the local time. Put the queried date a little
9494
later to avoid a race condition where the queried interval doesn't
9595
match the date because the clock has advanced. (Ralf Schlatterbeck)
9696
- Apply german translation fixes from Debian team in issue2550761,
9797
thanks to Kai Storbeck for taking the time to report these.
98+
(Ralf Schlatterbeck)
9899

99100
Minor:
100101
- demo.py usage message improved: explains "nuke" now. (Bernhard Reiter)
@@ -160,6 +161,7 @@ Fixed:
160161
like sqlite. Reported and fixed by Tom Ekberg. (Bernhard Reiter)
161162
- Removed some old left over "rlog" references in documentation and code.
162163
Makes the debugging.txt advise for the database unit tests work again.
164+
(Bernhard Reiter)
163165
- Fixed OpenPGP support for modern versions of libgpgme. (Bernhard Reiter)
164166
- Restored compatibility with old style trackers (anatoly techtonik)
165167
- Make roundup play nice with setup tools (for using with virtualenv)

0 commit comments

Comments
 (0)