Mercurial > p > roundup > code
annotate CHANGES.txt @ 7655:91fad2d2c4b3
fix: exit quickly on keyboard interrupt
When exiting roundup_server (issue was seen in use of roundup_demo)
using ^C, the keyboard interrupt message is generated but the
application didn't exit until the 60 second socket timeout is
complete.
This seems to be more of an issue with Windows.
With this change the socket is explicitly shut down telling the client
what's happening. Then the file descriptor is closed.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Fri, 06 Oct 2023 21:43:56 -0400 |
| parents | 4de48eadf5f4 |
| children | 5fdec4ad53ed |
| rev | line source |
|---|---|
|
4857
5e24a2d7078f
Place a redirect to doc/upgrading.txt at the top to CHANGES.txt
anatoly techtonik <techtonik@gmail.com>
parents:
4856
diff
changeset
|
1 |
|
5025
cf22972fe080
Preparing 1.5.1 steps 3/16
anatoly techtonik <techtonik@gmail.com>
parents:
5015
diff
changeset
|
2 Please read ``doc/upgrading.txt`` to see how to bring you Roundup version |
|
4857
5e24a2d7078f
Place a redirect to doc/upgrading.txt at the top to CHANGES.txt
anatoly techtonik <techtonik@gmail.com>
parents:
4856
diff
changeset
|
3 up to date with changes listed in this file. This may require schema |
|
5e24a2d7078f
Place a redirect to doc/upgrading.txt at the top to CHANGES.txt
anatoly techtonik <techtonik@gmail.com>
parents:
4856
diff
changeset
|
4 and template changes not listed here. |
|
5e24a2d7078f
Place a redirect to doc/upgrading.txt at the top to CHANGES.txt
anatoly techtonik <techtonik@gmail.com>
parents:
4856
diff
changeset
|
5 |
|
4605
a006615b08ec
CHANGES.txt: Shorter top intro, an moving to 2012 for the next date template.
Bernhard Reiter <bernhard@intevation.de>
parents:
4604
diff
changeset
|
6 Each entry has the developer who committed the change in brackets. |
|
5949
573b688fffeb
RELEASE.txt changes checkin pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5939
diff
changeset
|
7 Many entries without name were done by Richard Jones. |
|
94
9cf5229397fc
name changes to make distutils happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
8 |
|
5045
a46d5d0fd5f8
Fix issue1615201: Added a new configuration option EMAIL_KEEP_REAL_FROM
Peter Funk <pf@artcom-gmbh.de>
parents:
5039
diff
changeset
|
9 **IMPORTANT** The v1.5.x releases of Roundup were the last to support |
|
5328
ba1ce44254df
clarify supported python versions in two docs. Reported by Joseph Myers.
John Rouillard <rouilj@ieee.org>
parents:
5326
diff
changeset
|
10 Python v2.5 and v2.6. Starting with the v1.6 releases of Roundup |
|
6761
65da8d74c06e
update tested python release info.
John Rouillard <rouilj@ieee.org>
parents:
6760
diff
changeset
|
11 v2.7.2 or later are required to run newer releases of Roundup. |
|
65da8d74c06e
update tested python release info.
John Rouillard <rouilj@ieee.org>
parents:
6760
diff
changeset
|
12 Roundup 2.0 supports Python 3.4 and later. Roundup 2.1.0 supports |
|
65da8d74c06e
update tested python release info.
John Rouillard <rouilj@ieee.org>
parents:
6760
diff
changeset
|
13 python 3.6 or newer (3.4/3.5 might work, but they are not tested). |
|
4901
fa268ea457db
Add note about dropping support for Python v2.5
John Kristensen <john@jerrykan.com>
parents:
4900
diff
changeset
|
14 |
|
7543
fc9daba984c0
- issue2551103 - add pragma 'display_protected' to roundup-admin.
John Rouillard <rouilj@ieee.org>
parents:
7530
diff
changeset
|
15 2024-XX-YY 2.4.0 |
|
fc9daba984c0
- issue2551103 - add pragma 'display_protected' to roundup-admin.
John Rouillard <rouilj@ieee.org>
parents:
7530
diff
changeset
|
16 |
|
fc9daba984c0
- issue2551103 - add pragma 'display_protected' to roundup-admin.
John Rouillard <rouilj@ieee.org>
parents:
7530
diff
changeset
|
17 Fixed: |
|
fc9daba984c0
- issue2551103 - add pragma 'display_protected' to roundup-admin.
John Rouillard <rouilj@ieee.org>
parents:
7530
diff
changeset
|
18 |
|
7556
273c8c2b5042
fix(api): - issue2551063 - Rest/Xmlrpc interfaces needs failed login protection.
John Rouillard <rouilj@ieee.org>
parents:
7551
diff
changeset
|
19 - issue2551063 - Rest/Xmlrpc interfaces needs failed login protection. |
|
273c8c2b5042
fix(api): - issue2551063 - Rest/Xmlrpc interfaces needs failed login protection.
John Rouillard <rouilj@ieee.org>
parents:
7551
diff
changeset
|
20 Failed API login rate limiting with expiring lockout added. (John |
|
273c8c2b5042
fix(api): - issue2551063 - Rest/Xmlrpc interfaces needs failed login protection.
John Rouillard <rouilj@ieee.org>
parents:
7551
diff
changeset
|
21 Rouillard) |
|
7558
c8a931aa7514
fix(i18n): issue2551184 - improve i18n handling
Marcus Preisch
parents:
7556
diff
changeset
|
22 - issue2551184 - improve i18n handling. Patch to test to make sure it |
|
c8a931aa7514
fix(i18n): issue2551184 - improve i18n handling
Marcus Preisch
parents:
7556
diff
changeset
|
23 uses the test tracker's locale files and not other locale |
|
c8a931aa7514
fix(i18n): issue2551184 - improve i18n handling
Marcus Preisch
parents:
7556
diff
changeset
|
24 files. (Marcus Priesch) |
|
7564
49ae502a41b1
Update changelog for last markdown2 support change.
John Rouillard <rouilj@ieee.org>
parents:
7561
diff
changeset
|
25 - issue2551283 - fail if version 2.4.9 of markdown2 is used, it broke |
|
49ae502a41b1
Update changelog for last markdown2 support change.
John Rouillard <rouilj@ieee.org>
parents:
7561
diff
changeset
|
26 [issue1](issue1) style links. Support markdown2 2.4.8 and earlier |
|
49ae502a41b1
Update changelog for last markdown2 support change.
John Rouillard <rouilj@ieee.org>
parents:
7561
diff
changeset
|
27 and 2.4.10 with its new schema filtering method. (John Rouillard) |
|
7575
2b0089104f08
flake8: rename loop variable in 'for sendto in sendto:'
John Rouillard <rouilj@ieee.org>
parents:
7564
diff
changeset
|
28 - multiple flake8 fixes (John Rouillard) |
|
2b0089104f08
flake8: rename loop variable in 'for sendto in sendto:'
John Rouillard <rouilj@ieee.org>
parents:
7564
diff
changeset
|
29 - rename loop variable in 'for sendto in sendto:' (John Rouillard) |
|
7582
978285986b2c
fix: issue2551193 - Fix roundup for removal of cgi and cgitb ...
John Rouillard <rouilj@ieee.org>
parents:
7575
diff
changeset
|
30 - issue2551193 - Fix roundup for removal of cgi and cgitb standard |
|
978285986b2c
fix: issue2551193 - Fix roundup for removal of cgi and cgitb ...
John Rouillard <rouilj@ieee.org>
parents:
7575
diff
changeset
|
31 python modules (and FieldStorage/MiniFieldStorage). Replaced imports |
|
978285986b2c
fix: issue2551193 - Fix roundup for removal of cgi and cgitb ...
John Rouillard <rouilj@ieee.org>
parents:
7575
diff
changeset
|
32 from cgi to use roundup.anypy.cgi_ which will load the system cgi |
|
978285986b2c
fix: issue2551193 - Fix roundup for removal of cgi and cgitb ...
John Rouillard <rouilj@ieee.org>
parents:
7575
diff
changeset
|
33 unless it is missing. Then it will load roundup.anypy.vendored.cgi |
|
978285986b2c
fix: issue2551193 - Fix roundup for removal of cgi and cgitb ...
John Rouillard <rouilj@ieee.org>
parents:
7575
diff
changeset
|
34 and make *FieldStroage symbols available. Roundp uses its own |
|
978285986b2c
fix: issue2551193 - Fix roundup for removal of cgi and cgitb ...
John Rouillard <rouilj@ieee.org>
parents:
7575
diff
changeset
|
35 cgitb.py and not the system cgitb.py. It looks like it's the |
|
978285986b2c
fix: issue2551193 - Fix roundup for removal of cgi and cgitb ...
John Rouillard <rouilj@ieee.org>
parents:
7575
diff
changeset
|
36 precursor to the system cgitb.py. (John Rouillard) |
|
7587
8f29e4ea05ce
fix: issue2551278 - datetime.datetime.utcnow deprecation.
John Rouillard <rouilj@ieee.org>
parents:
7582
diff
changeset
|
37 - issue2551278 - datetime.datetime.utcnow deprecation. Replace |
|
8f29e4ea05ce
fix: issue2551278 - datetime.datetime.utcnow deprecation.
John Rouillard <rouilj@ieee.org>
parents:
7582
diff
changeset
|
38 calls with equivalent that produces timezone aware dates rather than |
|
8f29e4ea05ce
fix: issue2551278 - datetime.datetime.utcnow deprecation.
John Rouillard <rouilj@ieee.org>
parents:
7582
diff
changeset
|
39 naive dates. (John Rouillard) |
|
7588
8329b2227adb
fix: restore roundup-admin display output format w/o pragmas
John Rouillard <rouilj@ieee.org>
parents:
7587
diff
changeset
|
40 - when using "roundup-admin display" indent the listing only if |
|
8329b2227adb
fix: restore roundup-admin display output format w/o pragmas
John Rouillard <rouilj@ieee.org>
parents:
7587
diff
changeset
|
41 headers or protected fields are requested. This makes the output |
|
8329b2227adb
fix: restore roundup-admin display output format w/o pragmas
John Rouillard <rouilj@ieee.org>
parents:
7587
diff
changeset
|
42 look like it did previously to 2.3.0 if the new features aren't |
|
8329b2227adb
fix: restore roundup-admin display output format w/o pragmas
John Rouillard <rouilj@ieee.org>
parents:
7587
diff
changeset
|
43 used. Roundup-admin output was never meant to be machine parsed, but |
|
8329b2227adb
fix: restore roundup-admin display output format w/o pragmas
John Rouillard <rouilj@ieee.org>
parents:
7587
diff
changeset
|
44 don't break it unless required. (John Rouillard) |
|
7607
bb443db61d1c
fix: issue2551290? windows install works
John Rouillard <rouilj@ieee.org>
parents:
7588
diff
changeset
|
45 - issue2551290 - pip install roundup Hangs on Windows 10 |
|
bb443db61d1c
fix: issue2551290? windows install works
John Rouillard <rouilj@ieee.org>
parents:
7588
diff
changeset
|
46 The install under windows goes into an infinite loop using pip or |
|
bb443db61d1c
fix: issue2551290? windows install works
John Rouillard <rouilj@ieee.org>
parents:
7588
diff
changeset
|
47 source install. (John Rouillard) |
|
7608
cdc7490f510e
docs: add mention of pyreadline3 under windows
John Rouillard <rouilj@ieee.org>
parents:
7607
diff
changeset
|
48 - Document use of pyreadline3 to allow roundup-admin to have CLI editing |
|
cdc7490f510e
docs: add mention of pyreadline3 under windows
John Rouillard <rouilj@ieee.org>
parents:
7607
diff
changeset
|
49 on windows. (John Rouillard) |
|
7649
771d7c43c76f
refactor: issue2551293 - remove schema_hook from Tracker instance.
John Rouillard <rouilj@ieee.org>
parents:
7608
diff
changeset
|
50 - issue2551293 - remove schema_hook from Tracker instance. Looks like |
|
771d7c43c76f
refactor: issue2551293 - remove schema_hook from Tracker instance.
John Rouillard <rouilj@ieee.org>
parents:
7608
diff
changeset
|
51 it was an obsolete hook used for testing. Never documented and not |
|
771d7c43c76f
refactor: issue2551293 - remove schema_hook from Tracker instance.
John Rouillard <rouilj@ieee.org>
parents:
7608
diff
changeset
|
52 accessible from schema.py. |
|
7650
4de48eadf5f4
bug: Fix roundup-admin security command. Lowercase optionalarg.
John Rouillard <rouilj@ieee.org>
parents:
7649
diff
changeset
|
53 - Fix roundup-admin security command. Lowercase its optional |
|
4de48eadf5f4
bug: Fix roundup-admin security command. Lowercase optionalarg.
John Rouillard <rouilj@ieee.org>
parents:
7649
diff
changeset
|
54 argument. Roles are indexed by lower case role name. So 'security |
|
4de48eadf5f4
bug: Fix roundup-admin security command. Lowercase optionalarg.
John Rouillard <rouilj@ieee.org>
parents:
7649
diff
changeset
|
55 User' and 'security user' should generate the same output. (John |
|
4de48eadf5f4
bug: Fix roundup-admin security command. Lowercase optionalarg.
John Rouillard <rouilj@ieee.org>
parents:
7649
diff
changeset
|
56 Rouillard from issue on mailing list by Chuck Cunningham) |
|
7655
91fad2d2c4b3
fix: exit quickly on keyboard interrupt
John Rouillard <rouilj@ieee.org>
parents:
7650
diff
changeset
|
57 - make roundup-server exit more quickly on ^C. This seems to be |
|
91fad2d2c4b3
fix: exit quickly on keyboard interrupt
John Rouillard <rouilj@ieee.org>
parents:
7650
diff
changeset
|
58 limited to windows. |
|
7556
273c8c2b5042
fix(api): - issue2551063 - Rest/Xmlrpc interfaces needs failed login protection.
John Rouillard <rouilj@ieee.org>
parents:
7551
diff
changeset
|
59 |
|
7543
fc9daba984c0
- issue2551103 - add pragma 'display_protected' to roundup-admin.
John Rouillard <rouilj@ieee.org>
parents:
7530
diff
changeset
|
60 Features: |
|
fc9daba984c0
- issue2551103 - add pragma 'display_protected' to roundup-admin.
John Rouillard <rouilj@ieee.org>
parents:
7530
diff
changeset
|
61 |
|
fc9daba984c0
- issue2551103 - add pragma 'display_protected' to roundup-admin.
John Rouillard <rouilj@ieee.org>
parents:
7530
diff
changeset
|
62 - issue2551103 - add pragma 'display_protected' to roundup-admin. If |
|
fc9daba984c0
- issue2551103 - add pragma 'display_protected' to roundup-admin.
John Rouillard <rouilj@ieee.org>
parents:
7530
diff
changeset
|
63 true, print protected attributes like id, activity, actor... |
|
fc9daba984c0
- issue2551103 - add pragma 'display_protected' to roundup-admin.
John Rouillard <rouilj@ieee.org>
parents:
7530
diff
changeset
|
64 when using display or specification subcommands. (John Rouillard) |
|
7546
534f8bdb8f94
Add -P pragma=value command line option to roundup-admin.
John Rouillard <rouilj@ieee.org>
parents:
7543
diff
changeset
|
65 - add -P pragma=value command line option to roundup-admin. Allows |
|
534f8bdb8f94
Add -P pragma=value command line option to roundup-admin.
John Rouillard <rouilj@ieee.org>
parents:
7543
diff
changeset
|
66 setting pragmas when using non-interactive mode. (John Rouillard) |
| 7551 | 67 - issue685275 - add pragma show_retired to control display of retired |
| 68 items when using list/table. Add pragma display_header to print | |
| 69 headers for display command. Header displays designator and | |
| 70 retired/active status. | |
|
7543
fc9daba984c0
- issue2551103 - add pragma 'display_protected' to roundup-admin.
John Rouillard <rouilj@ieee.org>
parents:
7530
diff
changeset
|
71 |
|
7530
ed2bc951277b
Updates for 2.3.0 release.
John Rouillard <rouilj@ieee.org>
parents:
7480
diff
changeset
|
72 2023-07-13 2.3.0 |
|
6798
863c63b73315
Document docker changes. set up for 2.3.0 release.
John Rouillard <rouilj@ieee.org>
parents:
6782
diff
changeset
|
73 |
|
863c63b73315
Document docker changes. set up for 2.3.0 release.
John Rouillard <rouilj@ieee.org>
parents:
6782
diff
changeset
|
74 Fixed: |
|
863c63b73315
Document docker changes. set up for 2.3.0 release.
John Rouillard <rouilj@ieee.org>
parents:
6782
diff
changeset
|
75 |
|
7428
186956a87ad7
issue2551279 - GPG support removed from pypi - rewrite pgp signature validation.
John Rouillard <rouilj@ieee.org>
parents:
7395
diff
changeset
|
76 - Updated directions for verifying Roundup distribution using pgp. |
|
6809
c4adb55b23fc
updates and attributions.
John Rouillard <rouilj@ieee.org>
parents:
6806
diff
changeset
|
77 - Dockerfile healthcheck fixed so it works when trackers are |
|
c4adb55b23fc
updates and attributions.
John Rouillard <rouilj@ieee.org>
parents:
6806
diff
changeset
|
78 specified on command line. Also cleanup of unneeded |
|
c4adb55b23fc
updates and attributions.
John Rouillard <rouilj@ieee.org>
parents:
6806
diff
changeset
|
79 packages. (John Rouillard) |
|
6804
25d08e15e3b4
issue2551224 - Replace dbm db for sessions/otks when using sqlite
John Rouillard <rouilj@ieee.org>
parents:
6798
diff
changeset
|
80 - issue2551224 - Replace dbm db for sessions and otks when using |
|
25d08e15e3b4
issue2551224 - Replace dbm db for sessions/otks when using sqlite
John Rouillard <rouilj@ieee.org>
parents:
6798
diff
changeset
|
81 sqlite. New databases are created for session data (db-session) |
|
6809
c4adb55b23fc
updates and attributions.
John Rouillard <rouilj@ieee.org>
parents:
6806
diff
changeset
|
82 and one time key data (db-otk). The data is ephemeral so no |
|
c4adb55b23fc
updates and attributions.
John Rouillard <rouilj@ieee.org>
parents:
6806
diff
changeset
|
83 need to migrate. (John Rouillard) |
|
c4adb55b23fc
updates and attributions.
John Rouillard <rouilj@ieee.org>
parents:
6806
diff
changeset
|
84 - issue2551223 - Timestamps are truncated in mysql and postgresql |
|
c4adb55b23fc
updates and attributions.
John Rouillard <rouilj@ieee.org>
parents:
6806
diff
changeset
|
85 for session and otk database tables. Modify db schema to use a |
|
c4adb55b23fc
updates and attributions.
John Rouillard <rouilj@ieee.org>
parents:
6806
diff
changeset
|
86 numeric type that preserves more significant figures. See |
|
c4adb55b23fc
updates and attributions.
John Rouillard <rouilj@ieee.org>
parents:
6806
diff
changeset
|
87 upgrading.txt for required steps. (John Rouillard) |
|
c4adb55b23fc
updates and attributions.
John Rouillard <rouilj@ieee.org>
parents:
6806
diff
changeset
|
88 - added more testing of BasicDatabase to support use of SQLite |
|
c4adb55b23fc
updates and attributions.
John Rouillard <rouilj@ieee.org>
parents:
6806
diff
changeset
|
89 for that purpose. Had to fix memory, rdbms and dbm edge cases |
|
c4adb55b23fc
updates and attributions.
John Rouillard <rouilj@ieee.org>
parents:
6806
diff
changeset
|
90 due to new tests. (John Rouillard) |
|
6834
5129fc03dc1f
issue2551137, 2551138 - roundup-server SSL issues.
John Rouillard <rouilj@ieee.org>
parents:
6832
diff
changeset
|
91 - issue2551138 - roundup-server with ssl under python2 throws |
|
5129fc03dc1f
issue2551137, 2551138 - roundup-server SSL issues.
John Rouillard <rouilj@ieee.org>
parents:
6832
diff
changeset
|
92 traceback on socket close. Not sure how this got fixed, |
|
5129fc03dc1f
issue2551137, 2551138 - roundup-server SSL issues.
John Rouillard <rouilj@ieee.org>
parents:
6832
diff
changeset
|
93 but after fixing issue2551137 it was not an issue anymore. |
|
5129fc03dc1f
issue2551137, 2551138 - roundup-server SSL issues.
John Rouillard <rouilj@ieee.org>
parents:
6832
diff
changeset
|
94 - issue2551137 - roundup-server won't run with ssl under python3 |
|
5129fc03dc1f
issue2551137, 2551138 - roundup-server SSL issues.
John Rouillard <rouilj@ieee.org>
parents:
6832
diff
changeset
|
95 Fixed by using SocketIO and manually adding buffering io and |
|
5129fc03dc1f
issue2551137, 2551138 - roundup-server SSL issues.
John Rouillard <rouilj@ieee.org>
parents:
6832
diff
changeset
|
96 catching SSL.ZeroReturnError indicating SSL has been shut down. |
|
6898
393430d4849a
update chnges.txt with support for text/javascript
John Rouillard <rouilj@ieee.org>
parents:
6834
diff
changeset
|
97 - add caching header for text/javascript in addition to depricated |
|
393430d4849a
update chnges.txt with support for text/javascript
John Rouillard <rouilj@ieee.org>
parents:
6834
diff
changeset
|
98 application/javascript. (John Rouillard) |
|
6908
3260926d7e7e
fix postgresl-fts indexer: get_indexer reported not implemented
John Rouillard <rouilj@ieee.org>
parents:
6898
diff
changeset
|
99 - Enable postgres-fts: fix indexer-common::get_indexer so it returns a |
|
3260926d7e7e
fix postgresl-fts indexer: get_indexer reported not implemented
John Rouillard <rouilj@ieee.org>
parents:
6898
diff
changeset
|
100 postgresql-fts Test code paths in get_indexer. (John Rouillard) |
|
6915
9ff091537f43
postgresql native-fts; more indexer tests
John Rouillard <rouilj@ieee.org>
parents:
6908
diff
changeset
|
101 - Fix Postgres native-fts, implement a two phase initialization of the |
|
9ff091537f43
postgresql native-fts; more indexer tests
John Rouillard <rouilj@ieee.org>
parents:
6908
diff
changeset
|
102 indexer. The native-fts one gets assigned after the database |
|
9ff091537f43
postgresql native-fts; more indexer tests
John Rouillard <rouilj@ieee.org>
parents:
6908
diff
changeset
|
103 connection is open. (John Rouillard) |
|
9ff091537f43
postgresql native-fts; more indexer tests
John Rouillard <rouilj@ieee.org>
parents:
6908
diff
changeset
|
104 - fix crash if postgresql native-fts backend is asked to index content |
|
9ff091537f43
postgresql native-fts; more indexer tests
John Rouillard <rouilj@ieee.org>
parents:
6908
diff
changeset
|
105 with null bytes. (John Rouillard) |
|
6941
bd2c3b2010c3
issue2551232 - modify in-reply-to threading when multiple matches
John Rouillard <rouilj@ieee.org>
parents:
6930
diff
changeset
|
106 - issue2551232 - modify in-reply-to threading when multiple matches |
|
bd2c3b2010c3
issue2551232 - modify in-reply-to threading when multiple matches
John Rouillard <rouilj@ieee.org>
parents:
6930
diff
changeset
|
107 Change how in-reply-to threading works in the mailgw. If there is |
|
bd2c3b2010c3
issue2551232 - modify in-reply-to threading when multiple matches
John Rouillard <rouilj@ieee.org>
parents:
6930
diff
changeset
|
108 more than one issue with a matching parent message, fall back to |
|
bd2c3b2010c3
issue2551232 - modify in-reply-to threading when multiple matches
John Rouillard <rouilj@ieee.org>
parents:
6930
diff
changeset
|
109 subject matching. See upgrading.txt for details. (John Rouillard) |
|
7053
b5fffd2a64af
issue2551195: port scripts to argparse
Ralf Schlatterbeck <rsc@runtux.com>
parents:
6957
diff
changeset
|
110 - issue2551195 - port scripts from optparse to argparse (Ralf Schlatterbeck) |
|
7093
f72ce883e677
Mitigation for issue2551246 -u opton to roundup-admin
John Rouillard <rouilj@ieee.org>
parents:
7075
diff
changeset
|
111 - issue2551246 - mitigation, document how -u doesn't work for |
|
f72ce883e677
Mitigation for issue2551246 -u opton to roundup-admin
John Rouillard <rouilj@ieee.org>
parents:
7075
diff
changeset
|
112 roundup-admin. (John Rouillard) |
|
7094
570abc4c6548
Improve documention on access to templates and static_files.
John Rouillard <rouilj@ieee.org>
parents:
7093
diff
changeset
|
113 - Document better that files in the template or static_files |
|
570abc4c6548
Improve documention on access to templates and static_files.
John Rouillard <rouilj@ieee.org>
parents:
7093
diff
changeset
|
114 directories accessed via @@file are available to any user with the |
|
7112
c0d030bd472e
Fix: Send Content-Length header to client from top Exception handler
John Rouillard <rouilj@ieee.org>
parents:
7094
diff
changeset
|
115 url. (John Rouillard) |
|
c0d030bd472e
Fix: Send Content-Length header to client from top Exception handler
John Rouillard <rouilj@ieee.org>
parents:
7094
diff
changeset
|
116 - Fix final exception handler in roundup-server to send proper |
|
c0d030bd472e
Fix: Send Content-Length header to client from top Exception handler
John Rouillard <rouilj@ieee.org>
parents:
7094
diff
changeset
|
117 Content-Length header to the client. (John Rouillard) |
|
7113
5c6dd791d638
bug: handle exception when origin header is missing
John Rouillard <rouilj@ieee.org>
parents:
7112
diff
changeset
|
118 - Fix traceback if Origin header is missing. (John Rouillard) |
|
7114
33eb82ad26ba
issue2551250: Fix sorting of detectors
Ralf Schlatterbeck <rsc@runtux.com>
parents:
7113
diff
changeset
|
119 - issue2551250: Fix sorting of detectors even if there are two with the |
|
33eb82ad26ba
issue2551250: Fix sorting of detectors
Ralf Schlatterbeck <rsc@runtux.com>
parents:
7113
diff
changeset
|
120 same name and priority (can happen if they are created in two |
|
33eb82ad26ba
issue2551250: Fix sorting of detectors
Ralf Schlatterbeck <rsc@runtux.com>
parents:
7113
diff
changeset
|
121 different files). |
|
7121
cb39a6c95cd3
Fix Traceback on empty numeric order attribute
Ralf Schlatterbeck <rsc@runtux.com>
parents:
7114
diff
changeset
|
122 - Fix Traceback when a numeric order attribute is empty (Ralf |
|
cb39a6c95cd3
Fix Traceback on empty numeric order attribute
Ralf Schlatterbeck <rsc@runtux.com>
parents:
7114
diff
changeset
|
123 Schlatterbeck) |
|
7132
c087ad45bf4d
update Anonymous Create user to Register user permissions
John Rouillard <rouilj@ieee.org>
parents:
7121
diff
changeset
|
124 - Update some template schema files to assign Register permissions for the |
|
c087ad45bf4d
update Anonymous Create user to Register user permissions
John Rouillard <rouilj@ieee.org>
parents:
7121
diff
changeset
|
125 Anonymous user. Replaces the old Create permission. (John Rouillard) |
|
7155
89a59e46b3af
improve REST interface security
John Rouillard <rouilj@ieee.org>
parents:
7132
diff
changeset
|
126 - Allow '*' and explicit origins in allowed_api_origins. Only return |
|
89a59e46b3af
improve REST interface security
John Rouillard <rouilj@ieee.org>
parents:
7132
diff
changeset
|
127 'Access-Control-Allow-Credentials' when not matching '*'. Fixes |
|
7239
18b7d95ee08f
Log addition of CSP section for admin doc. Attribute other changes.
John Rouillard <rouilj@ieee.org>
parents:
7237
diff
changeset
|
128 security issue with rest when using '*'. (John Rouillard) |
|
7156
6f09103a6522
[issue2551263] expose headers to rest clients
John Rouillard <rouilj@ieee.org>
parents:
7155
diff
changeset
|
129 - issue2551263: In REST response expose rate limiting, sunset, allow |
|
7465
2bcecb1812d1
Spelling change JavaScript not all lower case.
John Rouillard <rouilj@ieee.org>
parents:
7460
diff
changeset
|
130 HTTP headers to calling JavaScript. (John Rouillard) |
|
7159
765222ef4cec
- issue2551257: add 'X-Content-Type-Options: nosniff' header for file download
John Rouillard <rouilj@ieee.org>
parents:
7156
diff
changeset
|
131 - issue2551257: When downloading an attached (user supplied file), |
|
765222ef4cec
- issue2551257: add 'X-Content-Type-Options: nosniff' header for file download
John Rouillard <rouilj@ieee.org>
parents:
7156
diff
changeset
|
132 make sure that an 'X-Content-Type-Options: nosniff' header is sent. |
|
7239
18b7d95ee08f
Log addition of CSP section for admin doc. Attribute other changes.
John Rouillard <rouilj@ieee.org>
parents:
7237
diff
changeset
|
133 (John Rouillard) |
|
7161
be7849588372
issue2551252 - increase PBKFD2 default rounds to 2,000,000.
John Rouillard <rouilj@ieee.org>
parents:
7159
diff
changeset
|
134 - issue2551252 - default number of rounds for PKDF2 password increased |
|
7239
18b7d95ee08f
Log addition of CSP section for admin doc. Attribute other changes.
John Rouillard <rouilj@ieee.org>
parents:
7237
diff
changeset
|
135 to 2,000,000. (John Rouillard) |
|
7165
970cd6d2b8ea
issue2551251 - migrate pbkdf2 passwords if more rounds configured
John Rouillard <rouilj@ieee.org>
parents:
7163
diff
changeset
|
136 - issue2551251 - migrate/re-encrypt PBKDF2 password if stored |
|
970cd6d2b8ea
issue2551251 - migrate pbkdf2 passwords if more rounds configured
John Rouillard <rouilj@ieee.org>
parents:
7163
diff
changeset
|
137 password used a smaller number of rounds than set in |
|
7239
18b7d95ee08f
Log addition of CSP section for admin doc. Attribute other changes.
John Rouillard <rouilj@ieee.org>
parents:
7237
diff
changeset
|
138 password_pbkdf2_default_rounds. (John Rouillard) |
| 7215 | 139 - upgrade from jquery-3.5.1 to jquery-3.6.3. Update user.help.html |
|
7239
18b7d95ee08f
Log addition of CSP section for admin doc. Attribute other changes.
John Rouillard <rouilj@ieee.org>
parents:
7237
diff
changeset
|
140 to new version. (John Rouillard) |
|
18b7d95ee08f
Log addition of CSP section for admin doc. Attribute other changes.
John Rouillard <rouilj@ieee.org>
parents:
7237
diff
changeset
|
141 - Dockerfile scanned with hadolint. Fixed multiple issues. (John Rouillard) |
|
7251
ab0ea9f03866
fix initialization of option_validator
John Rouillard <rouilj@ieee.org>
parents:
7241
diff
changeset
|
142 - fix crash due to invalid initialization/reset of configuration.py |
|
ab0ea9f03866
fix initialization of option_validator
John Rouillard <rouilj@ieee.org>
parents:
7241
diff
changeset
|
143 option_validators. Crashed roundup-admin on second command if an |
|
ab0ea9f03866
fix initialization of option_validator
John Rouillard <rouilj@ieee.org>
parents:
7241
diff
changeset
|
144 option_validator was added by a detector or extension. (John Rouillard) |
|
7308
24cbf3a41e8a
Use dumb-init in Dockerfile; chown tracker directory to proper uid
John Rouillard <rouilj@ieee.org>
parents:
7251
diff
changeset
|
145 - Dockerfile uses dumb-init to properly wait for child/zombie |
|
24cbf3a41e8a
Use dumb-init in Dockerfile; chown tracker directory to proper uid
John Rouillard <rouilj@ieee.org>
parents:
7251
diff
changeset
|
146 processes. Defense against child process starting from detector |
|
24cbf3a41e8a
Use dumb-init in Dockerfile; chown tracker directory to proper uid
John Rouillard <rouilj@ieee.org>
parents:
7251
diff
changeset
|
147 and becoming a zombie when its roundup-server instance exits. |
|
24cbf3a41e8a
Use dumb-init in Dockerfile; chown tracker directory to proper uid
John Rouillard <rouilj@ieee.org>
parents:
7251
diff
changeset
|
148 (John Rouillard) |
|
7309
577ffdb76754
Change name of installed frontends/Zope to frontends/Zroundup
John Rouillard <rouilj@ieee.org>
parents:
7308
diff
changeset
|
149 - Move installed frontend/Zope back to frontend/ZRoundup |
|
577ffdb76754
Change name of installed frontends/Zope to frontends/Zroundup
John Rouillard <rouilj@ieee.org>
parents:
7308
diff
changeset
|
150 directory. This better identifies the directory when copied into |
|
577ffdb76754
Change name of installed frontends/Zope to frontends/Zroundup
John Rouillard <rouilj@ieee.org>
parents:
7308
diff
changeset
|
151 the Zope framework. It also matches existing |
|
577ffdb76754
Change name of installed frontends/Zope to frontends/Zroundup
John Rouillard <rouilj@ieee.org>
parents:
7308
diff
changeset
|
152 documentation. (John Rouilard) |
|
7340
7b9bddda9d2d
Add support for demo mode in docker.
John Rouillard <rouilj@ieee.org>
parents:
7309
diff
changeset
|
153 - Multiple fixes/updates for installation documentation. |
|
7b9bddda9d2d
Add support for demo mode in docker.
John Rouillard <rouilj@ieee.org>
parents:
7309
diff
changeset
|
154 Including docker shell/admin/demo mdoes. (John Rouillard) |
|
7372
886a5c767d7e
Invalid REST item spec returns 404 rather than 400.
John Rouillard <rouilj@ieee.org>
parents:
7354
diff
changeset
|
155 - Invalid item identifiers passed to REST endpoint return a 404 |
|
886a5c767d7e
Invalid REST item spec returns 404 rather than 400.
John Rouillard <rouilj@ieee.org>
parents:
7354
diff
changeset
|
156 rather than a 400 error. E.G. /rest/data/issue/issue4 (rather |
|
886a5c767d7e
Invalid REST item spec returns 404 rather than 400.
John Rouillard <rouilj@ieee.org>
parents:
7354
diff
changeset
|
157 than .../issue/4). (John Rouillard) |
|
7480
b60dd795d221
Attribute fix for issue2551280 to Gabor Nagy.
John Rouillard <rouilj@ieee.org>
parents:
7465
diff
changeset
|
158 - issue2551280 - sorted() method of MultilinkHTMLProperty is broken? |
|
b60dd795d221
Attribute fix for issue2551280 to Gabor Nagy.
John Rouillard <rouilj@ieee.org>
parents:
7465
diff
changeset
|
159 (Gabor Nagy report and fix; commit John Rouillard) |
|
6798
863c63b73315
Document docker changes. set up for 2.3.0 release.
John Rouillard <rouilj@ieee.org>
parents:
6782
diff
changeset
|
160 |
|
863c63b73315
Document docker changes. set up for 2.3.0 release.
John Rouillard <rouilj@ieee.org>
parents:
6782
diff
changeset
|
161 Features: |
|
863c63b73315
Document docker changes. set up for 2.3.0 release.
John Rouillard <rouilj@ieee.org>
parents:
6782
diff
changeset
|
162 |
|
7438
116ea5ce06ab
issue2551269: Add warning abut Python 2 support lifetime
John Rouillard <rouilj@ieee.org>
parents:
7428
diff
changeset
|
163 - Add warning about limited Python 2 support lifetime to install and |
|
116ea5ce06ab
issue2551269: Add warning abut Python 2 support lifetime
John Rouillard <rouilj@ieee.org>
parents:
7428
diff
changeset
|
164 upgrading docs. (John Rouillard) |
|
7440
7c2dfa048b58
Move Dockerile demo/shell etc uspport to features.
John Rouillard <rouilj@ieee.org>
parents:
7438
diff
changeset
|
165 - Dockerfile supports demo mode for instant gratification |
|
7c2dfa048b58
Move Dockerile demo/shell etc uspport to features.
John Rouillard <rouilj@ieee.org>
parents:
7438
diff
changeset
|
166 8-). Also supports shell and admin mode (John Rouillard) |
|
6809
c4adb55b23fc
updates and attributions.
John Rouillard <rouilj@ieee.org>
parents:
6806
diff
changeset
|
167 - Dockerfile build allows adding additional python packages via |
|
c4adb55b23fc
updates and attributions.
John Rouillard <rouilj@ieee.org>
parents:
6806
diff
changeset
|
168 pip, setting UID tracker is run under. (John Rouillard) |
|
6814
3f60a71b0812
Summary: Support selecion session/otk data store. Add redis as data store.
John Rouillard <rouilj@ieee.org>
parents:
6809
diff
changeset
|
169 - issue2551140 - Added redis as a session and otk database for use |
|
3f60a71b0812
Summary: Support selecion session/otk data store. Add redis as data store.
John Rouillard <rouilj@ieee.org>
parents:
6809
diff
changeset
|
170 with anydbm and sqlite primary databases. (John Rouillard) |
|
6832
234fefd7568a
issue2550559 - Pretty printing / formatting for Number types.
John Rouillard <rouilj@ieee.org>
parents:
6814
diff
changeset
|
171 - issue2550559 - Pretty printing / formatting for Number types. |
|
234fefd7568a
issue2550559 - Pretty printing / formatting for Number types.
John Rouillard <rouilj@ieee.org>
parents:
6814
diff
changeset
|
172 Added pretty(format='%0.3f') method to NumberHTMLProperty to |
|
234fefd7568a
issue2550559 - Pretty printing / formatting for Number types.
John Rouillard <rouilj@ieee.org>
parents:
6814
diff
changeset
|
173 print numeric values. If value is None, return empty string |
|
6915
9ff091537f43
postgresql native-fts; more indexer tests
John Rouillard <rouilj@ieee.org>
parents:
6908
diff
changeset
|
174 otherwise str() of value. (John Rouillard) |
|
9ff091537f43
postgresql native-fts; more indexer tests
John Rouillard <rouilj@ieee.org>
parents:
6908
diff
changeset
|
175 - sqlite native-fts backend now uses the stopwords list in config.ini |
|
9ff091537f43
postgresql native-fts; more indexer tests
John Rouillard <rouilj@ieee.org>
parents:
6908
diff
changeset
|
176 to filter words from queries. (Stopwords are still indexed so that |
|
9ff091537f43
postgresql native-fts; more indexer tests
John Rouillard <rouilj@ieee.org>
parents:
6908
diff
changeset
|
177 phrase/proximity searches still work.) (John Rouillard) |
|
6930
a96a239db0d9
Set all sqlite db's to WAL mode on creation
John Rouillard <rouilj@ieee.org>
parents:
6915
diff
changeset
|
178 - sqlite databases use WAL mode when *created* to improve read |
|
a96a239db0d9
Set all sqlite db's to WAL mode on creation
John Rouillard <rouilj@ieee.org>
parents:
6915
diff
changeset
|
179 concurrency. Existing sqlite database still use rollback journal |
|
a96a239db0d9
Set all sqlite db's to WAL mode on creation
John Rouillard <rouilj@ieee.org>
parents:
6915
diff
changeset
|
180 mode. See upgrading.txt for details. (John Rouillard) |
|
7394
731b697295c5
roundup-admin genindex and templates cmds do not need tracker home
John Rouillard <rouilj@ieee.org>
parents:
7388
diff
changeset
|
181 - issue2551233 - create new roundup-admin command "templates" list all |
|
731b697295c5
roundup-admin genindex and templates cmds do not need tracker home
John Rouillard <rouilj@ieee.org>
parents:
7388
diff
changeset
|
182 template names, location and descriptions. Should help find where |
|
731b697295c5
roundup-admin genindex and templates cmds do not need tracker home
John Rouillard <rouilj@ieee.org>
parents:
7388
diff
changeset
|
183 /usr/share/roundup/templates is buried during some install |
|
731b697295c5
roundup-admin genindex and templates cmds do not need tracker home
John Rouillard <rouilj@ieee.org>
parents:
7388
diff
changeset
|
184 mechanisms. Does not need a tracker home to run. (John Rouillard) |
|
7064
3359dc1dabb0
Add OAuth authentication to the mailgw script
Ralf Schlatterbeck <rsc@runtux.com>
parents:
7053
diff
changeset
|
185 - Add OAuth authentication to the mailgw script. Now IMAPS can be used |
|
3359dc1dabb0
Add OAuth authentication to the mailgw script
Ralf Schlatterbeck <rsc@runtux.com>
parents:
7053
diff
changeset
|
186 with OAuth as required by several large cloud providers. Move command |
|
3359dc1dabb0
Add OAuth authentication to the mailgw script
Ralf Schlatterbeck <rsc@runtux.com>
parents:
7053
diff
changeset
|
187 line processing of the mailgw script to ``argparse``. Note that the |
|
3359dc1dabb0
Add OAuth authentication to the mailgw script
Ralf Schlatterbeck <rsc@runtux.com>
parents:
7053
diff
changeset
|
188 command line options of the mailgw have changed, see upgrading.txt for |
|
3359dc1dabb0
Add OAuth authentication to the mailgw script
Ralf Schlatterbeck <rsc@runtux.com>
parents:
7053
diff
changeset
|
189 details. (Ralf Schlatterbeck) |
|
7075
739b9f017d2c
issue2551243: Update schema-dump add anti-csrf headers
John Rouillard <rouilj@ieee.org>
parents:
7064
diff
changeset
|
190 - issue2551243: schema-dump.py enhanced with anti-CSRF headers. Flake8 |
|
739b9f017d2c
issue2551243: Update schema-dump add anti-csrf headers
John Rouillard <rouilj@ieee.org>
parents:
7064
diff
changeset
|
191 cleanup and python2 support. (John Rouillard) |
|
7386
068aec2b38b5
update change not on issue2551253
John Rouillard <rouilj@ieee.org>
parents:
7375
diff
changeset
|
192 - issue2551253 - new password hash PBDKF2-SHA512 added. Not |
|
068aec2b38b5
update change not on issue2551253
John Rouillard <rouilj@ieee.org>
parents:
7375
diff
changeset
|
193 available by default. Follow directions in upgrading document |
|
068aec2b38b5
update change not on issue2551253
John Rouillard <rouilj@ieee.org>
parents:
7375
diff
changeset
|
194 to use. (John Rouillard) |
|
7208
c9fa0ffb0f94
Doc migrate reports final schema version.
John Rouillard <rouilj@ieee.org>
parents:
7201
diff
changeset
|
195 - roundup-admin migrate command reports the schema version. |
|
7234
86862ed039fa
issue2551262 - make mail gateway subject prefix parsing accept spaces
John Rouillard <rouilj@ieee.org>
parents:
7215
diff
changeset
|
196 - issue2551262 - the mail gateway subject prefix now allows spaces |
|
86862ed039fa
issue2551262 - make mail gateway subject prefix parsing accept spaces
John Rouillard <rouilj@ieee.org>
parents:
7215
diff
changeset
|
197 before/after prefix. Also allow spaces between classname and id |
|
86862ed039fa
issue2551262 - make mail gateway subject prefix parsing accept spaces
John Rouillard <rouilj@ieee.org>
parents:
7215
diff
changeset
|
198 number in prefix designator. So "[ issue 23 ] subject" is parsed |
|
7239
18b7d95ee08f
Log addition of CSP section for admin doc. Attribute other changes.
John Rouillard <rouilj@ieee.org>
parents:
7237
diff
changeset
|
199 like "[issue23] subject". (John Rouillard) |
|
18b7d95ee08f
Log addition of CSP section for admin doc. Attribute other changes.
John Rouillard <rouilj@ieee.org>
parents:
7237
diff
changeset
|
200 - [doc]: add section on implementing CSP for Roundup to admin |
|
18b7d95ee08f
Log addition of CSP section for admin doc. Attribute other changes.
John Rouillard <rouilj@ieee.org>
parents:
7237
diff
changeset
|
201 doc. (John Rouillard) |
|
7241
78c3f4aced76
issue2551265 - deprecate SSHA password hash method
John Rouillard <rouilj@ieee.org>
parents:
7239
diff
changeset
|
202 - issue2551265 - deprecate SSHA password hash method. Users using SSHA |
|
78c3f4aced76
issue2551265 - deprecate SSHA password hash method
John Rouillard <rouilj@ieee.org>
parents:
7239
diff
changeset
|
203 passwords will have their passwords transprently upgraded to PBKDF2 |
|
78c3f4aced76
issue2551265 - deprecate SSHA password hash method
John Rouillard <rouilj@ieee.org>
parents:
7239
diff
changeset
|
204 derived hash on next login. (John Rouillard) |
|
7375
9bd7ed918121
issue2551253 - Modify password PBKDF2 method to use SHA512
John Rouillard <rouilj@ieee.org>
parents:
7372
diff
changeset
|
205 - issue2551253 - Modify password PBKDF2 method to use SHA512. New |
|
9bd7ed918121
issue2551253 - Modify password PBKDF2 method to use SHA512
John Rouillard <rouilj@ieee.org>
parents:
7372
diff
changeset
|
206 hash function using PBKDF2-SHA512 available. Will be default in |
|
9bd7ed918121
issue2551253 - Modify password PBKDF2 method to use SHA512
John Rouillard <rouilj@ieee.org>
parents:
7372
diff
changeset
|
207 future. Directions for upgrading security by using it now is |
|
9bd7ed918121
issue2551253 - Modify password PBKDF2 method to use SHA512
John Rouillard <rouilj@ieee.org>
parents:
7372
diff
changeset
|
208 included in upgrading.txt. (John Rouillard) |
|
7387
46f92ac4e170
- issue2551275 - Allow configuring max_children in roundup-server.
John Rouillard <rouilj@ieee.org>
parents:
7386
diff
changeset
|
209 - issue2551275 - Allow configuring max_children in roundup-server. |
|
46f92ac4e170
- issue2551275 - Allow configuring max_children in roundup-server.
John Rouillard <rouilj@ieee.org>
parents:
7386
diff
changeset
|
210 When using roundup-server in fork mode, allow raising number of |
|
7388
024cbd13920d
Attribute max_children patch idea to Joseph.
John Rouillard <rouilj@ieee.org>
parents:
7387
diff
changeset
|
211 forked children above the default of 40. (Original patch by Joseph |
|
024cbd13920d
Attribute max_children patch idea to Joseph.
John Rouillard <rouilj@ieee.org>
parents:
7387
diff
changeset
|
212 Myers, config settings and docs by John Rouillard.) |
|
7394
731b697295c5
roundup-admin genindex and templates cmds do not need tracker home
John Rouillard <rouilj@ieee.org>
parents:
7388
diff
changeset
|
213 - roundup-admin genconfig does not need a tracker home to run. (John |
|
731b697295c5
roundup-admin genindex and templates cmds do not need tracker home
John Rouillard <rouilj@ieee.org>
parents:
7388
diff
changeset
|
214 Rouillard) |
|
7395
312d52305583
- issue2551190 - Allow roundup-admin reindex to work in batches.
John Rouillard <rouilj@ieee.org>
parents:
7394
diff
changeset
|
215 - issue2551190 - Allow roundup-admin reindex to work in |
|
312d52305583
- issue2551190 - Allow roundup-admin reindex to work in batches.
John Rouillard <rouilj@ieee.org>
parents:
7394
diff
changeset
|
216 batches. Running roundup-admin -i ... reindex issue:1-1000 will |
|
312d52305583
- issue2551190 - Allow roundup-admin reindex to work in batches.
John Rouillard <rouilj@ieee.org>
parents:
7394
diff
changeset
|
217 reindex the first 1000 issues while reporting any missing issues |
|
312d52305583
- issue2551190 - Allow roundup-admin reindex to work in batches.
John Rouillard <rouilj@ieee.org>
parents:
7394
diff
changeset
|
218 in the range. Also completion progress is reported when indexing a |
|
312d52305583
- issue2551190 - Allow roundup-admin reindex to work in batches.
John Rouillard <rouilj@ieee.org>
parents:
7394
diff
changeset
|
219 specific class. |
| 7460 | 220 - doc updates: add explanation for SQL code in 1.3.3->1.4.0 upgrade. |
| 221 document schema table in rdbms backends and how to dump/extract | |
| 222 version from them. (John Rouillard) | |
|
6798
863c63b73315
Document docker changes. set up for 2.3.0 release.
John Rouillard <rouilj@ieee.org>
parents:
6782
diff
changeset
|
223 |
|
6782
a1868fe784d0
Changes for release 2.2.0.
John Rouillard <rouilj@ieee.org>
parents:
6761
diff
changeset
|
224 2022-07-13 2.2.0 |
|
6458
8f1b91756457
issue2551147 - Enable compression of http responses in roundup.
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
225 |
|
8f1b91756457
issue2551147 - Enable compression of http responses in roundup.
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
226 Fixed: |
|
8f1b91756457
issue2551147 - Enable compression of http responses in roundup.
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
227 |
|
6479
808f7a8ed2b6
Clean leaking file descriptors. Eliminates ResourceWarnings.
John Rouillard <rouilj@ieee.org>
parents:
6468
diff
changeset
|
228 - issue2551161 - Fix ResourceWarnings when running with -W default. |
|
808f7a8ed2b6
Clean leaking file descriptors. Eliminates ResourceWarnings.
John Rouillard <rouilj@ieee.org>
parents:
6468
diff
changeset
|
229 Cleaned up leaking file descriptors from zopetal pre-compile, python |
|
808f7a8ed2b6
Clean leaking file descriptors. Eliminates ResourceWarnings.
John Rouillard <rouilj@ieee.org>
parents:
6468
diff
changeset
|
230 module compile and loading localization file. (John Rouillard) |
|
6502
7fb13dc67a41
roundup-server native SSL support only TLS 1.2.
John Rouillard <rouilj@ieee.org>
parents:
6479
diff
changeset
|
231 - When using roundup-server with native SSL, only accept TLS v1.2. |
|
7fb13dc67a41
roundup-server native SSL support only TLS 1.2.
John Rouillard <rouilj@ieee.org>
parents:
6479
diff
changeset
|
232 Previously it used to accept only TLS v1.1. 1.1 is deprecated by |
|
7fb13dc67a41
roundup-server native SSL support only TLS 1.2.
John Rouillard <rouilj@ieee.org>
parents:
6479
diff
changeset
|
233 chrome. I don't expect this to be a major problem since a front |
|
7fb13dc67a41
roundup-server native SSL support only TLS 1.2.
John Rouillard <rouilj@ieee.org>
parents:
6479
diff
changeset
|
234 end server (apache, Nginx...) is usually customer facing and |
| 6511 | 235 terminates SSL. (John Rouillard) |
|
6504
e162845193c4
Eliminate hang with unauthorized use of REST interface.
John Rouillard <rouilj@ieee.org>
parents:
6502
diff
changeset
|
236 - Fix hang when valid user without authorization for REST tries to use |
| 6511 | 237 the rest interface. (John Rouillard) |
| 238 - Remove Content-Type and make sure no content is returned by OPTIONS | |
| 239 request in REST interface. (John Rouillard) | |
| 240 - In write_html set the Content-Length when response is not | |
| 241 encoded/compressed. (John Rouillard) | |
| 242 - In REST interface do not raise UsageError for invalid api version. | |
| 243 Return json error with proper message. Fixes crash. (John Rouillard) | |
|
6517
a22ea1a7e92c
Fix extension in url support
John Rouillard <rouilj@ieee.org>
parents:
6515
diff
changeset
|
244 - In REST interface, allow extensions on URI less than 6 characters in |
|
a22ea1a7e92c
Fix extension in url support
John Rouillard <rouilj@ieee.org>
parents:
6515
diff
changeset
|
245 length. All other paths with a . in then will be passed through |
|
6515
df4f955544aa
Explicitly match .json and .xml extension when used as last element of
John Rouillard <rouilj@ieee.org>
parents:
6514
diff
changeset
|
246 without change. This allows items like a JWT to be passed as a path |
|
df4f955544aa
Explicitly match .json and .xml extension when used as last element of
John Rouillard <rouilj@ieee.org>
parents:
6514
diff
changeset
|
247 element. (John Rouillard) |
|
6729
14c16ba06abe
Add another ticket that results from pip installing templates
John Rouillard <rouilj@ieee.org>
parents:
6727
diff
changeset
|
248 - issue2550995 - KeyError classic during roundup-admin install. Add |
|
14c16ba06abe
Add another ticket that results from pip installing templates
John Rouillard <rouilj@ieee.org>
parents:
6727
diff
changeset
|
249 paths to search for locale and template files. |
|
6524
f961dbbc3573
issue2551167 roundup issues when using pip install
John Rouillard <rouilj@ieee.org>
parents:
6522
diff
changeset
|
250 - issue2551167 - pip install in containerized environments puts |
|
f961dbbc3573
issue2551167 roundup issues when using pip install
John Rouillard <rouilj@ieee.org>
parents:
6522
diff
changeset
|
251 template and locale files under site-packages where roundup can't find |
|
f961dbbc3573
issue2551167 roundup issues when using pip install
John Rouillard <rouilj@ieee.org>
parents:
6522
diff
changeset
|
252 them. Change code to find them under site-packages. |
|
6525
c505c774a94d
Mutiple changes to REST code.
John Rouillard <rouilj@ieee.org>
parents:
6524
diff
changeset
|
253 - REST replace hard coded list of child endpoints for /rest/ with list |
|
c505c774a94d
Mutiple changes to REST code.
John Rouillard <rouilj@ieee.org>
parents:
6524
diff
changeset
|
254 pulled from registered endpoints. So newly added endpoints are |
|
c505c774a94d
Mutiple changes to REST code.
John Rouillard <rouilj@ieee.org>
parents:
6524
diff
changeset
|
255 shown. (John Rouillard) |
|
6531
82f870433b18
issue2551107 - Handle long int in history params
John Rouillard <rouilj@ieee.org>
parents:
6525
diff
changeset
|
256 - issue2551107 - Handle representation of long int in history params |
|
82f870433b18
issue2551107 - Handle long int in history params
John Rouillard <rouilj@ieee.org>
parents:
6525
diff
changeset
|
257 for python3. Causes SyntaxError crash when showing history due to |
|
82f870433b18
issue2551107 - Handle long int in history params
John Rouillard <rouilj@ieee.org>
parents:
6525
diff
changeset
|
258 long int e.g. 2345L. This is not a problem for roundup trackers |
|
82f870433b18
issue2551107 - Handle long int in history params
John Rouillard <rouilj@ieee.org>
parents:
6525
diff
changeset
|
259 created using 1.2.0 or newer. The fix may have predated the 1.2.0 |
|
82f870433b18
issue2551107 - Handle long int in history params
John Rouillard <rouilj@ieee.org>
parents:
6525
diff
changeset
|
260 release but where the fix actually landed (representing id as a |
|
82f870433b18
issue2551107 - Handle long int in history params
John Rouillard <rouilj@ieee.org>
parents:
6525
diff
changeset
|
261 string and not as an int) is unknown. |
|
6539
f8df7fed18f6
issue2551175 - Make ETag content-encoding aware.
John Rouillard <rouilj@ieee.org>
parents:
6531
diff
changeset
|
262 - issue2551175 - Make ETag content-encoding aware. HTTP ETag headers |
|
f8df7fed18f6
issue2551175 - Make ETag content-encoding aware.
John Rouillard <rouilj@ieee.org>
parents:
6531
diff
changeset
|
263 now include a suffix indicating the content-encoding used to send |
|
f8df7fed18f6
issue2551175 - Make ETag content-encoding aware.
John Rouillard <rouilj@ieee.org>
parents:
6531
diff
changeset
|
264 the data per rfc7232. Properly validate any form of ETag suffixed or |
|
f8df7fed18f6
issue2551175 - Make ETag content-encoding aware.
John Rouillard <rouilj@ieee.org>
parents:
6531
diff
changeset
|
265 non-suffixed for If-Match. |
|
6544
9aa8df0b4426
issue2551178 - fix Traceback in Apache WSGI
John Rouillard <rouilj@ieee.org>
parents:
6539
diff
changeset
|
266 - issue2551178 - fix Traceback in Apache WSGI - during file upload |
|
6545
5a3a386aa8e7
issue2551179 Load config_ini.ini ... recognize minimal template demo.py
John Rouillard <rouilj@ieee.org>
parents:
6544
diff
changeset
|
267 - issue2551179 - make roundup-demo initialize templates using |
|
5a3a386aa8e7
issue2551179 Load config_ini.ini ... recognize minimal template demo.py
John Rouillard <rouilj@ieee.org>
parents:
6544
diff
changeset
|
268 config_ini.ini overrides. Needed for jinja to set template lang etc. |
|
5a3a386aa8e7
issue2551179 Load config_ini.ini ... recognize minimal template demo.py
John Rouillard <rouilj@ieee.org>
parents:
6544
diff
changeset
|
269 Recognize minimal template when presented with a full |
|
5a3a386aa8e7
issue2551179 Load config_ini.ini ... recognize minimal template demo.py
John Rouillard <rouilj@ieee.org>
parents:
6544
diff
changeset
|
270 path. (John Kristensen (jerrykan) and John Rouillard) |
|
6557
8687c096a945
Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents:
6555
diff
changeset
|
271 - handle configparser.InterpolationSyntaxError raised if value |
|
8687c096a945
Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents:
6555
diff
changeset
|
272 has a single %. Seems to afect python 3 only. Reported by |
|
8687c096a945
Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents:
6555
diff
changeset
|
273 nomicon on IRC. (John Rouillard) |
|
6565
2c2dbfc332ba
Try to handle multiple connections better.
John Rouillard <rouilj@ieee.org>
parents:
6564
diff
changeset
|
274 - add random delay to session database retry code between 0 and .125 |
|
2c2dbfc332ba
Try to handle multiple connections better.
John Rouillard <rouilj@ieee.org>
parents:
6564
diff
changeset
|
275 seconds. This seems to help reduce stalled connections when a |
|
2c2dbfc332ba
Try to handle multiple connections better.
John Rouillard <rouilj@ieee.org>
parents:
6564
diff
changeset
|
276 number of connections are made at the same time. Log remaining |
|
2c2dbfc332ba
Try to handle multiple connections better.
John Rouillard <rouilj@ieee.org>
parents:
6564
diff
changeset
|
277 retries once 5 of them have been used. (John Rouillard) |
|
6572
2e568d6f72a4
issue2551169 - setup.py enters endless loop on gentoo linux python2 installation.
John Rouillard <rouilj@ieee.org>
parents:
6571
diff
changeset
|
278 - issue2551169 - setup.py enters endless loop on gentoo linux python2 |
|
2e568d6f72a4
issue2551169 - setup.py enters endless loop on gentoo linux python2 installation.
John Rouillard <rouilj@ieee.org>
parents:
6571
diff
changeset
|
279 installation. Fixed. |
|
6573
4b627102b344
- issue2551185 - must set PYTHONPATH=... python2 setup.py install --prefix=/tmp/r2.
John Rouillard <rouilj@ieee.org>
parents:
6572
diff
changeset
|
280 - issue2551185 - must set PYTHONPATH=... python2 setup.py install |
|
4b627102b344
- issue2551185 - must set PYTHONPATH=... python2 setup.py install --prefix=/tmp/r2.
John Rouillard <rouilj@ieee.org>
parents:
6572
diff
changeset
|
281 --prefix=/tmp/r2. Force insert --old-and-unmangable to get it |
|
4b627102b344
- issue2551185 - must set PYTHONPATH=... python2 setup.py install --prefix=/tmp/r2.
John Rouillard <rouilj@ieee.org>
parents:
6572
diff
changeset
|
282 to use a classic installer and not an easy install. This only |
|
4b627102b344
- issue2551185 - must set PYTHONPATH=... python2 setup.py install --prefix=/tmp/r2.
John Rouillard <rouilj@ieee.org>
parents:
6572
diff
changeset
|
283 affects python2. |
|
6582
3e8f2104753b
issue2551186 - replace socket.sslerror in mailgw.py.
John Rouillard <rouilj@ieee.org>
parents:
6580
diff
changeset
|
284 - issue2551186 - Python versions >= 3.3 no longer use socket.sslerror. |
|
3e8f2104753b
issue2551186 - replace socket.sslerror in mailgw.py.
John Rouillard <rouilj@ieee.org>
parents:
6580
diff
changeset
|
285 Andrew (kragacles) patched uses of socket.sslerror in mailgy.py. |
|
3e8f2104753b
issue2551186 - replace socket.sslerror in mailgw.py.
John Rouillard <rouilj@ieee.org>
parents:
6580
diff
changeset
|
286 Patch adapted to allow trapping sslerror under both python2 and 3. |
|
3e8f2104753b
issue2551186 - replace socket.sslerror in mailgw.py.
John Rouillard <rouilj@ieee.org>
parents:
6580
diff
changeset
|
287 (John Rouillard) |
|
6611
a43a40af817d
Add changelog entry for savepoint replace commit()
John Rouillard <rouilj@ieee.org>
parents:
6606
diff
changeset
|
288 - issue2551142 - postgresql reworked to use savepoint/"rollback to" |
|
a43a40af817d
Add changelog entry for savepoint replace commit()
John Rouillard <rouilj@ieee.org>
parents:
6606
diff
changeset
|
289 rather than commit()/rollback(). Using savepoint should be faster. |
|
6620
b7093aa16895
issue2551196 - Unset labelprop of a Multilink can lead to Python error when using context/history
John Rouillard <rouilj@ieee.org>
parents:
6611
diff
changeset
|
290 - issue2551196 - Unset labelprop of a Multilink can lead to Python |
|
b7093aa16895
issue2551196 - Unset labelprop of a Multilink can lead to Python error when using context/history
John Rouillard <rouilj@ieee.org>
parents:
6611
diff
changeset
|
291 error when using context/history. (reported and initial patch: Nagy |
|
b7093aa16895
issue2551196 - Unset labelprop of a Multilink can lead to Python error when using context/history
John Rouillard <rouilj@ieee.org>
parents:
6611
diff
changeset
|
292 Gabor, John Rouillard) |
|
6649
33616bc80baf
Fix hang in unsatisfyable range or HEAD request for static file
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
293 - Fix roundup-server to pass If-Range http header so Ranges work |
|
33616bc80baf
Fix hang in unsatisfyable range or HEAD request for static file
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
294 better. (John Rouillard) |
|
33616bc80baf
Fix hang in unsatisfyable range or HEAD request for static file
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
295 - issue2551183 - Replace references to distutils in |
|
33616bc80baf
Fix hang in unsatisfyable range or HEAD request for static file
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
296 roundup/dist/command (John Rouillard) |
|
33616bc80baf
Fix hang in unsatisfyable range or HEAD request for static file
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
297 - Fix hang if Range request was not able to be satified or a HEAD |
|
33616bc80baf
Fix hang in unsatisfyable range or HEAD request for static file
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
298 request was done. |
|
6676
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6659
diff
changeset
|
299 - Mark strings involved with password reset and registration for |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6659
diff
changeset
|
300 translation. (reported: Thomas Arendsen Hein, John Rouillard) |
|
6678
fe0408e7d15c
Update changelog for issue2551159
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
301 - issue2551159 - cl.filter fails if filterspec is None (also |
|
fe0408e7d15c
Update changelog for issue2551159
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
302 group and sort). Passing a sort, group or filterprop param |
|
fe0408e7d15c
Update changelog for issue2551159
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
303 set to None to any filter() call should not cause a |
|
fe0408e7d15c
Update changelog for issue2551159
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
304 traceback. It will pretend as though no filter, sort or |
|
fe0408e7d15c
Update changelog for issue2551159
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
305 group was specified. (John Rouillard) |
|
6681
ab2ed11c021e
issue2551205: Add support for specifying valid origins for api: xmlrpc/rest
John Rouillard <rouilj@ieee.org>
parents:
6678
diff
changeset
|
306 - issue2551205 - Add support for specifying valid origins |
|
ab2ed11c021e
issue2551205: Add support for specifying valid origins for api: xmlrpc/rest
John Rouillard <rouilj@ieee.org>
parents:
6678
diff
changeset
|
307 for api: xmlrpc/rest. Allows CORS to work with roundup |
|
ab2ed11c021e
issue2551205: Add support for specifying valid origins for api: xmlrpc/rest
John Rouillard <rouilj@ieee.org>
parents:
6678
diff
changeset
|
308 backend. (John Rouillard) |
|
6684
9ca5cbffa0c4
Switch off using blank passwords for login
John Rouillard <rouilj@ieee.org>
parents:
6681
diff
changeset
|
309 - new option added to config.ini: login_empty_passwords set to |
|
9ca5cbffa0c4
Switch off using blank passwords for login
John Rouillard <rouilj@ieee.org>
parents:
6681
diff
changeset
|
310 no by default. Setting this to yes allows a user with an |
|
9ca5cbffa0c4
Switch off using blank passwords for login
John Rouillard <rouilj@ieee.org>
parents:
6681
diff
changeset
|
311 empty password to login. |
|
6689
994893cf3e1a
Fix traceback if an order attribute is None
Ralf Schlatterbeck <rsc@runtux.com>
parents:
6684
diff
changeset
|
312 - issue2551207 - Fix sorting by order attribute if order attributes can |
|
994893cf3e1a
Fix traceback if an order attribute is None
Ralf Schlatterbeck <rsc@runtux.com>
parents:
6684
diff
changeset
|
313 be None. Add a test. |
|
6693
9a1f5e496e6c
issue2551203 - Add support for CORS preflight request
John Rouillard <rouilj@ieee.org>
parents:
6689
diff
changeset
|
314 - issue2551203 fix CORS requests by providing proper headers and allowing |
|
6746
efa203f3c696
Add attribution and install zope and wsgi frontends.
John Rouillard <rouilj@ieee.org>
parents:
6730
diff
changeset
|
315 unauthenticted CORS preflight requests. (Marcus Priesch and John |
|
efa203f3c696
Add attribution and install zope and wsgi frontends.
John Rouillard <rouilj@ieee.org>
parents:
6730
diff
changeset
|
316 Rouillard) |
|
6727
3f3ce3004013
issue2551206 - remove mention of roundup installer, fix up windows docs
John Rouillard <rouilj@ieee.org>
parents:
6695
diff
changeset
|
317 - issue2551206 - removed some windows installer references that were missed. |
|
6730
031996eb9bb5
document jinja2 as valid setting for template_engine in config.ini
John Rouillard <rouilj@ieee.org>
parents:
6729
diff
changeset
|
318 - document use of jinja2 templating as optional in config.ini |
|
6746
efa203f3c696
Add attribution and install zope and wsgi frontends.
John Rouillard <rouilj@ieee.org>
parents:
6730
diff
changeset
|
319 file. Report if available or not. (John Rouillard) |
|
efa203f3c696
Add attribution and install zope and wsgi frontends.
John Rouillard <rouilj@ieee.org>
parents:
6730
diff
changeset
|
320 - make setup.py install the Zope and wsgi.py frontends under |
| 6759 | 321 share/frontends. This matches the install of the cgi-bin/roundup.cgi |
|
6746
efa203f3c696
Add attribution and install zope and wsgi frontends.
John Rouillard <rouilj@ieee.org>
parents:
6730
diff
changeset
|
322 frontend. (John Rouillard) |
|
6753
2bca9fcef70d
Don't display submit button with readoly use of _generic.item.html
John Rouillard <rouilj@ieee.org>
parents:
6747
diff
changeset
|
323 - prevent submit button from showing up when using _generic.item.html |
| 6759 | 324 if the user doesn't have edit permissions. (John Rouillard) |
|
6760
38e0fc1c7f11
issue2551216 - create mysql databases using COLLATE utf8_general_ci
John Rouillard <rouilj@ieee.org>
parents:
6759
diff
changeset
|
325 - issue2551216 - create new mysql databases using COLLATE |
|
38e0fc1c7f11
issue2551216 - create mysql databases using COLLATE utf8_general_ci
John Rouillard <rouilj@ieee.org>
parents:
6759
diff
changeset
|
326 utf8_general_ci to prevent crashes in test suite. (John Rouillard) |
|
7093
f72ce883e677
Mitigation for issue2551246 -u opton to roundup-admin
John Rouillard <rouilj@ieee.org>
parents:
7075
diff
changeset
|
327 - issue2551146 - fix issues with strings that have multiple %s |
|
f72ce883e677
Mitigation for issue2551246 -u opton to roundup-admin
John Rouillard <rouilj@ieee.org>
parents:
7075
diff
changeset
|
328 substutions that were not labeled making i18n difficult/impossible. |
|
f72ce883e677
Mitigation for issue2551246 -u opton to roundup-admin
John Rouillard <rouilj@ieee.org>
parents:
7075
diff
changeset
|
329 (John Rouillard) |
|
6479
808f7a8ed2b6
Clean leaking file descriptors. Eliminates ResourceWarnings.
John Rouillard <rouilj@ieee.org>
parents:
6468
diff
changeset
|
330 |
|
6458
8f1b91756457
issue2551147 - Enable compression of http responses in roundup.
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
331 Features: |
|
8f1b91756457
issue2551147 - Enable compression of http responses in roundup.
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
332 |
|
8f1b91756457
issue2551147 - Enable compression of http responses in roundup.
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
333 - issue2551147 - Enable compression of http responses in roundup. |
|
8f1b91756457
issue2551147 - Enable compression of http responses in roundup.
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
334 Allow roundup to return gzip, (br or zstd with added modules) |
|
8f1b91756457
issue2551147 - Enable compression of http responses in roundup.
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
335 Content-Encoded replies. Compression could be done in upstream |
|
8f1b91756457
issue2551147 - Enable compression of http responses in roundup.
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
336 proxies/wsgi server but this allows it to occur natively. (John |
|
8f1b91756457
issue2551147 - Enable compression of http responses in roundup.
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
337 Rouillard) |
|
6462
b98d85e26ff1
Login form change. Make username/password required in CHANGES.txt
John Rouillard <rouilj@ieee.org>
parents:
6458
diff
changeset
|
338 - Change tracker templates adding required to login forms. Invokes |
|
b98d85e26ff1
Login form change. Make username/password required in CHANGES.txt
John Rouillard <rouilj@ieee.org>
parents:
6458
diff
changeset
|
339 browser error reporting if user forgets to fill in a field. |
|
b98d85e26ff1
Login form change. Make username/password required in CHANGES.txt
John Rouillard <rouilj@ieee.org>
parents:
6458
diff
changeset
|
340 (John Rouillard) |
|
6464
28461636e249
issue1596345 - filtering user list (need user.search.hml)
John Rouillard <rouilj@ieee.org>
parents:
6463
diff
changeset
|
341 - issue1596345 - filtering user list (need |
|
28461636e249
issue1596345 - filtering user list (need user.search.hml)
John Rouillard <rouilj@ieee.org>
parents:
6463
diff
changeset
|
342 user.search.hml). Incorporate user search features from |
|
28461636e249
issue1596345 - filtering user list (need user.search.hml)
John Rouillard <rouilj@ieee.org>
parents:
6463
diff
changeset
|
343 issues.roundup-tracker.org into classic template. Devel and |
|
28461636e249
issue1596345 - filtering user list (need user.search.hml)
John Rouillard <rouilj@ieee.org>
parents:
6463
diff
changeset
|
344 responsive templates already have this feature. |
|
6468
37b57da3374f
issue2550917 - Add a: "Welcome user, you have logged in" ok_message on login.
aburke
parents:
6464
diff
changeset
|
345 - issue2550917 - Add a: "Welcome user, you have logged in" ok_message |
|
37b57da3374f
issue2550917 - Add a: "Welcome user, you have logged in" ok_message on login.
aburke
parents:
6464
diff
changeset
|
346 on login. (Ashley Burke) |
|
6514
a036712c96f4
Enable HTTP/1.1 support for roundup-server
John Rouillard <rouilj@ieee.org>
parents:
6511
diff
changeset
|
347 - enable HTTP/1.1 for roundup-server. This enables keep-alive for |
|
a036712c96f4
Enable HTTP/1.1 support for roundup-server
John Rouillard <rouilj@ieee.org>
parents:
6511
diff
changeset
|
348 faster response/loading. Also eliminates stalls when the front end web |
|
a036712c96f4
Enable HTTP/1.1 support for roundup-server
John Rouillard <rouilj@ieee.org>
parents:
6511
diff
changeset
|
349 server uses http 1.1 but the roundup-server uses 1.0. New option |
|
a036712c96f4
Enable HTTP/1.1 support for roundup-server
John Rouillard <rouilj@ieee.org>
parents:
6511
diff
changeset
|
350 "-V HTTP/1.0" can turn it off. (John Rouillard) |
|
6555
34cbd0e633d2
Added FastCGI deployment info, updated Docker docs; docker-compose added
John Rouillard <rouilj@ieee.org>
parents:
6547
diff
changeset
|
351 - issue2551163 - add scripts/Docker/Dockerfile to provide basic support for |
|
6522
e6ae8188f61a
issue2551163 Docker/containerization support
John Rouillard <rouilj@ieee.org>
parents:
6517
diff
changeset
|
352 containerization. See installation.txt for details. (John Rouillard) |
|
6555
34cbd0e633d2
Added FastCGI deployment info, updated Docker docs; docker-compose added
John Rouillard <rouilj@ieee.org>
parents:
6547
diff
changeset
|
353 - issue2551163 - add scripts/Docker/docker-compose.yml to get a |
|
34cbd0e633d2
Added FastCGI deployment info, updated Docker docs; docker-compose added
John Rouillard <rouilj@ieee.org>
parents:
6547
diff
changeset
|
354 mysql/roundup deployment. (Norbert Schlemmer, modified by John |
|
34cbd0e633d2
Added FastCGI deployment info, updated Docker docs; docker-compose added
John Rouillard <rouilj@ieee.org>
parents:
6547
diff
changeset
|
355 Rouilard) |
|
6525
c505c774a94d
Mutiple changes to REST code.
John Rouillard <rouilj@ieee.org>
parents:
6524
diff
changeset
|
356 - REST add openapi_doc decorator to add openapi_doc to |
|
c505c774a94d
Mutiple changes to REST code.
John Rouillard <rouilj@ieee.org>
parents:
6524
diff
changeset
|
357 endpoints. Decorate a couple of examples. (John Rouillard) |
|
c505c774a94d
Mutiple changes to REST code.
John Rouillard <rouilj@ieee.org>
parents:
6524
diff
changeset
|
358 - REST when incorrect method is used, report allowed methods in error |
|
c505c774a94d
Mutiple changes to REST code.
John Rouillard <rouilj@ieee.org>
parents:
6524
diff
changeset
|
359 message as well as in an Allow header. (John Rouillard) |
|
c505c774a94d
Mutiple changes to REST code.
John Rouillard <rouilj@ieee.org>
parents:
6524
diff
changeset
|
360 - REST change response to invalid attribute specified in path. Return |
|
c505c774a94d
Mutiple changes to REST code.
John Rouillard <rouilj@ieee.org>
parents:
6524
diff
changeset
|
361 400 code not 405 code for this case and improve error. (John |
|
c505c774a94d
Mutiple changes to REST code.
John Rouillard <rouilj@ieee.org>
parents:
6524
diff
changeset
|
362 Rouillard) |
|
c505c774a94d
Mutiple changes to REST code.
John Rouillard <rouilj@ieee.org>
parents:
6524
diff
changeset
|
363 - REST correct values for some Access-Control-Allow-Methods and |
|
c505c774a94d
Mutiple changes to REST code.
John Rouillard <rouilj@ieee.org>
parents:
6524
diff
changeset
|
364 Access-Control-Allow-Headers headers. (John Rouillard) |
|
6547
3cae70995eff
issue2550991 - Some mechanism to set expiration header or max age for static resources
John Rouillard <rouilj@ieee.org>
parents:
6545
diff
changeset
|
365 - issue2550991 - define default cache control settings for javascript |
|
3cae70995eff
issue2550991 - Some mechanism to set expiration header or max age for static resources
John Rouillard <rouilj@ieee.org>
parents:
6545
diff
changeset
|
366 and css assets. (John Rouillard) |
|
6564
21c7c2041a4b
issue2551181 - allow issueXXX#fragment to generate a link with fragment
John Rouillard <rouilj@ieee.org>
parents:
6557
diff
changeset
|
367 - issue2551181 - fragments can be appended to designators. So |
|
21c7c2041a4b
issue2551181 - allow issueXXX#fragment to generate a link with fragment
John Rouillard <rouilj@ieee.org>
parents:
6557
diff
changeset
|
368 issue23#msg24 could jump to the element with id msg24 in issue 23. |
|
21c7c2041a4b
issue2551181 - allow issueXXX#fragment to generate a link with fragment
John Rouillard <rouilj@ieee.org>
parents:
6557
diff
changeset
|
369 Before this patch you would have two links issue23 and msg24 |
|
21c7c2041a4b
issue2551181 - allow issueXXX#fragment to generate a link with fragment
John Rouillard <rouilj@ieee.org>
parents:
6557
diff
changeset
|
370 separated by # (John Rouillard). |
|
6571
cd408eb748dd
Add small utility script for dumping dbm based databases.
John Rouillard <rouilj@ieee.org>
parents:
6565
diff
changeset
|
371 - added small utility script to dump dbm based tracker databases |
|
cd408eb748dd
Add small utility script for dumping dbm based databases.
John Rouillard <rouilj@ieee.org>
parents:
6565
diff
changeset
|
372 (e.g. db/sessions). (John Rouillard) |
|
6578
b1f1539c6a31
issue2551182 - ... allow loading values from external file. flake8 cleanups
John Rouillard <rouilj@ieee.org>
parents:
6573
diff
changeset
|
373 - issue2551182 - Enhance configuration module to allow loading values |
|
b1f1539c6a31
issue2551182 - ... allow loading values from external file. flake8 cleanups
John Rouillard <rouilj@ieee.org>
parents:
6573
diff
changeset
|
374 from an external file. Secrets (passwords, secrets) can specify |
|
b1f1539c6a31
issue2551182 - ... allow loading values from external file. flake8 cleanups
John Rouillard <rouilj@ieee.org>
parents:
6573
diff
changeset
|
375 file using file:// or file:///. The first line of the file is used |
|
6580
77a35268cd7c
Update changes with Docker changes and atribution.
John Rouillard <rouilj@ieee.org>
parents:
6578
diff
changeset
|
376 as the secret. This allows committing config.ini to a VCS. (John |
|
77a35268cd7c
Update changes with Docker changes and atribution.
John Rouillard <rouilj@ieee.org>
parents:
6578
diff
changeset
|
377 Rouillard) |
|
77a35268cd7c
Update changes with Docker changes and atribution.
John Rouillard <rouilj@ieee.org>
parents:
6578
diff
changeset
|
378 - Added xapian indexer to Docker container. (John Rouillard) |
|
6588
91ab3e0ffcd0
Summary: Add test cases for sqlite fts
John Rouillard <rouilj@ieee.org>
parents:
6582
diff
changeset
|
379 - Add support for indexer type native-fts to use FTS5 for sqlite |
|
91ab3e0ffcd0
Summary: Add test cases for sqlite fts
John Rouillard <rouilj@ieee.org>
parents:
6582
diff
changeset
|
380 databases. (John Rouillard) |
|
6606
328ad56e438a
postgresql database fts - add to CHANGES and add url to admin.
John Rouillard <rouilj@ieee.org>
parents:
6603
diff
changeset
|
381 - Add support for indexer type native-fts to use PostreSQL's full text |
|
328ad56e438a
postgresql database fts - add to CHANGES and add url to admin.
John Rouillard <rouilj@ieee.org>
parents:
6603
diff
changeset
|
382 search. (John Rouillard) |
|
6588
91ab3e0ffcd0
Summary: Add test cases for sqlite fts
John Rouillard <rouilj@ieee.org>
parents:
6582
diff
changeset
|
383 - Add better error display to the user. Needed to expose errors in fts5 |
|
91ab3e0ffcd0
Summary: Add test cases for sqlite fts
John Rouillard <rouilj@ieee.org>
parents:
6582
diff
changeset
|
384 search syntax to the user while also displaying the template page |
|
91ab3e0ffcd0
Summary: Add test cases for sqlite fts
John Rouillard <rouilj@ieee.org>
parents:
6582
diff
changeset
|
385 structure. (John Rouillard) |
|
6599
39189dd94f2c
issue2551189 - increase size of words in full text index.
John Rouillard <rouilj@ieee.org>
parents:
6588
diff
changeset
|
386 - issue2551189 - increase size of words in full text index. |
|
39189dd94f2c
issue2551189 - increase size of words in full text index.
John Rouillard <rouilj@ieee.org>
parents:
6588
diff
changeset
|
387 Many terms (like exception names or symbolic constants) are larger |
|
6603
57dc15ad648d
CHANGES.txt: Thomas Hein -> Thomas Arendsen Hein
Thomas Arendsen Hein <thomas@intevation.de>
parents:
6599
diff
changeset
|
388 than 25. Also German words are long. Since there is little chance of |
|
57dc15ad648d
CHANGES.txt: Thomas Hein -> Thomas Arendsen Hein
Thomas Arendsen Hein <thomas@intevation.de>
parents:
6599
diff
changeset
|
389 fixing German to shorten their words, change indexer maxlength to 50. |
|
57dc15ad648d
CHANGES.txt: Thomas Hein -> Thomas Arendsen Hein
Thomas Arendsen Hein <thomas@intevation.de>
parents:
6599
diff
changeset
|
390 (Thomas Arendsen Hein provided patch; patch reworked John Rouillard) |
|
6659
c9b56477fb41
Add changelog and attribution
Ralf Schlatterbeck <rsc@runtux.com>
parents:
6649
diff
changeset
|
391 - issue2551184 - add an i18n object to the roundupdb. This makes it |
|
c9b56477fb41
Add changelog and attribution
Ralf Schlatterbeck <rsc@runtux.com>
parents:
6649
diff
changeset
|
392 possible to translate error messages in detectors (or actions). The |
|
c9b56477fb41
Add changelog and attribution
Ralf Schlatterbeck <rsc@runtux.com>
parents:
6649
diff
changeset
|
393 i18n object is now also correctly set for the mail interface: |
|
c9b56477fb41
Add changelog and attribution
Ralf Schlatterbeck <rsc@runtux.com>
parents:
6649
diff
changeset
|
394 previously the 'language' setting in the [mailgw] section seems to |
|
c9b56477fb41
Add changelog and attribution
Ralf Schlatterbeck <rsc@runtux.com>
parents:
6649
diff
changeset
|
395 have been ignored. Thanks to Marcus Priesch for the patch. |
|
6747
d32d43e4a5ba
wsgi can cache tracker instance enabled by feature flag.
John Rouillard <rouilj@ieee.org>
parents:
6746
diff
changeset
|
396 - issue2551212 - speed up wsgi interface by caching the tracker |
|
d32d43e4a5ba
wsgi can cache tracker instance enabled by feature flag.
John Rouillard <rouilj@ieee.org>
parents:
6746
diff
changeset
|
397 instance. Hidden behind a feature flag. See upgrading.txt for |
|
d32d43e4a5ba
wsgi can cache tracker instance enabled by feature flag.
John Rouillard <rouilj@ieee.org>
parents:
6746
diff
changeset
|
398 details. (Marcus Priesch with feature flag by John Rouillard) |
|
6458
8f1b91756457
issue2551147 - Enable compression of http responses in roundup.
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
399 |
|
6456
cbc18a8bc61f
Changes for release of version 2.1.0.
John Rouillard <rouilj@ieee.org>
parents:
6450
diff
changeset
|
400 2021-07-13 2.1.0 |
|
6447
8f8f4988b856
Add image/svg-xml as valid type to serve.
John Rouillard <rouilj@ieee.org>
parents:
6445
diff
changeset
|
401 |
|
8f8f4988b856
Add image/svg-xml as valid type to serve.
John Rouillard <rouilj@ieee.org>
parents:
6445
diff
changeset
|
402 Fixed: |
|
8f8f4988b856
Add image/svg-xml as valid type to serve.
John Rouillard <rouilj@ieee.org>
parents:
6445
diff
changeset
|
403 |
|
8f8f4988b856
Add image/svg-xml as valid type to serve.
John Rouillard <rouilj@ieee.org>
parents:
6445
diff
changeset
|
404 - issue2551122 - fixing order by a link/multilink broke other props |
|
8f8f4988b856
Add image/svg-xml as valid type to serve.
John Rouillard <rouilj@ieee.org>
parents:
6445
diff
changeset
|
405 should be final change for that ticket. (John Rouillard) |
|
6463
8e06194ff0b0
fix isset() for StringHTMLProperty
John Rouillard <rouilj@ieee.org>
parents:
6462
diff
changeset
|
406 - when isset() is used in templates on a StringHTMLProperty, it |
|
8e06194ff0b0
fix isset() for StringHTMLProperty
John Rouillard <rouilj@ieee.org>
parents:
6462
diff
changeset
|
407 returns True. 2.1.0 made default_value work properly. Hyperdb's |
|
8e06194ff0b0
fix isset() for StringHTMLProperty
John Rouillard <rouilj@ieee.org>
parents:
6462
diff
changeset
|
408 String(_Type) class sets the default value to the empty string and |
|
8e06194ff0b0
fix isset() for StringHTMLProperty
John Rouillard <rouilj@ieee.org>
parents:
6462
diff
changeset
|
409 not None. Change __init__ so default_value is None and not "". |
|
8e06194ff0b0
fix isset() for StringHTMLProperty
John Rouillard <rouilj@ieee.org>
parents:
6462
diff
changeset
|
410 roundup-user mailing list thread: |
|
8e06194ff0b0
fix isset() for StringHTMLProperty
John Rouillard <rouilj@ieee.org>
parents:
6462
diff
changeset
|
411 https://sourceforge.net/p/roundup/mailman/roundup-users/thread/20210801020640.73ac1729%40Dell/#msg37328813 |
|
8e06194ff0b0
fix isset() for StringHTMLProperty
John Rouillard <rouilj@ieee.org>
parents:
6462
diff
changeset
|
412 (reported by Nagy Gabor. fix: John Rouillard) |
|
6447
8f8f4988b856
Add image/svg-xml as valid type to serve.
John Rouillard <rouilj@ieee.org>
parents:
6445
diff
changeset
|
413 |
|
8f8f4988b856
Add image/svg-xml as valid type to serve.
John Rouillard <rouilj@ieee.org>
parents:
6445
diff
changeset
|
414 Features: |
|
8f8f4988b856
Add image/svg-xml as valid type to serve.
John Rouillard <rouilj@ieee.org>
parents:
6445
diff
changeset
|
415 |
|
8f8f4988b856
Add image/svg-xml as valid type to serve.
John Rouillard <rouilj@ieee.org>
parents:
6445
diff
changeset
|
416 - add image/svg-xml as valid mime type to serve. Was being served as |
|
8f8f4988b856
Add image/svg-xml as valid type to serve.
John Rouillard <rouilj@ieee.org>
parents:
6445
diff
changeset
|
417 octet-stream. (John Rouillard) |
|
6448
2bd60def4fed
Improve doc on special action vars in cusotmizing.txt.
John Rouillard <rouilj@ieee.org>
parents:
6447
diff
changeset
|
418 - improve customizing.txt documentation on use of Special Form |
|
2bd60def4fed
Improve doc on special action vars in cusotmizing.txt.
John Rouillard <rouilj@ieee.org>
parents:
6447
diff
changeset
|
419 Variables. Added example html inputs to illustrate the doc. |
|
2bd60def4fed
Improve doc on special action vars in cusotmizing.txt.
John Rouillard <rouilj@ieee.org>
parents:
6447
diff
changeset
|
420 Fix position of designator in doc example. It occurs before |
| 6450 | 421 @link@ or other edit command. (John Rouillard) |
|
6447
8f8f4988b856
Add image/svg-xml as valid type to serve.
John Rouillard <rouilj@ieee.org>
parents:
6445
diff
changeset
|
422 |
|
6445
0c40c398e921
Fix release date in CHANGES.txt.
John Rouillard <rouilj@ieee.org>
parents:
6439
diff
changeset
|
423 2021-06-19 2.1.0b1 |
|
6228
f40c6b5de370
Fix reverse multilink iteration
Ralf Schlatterbeck <rsc@runtux.com>
parents:
6225
diff
changeset
|
424 |
|
f40c6b5de370
Fix reverse multilink iteration
Ralf Schlatterbeck <rsc@runtux.com>
parents:
6225
diff
changeset
|
425 Fixed: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
426 |
|
6228
f40c6b5de370
Fix reverse multilink iteration
Ralf Schlatterbeck <rsc@runtux.com>
parents:
6225
diff
changeset
|
427 - Reverse multilink to *the same class* would trigger a traceback about |
|
f40c6b5de370
Fix reverse multilink iteration
Ralf Schlatterbeck <rsc@runtux.com>
parents:
6225
diff
changeset
|
428 a modified dictionary on iteration (Ralf Schlatterbeck) |
|
6238
6834bb5473da
Summary: Constrain format of classname and document
John Rouillard <rouilj@ieee.org>
parents:
6228
diff
changeset
|
429 - issue2551086 - Valid class names not documented. Should follow |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
430 ``[A-z][A-z0-9_]+[A-z_]``. This was never documented or enforced, but |
|
6238
6834bb5473da
Summary: Constrain format of classname and document
John Rouillard <rouilj@ieee.org>
parents:
6228
diff
changeset
|
431 we get obscure errors if the rules are not followed. (Tom |
|
6834bb5473da
Summary: Constrain format of classname and document
John Rouillard <rouilj@ieee.org>
parents:
6228
diff
changeset
|
432 Ekberg tests by John Rouilard) |
|
6247
ca0915457761
Handle auto-submitted header on inbound email like bulk.
John Rouillard <rouilj@ieee.org>
parents:
6238
diff
changeset
|
433 - issue2550564 - Roundup sets "Precedence: bulk" on all outgoing mail, |
|
ca0915457761
Handle auto-submitted header on inbound email like bulk.
John Rouillard <rouilj@ieee.org>
parents:
6238
diff
changeset
|
434 which seems wrong. Handle Auto-Submitted header on *inbound* email |
|
ca0915457761
Handle auto-submitted header on inbound email like bulk.
John Rouillard <rouilj@ieee.org>
parents:
6238
diff
changeset
|
435 like we do precedence bulk. This is part of this issue. |
|
6250
95183d73ac64
issue2550522 - add transitive searching to filter in roundup-admin
John Rouillard <rouilj@ieee.org>
parents:
6247
diff
changeset
|
436 - roundup-admin filter calls find() not filter when using -s -c -S |
|
95183d73ac64
issue2550522 - add transitive searching to filter in roundup-admin
John Rouillard <rouilj@ieee.org>
parents:
6247
diff
changeset
|
437 (John Rouillard) |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
438 - When requesting transitive properties via ``@fields`` in the REST-API, |
|
6255
8f8bb7465cd6
Add CHANGES.txt entry for recent bug-fix
Ralf Schlatterbeck <rsc@runtux.com>
parents:
6250
diff
changeset
|
439 an empty link in the transitive property (e.g. author.username when |
|
8f8bb7465cd6
Add CHANGES.txt entry for recent bug-fix
Ralf Schlatterbeck <rsc@runtux.com>
parents:
6250
diff
changeset
|
440 requesting message properties) would result in a 404 error. Now we're |
|
8f8bb7465cd6
Add CHANGES.txt entry for recent bug-fix
Ralf Schlatterbeck <rsc@runtux.com>
parents:
6250
diff
changeset
|
441 returning a JSON 'null' value. for an empty link (e.g. empty author in |
| 6450 | 442 the example). (John Rouillard) |
|
6263
3a851df879cd
Remove doc dependency sphinxcontrib-cheeseshop.
John Rouillard <rouilj@ieee.org>
parents:
6257
diff
changeset
|
443 - sphinxcontrib.cheeseshop is unmaintained and using old http |
|
3a851df879cd
Remove doc dependency sphinxcontrib-cheeseshop.
John Rouillard <rouilj@ieee.org>
parents:
6257
diff
changeset
|
444 url. Attempts to override cheeseshop_url failed. Replace call to |
|
3a851df879cd
Remove doc dependency sphinxcontrib-cheeseshop.
John Rouillard <rouilj@ieee.org>
parents:
6257
diff
changeset
|
445 cheeseshop in docs with raw html and remove references to |
|
3a851df879cd
Remove doc dependency sphinxcontrib-cheeseshop.
John Rouillard <rouilj@ieee.org>
parents:
6257
diff
changeset
|
446 cheeseshop. (John Rouillard) |
|
6275
bda491248fd8
Handle exception raised from markdown processing
John Rouillard <rouilj@ieee.org>
parents:
6263
diff
changeset
|
447 - issue2551093 - return plain text if markdown formatter throws exception |
|
bda491248fd8
Handle exception raised from markdown processing
John Rouillard <rouilj@ieee.org>
parents:
6263
diff
changeset
|
448 (reported by Cedric Krier, fix by John Rouillard) |
|
6276
177b186dd23a
issue2551094 - simplemde now handles linebreaks like markdown backends
John Rouillard <rouilj@ieee.org>
parents:
6275
diff
changeset
|
449 - issue2551094 - make simplemde handle line breaks the same as the |
|
6279
9ec3a9bc4ea5
issue2551097 - fix call to markdown2 - fix fenced code blocks.
John Rouillard <rouilj@ieee.org>
parents:
6278
diff
changeset
|
450 backend markdown formatters. (report: Cedric Krier, patch: Christof |
|
6276
177b186dd23a
issue2551094 - simplemde now handles linebreaks like markdown backends
John Rouillard <rouilj@ieee.org>
parents:
6275
diff
changeset
|
451 Meerwald) |
|
6278
f21ec1414591
issue2551092 - fix crash due to use of string not bytes under py3
John Rouillard <rouilj@ieee.org>
parents:
6277
diff
changeset
|
452 - issue2551092 - fix crash bug by aligning |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
453 ``roundup.anypy.email_.decode_header`` with stdlib ``email.header`` and |
|
6280
6ed5152a92d0
issue2551096 - enable markdown autolink for email and bare url's.
John Rouillard <rouilj@ieee.org>
parents:
6279
diff
changeset
|
454 convert string to bytes for python 3. (Cedric Krier) |
|
6279
9ec3a9bc4ea5
issue2551097 - fix call to markdown2 - fix fenced code blocks.
John Rouillard <rouilj@ieee.org>
parents:
6278
diff
changeset
|
455 - issue2551097 - fix underlying bug in use of fenced codeblocks with |
|
9ec3a9bc4ea5
issue2551097 - fix call to markdown2 - fix fenced code blocks.
John Rouillard <rouilj@ieee.org>
parents:
6278
diff
changeset
|
456 markdown2. Fix for issue2551093 to prevent exception trigger. |
|
9ec3a9bc4ea5
issue2551097 - fix call to markdown2 - fix fenced code blocks.
John Rouillard <rouilj@ieee.org>
parents:
6278
diff
changeset
|
457 (patch: Cedric Krier) |
|
6284
3f7538316724
issue2551099 - disable processing of data url's in markdown.
John Rouillard <rouilj@ieee.org>
parents:
6283
diff
changeset
|
458 - issue2551099 - disable processing of data url's in markdown. Display |
|
3f7538316724
issue2551099 - disable processing of data url's in markdown.
John Rouillard <rouilj@ieee.org>
parents:
6283
diff
changeset
|
459 as plain text. (John Rouillard) |
|
6290
944e4dfcc9b7
issue2551100 - out of date jquery fix security and user.help.html
John Rouillard <rouilj@ieee.org>
parents:
6284
diff
changeset
|
460 - issue2551100 - old jquery has security issues, upgrade it and fix |
| 6450 | 461 user.help.html (John Rouillard) |
|
6295
bc2b00afa980
Replace depricated base64.decodestring with base64.b64decode.
John Rouillard <rouilj@ieee.org>
parents:
6291
diff
changeset
|
462 - replace deprecated base64.decodestring with base64.b64decode in |
|
bc2b00afa980
Replace depricated base64.decodestring with base64.b64decode.
John Rouillard <rouilj@ieee.org>
parents:
6291
diff
changeset
|
463 roundup_server.py and roundup_xlmrpc_server.py (reported by |
|
bc2b00afa980
Replace depricated base64.decodestring with base64.b64decode.
John Rouillard <rouilj@ieee.org>
parents:
6291
diff
changeset
|
464 lmsteffan in irc) |
|
6297
a635a60ffb84
Remove standalone pytest run_tests.py bundle
John Rouillard <rouilj@ieee.org>
parents:
6295
diff
changeset
|
465 - removed run_tests.py. Newer pytest doesn't support generating |
|
a635a60ffb84
Remove standalone pytest run_tests.py bundle
John Rouillard <rouilj@ieee.org>
parents:
6295
diff
changeset
|
466 stand alone testing bundles. Python 3.9 generates errors running |
|
6300
778a9f455067
Remove old code import imp, old style trackers db/backend_name
John Rouillard <rouilj@ieee.org>
parents:
6299
diff
changeset
|
467 the current run_tests.py. (reported by lmsteffan in irc) |
|
6299
fd0bdcbc68e4
issue2551104 - fix issue with markdown autolink next to punctuation
John Rouillard <rouilj@ieee.org>
parents:
6297
diff
changeset
|
468 - issue2551104 - fix issue with markdown autolink next to punctuation (ced) |
|
6300
778a9f455067
Remove old code import imp, old style trackers db/backend_name
John Rouillard <rouilj@ieee.org>
parents:
6299
diff
changeset
|
469 - removed support for old style trackers that use dbinit.py and |
|
6439
5296d27ac97c
Implementing RELEASE.txt 2.1.0b1 release
John Rouillard <rouilj@ieee.org>
parents:
6437
diff
changeset
|
470 config.py. Also remove all uses of deprecated imp module. (John Rouillard) |
|
6300
778a9f455067
Remove old code import imp, old style trackers db/backend_name
John Rouillard <rouilj@ieee.org>
parents:
6299
diff
changeset
|
471 - removed support for setting database type using |
|
778a9f455067
Remove old code import imp, old style trackers db/backend_name
John Rouillard <rouilj@ieee.org>
parents:
6299
diff
changeset
|
472 <database>/backend_name. (John Rouillard) |
|
6302
314691b81ee0
Document translation updates.
John Rouillard <rouilj@ieee.org>
parents:
6300
diff
changeset
|
473 - fixed some issues when generating translations. Use mappings and |
|
314691b81ee0
Document translation updates.
John Rouillard <rouilj@ieee.org>
parents:
6300
diff
changeset
|
474 named format parameters so translators can move substituted tokens |
| 6450 | 475 in translations. (John Rouillard) |
|
6311
be8d5a8e090a
Fix uncaught error when parsing rest headers, document
John Rouillard <rouilj@ieee.org>
parents:
6302
diff
changeset
|
476 - in rest interface, fix uncaught exceptions when parsing invalid |
|
be8d5a8e090a
Fix uncaught error when parsing rest headers, document
John Rouillard <rouilj@ieee.org>
parents:
6302
diff
changeset
|
477 Content-Type and Accept headers. Document response formats more |
| 6450 | 478 fully in doc/rest.txt. (John Rouillard) |
|
6332
6a6b4651be1f
Use server-side cursor for postgres in some cases
Ralf Schlatterbeck <rsc@runtux.com>
parents:
6320
diff
changeset
|
479 - in filter, filter_iter and _materialize_multilinks, use named cursor |
|
6a6b4651be1f
Use server-side cursor for postgres in some cases
Ralf Schlatterbeck <rsc@runtux.com>
parents:
6320
diff
changeset
|
480 with postgresql. This turns of client-side cursor handling and avoids |
|
6a6b4651be1f
Use server-side cursor for postgres in some cases
Ralf Schlatterbeck <rsc@runtux.com>
parents:
6320
diff
changeset
|
481 *large* roundup process (or wsgi process) in case of large results. |
| 6450 | 482 Fixes issue2551114. (Ralf Schlatterbeck) |
|
6336
6f89cdc7c938
issue2551108 - fix markdown formatted designator links
John Rouillard <rouilj@ieee.org>
parents:
6332
diff
changeset
|
483 - issue2551108 - fix handling of designator links when formatted |
|
6f89cdc7c938
issue2551108 - fix markdown formatted designator links
John Rouillard <rouilj@ieee.org>
parents:
6332
diff
changeset
|
484 as markdown links. (Reported by Cedric Krier; John Rouillard) |
|
6345
14c9284a8bad
Fix filename created from mail attachments
Ralf Schlatterbeck <rsc@runtux.com>
parents:
6344
diff
changeset
|
485 - Fix filename created from mail attachments, fixes issue2551118 |
|
6375
c4371ec7d1c0
Call verifyPassword even if user does not exist.
John Rouillard <rouilj@ieee.org>
parents:
6361
diff
changeset
|
486 - Call verifyPassword even if user does not exist. Address timing |
|
c4371ec7d1c0
Call verifyPassword even if user does not exist.
John Rouillard <rouilj@ieee.org>
parents:
6361
diff
changeset
|
487 attack to discover valid account names. Useful where anonymous user |
|
c4371ec7d1c0
Call verifyPassword even if user does not exist.
John Rouillard <rouilj@ieee.org>
parents:
6361
diff
changeset
|
488 is not allowed access. (John Rouillard) |
|
6377
a7e7314fb7d9
issue2551126 - AttributeError: 'str' object has no attribute 'local'.
John Rouillard <rouilj@ieee.org>
parents:
6375
diff
changeset
|
489 - issue2551126 - AttributeError: 'str' object has no attribute |
|
a7e7314fb7d9
issue2551126 - AttributeError: 'str' object has no attribute 'local'.
John Rouillard <rouilj@ieee.org>
parents:
6375
diff
changeset
|
490 'local'. Fix traceback caused by DateHTMLProperty.pretty() called |
|
a7e7314fb7d9
issue2551126 - AttributeError: 'str' object has no attribute 'local'.
John Rouillard <rouilj@ieee.org>
parents:
6375
diff
changeset
|
491 on a string value due to error in some other field. (Reported by |
|
a7e7314fb7d9
issue2551126 - AttributeError: 'str' object has no attribute 'local'.
John Rouillard <rouilj@ieee.org>
parents:
6375
diff
changeset
|
492 reda, fix: John Rouillard) |
|
6378
b57c3d50505b
issue2550899 Migrate setup.py to setuptools
John Rouillard <rouilj@ieee.org>
parents:
6377
diff
changeset
|
493 - issue2550899 - Migrate setup.py to setuptools; fixes: |
|
b57c3d50505b
issue2550899 Migrate setup.py to setuptools
John Rouillard <rouilj@ieee.org>
parents:
6377
diff
changeset
|
494 issue2550866 'pip install --editable .' fails; et al. |
|
b57c3d50505b
issue2550899 Migrate setup.py to setuptools
John Rouillard <rouilj@ieee.org>
parents:
6377
diff
changeset
|
495 this now requires that setuptools be installed. (Patch by John |
|
b57c3d50505b
issue2550899 Migrate setup.py to setuptools
John Rouillard <rouilj@ieee.org>
parents:
6377
diff
changeset
|
496 Kristensen (jerrykan); additional doc changes (upgrade.txt, |
|
b57c3d50505b
issue2550899 Migrate setup.py to setuptools
John Rouillard <rouilj@ieee.org>
parents:
6377
diff
changeset
|
497 RELEASE.txt) John Rouillard) |
|
6380
d76291836523
Fix issue2551128 - Impossible to validate a user with unknown timezone
John Rouillard <rouilj@ieee.org>
parents:
6378
diff
changeset
|
498 - issue2551128 - Impossible to validate a user with unknown timezone |
|
d76291836523
Fix issue2551128 - Impossible to validate a user with unknown timezone
John Rouillard <rouilj@ieee.org>
parents:
6378
diff
changeset
|
499 Raise KeyError when an unrecognized timezones is passed to |
|
d76291836523
Fix issue2551128 - Impossible to validate a user with unknown timezone
John Rouillard <rouilj@ieee.org>
parents:
6378
diff
changeset
|
500 pytz. (patch Cedric Krier, test John Rouillard) |
|
6382
b35a50d02890
Fix issue2551129 - Template not found return 500 and traceback
John Rouillard <rouilj@ieee.org>
parents:
6380
diff
changeset
|
501 - issue2551129 - Template not found return 500 |
|
b35a50d02890
Fix issue2551129 - Template not found return 500 and traceback
John Rouillard <rouilj@ieee.org>
parents:
6380
diff
changeset
|
502 Handle traceback caused when requested @template is not found. |
|
b35a50d02890
Fix issue2551129 - Template not found return 500 and traceback
John Rouillard <rouilj@ieee.org>
parents:
6380
diff
changeset
|
503 Return 400 error in this condition. (patch Cedric Krier, |
|
b35a50d02890
Fix issue2551129 - Template not found return 500 and traceback
John Rouillard <rouilj@ieee.org>
parents:
6380
diff
changeset
|
504 additional change and test John Rouillard) |
|
6393
51a1a9b0f567
- issue2551062: AddPermission doesn't validate property names.
John Rouillard <rouilj@ieee.org>
parents:
6383
diff
changeset
|
505 - issue2551062: roundup-admin security now exits status 1 when |
|
51a1a9b0f567
- issue2551062: AddPermission doesn't validate property names.
John Rouillard <rouilj@ieee.org>
parents:
6383
diff
changeset
|
506 it finds an invalid property. It no longer tries to print the rest |
|
51a1a9b0f567
- issue2551062: AddPermission doesn't validate property names.
John Rouillard <rouilj@ieee.org>
parents:
6383
diff
changeset
|
507 of the security properties. (John Rouillard) |
|
6398
26e5c42f148c
issue2551078 - Fix traceback caused when putting two id's into a Link html field.
John Rouillard <rouilj@ieee.org>
parents:
6393
diff
changeset
|
508 - issue2551078 - Fix traceback caused when putting two id's into a |
|
26e5c42f148c
issue2551078 - Fix traceback caused when putting two id's into a Link html field.
John Rouillard <rouilj@ieee.org>
parents:
6393
diff
changeset
|
509 Link html field. A ValueError is raised. Handle exception and return |
|
26e5c42f148c
issue2551078 - Fix traceback caused when putting two id's into a Link html field.
John Rouillard <rouilj@ieee.org>
parents:
6393
diff
changeset
|
510 value. hyperdb.py now reports 'you may only enter ID values for |
|
6414
3dbf1bc5e567
issue2551120 - The sorted method of MultilinkHTMLProperty crashes ...
John Rouillard <rouilj@ieee.org>
parents:
6407
diff
changeset
|
511 property ...' to the user. (John Rouillard) |
|
3dbf1bc5e567
issue2551120 - The sorted method of MultilinkHTMLProperty crashes ...
John Rouillard <rouilj@ieee.org>
parents:
6407
diff
changeset
|
512 - issue2551120 - The sorted method of MultilinkHTMLProperty crashes, |
|
3dbf1bc5e567
issue2551120 - The sorted method of MultilinkHTMLProperty crashes ...
John Rouillard <rouilj@ieee.org>
parents:
6407
diff
changeset
|
513 if the given property is unset for an element of the list. Crash |
|
3dbf1bc5e567
issue2551120 - The sorted method of MultilinkHTMLProperty crashes ...
John Rouillard <rouilj@ieee.org>
parents:
6407
diff
changeset
|
514 fixed. New feature NoneFirst added to method to make unset values |
|
3dbf1bc5e567
issue2551120 - The sorted method of MultilinkHTMLProperty crashes ...
John Rouillard <rouilj@ieee.org>
parents:
6407
diff
changeset
|
515 sort at start or end of sorted list. (John Rouillard) |
|
6416
99d344aa825d
- issue2550648 - keyword boolean search multiple issues
John Rouillard <rouilj@ieee.org>
parents:
6414
diff
changeset
|
516 - issue2550648 - keyword boolean search. Issue has multiple problems. |
|
99d344aa825d
- issue2550648 - keyword boolean search multiple issues
John Rouillard <rouilj@ieee.org>
parents:
6414
diff
changeset
|
517 Fix issue where saving the keyword boolean search would remove the |
| 6450 | 518 link to open the editor. (John Rouillard) |
|
6418
559b3d8e03d7
issue2551136 - timezone extention crash on Python 3.8.
John Rouillard <rouilj@ieee.org>
parents:
6416
diff
changeset
|
519 - issue2551136 - timezone extention crash on Python 3.8. cgi.escape |
|
559b3d8e03d7
issue2551136 - timezone extention crash on Python 3.8.
John Rouillard <rouilj@ieee.org>
parents:
6416
diff
changeset
|
520 is used in some template to provide a select box of timezones. It |
|
6439
5296d27ac97c
Implementing RELEASE.txt 2.1.0b1 release
John Rouillard <rouilj@ieee.org>
parents:
6437
diff
changeset
|
521 uses cgi.escape that is deprecated and removed from 3.8 and newer. |
|
6418
559b3d8e03d7
issue2551136 - timezone extention crash on Python 3.8.
John Rouillard <rouilj@ieee.org>
parents:
6416
diff
changeset
|
522 Use html.escape with fallback to cgi.escape. (Cedric Krier) |
|
6420
5d6b6e948e17
Upgrade SSL params for roundup-server
John Rouillard <rouilj@ieee.org>
parents:
6418
diff
changeset
|
523 - roundup-server can act as an SSL server. Usually SSL is provided by |
|
6439
5296d27ac97c
Implementing RELEASE.txt 2.1.0b1 release
John Rouillard <rouilj@ieee.org>
parents:
6437
diff
changeset
|
524 a front-end server like nginx, hiawatha, apache. The SSL parameters |
|
6420
5d6b6e948e17
Upgrade SSL params for roundup-server
John Rouillard <rouilj@ieee.org>
parents:
6418
diff
changeset
|
525 have been upgraded to TLS 1.1. Cert is RSA 2048 bytes with SHA512 |
|
5d6b6e948e17
Upgrade SSL params for roundup-server
John Rouillard <rouilj@ieee.org>
parents:
6418
diff
changeset
|
526 signature. Without these upgrades, ssl mode won't start. Note this |
|
5d6b6e948e17
Upgrade SSL params for roundup-server
John Rouillard <rouilj@ieee.org>
parents:
6418
diff
changeset
|
527 exposes other issue with roundup-server operating as an SSL |
| 6450 | 528 endpoint. See issue2551138 and issue2551137. (John Rouillard) |
|
6421
9c57f2814597
Fix issue2551122 (MultilinkHTMLProperty sorted method issue)
John Rouillard <rouilj@ieee.org>
parents:
6420
diff
changeset
|
529 - issue2551122 - sorted method of MultilinkHTMLProperty does a string |
|
9c57f2814597
Fix issue2551122 (MultilinkHTMLProperty sorted method issue)
John Rouillard <rouilj@ieee.org>
parents:
6420
diff
changeset
|
530 sort even if the property is an integer. Fixed so that the orderprop |
|
9c57f2814597
Fix issue2551122 (MultilinkHTMLProperty sorted method issue)
John Rouillard <rouilj@ieee.org>
parents:
6420
diff
changeset
|
531 for the linked class is used. (John Rouillard, reported by Nagy Gabor) |
|
6422
91ae685405ba
- issue2550964 - History can (temporarily) show incorrect value...
John Rouillard <rouilj@ieee.org>
parents:
6421
diff
changeset
|
532 - issue2550964 - History can (temporarily) show incorrect value when a |
|
91ae685405ba
- issue2550964 - History can (temporarily) show incorrect value...
John Rouillard <rouilj@ieee.org>
parents:
6421
diff
changeset
|
533 change is rejected. Fix history function to always use the database |
| 6450 | 534 values and ignore the current setting in the form. (John Rouillard) |
|
6427
f08907bfd5a1
Fix find() with anydbm. Add fast return shortcut.
John Rouillard <rouilj@ieee.org>
parents:
6425
diff
changeset
|
535 - Fix find() with anydbm. Using protected properties raised KeyError. |
|
f08907bfd5a1
Fix find() with anydbm. Add fast return shortcut.
John Rouillard <rouilj@ieee.org>
parents:
6425
diff
changeset
|
536 Add shortcut fast return. Both changes come from rdbms_common.py's |
|
f08907bfd5a1
Fix find() with anydbm. Add fast return shortcut.
John Rouillard <rouilj@ieee.org>
parents:
6425
diff
changeset
|
537 find(). (John Rouillard) |
|
6428
32a04dc87b30
Make HTMLClass::history signature compatible to _HTMLItem::history
John Rouillard <rouilj@ieee.org>
parents:
6427
diff
changeset
|
538 - Fix traceback caused by calling history() with arguments in a |
| 6450 | 539 non-item context. (John Rouillard) |
| 540 - issue2551141 - roundup-admin returns no such class when restoring | |
|
6430
ff4ab763f47c
issue2551141 - roundup-admin returns no such class when restoring item with duplicate key
John Rouillard <rouilj@ieee.org>
parents:
6428
diff
changeset
|
541 item with duplicate key. Fix incorrect error message when using |
|
6439
5296d27ac97c
Implementing RELEASE.txt 2.1.0b1 release
John Rouillard <rouilj@ieee.org>
parents:
6437
diff
changeset
|
542 roundup-admin to restore a user when the username is already in use. |
|
6430
ff4ab763f47c
issue2551141 - roundup-admin returns no such class when restoring item with duplicate key
John Rouillard <rouilj@ieee.org>
parents:
6428
diff
changeset
|
543 (John Rouillard) |
|
6431
ada1edcc9132
issue2551142 - Import ... unique constraint failure.
John Rouillard <rouilj@ieee.org>
parents:
6430
diff
changeset
|
544 - issue2551142 - Import of retired node with username after active |
| 6450 | 545 node is imported raises unique constraint failure. (Reported by Ganesh |
| 546 Sittampalam/Heffalump on irc. John Rouillard) | |
|
6434
269f39e28d5c
issue2551142 - Import of retired node ... unique constraint failure.
John Rouillard <rouilj@ieee.org>
parents:
6431
diff
changeset
|
547 - *** Must run roundup-admin migrate *** |
|
269f39e28d5c
issue2551142 - Import of retired node ... unique constraint failure.
John Rouillard <rouilj@ieee.org>
parents:
6431
diff
changeset
|
548 Increment rdbms version from 5 to 6. Mysql rdbms classes were |
|
269f39e28d5c
issue2551142 - Import of retired node ... unique constraint failure.
John Rouillard <rouilj@ieee.org>
parents:
6431
diff
changeset
|
549 missing unique key constraint. Found during fix for issue2551142. |
| 6450 | 550 See upgrading.txt. (John Rouillard) |
|
6435
ada96db8ec62
Ignore blank lines when editing class via CSV
John Rouillard <rouilj@ieee.org>
parents:
6434
diff
changeset
|
551 - ignore blank lines in CSV class editing. (John Rouillard) |
|
6250
95183d73ac64
issue2550522 - add transitive searching to filter in roundup-admin
John Rouillard <rouilj@ieee.org>
parents:
6247
diff
changeset
|
552 |
|
95183d73ac64
issue2550522 - add transitive searching to filter in roundup-admin
John Rouillard <rouilj@ieee.org>
parents:
6247
diff
changeset
|
553 Features: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
554 |
|
6250
95183d73ac64
issue2550522 - add transitive searching to filter in roundup-admin
John Rouillard <rouilj@ieee.org>
parents:
6247
diff
changeset
|
555 - issue2550522 - Add 'filter' command to command-line |
|
95183d73ac64
issue2550522 - add transitive searching to filter in roundup-admin
John Rouillard <rouilj@ieee.org>
parents:
6247
diff
changeset
|
556 interface. Filter command was actually added in 2.0.0, but this |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
557 issue requested transitive searching. So that:: |
|
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
558 |
|
6250
95183d73ac64
issue2550522 - add transitive searching to filter in roundup-admin
John Rouillard <rouilj@ieee.org>
parents:
6247
diff
changeset
|
559 roundup-admin -i . filter issue assignedto.username=Admin |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
560 |
|
6250
95183d73ac64
issue2550522 - add transitive searching to filter in roundup-admin
John Rouillard <rouilj@ieee.org>
parents:
6247
diff
changeset
|
561 will work. This also fixes a bug. If assignedto.username had no |
|
95183d73ac64
issue2550522 - add transitive searching to filter in roundup-admin
John Rouillard <rouilj@ieee.org>
parents:
6247
diff
changeset
|
562 matches, all issues would be returned. This is also fixed. |
|
95183d73ac64
issue2550522 - add transitive searching to filter in roundup-admin
John Rouillard <rouilj@ieee.org>
parents:
6247
diff
changeset
|
563 (John Rouillard) |
|
6257
f9c059921ccc
Document password reset mechanism in web interface.
John Rouillard <rouilj@ieee.org>
parents:
6255
diff
changeset
|
564 - issue2550716 - Email address displayed after password reset request. |
|
f9c059921ccc
Document password reset mechanism in web interface.
John Rouillard <rouilj@ieee.org>
parents:
6255
diff
changeset
|
565 This fix actually made it into 1.6 release. However this release |
|
f9c059921ccc
Document password reset mechanism in web interface.
John Rouillard <rouilj@ieee.org>
parents:
6255
diff
changeset
|
566 documents how password reset works in user_guide.txt. (John Rouillard) |
|
6277
957a0fc20021
issue2551094 - markdown mismatch - new config for embedded newine
John Rouillard <rouilj@ieee.org>
parents:
6276
diff
changeset
|
567 - issue2551094 - add new markdown config.ini setting to allow embedded |
|
957a0fc20021
issue2551094 - markdown mismatch - new config for embedded newine
John Rouillard <rouilj@ieee.org>
parents:
6276
diff
changeset
|
568 newlines to cause a linebreak same as GitHub Flavored Markdown. |
|
957a0fc20021
issue2551094 - markdown mismatch - new config for embedded newine
John Rouillard <rouilj@ieee.org>
parents:
6276
diff
changeset
|
569 (Patch: Cedric Krier; Doc change/checkin John Rouillard) |
|
6280
6ed5152a92d0
issue2551096 - enable markdown autolink for email and bare url's.
John Rouillard <rouilj@ieee.org>
parents:
6279
diff
changeset
|
570 - issue2551096 - enable markdown autolink for email and bare url's. |
|
6ed5152a92d0
issue2551096 - enable markdown autolink for email and bare url's.
John Rouillard <rouilj@ieee.org>
parents:
6279
diff
changeset
|
571 Modify raw markdown adding appropriate link markers on the fly. |
|
6ed5152a92d0
issue2551096 - enable markdown autolink for email and bare url's.
John Rouillard <rouilj@ieee.org>
parents:
6279
diff
changeset
|
572 (Cedric Krier) |
|
6283
ab2f0f13a4a6
Commit CHANGES.txt for issue2551098 - rel="nofollow" for markdown2
John Rouillard <rouilj@ieee.org>
parents:
6280
diff
changeset
|
573 - issue2551098 - add rel="nofollow" for links generated by markdown2 |
|
ab2f0f13a4a6
Commit CHANGES.txt for issue2551098 - rel="nofollow" for markdown2
John Rouillard <rouilj@ieee.org>
parents:
6280
diff
changeset
|
574 backend and rel="nofollow noopener" for mistune and markdown |
|
ab2f0f13a4a6
Commit CHANGES.txt for issue2551098 - rel="nofollow" for markdown2
John Rouillard <rouilj@ieee.org>
parents:
6280
diff
changeset
|
575 backends. Prevents link spam. noopener prevents security issue when |
|
ab2f0f13a4a6
Commit CHANGES.txt for issue2551098 - rel="nofollow" for markdown2
John Rouillard <rouilj@ieee.org>
parents:
6280
diff
changeset
|
576 available. (John Rouillard) |
|
6291
a67e2b559e8d
Document changing FileClass content files.
John Rouillard <rouilj@ieee.org>
parents:
6290
diff
changeset
|
577 - Added explanation for modifying Fileclass content files to |
|
a67e2b559e8d
Document changing FileClass content files.
John Rouillard <rouilj@ieee.org>
parents:
6290
diff
changeset
|
578 customizing.txt. Result of mailing list question. (John Rouillard) |
|
6320
6dabae8da31a
issue2551109 - improve keyword editing in jinja2 template.
John Rouillard <rouilj@ieee.org>
parents:
6311
diff
changeset
|
579 - issue2551109 - Improve keyword editing in jinja2 template. (Cedric Krier) |
|
6344
c63df349f319
issue2551117 - add example systemd config
John Rouillard <rouilj@ieee.org>
parents:
6336
diff
changeset
|
580 - issue2551117 - Add example systemd config |
|
6353
9d209d2b34ae
Add indexer_language to change stemmer for xapian FTS indexer
John Rouillard <rouilj@ieee.org>
parents:
6345
diff
changeset
|
581 - Allow admin to configure language used for stemming in xapian |
|
9d209d2b34ae
Add indexer_language to change stemmer for xapian FTS indexer
John Rouillard <rouilj@ieee.org>
parents:
6345
diff
changeset
|
582 indexer. (John Rouillard request by Nagy Gabor) |
|
6360
a77a7d04ed23
Move memorydb from test to roundup/test
Ralf Schlatterbeck <rsc@runtux.com>
parents:
6353
diff
changeset
|
583 - Move memorydb from test to roundup/test to allow regression-testing in |
| 6361 | 584 tracker instances without copying code. Also move the test-detectors in |
| 585 tx_Source_detector.py to roundup/test for two reasons: It's used in the | |
| 586 memorydb convenience functions and it may be useful in other tests. Make | |
|
6439
5296d27ac97c
Implementing RELEASE.txt 2.1.0b1 release
John Rouillard <rouilj@ieee.org>
parents:
6437
diff
changeset
|
587 the prefix a parameter of the convenience functions to be usable in other |
| 6450 | 588 tests. (Ralf Schlatterbeck) |
|
6383
e9760702bf0c
Add live server test to suite.
John Rouillard <rouilj@ieee.org>
parents:
6382
diff
changeset
|
589 - pytest suite now starts the server under wsgi and loads the home |
|
e9760702bf0c
Add live server test to suite.
John Rouillard <rouilj@ieee.org>
parents:
6382
diff
changeset
|
590 page. This test is skipped if the requests module is not installed. |
| 6407 | 591 - extract translatable strings from devel and responsive templates. Merge |
| 592 translations from https://sourceforge.net/p/roundup/code/merge-requests/3/ | |
| 593 (John Rouillard. DE translations by Tobias Herp.) | |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
594 - send_message now allows setting authid to set source of email. |
|
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
595 (John Rouillard) |
|
6436
1f2f7c0b8968
issue2550837 - New option for web auth (also http header passing)
John Rouillard <rouilj@ieee.org>
parents:
6435
diff
changeset
|
596 - issue2550837 - New option for web auth (also http header passing). |
|
1f2f7c0b8968
issue2550837 - New option for web auth (also http header passing)
John Rouillard <rouilj@ieee.org>
parents:
6435
diff
changeset
|
597 Allow admin to configure authentication header replacing the default |
|
1f2f7c0b8968
issue2550837 - New option for web auth (also http header passing)
John Rouillard <rouilj@ieee.org>
parents:
6435
diff
changeset
|
598 REMOTE_USER. Also allow arbitrary headers to be passed to the |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
599 tracker when using roundup-server behind a proxy. This code is |
| 6450 | 600 experimental see upgrading.txt admin_guide.txt. (John Rouillard) |
|
6277
957a0fc20021
issue2551094 - markdown mismatch - new config for embedded newine
John Rouillard <rouilj@ieee.org>
parents:
6276
diff
changeset
|
601 |
|
6225
043a8ffd79ad
Commits for roundup 2.0 release.
John Rouillard <rouilj@ieee.org>
parents:
6215
diff
changeset
|
602 2020-07-13 2.0.0 |
|
6146
01e9634b81a4
fixed string encoding of SSHA encoded passwords in Python 3
Christof Meerwald <cmeerw@cmeerw.org>
parents:
6137
diff
changeset
|
603 |
|
01e9634b81a4
fixed string encoding of SSHA encoded passwords in Python 3
Christof Meerwald <cmeerw@cmeerw.org>
parents:
6137
diff
changeset
|
604 Fixed: |
|
01e9634b81a4
fixed string encoding of SSHA encoded passwords in Python 3
Christof Meerwald <cmeerw@cmeerw.org>
parents:
6137
diff
changeset
|
605 |
|
01e9634b81a4
fixed string encoding of SSHA encoded passwords in Python 3
Christof Meerwald <cmeerw@cmeerw.org>
parents:
6137
diff
changeset
|
606 - encoding for SSHA encoded passwords with Python 3 (Christof |
|
01e9634b81a4
fixed string encoding of SSHA encoded passwords in Python 3
Christof Meerwald <cmeerw@cmeerw.org>
parents:
6137
diff
changeset
|
607 Meerwald) |
|
6147
f35ca71c9f2e
fixed logout action when there is no session
Christof Meerwald <cmeerw@cmeerw.org>
parents:
6146
diff
changeset
|
608 - exception in logout action when there is no session (Christof |
|
f35ca71c9f2e
fixed logout action when there is no session
Christof Meerwald <cmeerw@cmeerw.org>
parents:
6146
diff
changeset
|
609 Meerwald) |
|
6190
15fd91fd3c4c
Quote all exported CSV data
John Rouillard <rouilj@ieee.org>
parents:
6185
diff
changeset
|
610 - quote all non-numeric data in csv export functions. Report that a |
|
15fd91fd3c4c
Quote all exported CSV data
John Rouillard <rouilj@ieee.org>
parents:
6185
diff
changeset
|
611 title like '=a2+b3' could be interpreted as a function in Excel and |
|
15fd91fd3c4c
Quote all exported CSV data
John Rouillard <rouilj@ieee.org>
parents:
6185
diff
changeset
|
612 executed. csv.writer now includes quoting=csv.QUOTE_NONNUMERIC to |
|
15fd91fd3c4c
Quote all exported CSV data
John Rouillard <rouilj@ieee.org>
parents:
6185
diff
changeset
|
613 generate quoted values for all fields. This makes the string |
|
15fd91fd3c4c
Quote all exported CSV data
John Rouillard <rouilj@ieee.org>
parents:
6185
diff
changeset
|
614 starting with = be interpreted as a string and not a formula. (John |
|
15fd91fd3c4c
Quote all exported CSV data
John Rouillard <rouilj@ieee.org>
parents:
6185
diff
changeset
|
615 Rouillard as reported in the decomissioned bpo meta tracker IIRC.) |
|
6195
6e0c4d50b97e
Issue2551084 - Fix Inefficiency in roundup-admin
John Rouillard <rouilj@ieee.org>
parents:
6190
diff
changeset
|
616 - issue2551084 - Fix inefficiency in roundup-admin. Streamline code and |
|
6e0c4d50b97e
Issue2551084 - Fix Inefficiency in roundup-admin
John Rouillard <rouilj@ieee.org>
parents:
6190
diff
changeset
|
617 bring in line with 2.7 and newer python functionality. (Patch by Tom |
|
6e0c4d50b97e
Issue2551084 - Fix Inefficiency in roundup-admin
John Rouillard <rouilj@ieee.org>
parents:
6190
diff
changeset
|
618 Ekberg (tekberg); John Rouillard) |
|
6212
b89301acca0e
Update changelog with gdbm fallback under python3.
John Rouillard <rouilj@ieee.org>
parents:
6208
diff
changeset
|
619 - provide fallback for import gdbm under python3. If gdbm import |
|
b89301acca0e
Update changelog with gdbm fallback under python3.
John Rouillard <rouilj@ieee.org>
parents:
6208
diff
changeset
|
620 fails, try import of dbm.gnu. (John Rouillard) |
|
6149
6a2de9606652
Supply charset utf-8 for mysql connection
Ralf Schlatterbeck <rsc@runtux.com>
parents:
6148
diff
changeset
|
621 |
|
6a2de9606652
Supply charset utf-8 for mysql connection
Ralf Schlatterbeck <rsc@runtux.com>
parents:
6148
diff
changeset
|
622 Features: |
|
6a2de9606652
Supply charset utf-8 for mysql connection
Ralf Schlatterbeck <rsc@runtux.com>
parents:
6148
diff
changeset
|
623 |
|
6a2de9606652
Supply charset utf-8 for mysql connection
Ralf Schlatterbeck <rsc@runtux.com>
parents:
6148
diff
changeset
|
624 - When defining Link or Multilink properties in the schema, it's now |
|
6a2de9606652
Supply charset utf-8 for mysql connection
Ralf Schlatterbeck <rsc@runtux.com>
parents:
6148
diff
changeset
|
625 possible to add a parameter rev_multilink that accepts a property name |
|
6a2de9606652
Supply charset utf-8 for mysql connection
Ralf Schlatterbeck <rsc@runtux.com>
parents:
6148
diff
changeset
|
626 to be inserted into the linked-to class. So this creates a reverse |
|
6a2de9606652
Supply charset utf-8 for mysql connection
Ralf Schlatterbeck <rsc@runtux.com>
parents:
6148
diff
changeset
|
627 Multilink property in the linked-to class. This Multilink is read-only |
|
6a2de9606652
Supply charset utf-8 for mysql connection
Ralf Schlatterbeck <rsc@runtux.com>
parents:
6148
diff
changeset
|
628 (cannot be updated) but can be used in filter -- and thus in normal |
|
6a2de9606652
Supply charset utf-8 for mysql connection
Ralf Schlatterbeck <rsc@runtux.com>
parents:
6148
diff
changeset
|
629 index templates as well as in the REST and XMLRPC APIs. (Ralf |
|
6a2de9606652
Supply charset utf-8 for mysql connection
Ralf Schlatterbeck <rsc@runtux.com>
parents:
6148
diff
changeset
|
630 Schlatterbeck) |
|
6150
edbd4bba728a
Add 'is_restore_ok' method
Ralf Schlatterbeck <rsc@runtux.com>
parents:
6149
diff
changeset
|
631 - Add a 'is_restore_ok' method similar to 'is_retire_ok' for use in |
|
edbd4bba728a
Add 'is_restore_ok' method
Ralf Schlatterbeck <rsc@runtux.com>
parents:
6149
diff
changeset
|
632 templates. |
|
6152
546763f4ce44
Make the charset configurable for mysql
Ralf Schlatterbeck <rsc@runtux.com>
parents:
6150
diff
changeset
|
633 - Allow to configure the mysql charset when opening a connection to the |
|
546763f4ce44
Make the charset configurable for mysql
Ralf Schlatterbeck <rsc@runtux.com>
parents:
6150
diff
changeset
|
634 database. The parameter was conditional on python version > 2 but |
|
546763f4ce44
Make the charset configurable for mysql
Ralf Schlatterbeck <rsc@runtux.com>
parents:
6150
diff
changeset
|
635 seems to work fine with python2.7. According to the MySQLdb API docs, |
|
546763f4ce44
Make the charset configurable for mysql
Ralf Schlatterbeck <rsc@runtux.com>
parents:
6150
diff
changeset
|
636 the charset argument is supported with MySQL 4.1 which was released in |
|
546763f4ce44
Make the charset configurable for mysql
Ralf Schlatterbeck <rsc@runtux.com>
parents:
6150
diff
changeset
|
637 2004. There are some legacy reasons why one would want to not pass a |
|
546763f4ce44
Make the charset configurable for mysql
Ralf Schlatterbeck <rsc@runtux.com>
parents:
6150
diff
changeset
|
638 charset argument or pass an argument different from the default of |
|
546763f4ce44
Make the charset configurable for mysql
Ralf Schlatterbeck <rsc@runtux.com>
parents:
6150
diff
changeset
|
639 'utf8'. (Ralf Schlatterbeck) |
|
6168
de9d602c8ce6
more index entries and CHANGES.txt update for them.
John Rouillard <rouilj@ieee.org>
parents:
6152
diff
changeset
|
640 - Index created for documentation. Links created for website docs and |
|
de9d602c8ce6
more index entries and CHANGES.txt update for them.
John Rouillard <rouilj@ieee.org>
parents:
6152
diff
changeset
|
641 released docs. Needs more refinement, but it exists at least. |
|
de9d602c8ce6
more index entries and CHANGES.txt update for them.
John Rouillard <rouilj@ieee.org>
parents:
6152
diff
changeset
|
642 (John Rouillard) |
|
6176
d25638d1826c
Add roundup-admin filter command; fix bad doc example; add tests
John Rouillard <rouilj@ieee.org>
parents:
6168
diff
changeset
|
643 - New filter command defined in roundup-admin. (Partial fix for |
|
d25638d1826c
Add roundup-admin filter command; fix bad doc example; add tests
John Rouillard <rouilj@ieee.org>
parents:
6168
diff
changeset
|
644 issue724648.) (John Rouillard) |
|
6185
1cb2375015f0
Enable timing stats reporting in REST interface.
John Rouillard <rouilj@ieee.org>
parents:
6176
diff
changeset
|
645 - New parameter @stats for REST interface that provides the same |
|
1cb2375015f0
Enable timing stats reporting in REST interface.
John Rouillard <rouilj@ieee.org>
parents:
6176
diff
changeset
|
646 performance stats as the web interface's CGI_SHOW_TIMING env |
|
1cb2375015f0
Enable timing stats reporting in REST interface.
John Rouillard <rouilj@ieee.org>
parents:
6176
diff
changeset
|
647 variable. (John Rouillard) |
|
6208
74784dd531c8
Add importtables roundup-admin command.
John Rouillard <rouilj@ieee.org>
parents:
6195
diff
changeset
|
648 - New roundup-admin command importtables allows importing just the |
|
74784dd531c8
Add importtables roundup-admin command.
John Rouillard <rouilj@ieee.org>
parents:
6195
diff
changeset
|
649 database dump created by exporttables. (John Rouillard) |
|
6211
50960479f627
New config-option 'cookie_takes_precedence'
Ralf Schlatterbeck <rsc@runtux.com>
parents:
6208
diff
changeset
|
650 - New config-option 'cookie_takes_precedence' in the [web] section. This |
|
50960479f627
New config-option 'cookie_takes_precedence'
Ralf Schlatterbeck <rsc@runtux.com>
parents:
6208
diff
changeset
|
651 allows sub-logins (e.g. without a password given a specific role) even |
|
50960479f627
New config-option 'cookie_takes_precedence'
Ralf Schlatterbeck <rsc@runtux.com>
parents:
6208
diff
changeset
|
652 when a non-cookie login mechanism (like Kerberos) is in use. With that |
|
50960479f627
New config-option 'cookie_takes_precedence'
Ralf Schlatterbeck <rsc@runtux.com>
parents:
6208
diff
changeset
|
653 mechanism e.g., a Kerberos ticket will not take precedence over an |
|
50960479f627
New config-option 'cookie_takes_precedence'
Ralf Schlatterbeck <rsc@runtux.com>
parents:
6208
diff
changeset
|
654 existing cookie. This might become the default in the future and the |
|
50960479f627
New config-option 'cookie_takes_precedence'
Ralf Schlatterbeck <rsc@runtux.com>
parents:
6208
diff
changeset
|
655 new option might go away. |
|
6215
af372b9372f6
Add data attributes to classhelp to allow use with CSP.
John Rouillard <rouilj@ieee.org>
parents:
6213
diff
changeset
|
656 - Add data attributes to classhelp templating code. This provides |
|
af372b9372f6
Add data attributes to classhelp to allow use with CSP.
John Rouillard <rouilj@ieee.org>
parents:
6213
diff
changeset
|
657 a method to allow classhelp to work if there is a |
|
af372b9372f6
Add data attributes to classhelp to allow use with CSP.
John Rouillard <rouilj@ieee.org>
parents:
6213
diff
changeset
|
658 Content-Security-Policy implemented by the roundup admin that uses |
|
af372b9372f6
Add data attributes to classhelp to allow use with CSP.
John Rouillard <rouilj@ieee.org>
parents:
6213
diff
changeset
|
659 the client_nonce. See: |
|
af372b9372f6
Add data attributes to classhelp to allow use with CSP.
John Rouillard <rouilj@ieee.org>
parents:
6213
diff
changeset
|
660 https://wiki.roundup-tracker.org/AddingContentSecurityPolicy for details. |
|
4857
5e24a2d7078f
Place a redirect to doc/upgrading.txt at the top to CHANGES.txt
anatoly techtonik <techtonik@gmail.com>
parents:
4856
diff
changeset
|
661 |
|
6137
eb9d00db0923
Forgot to check in changed doc files for 2.0.0beta0
John Rouillard <rouilj@ieee.org>
parents:
6124
diff
changeset
|
662 2020-04-05 2.0.0 beta 0 |
|
5957
f822a91b3778
Better error message running with -c and pywin32 is not importable.
John Rouillard <rouilj@ieee.org>
parents:
5954
diff
changeset
|
663 |
|
f822a91b3778
Better error message running with -c and pywin32 is not importable.
John Rouillard <rouilj@ieee.org>
parents:
5954
diff
changeset
|
664 Features: |
|
f822a91b3778
Better error message running with -c and pywin32 is not importable.
John Rouillard <rouilj@ieee.org>
parents:
5954
diff
changeset
|
665 |
|
5970
11a9c5b2efd4
Additional headers for nosymessage
Ralf Schlatterbeck <rsc@runtux.com>
parents:
5965
diff
changeset
|
666 - Allow to pass additional headers to nosymessage, nice if a message |
|
11a9c5b2efd4
Additional headers for nosymessage
Ralf Schlatterbeck <rsc@runtux.com>
parents:
5965
diff
changeset
|
667 needs to be marked as urgent or similar, e.g., Outlook uses an |
|
11a9c5b2efd4
Additional headers for nosymessage
Ralf Schlatterbeck <rsc@runtux.com>
parents:
5965
diff
changeset
|
668 "Importance" header, when set to "high" it highlights the message. |
|
11a9c5b2efd4
Additional headers for nosymessage
Ralf Schlatterbeck <rsc@runtux.com>
parents:
5965
diff
changeset
|
669 (Ralf Schlatterbeck) |
|
5971
e5acd1843517
- issue2550926 - Original author adding a second message shouldn't set
John Rouillard <rouilj@ieee.org>
parents:
5970
diff
changeset
|
670 - issue2550926 - Original author adding a second message shouldn't set |
|
e5acd1843517
- issue2550926 - Original author adding a second message shouldn't set
John Rouillard <rouilj@ieee.org>
parents:
5970
diff
changeset
|
671 status to 'chatting'. See upgrading.txt for details. (John Rouillard) |
|
5973
fe334430ca07
issue2550919 - Anti-bot signup using 4 second delay
John Rouillard <rouilj@ieee.org>
parents:
5971
diff
changeset
|
672 - issue2550919 - Anti-bot signup using 4 second delay. New config.ini |
|
fe334430ca07
issue2550919 - Anti-bot signup using 4 second delay
John Rouillard <rouilj@ieee.org>
parents:
5971
diff
changeset
|
673 param [web] registration_delay must be set to 0 if template |
|
fe334430ca07
issue2550919 - Anti-bot signup using 4 second delay
John Rouillard <rouilj@ieee.org>
parents:
5971
diff
changeset
|
674 user.register.html is not modified. See upgrading.txt for details. |
|
5979
33a7b10618a6
Add support for -u to roundup-admin
John Rouillard <rouilj@ieee.org>
parents:
5977
diff
changeset
|
675 - Reimplement -u <login>[:<password>]. This opens the database as the |
|
33a7b10618a6
Add support for -u to roundup-admin
John Rouillard <rouilj@ieee.org>
parents:
5977
diff
changeset
|
676 user and applies expected permissions. It also creates history |
|
33a7b10618a6
Add support for -u to roundup-admin
John Rouillard <rouilj@ieee.org>
parents:
5977
diff
changeset
|
677 entries for the user. Note that the password is unused, no mention |
|
33a7b10618a6
Add support for -u to roundup-admin
John Rouillard <rouilj@ieee.org>
parents:
5977
diff
changeset
|
678 of it is in the spec that I can find, so not sure what it was |
|
33a7b10618a6
Add support for -u to roundup-admin
John Rouillard <rouilj@ieee.org>
parents:
5977
diff
changeset
|
679 supposed to be used for as the CLI has full access to the files so a |
|
33a7b10618a6
Add support for -u to roundup-admin
John Rouillard <rouilj@ieee.org>
parents:
5977
diff
changeset
|
680 password check is not useful. An edge case is when the login has a : |
|
33a7b10618a6
Add support for -u to roundup-admin
John Rouillard <rouilj@ieee.org>
parents:
5977
diff
changeset
|
681 in it. In this case it may not work as expected. So don't do that. |
|
5980
54d0080769f9
Support setting cache-control headers for static files
John Rouillard <rouilj@ieee.org>
parents:
5979
diff
changeset
|
682 - Implement Cache-Control headers for static files. Allows tracker |
|
54d0080769f9
Support setting cache-control headers for static files
John Rouillard <rouilj@ieee.org>
parents:
5979
diff
changeset
|
683 admin to control caching for css, js and other static files. See |
|
54d0080769f9
Support setting cache-control headers for static files
John Rouillard <rouilj@ieee.org>
parents:
5979
diff
changeset
|
684 customizing.html. The use is documented in the section describing |
|
54d0080769f9
Support setting cache-control headers for static files
John Rouillard <rouilj@ieee.org>
parents:
5979
diff
changeset
|
685 how to use interfaces.py. |
|
6070
ec1f725f5c91
completed update of jinja2 template to bootstrap 4.4.1
Christof Meerwald <cmeerw@cmeerw.org>
parents:
6058
diff
changeset
|
686 - issue2551071 Update jinja template to bootstrap 4. Updated to 4.4.1. |
|
ec1f725f5c91
completed update of jinja2 template to bootstrap 4.4.1
Christof Meerwald <cmeerw@cmeerw.org>
parents:
6058
diff
changeset
|
687 The pull request has been around for a while. (Patch: Paul Spooren; |
|
ec1f725f5c91
completed update of jinja2 template to bootstrap 4.4.1
Christof Meerwald <cmeerw@cmeerw.org>
parents:
6058
diff
changeset
|
688 templates merged and additional changes by Christof Meerwald; other |
|
ec1f725f5c91
completed update of jinja2 template to bootstrap 4.4.1
Christof Meerwald <cmeerw@cmeerw.org>
parents:
6058
diff
changeset
|
689 merged by John Rouillard) |
|
6053
380dec305c28
Add config option 'http_auth_convert_realm_to_lowercase'
Ralf Schlatterbeck <rsc@runtux.com>
parents:
6052
diff
changeset
|
690 - Add config option 'http_auth_convert_realm_to_lowercase' |
|
380dec305c28
Add config option 'http_auth_convert_realm_to_lowercase'
Ralf Schlatterbeck <rsc@runtux.com>
parents:
6052
diff
changeset
|
691 If usernames consist of a name and a domain/realm part of the form |
|
380dec305c28
Add config option 'http_auth_convert_realm_to_lowercase'
Ralf Schlatterbeck <rsc@runtux.com>
parents:
6052
diff
changeset
|
692 user@realm and we're using REMOTE_USER for authentication (e.g. via |
|
380dec305c28
Add config option 'http_auth_convert_realm_to_lowercase'
Ralf Schlatterbeck <rsc@runtux.com>
parents:
6052
diff
changeset
|
693 Kerberos), convert the realm part of the incoming REMOTE_USER to |
|
380dec305c28
Add config option 'http_auth_convert_realm_to_lowercase'
Ralf Schlatterbeck <rsc@runtux.com>
parents:
6052
diff
changeset
|
694 lowercase before matching against the roundup username. This allows |
|
380dec305c28
Add config option 'http_auth_convert_realm_to_lowercase'
Ralf Schlatterbeck <rsc@runtux.com>
parents:
6052
diff
changeset
|
695 roundup usernames to be lowercase (including the realm) and still |
|
380dec305c28
Add config option 'http_auth_convert_realm_to_lowercase'
Ralf Schlatterbeck <rsc@runtux.com>
parents:
6052
diff
changeset
|
696 follow the Kerberos convention of using an uppercase realm. In |
|
380dec305c28
Add config option 'http_auth_convert_realm_to_lowercase'
Ralf Schlatterbeck <rsc@runtux.com>
parents:
6052
diff
changeset
|
697 addition this is compatible with Active Directory which stores the |
|
380dec305c28
Add config option 'http_auth_convert_realm_to_lowercase'
Ralf Schlatterbeck <rsc@runtux.com>
parents:
6052
diff
changeset
|
698 username with realm as UserPrincipalName in lowercase. |
|
6085
7c8d3bd0deb6
added change log entries for WSGI improvements and issue 2551019 rework
Christof Meerwald <cmeerw@cmeerw.org>
parents:
6072
diff
changeset
|
699 - Cleaned up the WSGI interface implementation by separating the |
|
7c8d3bd0deb6
added change log entries for WSGI improvements and issue 2551019 rework
Christof Meerwald <cmeerw@cmeerw.org>
parents:
6072
diff
changeset
|
700 request handler from the request displatcher. Also allow |
|
7c8d3bd0deb6
added change log entries for WSGI improvements and issue 2551019 rework
Christof Meerwald <cmeerw@cmeerw.org>
parents:
6072
diff
changeset
|
701 customisation of tracker instance creation via an overridable |
|
7c8d3bd0deb6
added change log entries for WSGI improvements and issue 2551019 rework
Christof Meerwald <cmeerw@cmeerw.org>
parents:
6072
diff
changeset
|
702 "get_tracker" context manager. |
|
6090
e097ff5064b8
Allow transitive properties in @fields in REST API
Ralf Schlatterbeck <rsc@runtux.com>
parents:
6086
diff
changeset
|
703 - Allow transitive properties in @fields in REST API. These transitive |
|
e097ff5064b8
Allow transitive properties in @fields in REST API
Ralf Schlatterbeck <rsc@runtux.com>
parents:
6086
diff
changeset
|
704 properties may not cross Multilinks, e.g., when querying 'issue' the |
|
e097ff5064b8
Allow transitive properties in @fields in REST API
Ralf Schlatterbeck <rsc@runtux.com>
parents:
6086
diff
changeset
|
705 property 'messages.author' is not allowed (because 'messages' is a |
|
e097ff5064b8
Allow transitive properties in @fields in REST API
Ralf Schlatterbeck <rsc@runtux.com>
parents:
6086
diff
changeset
|
706 multilink). A multilink at the end (e.g. messages in the example) is |
|
e097ff5064b8
Allow transitive properties in @fields in REST API
Ralf Schlatterbeck <rsc@runtux.com>
parents:
6086
diff
changeset
|
707 fine. |
|
6122
b1b3b84f07a5
jinja2 template: added SimpleMDE editor for markdown editing
Christof Meerwald <cmeerw@cmeerw.org>
parents:
6118
diff
changeset
|
708 - Added markdown rendering using markdown, markdown2 or mistune; use |
|
b1b3b84f07a5
jinja2 template: added SimpleMDE editor for markdown editing
Christof Meerwald <cmeerw@cmeerw.org>
parents:
6118
diff
changeset
|
709 SimpleMDE markdown editor in jinja2 template (Christof Meerwald) |
| 6118 | 710 - Allow filtering by multiple date ranges or empty date. Date ranges are |
| 711 separated by comma, an empty date is represented by '-' | |
|
6123
c177e7128dc9
issue2551083 Replace BaseException and Exception with RoundupException
John Rouillard <rouilj@ieee.org>
parents:
6118
diff
changeset
|
712 - issue2551083 - Replace BaseException and Exception as base classes |
|
c177e7128dc9
issue2551083 Replace BaseException and Exception with RoundupException
John Rouillard <rouilj@ieee.org>
parents:
6118
diff
changeset
|
713 with new RoundupException (inheriting from Exception) for most |
|
c177e7128dc9
issue2551083 Replace BaseException and Exception with RoundupException
John Rouillard <rouilj@ieee.org>
parents:
6118
diff
changeset
|
714 roundup exceptions. (John Rouillard and Ralf Schlatterbeck on |
|
c177e7128dc9
issue2551083 Replace BaseException and Exception with RoundupException
John Rouillard <rouilj@ieee.org>
parents:
6118
diff
changeset
|
715 request from Robert Klonner.) |
|
5980
54d0080769f9
Support setting cache-control headers for static files
John Rouillard <rouilj@ieee.org>
parents:
5979
diff
changeset
|
716 |
|
5957
f822a91b3778
Better error message running with -c and pywin32 is not importable.
John Rouillard <rouilj@ieee.org>
parents:
5954
diff
changeset
|
717 Fixed: |
|
f822a91b3778
Better error message running with -c and pywin32 is not importable.
John Rouillard <rouilj@ieee.org>
parents:
5954
diff
changeset
|
718 |
|
f822a91b3778
Better error message running with -c and pywin32 is not importable.
John Rouillard <rouilj@ieee.org>
parents:
5954
diff
changeset
|
719 - issue2550996 - Give better error message when running with -c |
| 5959 | 720 (install as windows service) and pywin32 is not importable. Could use |
| 721 better testing on a windows box. (John Rouillard) | |
|
5958
5148e46dd314
issue2550921 - prevent usernames with characters ',' and '<', '>'
John Rouillard <rouilj@ieee.org>
parents:
5957
diff
changeset
|
722 - issue2550921 - Can create login name with , in it. Confuses nosy |
|
5148e46dd314
issue2550921 - prevent usernames with characters ',' and '<', '>'
John Rouillard <rouilj@ieee.org>
parents:
5957
diff
changeset
|
723 list editing. Also can embed html tags. Updated userauditor.py |
|
5977
1fc40205c5d0
issue2550920 - Optionally detect duplicate username at registration.
John Rouillard <rouilj@ieee.org>
parents:
5973
diff
changeset
|
724 to prevent this. See updating.txt. (John Rouillard) |
|
5965
39731b4090ec
Update with fixes for indexing with unicode/non-english language.
John Rouillard <rouilj@ieee.org>
parents:
5959
diff
changeset
|
725 - issue1344046 - Search for "All text" can't find some Unicode words |
|
39731b4090ec
Update with fixes for indexing with unicode/non-english language.
John Rouillard <rouilj@ieee.org>
parents:
5959
diff
changeset
|
726 (John Rouillard, Ezio Melotti) |
|
39731b4090ec
Update with fixes for indexing with unicode/non-english language.
John Rouillard <rouilj@ieee.org>
parents:
5959
diff
changeset
|
727 - issue1195739 - search in russian does not work (John Rouillard, Ezio |
|
39731b4090ec
Update with fixes for indexing with unicode/non-english language.
John Rouillard <rouilj@ieee.org>
parents:
5959
diff
changeset
|
728 Melotti) |
|
5977
1fc40205c5d0
issue2550920 - Optionally detect duplicate username at registration.
John Rouillard <rouilj@ieee.org>
parents:
5973
diff
changeset
|
729 - issue2550920 - Registration with confirmation detects duplcate name |
|
1fc40205c5d0
issue2550920 - Optionally detect duplicate username at registration.
John Rouillard <rouilj@ieee.org>
parents:
5973
diff
changeset
|
730 when using validation. Added option to allow detection of duplicate |
|
1fc40205c5d0
issue2550920 - Optionally detect duplicate username at registration.
John Rouillard <rouilj@ieee.org>
parents:
5973
diff
changeset
|
731 username when the user tries to register. Previously user was |
|
1fc40205c5d0
issue2550920 - Optionally detect duplicate username at registration.
John Rouillard <rouilj@ieee.org>
parents:
5973
diff
changeset
|
732 rejected when confirming registration. (John Rouillard) |
|
5981
3375ea048828
Avoid ISO-8859-1 character in fr.po header.
Joseph Myers <jsm@polyomino.org.uk>
parents:
5980
diff
changeset
|
733 - French translation gave errors with Python 3 because of ISO-8859-1 |
|
3375ea048828
Avoid ISO-8859-1 character in fr.po header.
Joseph Myers <jsm@polyomino.org.uk>
parents:
5980
diff
changeset
|
734 character in .mo file header. (Joseph Myers) |
|
5989
c475159af6b8
Add test and changelog for html boolean fix.
John Rouillard <rouilj@ieee.org>
parents:
5981
diff
changeset
|
735 - Fix representation of boolean html attributes to be 'required' |
|
6058
8fbcaac944e7
Different fix for displaying booleans properly in xhtml vs html
John Rouillard <rouilj@ieee.org>
parents:
6057
diff
changeset
|
736 rather than the xhtml form of 'required="required"'. Specify |
|
8fbcaac944e7
Different fix for displaying booleans properly in xhtml vs html
John Rouillard <rouilj@ieee.org>
parents:
6057
diff
changeset
|
737 (reverted attribute value same as attribute name or) attribute |
|
8fbcaac944e7
Different fix for displaying booleans properly in xhtml vs html
John Rouillard <rouilj@ieee.org>
parents:
6057
diff
changeset
|
738 value of None, to output attribute as boolean. (John Rouillard) |
|
8fbcaac944e7
Different fix for displaying booleans properly in xhtml vs html
John Rouillard <rouilj@ieee.org>
parents:
6057
diff
changeset
|
739 Reverted (part of) this change. It breaks rendering of non-boolean |
|
8fbcaac944e7
Different fix for displaying booleans properly in xhtml vs html
John Rouillard <rouilj@ieee.org>
parents:
6057
diff
changeset
|
740 attributes (like name="name"). So only value of None renders |
|
8fbcaac944e7
Different fix for displaying booleans properly in xhtml vs html
John Rouillard <rouilj@ieee.org>
parents:
6057
diff
changeset
|
741 attribute properly as boolean. (Ralf Schlatterbeck) |
|
5990
0face8e45224
issue2551076 - responsive template, search links should ignore status
John Rouillard <rouilj@ieee.org>
parents:
5989
diff
changeset
|
742 - issue2551076 - in responsive template, default searches for bugs and |
|
0face8e45224
issue2551076 - responsive template, search links should ignore status
John Rouillard <rouilj@ieee.org>
parents:
5989
diff
changeset
|
743 tasks sets status=new default should be "don't care". (Report: |
|
0face8e45224
issue2551076 - responsive template, search links should ignore status
John Rouillard <rouilj@ieee.org>
parents:
5989
diff
changeset
|
744 Ludwig Reiter; Fix: John Rouillard) |
|
5994
0e04fcdd1ff2
issue2551077-"jinja2" template: cannot login if German language used.
John Rouillard <rouilj@ieee.org>
parents:
5992
diff
changeset
|
745 - issue2551077 - In "jinja2" template: cannot login if German language |
|
0e04fcdd1ff2
issue2551077-"jinja2" template: cannot login if German language used.
John Rouillard <rouilj@ieee.org>
parents:
5992
diff
changeset
|
746 is used. Fixed three places where the value of a hidden @action |
|
0e04fcdd1ff2
issue2551077-"jinja2" template: cannot login if German language used.
John Rouillard <rouilj@ieee.org>
parents:
5992
diff
changeset
|
747 input field was translated. (Reported by Ludwig Reiter. John |
|
0e04fcdd1ff2
issue2551077-"jinja2" template: cannot login if German language used.
John Rouillard <rouilj@ieee.org>
parents:
5992
diff
changeset
|
748 Rouillard) |
|
6026
e2b70d43d0fc
Document issues with xmlrpc security of python built in libraries
John Rouillard <rouilj@ieee.org>
parents:
5994
diff
changeset
|
749 - Document security issues in xmlrpc interface in doc/xmlrpc.txt. |
|
6055
5260c15d153f
updated changes and upgrading doc
Christof Meerwald <cmeerw@cmeerw.org>
parents:
6053
diff
changeset
|
750 - Enable autoescape in the jinja2 template and use the i18n extension |
|
5260c15d153f
updated changes and upgrading doc
Christof Meerwald <cmeerw@cmeerw.org>
parents:
6053
diff
changeset
|
751 for translations. (Report: John Rouillard; Fix: Christof Meerwald) |
|
6056
b5bb7e6cee5e
Add using bandit and flake8 to lint code and cleanup.
John Rouillard <rouilj@ieee.org>
parents:
6055
diff
changeset
|
752 - Cleanup code by linting using flake8. (John Rouillard) |
|
b5bb7e6cee5e
Add using bandit and flake8 to lint code and cleanup.
John Rouillard <rouilj@ieee.org>
parents:
6055
diff
changeset
|
753 - Cleanup code by security linting using bandit. (John Rouillard) |
|
6072
3174e98a3e51
issue2550912: Jinja2 template needs fixing of value for __came_from
Christof Meerwald <cmeerw@cmeerw.org>
parents:
6070
diff
changeset
|
754 - issue2550912 - fixed missing query string in __came_from for jinja2 |
|
3174e98a3e51
issue2550912: Jinja2 template needs fixing of value for __came_from
Christof Meerwald <cmeerw@cmeerw.org>
parents:
6070
diff
changeset
|
755 template. (Christof Meerwald) |
|
6085
7c8d3bd0deb6
added change log entries for WSGI improvements and issue 2551019 rework
Christof Meerwald <cmeerw@cmeerw.org>
parents:
6072
diff
changeset
|
756 - issue2551019 - handle character set conversions for CSV export |
|
7c8d3bd0deb6
added change log entries for WSGI improvements and issue 2551019 rework
Christof Meerwald <cmeerw@cmeerw.org>
parents:
6072
diff
changeset
|
757 action in Python 3. (Christof Meerwald) |
|
6086
c172bd18fa94
REST API: 403 on non-searchable properties
Ralf Schlatterbeck <rsc@runtux.com>
parents:
6085
diff
changeset
|
758 - issue2551051: Return a 403 on non-existing or non-searchable |
|
c172bd18fa94
REST API: 403 on non-searchable properties
Ralf Schlatterbeck <rsc@runtux.com>
parents:
6085
diff
changeset
|
759 transitive properties when queried via REST-API (same behavior for |
|
c172bd18fa94
REST API: 403 on non-searchable properties
Ralf Schlatterbeck <rsc@runtux.com>
parents:
6085
diff
changeset
|
760 sorting and searching). |
|
6095
3ada6a3f48e1
fixed ReStructuredText encoding with Python 3
Christof Meerwald <cmeerw@cmeerw.org>
parents:
6090
diff
changeset
|
761 - Fixed ReStructuredText encoding with Python 3. |
|
5965
39731b4090ec
Update with fixes for indexing with unicode/non-english language.
John Rouillard <rouilj@ieee.org>
parents:
5959
diff
changeset
|
762 |
|
5949
573b688fffeb
RELEASE.txt changes checkin pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5939
diff
changeset
|
763 2019-10-23 2.0.0 alpha 0 |
|
5479
56d30f09f205
address Unicode encoding issues in jinja2 template
Christof Meerwald <cmeerw@cmeerw.org>
parents:
5353
diff
changeset
|
764 |
|
5480
e8f6a1df73e3
add search page to jinja2 template
Christof Meerwald <cmeerw@cmeerw.org>
parents:
5479
diff
changeset
|
765 Features: |
|
e8f6a1df73e3
add search page to jinja2 template
Christof Meerwald <cmeerw@cmeerw.org>
parents:
5479
diff
changeset
|
766 |
|
e8f6a1df73e3
add search page to jinja2 template
Christof Meerwald <cmeerw@cmeerw.org>
parents:
5479
diff
changeset
|
767 - issue2550901: add search page to jinja2 template (Christof Meerwald) |
|
5483
3d0f71775e42
use PBKDF2 implementation from Python's hashlib, if available
Christof Meerwald <cmeerw@cmeerw.org>
parents:
5480
diff
changeset
|
768 - issue2550982: use PBKDF2 in Python's hashlib, if available (Python |
|
3d0f71775e42
use PBKDF2 implementation from Python's hashlib, if available
Christof Meerwald <cmeerw@cmeerw.org>
parents:
5480
diff
changeset
|
769 2.7.8+), to improve performance over bundled pure Python |
|
3d0f71775e42
use PBKDF2 implementation from Python's hashlib, if available
Christof Meerwald <cmeerw@cmeerw.org>
parents:
5480
diff
changeset
|
770 version. Note that acceleration via m2crypto is no longer supported |
|
3d0f71775e42
use PBKDF2 implementation from Python's hashlib, if available
Christof Meerwald <cmeerw@cmeerw.org>
parents:
5480
diff
changeset
|
771 (Christof Meerwald) |
|
5494
b7fa56ced601
use gpg module instead of pyme module for PGP encryption
Christof Meerwald <cmeerw@cmeerw.org>
parents:
5489
diff
changeset
|
772 - issue2550989: PGP encryption is now done using the gpg module |
|
b7fa56ced601
use gpg module instead of pyme module for PGP encryption
Christof Meerwald <cmeerw@cmeerw.org>
parents:
5489
diff
changeset
|
773 instead of pyme. (Christof Meerwald) |
|
5511
bfe8e52af1e7
more mentions of updated MySQL client module
Christof Meerwald <cmeerw@cmeerw.org>
parents:
5494
diff
changeset
|
774 - issue2550987: Use updated MySQL client module that supports Python |
|
bfe8e52af1e7
more mentions of updated MySQL client module
Christof Meerwald <cmeerw@cmeerw.org>
parents:
5494
diff
changeset
|
775 3. (Christof Meerwald) |
|
5516
91391a366d92
fixed issue2550967: support .xml files in addition to .html in the
Christof Meerwald <cmeerw@cmeerw.org>
parents:
5515
diff
changeset
|
776 - issue2550967: the jinja2 loader has been extended to look for .xml |
|
91391a366d92
fixed issue2550967: support .xml files in addition to .html in the
Christof Meerwald <cmeerw@cmeerw.org>
parents:
5515
diff
changeset
|
777 files as well as .html files similar to the TAL loader. (Christof |
|
91391a366d92
fixed issue2550967: support .xml files in addition to .html in the
Christof Meerwald <cmeerw@cmeerw.org>
parents:
5515
diff
changeset
|
778 Meerwald) |
|
5526
df3f553fa414
Update documentation for Python 3 support (issue 2550968, issue 2550980).
Joseph Myers <jsm@polyomino.org.uk>
parents:
5517
diff
changeset
|
779 - Support for Python 3 (3.4 and later). See doc/upgrading.txt for |
|
df3f553fa414
Update documentation for Python 3 support (issue 2550968, issue 2550980).
Joseph Myers <jsm@polyomino.org.uk>
parents:
5517
diff
changeset
|
780 details of what is required to move an existing tracker from Python |
|
df3f553fa414
Update documentation for Python 3 support (issue 2550968, issue 2550980).
Joseph Myers <jsm@polyomino.org.uk>
parents:
5517
diff
changeset
|
781 2 to Python 3 (Joseph Myers, Christof Meerwald) |
|
5605
33f8bb777659
Add changelog, acknowledgements
Ralf Schlatterbeck <rsc@runtux.com>
parents:
5549
diff
changeset
|
782 - Merge the Google Summer of Code Project of 2015, the implementation of |
|
33f8bb777659
Add changelog, acknowledgements
Ralf Schlatterbeck <rsc@runtux.com>
parents:
5549
diff
changeset
|
783 a REST-API for Roundup. This was implemented by Chau Nguyen under the |
|
33f8bb777659
Add changelog, acknowledgements
Ralf Schlatterbeck <rsc@runtux.com>
parents:
5549
diff
changeset
|
784 supervision of Ezio Melotti. Some additions were made, most notably we |
|
33f8bb777659
Add changelog, acknowledgements
Ralf Schlatterbeck <rsc@runtux.com>
parents:
5549
diff
changeset
|
785 never destroy an object in the database but retire them with the |
|
33f8bb777659
Add changelog, acknowledgements
Ralf Schlatterbeck <rsc@runtux.com>
parents:
5549
diff
changeset
|
786 DELETE method. We also don't allow to DELETE a whole class. Python3 |
|
33f8bb777659
Add changelog, acknowledgements
Ralf Schlatterbeck <rsc@runtux.com>
parents:
5549
diff
changeset
|
787 support was also fixed and we have cherry-picked two patches from the |
|
33f8bb777659
Add changelog, acknowledgements
Ralf Schlatterbeck <rsc@runtux.com>
parents:
5549
diff
changeset
|
788 bugs.python.org branch in the files affected by the REST-API changes. |
|
5608
5df309febe49
Path to support OPTIONS verb when using rest interface via
John Rouillard <rouilj@ieee.org>
parents:
5605
diff
changeset
|
789 - Patch to client.py and roundup-server needed by REST-API |
|
5df309febe49
Path to support OPTIONS verb when using rest interface via
John Rouillard <rouilj@ieee.org>
parents:
5605
diff
changeset
|
790 code. Support OPTIONS verb and prevent hangs when processing a verb |
|
5df309febe49
Path to support OPTIONS verb when using rest interface via
John Rouillard <rouilj@ieee.org>
parents:
5605
diff
changeset
|
791 other than GET that doesn't have a payload. E.G. DELETE, PATCH or |
|
5df309febe49
Path to support OPTIONS verb when using rest interface via
John Rouillard <rouilj@ieee.org>
parents:
5605
diff
changeset
|
792 OPTIONS. Verbs like PUT and POST usually have payloads, so this |
|
5df309febe49
Path to support OPTIONS verb when using rest interface via
John Rouillard <rouilj@ieee.org>
parents:
5605
diff
changeset
|
793 patch doesn't touch processing of these methods. (John Rouillard) |
|
5616
aa4c271514ae
Original code generated url's using a harcoded protocol and took the
John Rouillard <rouilj@ieee.org>
parents:
5615
diff
changeset
|
794 - Patches to new rest code: |
|
aa4c271514ae
Original code generated url's using a harcoded protocol and took the
John Rouillard <rouilj@ieee.org>
parents:
5615
diff
changeset
|
795 - Generated links in responses should use the base url specified |
|
aa4c271514ae
Original code generated url's using a harcoded protocol and took the
John Rouillard <rouilj@ieee.org>
parents:
5615
diff
changeset
|
796 in config.ini. |
|
5617
38b7c4693d9a
Original code supported setting accept type to json (or other
John Rouillard <rouilj@ieee.org>
parents:
5616
diff
changeset
|
797 - allow user (e.g. in browser) to override response type/Accept |
|
38b7c4693d9a
Original code supported setting accept type to json (or other
John Rouillard <rouilj@ieee.org>
parents:
5616
diff
changeset
|
798 header using extension in url. E.G. .../issues.json. This fixes |
|
38b7c4693d9a
Original code supported setting accept type to json (or other
John Rouillard <rouilj@ieee.org>
parents:
5616
diff
changeset
|
799 the existing code so it works. |
|
5618
1ad3881fc683
The access check on properties for an instance of a class
John Rouillard <rouilj@ieee.org>
parents:
5617
diff
changeset
|
800 - fix SECURITY issue. Retrieving the item of a class |
|
1ad3881fc683
The access check on properties for an instance of a class
John Rouillard <rouilj@ieee.org>
parents:
5617
diff
changeset
|
801 (e.g. /rest/data/user/2) would display properties the user wasn't |
|
1ad3881fc683
The access check on properties for an instance of a class
John Rouillard <rouilj@ieee.org>
parents:
5617
diff
changeset
|
802 allowed to access. Note that unlike the web interface, passwords |
|
1ad3881fc683
The access check on properties for an instance of a class
John Rouillard <rouilj@ieee.org>
parents:
5617
diff
changeset
|
803 and roles for users are still retreivable if the user has access |
|
1ad3881fc683
The access check on properties for an instance of a class
John Rouillard <rouilj@ieee.org>
parents:
5617
diff
changeset
|
804 rights to the properties. |
|
5631
a5c890d308c3
Add simple support for xml output if the third party dict2xml.py module
John Rouillard <rouilj@ieee.org>
parents:
5624
diff
changeset
|
805 - ETags are sent by GET operations and required for DELETE, PUT and |
|
a5c890d308c3
Add simple support for xml output if the third party dict2xml.py module
John Rouillard <rouilj@ieee.org>
parents:
5624
diff
changeset
|
806 PATCH operations. ETag can be supplied by HTTP header or in the |
|
a5c890d308c3
Add simple support for xml output if the third party dict2xml.py module
John Rouillard <rouilj@ieee.org>
parents:
5624
diff
changeset
|
807 payload by adding the field @etag to the form with the value of |
|
a5c890d308c3
Add simple support for xml output if the third party dict2xml.py module
John Rouillard <rouilj@ieee.org>
parents:
5624
diff
changeset
|
808 the etag. |
|
a5c890d308c3
Add simple support for xml output if the third party dict2xml.py module
John Rouillard <rouilj@ieee.org>
parents:
5624
diff
changeset
|
809 - If dict2xml.py is installed, the rest interface can produce an XML |
|
a5c890d308c3
Add simple support for xml output if the third party dict2xml.py module
John Rouillard <rouilj@ieee.org>
parents:
5624
diff
changeset
|
810 format response if the accept header is set to text/xml. |
|
a5c890d308c3
Add simple support for xml output if the third party dict2xml.py module
John Rouillard <rouilj@ieee.org>
parents:
5624
diff
changeset
|
811 (See: https://pypi.org/project/dict2xml/) |
|
5639
f576957cbb1f
Add support for prev/next/self links when returning paginated results.
John Rouillard <rouilj@ieee.org>
parents:
5631
diff
changeset
|
812 - When retrieving collection move list of collection elements to |
|
f576957cbb1f
Add support for prev/next/self links when returning paginated results.
John Rouillard <rouilj@ieee.org>
parents:
5631
diff
changeset
|
813 collection property. Add @links property with self, next and prev |
|
f576957cbb1f
Add support for prev/next/self links when returning paginated results.
John Rouillard <rouilj@ieee.org>
parents:
5631
diff
changeset
|
814 links (where needed). Add @total_size with size of entire |
|
f576957cbb1f
Add support for prev/next/self links when returning paginated results.
John Rouillard <rouilj@ieee.org>
parents:
5631
diff
changeset
|
815 collection (unpaginated). Pagination index starts at 1 not 0. |
|
5643
a60cbbcc9309
Added support for accepting application/json payload in addition to
John Rouillard <rouilj@ieee.org>
parents:
5639
diff
changeset
|
816 - accept content-type application/json payload for PUT, PATCH, POST |
|
a60cbbcc9309
Added support for accepting application/json payload in addition to
John Rouillard <rouilj@ieee.org>
parents:
5639
diff
changeset
|
817 requests in addition to application/x-www-form-urlencoded. |
|
5954
d7ff9cb70f34
More release doc updates.
John Rouillard <rouilj@ieee.org>
parents:
5949
diff
changeset
|
818 (John Rouillard) |
|
5614
be99aa02c616
issue2550833 enhance the export csv action to include the keys for
John Rouillard <rouilj@ieee.org>
parents:
5608
diff
changeset
|
819 - issue2550833: the export_csv web action now returns labels/names |
|
be99aa02c616
issue2550833 enhance the export csv action to include the keys for
John Rouillard <rouilj@ieee.org>
parents:
5608
diff
changeset
|
820 rather than id's. Replace calls to export_csv with the export_csv_id |
|
be99aa02c616
issue2550833 enhance the export csv action to include the keys for
John Rouillard <rouilj@ieee.org>
parents:
5608
diff
changeset
|
821 action to return the same data as the old export_csv action. (Tom |
|
be99aa02c616
issue2550833 enhance the export csv action to include the keys for
John Rouillard <rouilj@ieee.org>
parents:
5608
diff
changeset
|
822 Ekberg (tekberg), Andreas (anrounham14) edited/applied and tests |
|
be99aa02c616
issue2550833 enhance the export csv action to include the keys for
John Rouillard <rouilj@ieee.org>
parents:
5608
diff
changeset
|
823 created by John Rouillard) |
|
5675
f3d68c1bb96e
issue2551018 add new nosy_filter parameter to nosymessage. Function
John Rouillard <rouilj@ieee.org>
parents:
5664
diff
changeset
|
824 - issue2551018: Add new note_filter parameter to nosymessage. The |
|
f3d68c1bb96e
issue2551018 add new nosy_filter parameter to nosymessage. Function
John Rouillard <rouilj@ieee.org>
parents:
5664
diff
changeset
|
825 function supplied by this parameter can rewrite the body of the |
|
f3d68c1bb96e
issue2551018 add new nosy_filter parameter to nosymessage. Function
John Rouillard <rouilj@ieee.org>
parents:
5664
diff
changeset
|
826 nosymessage before it gets sent. See issue: |
|
f3d68c1bb96e
issue2551018 add new nosy_filter parameter to nosymessage. Function
John Rouillard <rouilj@ieee.org>
parents:
5664
diff
changeset
|
827 https://issues.roundup-tracker.org/issue2551018 for example |
|
f3d68c1bb96e
issue2551018 add new nosy_filter parameter to nosymessage. Function
John Rouillard <rouilj@ieee.org>
parents:
5664
diff
changeset
|
828 nosyreaction and generated email. (Tom Ekberg (tekberg)) |
|
5717
cad18de2b988
issue2550949: Rate limit password guesses/login attempts.
John Rouillard <rouilj@ieee.org>
parents:
5709
diff
changeset
|
829 - issue2550949: Rate limit password guesses/login attempts. Rate |
|
cad18de2b988
issue2550949: Rate limit password guesses/login attempts.
John Rouillard <rouilj@ieee.org>
parents:
5709
diff
changeset
|
830 limit mechanism added for web page logins. Default is 3 login |
|
cad18de2b988
issue2550949: Rate limit password guesses/login attempts.
John Rouillard <rouilj@ieee.org>
parents:
5709
diff
changeset
|
831 attempts/minute for a user. After which one login attempt every 20 |
|
cad18de2b988
issue2550949: Rate limit password guesses/login attempts.
John Rouillard <rouilj@ieee.org>
parents:
5709
diff
changeset
|
832 seconds can be done. (John Rouillard) |
|
5750
2c0f89edabe1
issue2551043: Add X-Roundup-issue-id email header.
John Rouillard <rouilj@ieee.org>
parents:
5748
diff
changeset
|
833 - issue2551043: Add X-Roundup-issue-id email header. Add a new header |
|
2c0f89edabe1
issue2551043: Add X-Roundup-issue-id email header.
John Rouillard <rouilj@ieee.org>
parents:
5748
diff
changeset
|
834 to make it easier to filter notification emails without having to |
|
2c0f89edabe1
issue2551043: Add X-Roundup-issue-id email header.
John Rouillard <rouilj@ieee.org>
parents:
5748
diff
changeset
|
835 parse the subject line. (John Rouillard) |
|
5869
16e1255b16cf
Implement limit and offset for filter
Ralf Schlatterbeck <rsc@runtux.com>
parents:
5867
diff
changeset
|
836 - The database filter method now can also do an exact string search. |
|
16e1255b16cf
Implement limit and offset for filter
Ralf Schlatterbeck <rsc@runtux.com>
parents:
5867
diff
changeset
|
837 - The database filter method now has limit and offset parameters that |
| 5899 | 838 map to the corresponding parameters of SQL. |
|
5878
1b57d8f3eb97
Add rudimentery experiment JSON Web Token (jwt) support
John Rouillard <rouilj@ieee.org>
parents:
5876
diff
changeset
|
839 - issue2551061: Add rudimentary experimental support for JSON Web |
|
5949
573b688fffeb
RELEASE.txt changes checkin pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5939
diff
changeset
|
840 Tokens (jwt) to allow delegation of limited access rights to third |
|
5878
1b57d8f3eb97
Add rudimentery experiment JSON Web Token (jwt) support
John Rouillard <rouilj@ieee.org>
parents:
5876
diff
changeset
|
841 parties. See doc/rest.txt for details and intent. (John Rouillard) |
|
5879
94a7669677ae
add permissions to control user of rest and xmlrpc API interfaces.
John Rouillard <rouilj@ieee.org>
parents:
5878
diff
changeset
|
842 - issue2551058: Add new permissions: 'Rest Access' and 'Xmlrpc Access' |
|
94a7669677ae
add permissions to control user of rest and xmlrpc API interfaces.
John Rouillard <rouilj@ieee.org>
parents:
5878
diff
changeset
|
843 to allow per-user access control to rest and xmlrpc interfaces using |
|
5949
573b688fffeb
RELEASE.txt changes checkin pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5939
diff
changeset
|
844 roles. (John Rouillard) |
|
5881
9938c40e03bc
Add "rest" and "xmlrpc" values for database tx_Source property
John Rouillard <rouilj@ieee.org>
parents:
5879
diff
changeset
|
845 - issue2551059: added new values for tx_Source to indicate when /rest |
|
9938c40e03bc
Add "rest" and "xmlrpc" values for database tx_Source property
John Rouillard <rouilj@ieee.org>
parents:
5879
diff
changeset
|
846 or /xmlrpc endpoint is being used rather than the normal web |
|
9938c40e03bc
Add "rest" and "xmlrpc" values for database tx_Source property
John Rouillard <rouilj@ieee.org>
parents:
5879
diff
changeset
|
847 endpoints. (John Rouillard) |
|
5897
d0aebd4aec72
Provide a method for identifying invalid properties in permissions
John Rouillard <rouilj@ieee.org>
parents:
5881
diff
changeset
|
848 - issue2551062: roundup-admin security now validates all properties in |
|
d0aebd4aec72
Provide a method for identifying invalid properties in permissions
John Rouillard <rouilj@ieee.org>
parents:
5881
diff
changeset
|
849 permissions. It reports invalid properties. (John Rouillard) |
|
5907
fe96015445e9
Reorder html entities generated by submit button
Ralf Schlatterbeck <rsc@runtux.com>
parents:
5903
diff
changeset
|
850 - issue2551065: Reorder html entities generated by submit button so that |
|
fe96015445e9
Reorder html entities generated by submit button
Ralf Schlatterbeck <rsc@runtux.com>
parents:
5903
diff
changeset
|
851 styles can be applied. Thanks to Garth Jensen for the patch against |
|
fe96015445e9
Reorder html entities generated by submit button
Ralf Schlatterbeck <rsc@runtux.com>
parents:
5903
diff
changeset
|
852 release 1.6 that was ported to upcoming 2.0 release (Ralf |
|
fe96015445e9
Reorder html entities generated by submit button
Ralf Schlatterbeck <rsc@runtux.com>
parents:
5903
diff
changeset
|
853 Schlatterbeck). |
|
5897
d0aebd4aec72
Provide a method for identifying invalid properties in permissions
John Rouillard <rouilj@ieee.org>
parents:
5881
diff
changeset
|
854 |
|
5479
56d30f09f205
address Unicode encoding issues in jinja2 template
Christof Meerwald <cmeerw@cmeerw.org>
parents:
5353
diff
changeset
|
855 Fixed: |
|
56d30f09f205
address Unicode encoding issues in jinja2 template
Christof Meerwald <cmeerw@cmeerw.org>
parents:
5353
diff
changeset
|
856 |
|
56d30f09f205
address Unicode encoding issues in jinja2 template
Christof Meerwald <cmeerw@cmeerw.org>
parents:
5353
diff
changeset
|
857 - issue2550811: work around Unicode encoding issues in jinja2 template |
|
56d30f09f205
address Unicode encoding issues in jinja2 template
Christof Meerwald <cmeerw@cmeerw.org>
parents:
5353
diff
changeset
|
858 by explicitly converting data to Unicode; also fixed pagination and |
|
56d30f09f205
address Unicode encoding issues in jinja2 template
Christof Meerwald <cmeerw@cmeerw.org>
parents:
5353
diff
changeset
|
859 selecting columns to display in the issues list (Christof Meerwald) |
|
5489
8a91503c44b2
updated changelog for random number rework
Christof Meerwald <cmeerw@cmeerw.org>
parents:
5483
diff
changeset
|
860 - issue2550988: fixed fallback to pseudo random number generator in |
|
8a91503c44b2
updated changelog for random number rework
Christof Meerwald <cmeerw@cmeerw.org>
parents:
5483
diff
changeset
|
861 case SystemRandom isn't available, prefer use of secrets module if |
|
5515
cd0ceb2afdb8
fixed issue2550993 and added test case
Christof Meerwald <cmeerw@cmeerw.org>
parents:
5511
diff
changeset
|
862 available (Python 3.6+) (Christof Meerwald) |
|
cd0ceb2afdb8
fixed issue2550993 and added test case
Christof Meerwald <cmeerw@cmeerw.org>
parents:
5511
diff
changeset
|
863 - issue2550993: fixed edit CSV action to update restored items to the |
|
cd0ceb2afdb8
fixed issue2550993 and added test case
Christof Meerwald <cmeerw@cmeerw.org>
parents:
5511
diff
changeset
|
864 new value instead of restoring with the previous value (Christof |
|
cd0ceb2afdb8
fixed issue2550993 and added test case
Christof Meerwald <cmeerw@cmeerw.org>
parents:
5511
diff
changeset
|
865 Meerwald) |
|
5517
0cdf19b82354
Fix issue2550994: breakage caused by configparser backports.
Joseph Myers <jsm@polyomino.org.uk>
parents:
5516
diff
changeset
|
866 - issue2550994: avoid breakage caused by use of backports of Python 3 |
|
0cdf19b82354
Fix issue2550994: breakage caused by configparser backports.
Joseph Myers <jsm@polyomino.org.uk>
parents:
5516
diff
changeset
|
867 configparser module to Python 2. (Joseph Myers) |
|
5527
a7c3cd2edf51
No traceback for non-existent items in history
Ralf Schlatterbeck <rsc@runtux.com>
parents:
5526
diff
changeset
|
868 - Make non-existent items in history not cause a traceback (Ralf |
|
a7c3cd2edf51
No traceback for non-existent items in history
Ralf Schlatterbeck <rsc@runtux.com>
parents:
5526
diff
changeset
|
869 Schlatterbeck) |
|
5548
fea11d05110e
Avoid errors from selecting "no selection" on multilink (issue2550722).
Joseph Myers <jsm@polyomino.org.uk>
parents:
5527
diff
changeset
|
870 - issue2550722: avoid errors from selecting "no selection" on |
|
fea11d05110e
Avoid errors from selecting "no selection" on multilink (issue2550722).
Joseph Myers <jsm@polyomino.org.uk>
parents:
5527
diff
changeset
|
871 multilink. (Joseph Myers) |
|
5549
901d7ba146ad
Avoid errors from invalid Authorization headers (issue2550992).
Joseph Myers <jsm@polyomino.org.uk>
parents:
5548
diff
changeset
|
872 - issue2550992: avoid errors from invalid Authorization |
|
901d7ba146ad
Avoid errors from invalid Authorization headers (issue2550992).
Joseph Myers <jsm@polyomino.org.uk>
parents:
5548
diff
changeset
|
873 headers. (Joseph Myers) |
|
5613
0a8f0fddc2ae
Support non-ASCII prefixes in instance config for finding static files (issue2551022).
Cédric Krier <cedric.krier@b2ck.com>
parents:
5608
diff
changeset
|
874 - issue2551022: support non-ASCII prefixes in instance config for |
|
6057
b6e56d096c58
Revert boolean attribute rendering
Ralf Schlatterbeck <rsc@runtux.com>
parents:
6056
diff
changeset
|
875 finding static files. (C\E9dric Krier) |
|
5624
b3618882f906
issue2551023: Fix CSRF headers for use with wsgi and cgi. The
John Rouillard <rouilj@ieee.org>
parents:
5618
diff
changeset
|
876 - issue2551023: Fix CSRF headers for use with wsgi and cgi. The |
|
b3618882f906
issue2551023: Fix CSRF headers for use with wsgi and cgi. The
John Rouillard <rouilj@ieee.org>
parents:
5618
diff
changeset
|
877 env variable array used - separators rather than _. Compare: |
|
b3618882f906
issue2551023: Fix CSRF headers for use with wsgi and cgi. The
John Rouillard <rouilj@ieee.org>
parents:
5618
diff
changeset
|
878 HTTP_X-REQUESTED-WITH to HTTP_X_REQUESTED_WITH. The last is |
|
b3618882f906
issue2551023: Fix CSRF headers for use with wsgi and cgi. The
John Rouillard <rouilj@ieee.org>
parents:
5618
diff
changeset
|
879 correct. Also fix roundup-server to produce the latter form. (Patch |
|
6057
b6e56d096c58
Revert boolean attribute rendering
Ralf Schlatterbeck <rsc@runtux.com>
parents:
6056
diff
changeset
|
880 by C\E9dric Krier, reviewed/applied John Rouillard.) |
|
5664
5579fa034f9e
Fix fix XSS issue in wsgi and cgi when handing url not found/404. issue2551035
John Rouillard <rouilj@ieee.org>
parents:
5643
diff
changeset
|
881 - issue2551035 - fix XSS issue in wsgi and cgi when handing url not |
|
5579fa034f9e
Fix fix XSS issue in wsgi and cgi when handing url not found/404. issue2551035
John Rouillard <rouilj@ieee.org>
parents:
5643
diff
changeset
|
882 found/404. Reported by hannob at |
|
5579fa034f9e
Fix fix XSS issue in wsgi and cgi when handing url not found/404. issue2551035
John Rouillard <rouilj@ieee.org>
parents:
5643
diff
changeset
|
883 https://github.com/python/bugs.python.org/issues/34, issue opened by |
|
5579fa034f9e
Fix fix XSS issue in wsgi and cgi when handing url not found/404. issue2551035
John Rouillard <rouilj@ieee.org>
parents:
5643
diff
changeset
|
884 JulienPalard. |
|
5676
e70885fe72a4
issue2551026: template variable not defined even though it is.
John Rouillard <rouilj@ieee.org>
parents:
5675
diff
changeset
|
885 - issue2551026: template variable not defined even though it is. |
|
e70885fe72a4
issue2551026: template variable not defined even though it is.
John Rouillard <rouilj@ieee.org>
parents:
5675
diff
changeset
|
886 Fix issue where variables defined in TAL expression are not |
|
e70885fe72a4
issue2551026: template variable not defined even though it is.
John Rouillard <rouilj@ieee.org>
parents:
5675
diff
changeset
|
887 available in the scope of the definition. (Tom Ekberg (tekberg)) |
|
5684
97e2125e064c
When we generate links from URL's in messages, we add rel="nofollow"
John Rouillard <rouilj@ieee.org>
parents:
5676
diff
changeset
|
888 - Make all links created with rel=nofollow include noopener. Deals |
|
97e2125e064c
When we generate links from URL's in messages, we add rel="nofollow"
John Rouillard <rouilj@ieee.org>
parents:
5676
diff
changeset
|
889 with possible hijack of original page due to malicious link target. |
|
97e2125e064c
When we generate links from URL's in messages, we add rel="nofollow"
John Rouillard <rouilj@ieee.org>
parents:
5676
diff
changeset
|
890 https://mathiasbynens.github.io/rel-noopener/ (John Rouillard) |
|
5704
aa13a517cc63
Anydbm back end didn't list creator or actor as protected properties.
John Rouillard <rouilj@ieee.org>
parents:
5684
diff
changeset
|
891 - Fix bug where some protected properties were not identified as such |
|
aa13a517cc63
Anydbm back end didn't list creator or actor as protected properties.
John Rouillard <rouilj@ieee.org>
parents:
5684
diff
changeset
|
892 when using the anydbm backend (John Rouillard) |
|
5709
e2378b6afdb5
Fix issue2551041 - change permission check from "Create User" to
John Rouillard <rouilj@ieee.org>
parents:
5704
diff
changeset
|
893 - issue2551041 - change permission check from "Create User" to "Register |
|
e2378b6afdb5
Fix issue2551041 - change permission check from "Create User" to
John Rouillard <rouilj@ieee.org>
parents:
5704
diff
changeset
|
894 User" in page.html for the responsive and devel templates. (reporter |
|
6057
b6e56d096c58
Revert boolean attribute rendering
Ralf Schlatterbeck <rsc@runtux.com>
parents:
6056
diff
changeset
|
895 C\E9dric Krier, John Rouillard) |
|
5724
059625fbc40d
issue2550144 - fix use of undefined icing macro in devel
John Rouillard <rouilj@ieee.org>
parents:
5717
diff
changeset
|
896 - issue2550144 - fix use of undefined icing macro in devel |
|
6057
b6e56d096c58
Revert boolean attribute rendering
Ralf Schlatterbeck <rsc@runtux.com>
parents:
6056
diff
changeset
|
897 template. Replace with frame macro. (C\E9dric Krier) |
|
5725
6923225fd781
Handle UnicodeDecodeError in file class when file contents are not
John Rouillard <rouilj@ieee.org>
parents:
5724
diff
changeset
|
898 - handle UnicodeDecodeError in file class when file contents are |
|
6923225fd781
Handle UnicodeDecodeError in file class when file contents are not
John Rouillard <rouilj@ieee.org>
parents:
5724
diff
changeset
|
899 not text (e.g. jpg). (John Rouillard) |
|
5726
e199d0ae4a25
issue2551033: prevent reverse engineering hidden data by using etags
John Rouillard <rouilj@ieee.org>
parents:
5725
diff
changeset
|
900 - issue2551033: prevent reverse engineering hidden data by using etags |
|
e199d0ae4a25
issue2551033: prevent reverse engineering hidden data by using etags
John Rouillard <rouilj@ieee.org>
parents:
5725
diff
changeset
|
901 as an oracle to identify when the right data has been |
|
e199d0ae4a25
issue2551033: prevent reverse engineering hidden data by using etags
John Rouillard <rouilj@ieee.org>
parents:
5725
diff
changeset
|
902 guessed. (Joseph Myers, John Rouillard) |
|
5748
943e61bc26d5
Fix issue2551029 (Jinja2 template install error) by deleting
John Rouillard <rouilj@ieee.org>
parents:
5726
diff
changeset
|
903 - issue2551029: Jinja2 template install error. Update configuration |
|
943e61bc26d5
Fix issue2551029 (Jinja2 template install error) by deleting
John Rouillard <rouilj@ieee.org>
parents:
5726
diff
changeset
|
904 code to make sure valid backend database is set. Remove config.ini |
|
943e61bc26d5
Fix issue2551029 (Jinja2 template install error) by deleting
John Rouillard <rouilj@ieee.org>
parents:
5726
diff
changeset
|
905 from templates to make sure that roundup-admin install writes a new |
|
943e61bc26d5
Fix issue2551029 (Jinja2 template install error) by deleting
John Rouillard <rouilj@ieee.org>
parents:
5726
diff
changeset
|
906 default config.ini based on configuration.py. |
|
5751
5cb6e6b594b0
issue2551040: New release of psycopg2 drops support for psycopg1
John Rouillard <rouilj@ieee.org>
parents:
5750
diff
changeset
|
907 - issue2551040: New release of psycopg2 drops support for psycopg1 - |
|
5cb6e6b594b0
issue2551040: New release of psycopg2 drops support for psycopg1
John Rouillard <rouilj@ieee.org>
parents:
5750
diff
changeset
|
908 need to rewrite. Now uses psycopg2 throughout. (John Rouillard) |
|
5752
4c0cdfe4f678
Added x-roundup-issue-id to FAQ which discusses other x-roundup header
John Rouillard <rouilj@ieee.org>
parents:
5751
diff
changeset
|
909 - issue2551009: Flint not supported error during reindex. Upgrading |
|
4c0cdfe4f678
Added x-roundup-issue-id to FAQ which discusses other x-roundup header
John Rouillard <rouilj@ieee.org>
parents:
5751
diff
changeset
|
910 doc updates to discuss this when reindexing. (Reported by Gabi, |
|
4c0cdfe4f678
Added x-roundup-issue-id to FAQ which discusses other x-roundup header
John Rouillard <rouilj@ieee.org>
parents:
5751
diff
changeset
|
911 Change by John Rouillard) |
|
5754
178ca608ddb9
Fix Issue2551030: Roundup fails to start if pytz to access Olson
John Rouillard <rouilj@ieee.org>
parents:
5752
diff
changeset
|
912 - issue2551030: Roundup fails to start if pytz to access Olson |
|
178ca608ddb9
Fix Issue2551030: Roundup fails to start if pytz to access Olson
John Rouillard <rouilj@ieee.org>
parents:
5752
diff
changeset
|
913 timezone database not installed. (John Rouillard) |
|
5762
b76be13e027e
issue2551029: Jinja2 template install error.
John Rouillard <rouilj@ieee.org>
parents:
5754
diff
changeset
|
914 - issue2551029: Jinja2 template install error. Handle issue with |
|
b76be13e027e
issue2551029: Jinja2 template install error.
John Rouillard <rouilj@ieee.org>
parents:
5754
diff
changeset
|
915 template's config.ini not getting updated. Provide an alternate |
|
b76be13e027e
issue2551029: Jinja2 template install error.
John Rouillard <rouilj@ieee.org>
parents:
5754
diff
changeset
|
916 file: config_ini.ini for required config settings that are merged |
|
b76be13e027e
issue2551029: Jinja2 template install error.
John Rouillard <rouilj@ieee.org>
parents:
5754
diff
changeset
|
917 into the default values producing an up to date config.ini on |
|
b76be13e027e
issue2551029: Jinja2 template install error.
John Rouillard <rouilj@ieee.org>
parents:
5754
diff
changeset
|
918 install. |
|
5767
75a13700d97e
Add CHANGES.txt entry for issue2551008.
Ezio Melotti <ezio.melotti@gmail.com>
parents:
5766
diff
changeset
|
919 - issue2551008: fix incorrect encoding handling in mailgw.py |
|
75a13700d97e
Add CHANGES.txt entry for issue2551008.
Ezio Melotti <ezio.melotti@gmail.com>
parents:
5766
diff
changeset
|
920 (Ezio Melotti, John Rouillard) |
|
5851
167ef847fcdf
issue2551053: Fix routing dict in rest.py
Ralf Schlatterbeck <rsc@runtux.com>
parents:
5767
diff
changeset
|
921 - issue2551053: the routing dictionary in rest.py used compiled regular |
|
167ef847fcdf
issue2551053: Fix routing dict in rest.py
Ralf Schlatterbeck <rsc@runtux.com>
parents:
5767
diff
changeset
|
922 expressions as dictionary keys. This worked most of the time because |
|
167ef847fcdf
issue2551053: Fix routing dict in rest.py
Ralf Schlatterbeck <rsc@runtux.com>
parents:
5767
diff
changeset
|
923 the regex lib uses a cache but resulted in duplicate keys in the |
|
167ef847fcdf
issue2551053: Fix routing dict in rest.py
Ralf Schlatterbeck <rsc@runtux.com>
parents:
5767
diff
changeset
|
924 dictionary in some cases where a single key should have been used. |
|
167ef847fcdf
issue2551053: Fix routing dict in rest.py
Ralf Schlatterbeck <rsc@runtux.com>
parents:
5767
diff
changeset
|
925 Thanks to Robert Klonner for discovering the problem, debugging the |
|
167ef847fcdf
issue2551053: Fix routing dict in rest.py
Ralf Schlatterbeck <rsc@runtux.com>
parents:
5767
diff
changeset
|
926 root cause and providing a first proposed fix. |
|
5876
716d50585c8d
Fix Link/Multilink searching
Ralf Schlatterbeck <rsc@runtux.com>
parents:
5869
diff
changeset
|
927 - Make searching with a multiselect work for Link/Multilink properties |
|
716d50585c8d
Fix Link/Multilink searching
Ralf Schlatterbeck <rsc@runtux.com>
parents:
5869
diff
changeset
|
928 that may contain numeric *key* values. For these a menu would render |
|
716d50585c8d
Fix Link/Multilink searching
Ralf Schlatterbeck <rsc@runtux.com>
parents:
5869
diff
changeset
|
929 options with IDs and later look up the IDs as *key* of the |
|
716d50585c8d
Fix Link/Multilink searching
Ralf Schlatterbeck <rsc@runtux.com>
parents:
5869
diff
changeset
|
930 Link/Multilink. Now numeric IDs take precedence -- like they already |
|
716d50585c8d
Fix Link/Multilink searching
Ralf Schlatterbeck <rsc@runtux.com>
parents:
5869
diff
changeset
|
931 do in the menu method of Link and Multilink. |
|
5903
c3728772c594
Add reverse option to hyperdb property wrapper by David Sowder
John Rouillard <rouilj@ieee.org>
parents:
5899
diff
changeset
|
932 - issue2551013: Reversed sorting in hyperdb property wrapper object's |
|
c3728772c594
Add reverse option to hyperdb property wrapper by David Sowder
John Rouillard <rouilj@ieee.org>
parents:
5899
diff
changeset
|
933 sorted() method. Patch by David Sowder, application and doc change |
|
c3728772c594
Add reverse option to hyperdb property wrapper by David Sowder
John Rouillard <rouilj@ieee.org>
parents:
5899
diff
changeset
|
934 by John Rouillard. |
|
5949
573b688fffeb
RELEASE.txt changes checkin pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5939
diff
changeset
|
935 - issue2550821 - patches for depricated mod_python apache.py interface |
|
573b688fffeb
RELEASE.txt changes checkin pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5939
diff
changeset
|
936 (John Rouillard) |
|
573b688fffeb
RELEASE.txt changes checkin pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5939
diff
changeset
|
937 - issue2551005 - deprecation of mod_python (John Rouillard) |
|
5912
7264b2e79a31
Fix mailgw IMAP message handling
Ralf Schlatterbeck <rsc@runtux.com>
parents:
5907
diff
changeset
|
938 - issue2551066: IMAP mail handling wasn't working and produced a |
|
7264b2e79a31
Fix mailgw IMAP message handling
Ralf Schlatterbeck <rsc@runtux.com>
parents:
5907
diff
changeset
|
939 traceback. |
|
5924
b40059d7036f
issue2550925 strip HTTP_PROXY environment variable
John Rouillard <rouilj@ieee.org>
parents:
5912
diff
changeset
|
940 - issue2550925 if deployed as CGI and client sends an http PROXY |
|
b40059d7036f
issue2550925 strip HTTP_PROXY environment variable
John Rouillard <rouilj@ieee.org>
parents:
5912
diff
changeset
|
941 header, the tainted HTTP_PROXY environment variable is created. It |
|
b40059d7036f
issue2550925 strip HTTP_PROXY environment variable
John Rouillard <rouilj@ieee.org>
parents:
5912
diff
changeset
|
942 can affect calls using requests package or curl. A roundup admin |
|
b40059d7036f
issue2550925 strip HTTP_PROXY environment variable
John Rouillard <rouilj@ieee.org>
parents:
5912
diff
changeset
|
943 would have to write detectors/extensions that use these mechanisms. |
|
b40059d7036f
issue2550925 strip HTTP_PROXY environment variable
John Rouillard <rouilj@ieee.org>
parents:
5912
diff
changeset
|
944 Not exploitable in default config. (John Rouillard) |
|
5939
94c415c7cd36
Make gunicorn --access-logfile work with custom logging config
John Rouillard <rouilj@ieee.org>
parents:
5924
diff
changeset
|
945 - Add config option to keep/delete previous logging config. Needed to |
|
94c415c7cd36
Make gunicorn --access-logfile work with custom logging config
John Rouillard <rouilj@ieee.org>
parents:
5924
diff
changeset
|
946 make gunicorn --access-logfile work as it uses python logfile module |
|
94c415c7cd36
Make gunicorn --access-logfile work with custom logging config
John Rouillard <rouilj@ieee.org>
parents:
5924
diff
changeset
|
947 too. |
|
5479
56d30f09f205
address Unicode encoding issues in jinja2 template
Christof Meerwald <cmeerw@cmeerw.org>
parents:
5353
diff
changeset
|
948 |
|
5949
573b688fffeb
RELEASE.txt changes checkin pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5939
diff
changeset
|
949 2019-07-13 1.6.1 |
|
573b688fffeb
RELEASE.txt changes checkin pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5939
diff
changeset
|
950 |
|
573b688fffeb
RELEASE.txt changes checkin pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5939
diff
changeset
|
951 Features: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
952 |
|
5949
573b688fffeb
RELEASE.txt changes checkin pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5939
diff
changeset
|
953 - doc updates. Link rot fixed and some grammar changes. |
|
573b688fffeb
RELEASE.txt changes checkin pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5939
diff
changeset
|
954 'Provisional User' config example fixed. Issue tracker is |
|
573b688fffeb
RELEASE.txt changes checkin pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5939
diff
changeset
|
955 now https. (John Rouillard) |
|
573b688fffeb
RELEASE.txt changes checkin pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5939
diff
changeset
|
956 |
|
573b688fffeb
RELEASE.txt changes checkin pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5939
diff
changeset
|
957 Fixed: |
|
573b688fffeb
RELEASE.txt changes checkin pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5939
diff
changeset
|
958 |
|
573b688fffeb
RELEASE.txt changes checkin pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5939
diff
changeset
|
959 - issue2550994: avoid breakage caused by use of backports of Python 3 |
|
573b688fffeb
RELEASE.txt changes checkin pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5939
diff
changeset
|
960 configparser module to Python 2. (Joseph Myers) |
|
573b688fffeb
RELEASE.txt changes checkin pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5939
diff
changeset
|
961 - issue2551023: Fix CSRF headers for use with wsgi and cgi. The |
|
573b688fffeb
RELEASE.txt changes checkin pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5939
diff
changeset
|
962 env variable array used - separators rather than _. Compare: |
|
573b688fffeb
RELEASE.txt changes checkin pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5939
diff
changeset
|
963 HTTP_X-REQUESTED-WITH to HTTP_X_REQUESTED_WITH. The last is |
|
573b688fffeb
RELEASE.txt changes checkin pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5939
diff
changeset
|
964 correct. Also fix roundup-server to produce the latter form. (Patch |
|
573b688fffeb
RELEASE.txt changes checkin pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5939
diff
changeset
|
965 by C<E9>dric Krier, reviewed/applied John Rouillard.) |
|
573b688fffeb
RELEASE.txt changes checkin pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5939
diff
changeset
|
966 - issue2551035 - fix XSS issue in wsgi and cgi when handing url not |
|
573b688fffeb
RELEASE.txt changes checkin pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5939
diff
changeset
|
967 found/404. Reported by hannob at |
|
573b688fffeb
RELEASE.txt changes checkin pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5939
diff
changeset
|
968 https://github.com/python/bugs.python.org/issues/34, issue opened |
|
573b688fffeb
RELEASE.txt changes checkin pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5939
diff
changeset
|
969 by JulienPalard. |
|
573b688fffeb
RELEASE.txt changes checkin pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5939
diff
changeset
|
970 - issue2551029: Jinja2 template install error. Remove config.ini |
|
573b688fffeb
RELEASE.txt changes checkin pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5939
diff
changeset
|
971 from templates to make sure that roundup-admin install writes a new |
|
573b688fffeb
RELEASE.txt changes checkin pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5939
diff
changeset
|
972 default config.ini based on configuration.py. |
|
573b688fffeb
RELEASE.txt changes checkin pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5939
diff
changeset
|
973 - issue2551029: Jinja2 template install error. Handle issue with |
|
573b688fffeb
RELEASE.txt changes checkin pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5939
diff
changeset
|
974 template's config.ini not getting updated. Provide an alternate |
|
573b688fffeb
RELEASE.txt changes checkin pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5939
diff
changeset
|
975 file: config_ini.ini for required config settings that are merged |
|
573b688fffeb
RELEASE.txt changes checkin pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5939
diff
changeset
|
976 into the default values producing an up to date config.ini on |
|
573b688fffeb
RELEASE.txt changes checkin pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5939
diff
changeset
|
977 install. |
|
573b688fffeb
RELEASE.txt changes checkin pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5939
diff
changeset
|
978 |
|
5353
f3fce29eec78
update CHANGES.txt with intended release date
John Rouillard <rouilj@ieee.org>
parents:
5340
diff
changeset
|
979 2018-07-13 1.6.0 |
|
5039
bdeda09a5a26
Start new changelog for 1.6.0
John Kristensen <john@jerrykan.com>
parents:
5026
diff
changeset
|
980 |
|
bdeda09a5a26
Start new changelog for 1.6.0
John Kristensen <john@jerrykan.com>
parents:
5026
diff
changeset
|
981 Features: |
|
bdeda09a5a26
Start new changelog for 1.6.0
John Kristensen <john@jerrykan.com>
parents:
5026
diff
changeset
|
982 |
|
bdeda09a5a26
Start new changelog for 1.6.0
John Kristensen <john@jerrykan.com>
parents:
5026
diff
changeset
|
983 - issue2550894: migrate test suite and run_test.py to py.test (John Kristensen) |
|
5055
a2b7cfa8d7e9
Fixed changes file comments, merged with upstream.
John Rouillard <rouilj@ieee.org>
diff
changeset
|
984 - issue2550880: Ability to choose password store scheme and SSHA |
|
5054
f0f5293d9939
Updated changes fle with SSHA patch. Changed attribution on a couple of other changes to indicate I applied the change and was not the author of the change.
John Rouillard <rouilj@ieee.org>
parents:
5051
diff
changeset
|
985 support. Discussion on devel list is tending in favor of this patch. |
|
f0f5293d9939
Updated changes fle with SSHA patch. Changed attribution on a couple of other changes to indicate I applied the change and was not the author of the change.
John Rouillard <rouilj@ieee.org>
parents:
5051
diff
changeset
|
986 Embedded test works, my manual test with a SSHA password |
|
f0f5293d9939
Updated changes fle with SSHA patch. Changed attribution on a couple of other changes to indicate I applied the change and was not the author of the change.
John Rouillard <rouilj@ieee.org>
parents:
5051
diff
changeset
|
987 assigned to a user allowed the user to log in. Ran the test suite |
|
f0f5293d9939
Updated changes fle with SSHA patch. Changed attribution on a couple of other changes to indicate I applied the change and was not the author of the change.
John Rouillard <rouilj@ieee.org>
parents:
5051
diff
changeset
|
988 and the tests that were not skipped passed. (applied by John Rouillard) |
|
5063
2840a9e86ef2
New Link/Multilink attribute 'msg_header_property'
Ralf Schlatterbeck <rsc@runtux.com>
parents:
5062
diff
changeset
|
989 - New Link/Multilink property attribute 'msg_header_property', can be |
|
2840a9e86ef2
New Link/Multilink attribute 'msg_header_property'
Ralf Schlatterbeck <rsc@runtux.com>
parents:
5062
diff
changeset
|
990 used to configure additional headers in outgoing emails. See |
|
2840a9e86ef2
New Link/Multilink attribute 'msg_header_property'
Ralf Schlatterbeck <rsc@runtux.com>
parents:
5062
diff
changeset
|
991 documentation in ``doc/customizing.txt``. (Ralf Schlatterbeck) |
|
5065
47ab150b7325
Allow multiple file uploads
Ralf Schlatterbeck <rsc@runtux.com>
parents:
5064
diff
changeset
|
992 - Allow multiple file uploads: If the html template specifies |
|
47ab150b7325
Allow multiple file uploads
Ralf Schlatterbeck <rsc@runtux.com>
parents:
5064
diff
changeset
|
993 multiple="multiple" for a file upload the user can attach multiple |
|
47ab150b7325
Allow multiple file uploads
Ralf Schlatterbeck <rsc@runtux.com>
parents:
5064
diff
changeset
|
994 files and the form parser now handles this. (Ralf Schlatterbeck) |
|
5067
e424987d294a
Add support for an integer type to join the existing number type.
John Rouillard <rouilj@ieee.org>
parents:
5065
diff
changeset
|
995 - issue2550886: Add support for an integer type to join the existing |
|
e424987d294a
Add support for an integer type to join the existing number type.
John Rouillard <rouilj@ieee.org>
parents:
5065
diff
changeset
|
996 number type. This can be used for properties used for ordering, |
|
e424987d294a
Add support for an integer type to join the existing number type.
John Rouillard <rouilj@ieee.org>
parents:
5065
diff
changeset
|
997 counts etc. where a decimal point isn't needed. Developed by |
|
e424987d294a
Add support for an integer type to join the existing number type.
John Rouillard <rouilj@ieee.org>
parents:
5065
diff
changeset
|
998 Anthony (antmail). Doc updates written by John Rouillard. (applied |
|
e424987d294a
Add support for an integer type to join the existing number type.
John Rouillard <rouilj@ieee.org>
parents:
5065
diff
changeset
|
999 by John Rouillard) |
|
5068
5b2ce5723abb
Updated _generic.404.html to use the page template so 404 errors still
John Rouillard <rouilj@ieee.org>
parents:
5067
diff
changeset
|
1000 - Updated html/_generic.404.html to use the page template. So 404 |
|
5b2ce5723abb
Updated _generic.404.html to use the page template so 404 errors still
John Rouillard <rouilj@ieee.org>
parents:
5067
diff
changeset
|
1001 errors now include the left hand menu, a proper page title and |
|
5b2ce5723abb
Updated _generic.404.html to use the page template so 404 errors still
John Rouillard <rouilj@ieee.org>
parents:
5067
diff
changeset
|
1002 body content. Note added to doc/upgrading.txt on how to add it to |
|
5b2ce5723abb
Updated _generic.404.html to use the page template so 404 errors still
John Rouillard <rouilj@ieee.org>
parents:
5067
diff
changeset
|
1003 deployed trackers. (John Rouillard) |
|
5081
786f0581bc90
issue2109308 add subject argument to nosymessage. Initial patch Frank Niessink. Test and application with slight mods by rouilj
John Rouillard <rouilj@ieee.org>
parents:
5079
diff
changeset
|
1004 - issue2109308 - Allow subject of nosy messages be changed from reactor |
|
786f0581bc90
issue2109308 add subject argument to nosymessage. Initial patch Frank Niessink. Test and application with slight mods by rouilj
John Rouillard <rouilj@ieee.org>
parents:
5079
diff
changeset
|
1005 Adds a subject parameter to nosymessage function. Patch initally |
|
786f0581bc90
issue2109308 add subject argument to nosymessage. Initial patch Frank Niessink. Test and application with slight mods by rouilj
John Rouillard <rouilj@ieee.org>
parents:
5079
diff
changeset
|
1006 generated by Frank Niessink. Tests, adaptation by John Rouillard. |
|
5082
c1f1465d5303
issue2550683 Allow indexargs_form filter variable exclusion.
John Rouillard <rouilj@ieee.org>
parents:
5081
diff
changeset
|
1007 - issue2550683 Allow indexargs_form filter variable exclusion. |
|
c1f1465d5303
issue2550683 Allow indexargs_form filter variable exclusion.
John Rouillard <rouilj@ieee.org>
parents:
5081
diff
changeset
|
1008 Patch generated by Bruce Tulloch (bruce). Applied and docstring for |
|
c1f1465d5303
issue2550683 Allow indexargs_form filter variable exclusion.
John Rouillard <rouilj@ieee.org>
parents:
5081
diff
changeset
|
1009 indexargs_form updated by John Rouillard. Patch description is: |
|
c1f1465d5303
issue2550683 Allow indexargs_form filter variable exclusion.
John Rouillard <rouilj@ieee.org>
parents:
5081
diff
changeset
|
1010 This is required to allow indexargs_form to be used in conjunction with |
|
c1f1465d5303
issue2550683 Allow indexargs_form filter variable exclusion.
John Rouillard <rouilj@ieee.org>
parents:
5081
diff
changeset
|
1011 other form variables which *replace* some filterspec parameters. |
|
c1f1465d5303
issue2550683 Allow indexargs_form filter variable exclusion.
John Rouillard <rouilj@ieee.org>
parents:
5081
diff
changeset
|
1012 |
|
c1f1465d5303
issue2550683 Allow indexargs_form filter variable exclusion.
John Rouillard <rouilj@ieee.org>
parents:
5081
diff
changeset
|
1013 One must exclude all variables from the indexargs_form call which are to |
|
c1f1465d5303
issue2550683 Allow indexargs_form filter variable exclusion.
John Rouillard <rouilj@ieee.org>
parents:
5081
diff
changeset
|
1014 be replaced with values that are derived from other form input elements, |
|
c1f1465d5303
issue2550683 Allow indexargs_form filter variable exclusion.
John Rouillard <rouilj@ieee.org>
parents:
5081
diff
changeset
|
1015 otherwise they will clash with the "hidden" input elements generated by |
|
c1f1465d5303
issue2550683 Allow indexargs_form filter variable exclusion.
John Rouillard <rouilj@ieee.org>
parents:
5081
diff
changeset
|
1016 indexargs_form itself. |
|
c1f1465d5303
issue2550683 Allow indexargs_form filter variable exclusion.
John Rouillard <rouilj@ieee.org>
parents:
5081
diff
changeset
|
1017 |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
1018 For example:: |
|
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
1019 |
|
5082
c1f1465d5303
issue2550683 Allow indexargs_form filter variable exclusion.
John Rouillard <rouilj@ieee.org>
parents:
5081
diff
changeset
|
1020 <tal:block replace="structure python:request.indexargs_form( |
|
c1f1465d5303
issue2550683 Allow indexargs_form filter variable exclusion.
John Rouillard <rouilj@ieee.org>
parents:
5081
diff
changeset
|
1021 sort=0,group=0,filter=0,columns=0, |
|
c1f1465d5303
issue2550683 Allow indexargs_form filter variable exclusion.
John Rouillard <rouilj@ieee.org>
parents:
5081
diff
changeset
|
1022 exclude=['type','status','assignedto'])"/> |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
1023 |
|
5082
c1f1465d5303
issue2550683 Allow indexargs_form filter variable exclusion.
John Rouillard <rouilj@ieee.org>
parents:
5081
diff
changeset
|
1024 where the variables type, status and assignedto are supplied via other |
|
c1f1465d5303
issue2550683 Allow indexargs_form filter variable exclusion.
John Rouillard <rouilj@ieee.org>
parents:
5081
diff
changeset
|
1025 form input elements. Without the new exclude argument to indexargs_form, |
|
c1f1465d5303
issue2550683 Allow indexargs_form filter variable exclusion.
John Rouillard <rouilj@ieee.org>
parents:
5081
diff
changeset
|
1026 all hidden input elements otherwise generated by this call would need to |
|
c1f1465d5303
issue2550683 Allow indexargs_form filter variable exclusion.
John Rouillard <rouilj@ieee.org>
parents:
5081
diff
changeset
|
1027 be manually added to the template code. Further, given that the template |
|
c1f1465d5303
issue2550683 Allow indexargs_form filter variable exclusion.
John Rouillard <rouilj@ieee.org>
parents:
5081
diff
changeset
|
1028 may not know what other variables may be defined, it may not even be |
|
c1f1465d5303
issue2550683 Allow indexargs_form filter variable exclusion.
John Rouillard <rouilj@ieee.org>
parents:
5081
diff
changeset
|
1029 possible to code this without some python helpers. |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
1030 |
|
5082
c1f1465d5303
issue2550683 Allow indexargs_form filter variable exclusion.
John Rouillard <rouilj@ieee.org>
parents:
5081
diff
changeset
|
1031 [ rouilj I think this is an example usecase. Possible assignedto |
|
c1f1465d5303
issue2550683 Allow indexargs_form filter variable exclusion.
John Rouillard <rouilj@ieee.org>
parents:
5081
diff
changeset
|
1032 users need to have a specific role. Create TAL that |
|
c1f1465d5303
issue2550683 Allow indexargs_form filter variable exclusion.
John Rouillard <rouilj@ieee.org>
parents:
5081
diff
changeset
|
1033 filters the users to the select few. Defines a select list for |
|
c1f1465d5303
issue2550683 Allow indexargs_form filter variable exclusion.
John Rouillard <rouilj@ieee.org>
parents:
5081
diff
changeset
|
1034 assignedto. Use exclude=['assignedto'] to prevent the |
|
c1f1465d5303
issue2550683 Allow indexargs_form filter variable exclusion.
John Rouillard <rouilj@ieee.org>
parents:
5081
diff
changeset
|
1035 indexargs_form from generating a confliciting assignedto field |
|
c1f1465d5303
issue2550683 Allow indexargs_form filter variable exclusion.
John Rouillard <rouilj@ieee.org>
parents:
5081
diff
changeset
|
1036 which lists all users regardless of the role.] |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
1037 |
|
5093
9954a358da18
- allow user to recover account password using an entry in the
John Rouillard <rouilj@ieee.org>
parents:
5090
diff
changeset
|
1038 - allow user to recover account password using an entry in the |
|
9954a358da18
- allow user to recover account password using an entry in the
John Rouillard <rouilj@ieee.org>
parents:
5090
diff
changeset
|
1039 Alternate E-mail addresses list. See: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
1040 |
|
5093
9954a358da18
- allow user to recover account password using an entry in the
John Rouillard <rouilj@ieee.org>
parents:
5090
diff
changeset
|
1041 http://psf.upfronthosting.co.za/roundup/meta/issue564 |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
1042 |
|
5093
9954a358da18
- allow user to recover account password using an entry in the
John Rouillard <rouilj@ieee.org>
parents:
5090
diff
changeset
|
1043 for description. Merge request at: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
1044 |
|
5093
9954a358da18
- allow user to recover account password using an entry in the
John Rouillard <rouilj@ieee.org>
parents:
5090
diff
changeset
|
1045 https://sourceforge.net/p/roundup/code/merge-requests/1/ |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
1046 |
|
5093
9954a358da18
- allow user to recover account password using an entry in the
John Rouillard <rouilj@ieee.org>
parents:
5090
diff
changeset
|
1047 Patch supplied by kinggreedy. Applied/tested by John Rouillard |
|
5096
e74c3611b138
- issue2550636, issue2550909: Added support for Whoosh indexer.
John Rouillard <rouilj@ieee.org>
parents:
5094
diff
changeset
|
1048 - issue2550636, issue2550909: Added support for Whoosh indexer. |
|
e74c3611b138
- issue2550636, issue2550909: Added support for Whoosh indexer.
John Rouillard <rouilj@ieee.org>
parents:
5094
diff
changeset
|
1049 Also adds new config.ini setting called indexer to select |
|
e74c3611b138
- issue2550636, issue2550909: Added support for Whoosh indexer.
John Rouillard <rouilj@ieee.org>
parents:
5094
diff
changeset
|
1050 indexer. See ``doc/upgrading.txt`` for details. Initial patch |
|
e74c3611b138
- issue2550636, issue2550909: Added support for Whoosh indexer.
John Rouillard <rouilj@ieee.org>
parents:
5094
diff
changeset
|
1051 done by David Wolever. Patch modified, docs added and committed |
|
e74c3611b138
- issue2550636, issue2550909: Added support for Whoosh indexer.
John Rouillard <rouilj@ieee.org>
parents:
5094
diff
changeset
|
1052 by John Rouillard. |
|
5098
99e289359798
issue2550803: Replying to NOSY mail goes to the tracker through
John Rouillard <rouilj@ieee.org>
parents:
5097
diff
changeset
|
1053 - issue2550803: Replying to NOSY mail goes to the tracker through |
|
99e289359798
issue2550803: Replying to NOSY mail goes to the tracker through
John Rouillard <rouilj@ieee.org>
parents:
5097
diff
changeset
|
1054 reply-to, not original message author. |
|
99e289359798
issue2550803: Replying to NOSY mail goes to the tracker through
John Rouillard <rouilj@ieee.org>
parents:
5097
diff
changeset
|
1055 Created new [tracker] replyto_address config.ini option to allow: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
1056 |
|
5098
99e289359798
issue2550803: Replying to NOSY mail goes to the tracker through
John Rouillard <rouilj@ieee.org>
parents:
5097
diff
changeset
|
1057 1) setting reply-to header to the tracker |
|
99e289359798
issue2550803: Replying to NOSY mail goes to the tracker through
John Rouillard <rouilj@ieee.org>
parents:
5097
diff
changeset
|
1058 2) setting reply-to header to the address of the author |
|
99e289359798
issue2550803: Replying to NOSY mail goes to the tracker through
John Rouillard <rouilj@ieee.org>
parents:
5097
diff
changeset
|
1059 of the change |
|
99e289359798
issue2550803: Replying to NOSY mail goes to the tracker through
John Rouillard <rouilj@ieee.org>
parents:
5097
diff
changeset
|
1060 3) setting it to a fixed address (like noreply@some.place) |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
1061 |
|
5098
99e289359798
issue2550803: Replying to NOSY mail goes to the tracker through
John Rouillard <rouilj@ieee.org>
parents:
5097
diff
changeset
|
1062 Done by John Rouillard from proposal by Peter Funk (pefu) |
|
99e289359798
issue2550803: Replying to NOSY mail goes to the tracker through
John Rouillard <rouilj@ieee.org>
parents:
5097
diff
changeset
|
1063 in discussion with Tom Ekberg (tekberg). See doc/upgrading.txt. |
|
5112
8901cc4ef0e0
- issue1714899: Feature Request: Optional Change Note. Added a new
John Rouillard <rouilj@ieee.org>
parents:
5108
diff
changeset
|
1064 - issue1714899: Feature Request: Optional Change Note. Added a new |
|
8901cc4ef0e0
- issue1714899: Feature Request: Optional Change Note. Added a new
John Rouillard <rouilj@ieee.org>
parents:
5108
diff
changeset
|
1065 quiet=True/False option for all property types. When quiet=True |
|
8901cc4ef0e0
- issue1714899: Feature Request: Optional Change Note. Added a new
John Rouillard <rouilj@ieee.org>
parents:
5108
diff
changeset
|
1066 changes to the property will not be displayed in the:: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
1067 |
|
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
1068 - confirmation banner (shown in green) when a change is made |
|
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
1069 - property change section of change note (nosy emails) |
|
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
1070 - web history display for an item. |
|
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
1071 |
|
5112
8901cc4ef0e0
- issue1714899: Feature Request: Optional Change Note. Added a new
John Rouillard <rouilj@ieee.org>
parents:
5108
diff
changeset
|
1072 Note that this may confuse users if used on a property that is |
|
8901cc4ef0e0
- issue1714899: Feature Request: Optional Change Note. Added a new
John Rouillard <rouilj@ieee.org>
parents:
5108
diff
changeset
|
1073 meant to be changed by a user. It is most useful on administrative |
|
8901cc4ef0e0
- issue1714899: Feature Request: Optional Change Note. Added a new
John Rouillard <rouilj@ieee.org>
parents:
5108
diff
changeset
|
1074 properties that are changed by an auditor as part of a user |
|
8901cc4ef0e0
- issue1714899: Feature Request: Optional Change Note. Added a new
John Rouillard <rouilj@ieee.org>
parents:
5108
diff
changeset
|
1075 generated change. Original patch by Daniel Diniz (ajaksu2) |
|
8901cc4ef0e0
- issue1714899: Feature Request: Optional Change Note. Added a new
John Rouillard <rouilj@ieee.org>
parents:
5108
diff
changeset
|
1076 discussed also at: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
1077 |
|
5112
8901cc4ef0e0
- issue1714899: Feature Request: Optional Change Note. Added a new
John Rouillard <rouilj@ieee.org>
parents:
5108
diff
changeset
|
1078 http://psf.upfronthosting.co.za/roundup/meta/issue249 |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
1079 |
|
5112
8901cc4ef0e0
- issue1714899: Feature Request: Optional Change Note. Added a new
John Rouillard <rouilj@ieee.org>
parents:
5108
diff
changeset
|
1080 Support for setting quiet when calling the class specifiers: |
|
8901cc4ef0e0
- issue1714899: Feature Request: Optional Change Note. Added a new
John Rouillard <rouilj@ieee.org>
parents:
5108
diff
changeset
|
1081 E.G. prop=String(quiet=True) rather than:: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
1082 |
|
5112
8901cc4ef0e0
- issue1714899: Feature Request: Optional Change Note. Added a new
John Rouillard <rouilj@ieee.org>
parents:
5108
diff
changeset
|
1083 prop=String() |
|
8901cc4ef0e0
- issue1714899: Feature Request: Optional Change Note. Added a new
John Rouillard <rouilj@ieee.org>
parents:
5108
diff
changeset
|
1084 prop.quiet=True |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
1085 |
|
5112
8901cc4ef0e0
- issue1714899: Feature Request: Optional Change Note. Added a new
John Rouillard <rouilj@ieee.org>
parents:
5108
diff
changeset
|
1086 support for anydb backend, added tests, doc updates, support for |
|
8901cc4ef0e0
- issue1714899: Feature Request: Optional Change Note. Added a new
John Rouillard <rouilj@ieee.org>
parents:
5108
diff
changeset
|
1087 ignoring quiet setting using showall=True in call to history() |
|
5232
462b0f76fce8
issue2550864 - Potential information leakage via journal/history
John Rouillard <rouilj@ieee.org>
parents:
5231
diff
changeset
|
1088 function in templates by (John Rouillard). (Note implementation |
|
462b0f76fce8
issue2550864 - Potential information leakage via journal/history
John Rouillard <rouilj@ieee.org>
parents:
5231
diff
changeset
|
1089 changed while implementing fix for issue2550864. Filtering of |
|
462b0f76fce8
issue2550864 - Potential information leakage via journal/history
John Rouillard <rouilj@ieee.org>
parents:
5231
diff
changeset
|
1090 quiet properties pushed down to the hyperdb.py::Class::history |
|
462b0f76fce8
issue2550864 - Potential information leakage via journal/history
John Rouillard <rouilj@ieee.org>
parents:
5231
diff
changeset
|
1091 function. This fixes a small bug in the implementation that caused |
|
462b0f76fce8
issue2550864 - Potential information leakage via journal/history
John Rouillard <rouilj@ieee.org>
parents:
5231
diff
changeset
|
1092 a limiting the templating history call to display fewer than the |
|
462b0f76fce8
issue2550864 - Potential information leakage via journal/history
John Rouillard <rouilj@ieee.org>
parents:
5231
diff
changeset
|
1093 the requested number of items if some were quiet.) |
|
5116
0902c046cdd8
adding changes for issue2550767 that I forgot to checkin earlier
John Rouillard <rouilj@ieee.org>
parents:
5114
diff
changeset
|
1094 - issue2550767: Add newitemcopy.py detector to notify users of new |
|
0902c046cdd8
adding changes for issue2550767 that I forgot to checkin earlier
John Rouillard <rouilj@ieee.org>
parents:
5114
diff
changeset
|
1095 items. Added to detectors directory and a README.txt generated to |
|
0902c046cdd8
adding changes for issue2550767 that I forgot to checkin earlier
John Rouillard <rouilj@ieee.org>
parents:
5114
diff
changeset
|
1096 describe the purpose of the directory. It also says the detectors |
|
0902c046cdd8
adding changes for issue2550767 that I forgot to checkin earlier
John Rouillard <rouilj@ieee.org>
parents:
5114
diff
changeset
|
1097 are provided on an as-is basis and may not work. Detector by W. |
|
0902c046cdd8
adding changes for issue2550767 that I forgot to checkin earlier
John Rouillard <rouilj@ieee.org>
parents:
5114
diff
changeset
|
1098 Trevor King (wking), rest by John Rouillard. |
|
5117
14abd0a67207
Fix issue934009: Have New Issues Submitted By Email *Not* Change Body!
John Rouillard <rouilj@ieee.org>
parents:
5116
diff
changeset
|
1099 - issue934009: Have New Issues Submitted By Email *Not* Change Body! |
|
14abd0a67207
Fix issue934009: Have New Issues Submitted By Email *Not* Change Body!
John Rouillard <rouilj@ieee.org>
parents:
5116
diff
changeset
|
1100 The mailgw config options: keep_quoted_text and leave_body_unchanged |
|
14abd0a67207
Fix issue934009: Have New Issues Submitted By Email *Not* Change Body!
John Rouillard <rouilj@ieee.org>
parents:
5116
diff
changeset
|
1101 can now have a new values: new. If set to new, keep_quoted_text acts |
|
14abd0a67207
Fix issue934009: Have New Issues Submitted By Email *Not* Change Body!
John Rouillard <rouilj@ieee.org>
parents:
5116
diff
changeset
|
1102 like yes if the message is starting a new issue. Otherise it strips |
|
14abd0a67207
Fix issue934009: Have New Issues Submitted By Email *Not* Change Body!
John Rouillard <rouilj@ieee.org>
parents:
5116
diff
changeset
|
1103 quoted text. This allows somebody to start a new issue by forwarding |
|
14abd0a67207
Fix issue934009: Have New Issues Submitted By Email *Not* Change Body!
John Rouillard <rouilj@ieee.org>
parents:
5116
diff
changeset
|
1104 a threaded email (with multiple quoted parts) into roundup and |
|
14abd0a67207
Fix issue934009: Have New Issues Submitted By Email *Not* Change Body!
John Rouillard <rouilj@ieee.org>
parents:
5116
diff
changeset
|
1105 keeping all the quoted parts. If leave_body_unchanged is set to |
|
14abd0a67207
Fix issue934009: Have New Issues Submitted By Email *Not* Change Body!
John Rouillard <rouilj@ieee.org>
parents:
5116
diff
changeset
|
1106 new, even the signature on the email that starts a new issue will be |
|
14abd0a67207
Fix issue934009: Have New Issues Submitted By Email *Not* Change Body!
John Rouillard <rouilj@ieee.org>
parents:
5116
diff
changeset
|
1107 preserved. |
|
5119
748ba87e1aca
Added a new cgi action restore. The opposite of (and a clone of) the existing retire action.
John Rouillard <rouilj@ieee.org>
parents:
5118
diff
changeset
|
1108 - New cgi action restore (RestoreAction) which reverses the effects of |
|
748ba87e1aca
Added a new cgi action restore. The opposite of (and a clone of) the existing retire action.
John Rouillard <rouilj@ieee.org>
parents:
5118
diff
changeset
|
1109 the retire action. Created while implementing fix for |
|
748ba87e1aca
Added a new cgi action restore. The opposite of (and a clone of) the existing retire action.
John Rouillard <rouilj@ieee.org>
parents:
5118
diff
changeset
|
1110 issue2550831. Requires restore permission in the schema. See |
|
748ba87e1aca
Added a new cgi action restore. The opposite of (and a clone of) the existing retire action.
John Rouillard <rouilj@ieee.org>
parents:
5118
diff
changeset
|
1111 upgrading.txt for migrating to 1.6.0 for details. (John Rouillard) |
|
5124
a927f9549af0
Fix issue2550751: Email Header Issue.
John Rouillard <rouilj@ieee.org>
parents:
5121
diff
changeset
|
1112 - issue2550751: Email Header Issue. Noel Garces requested the ability |
|
a927f9549af0
Fix issue2550751: Email Header Issue.
John Rouillard <rouilj@ieee.org>
parents:
5121
diff
changeset
|
1113 to suppress email headers like "x-roundup-issue-files". With Ralf's |
|
a927f9549af0
Fix issue2550751: Email Header Issue.
John Rouillard <rouilj@ieee.org>
parents:
5121
diff
changeset
|
1114 addition of the Link/Multilink property attribute |
|
a927f9549af0
Fix issue2550751: Email Header Issue.
John Rouillard <rouilj@ieee.org>
parents:
5121
diff
changeset
|
1115 'msg_header_property' we can do this easily. Setting the |
|
a927f9549af0
Fix issue2550751: Email Header Issue.
John Rouillard <rouilj@ieee.org>
parents:
5121
diff
changeset
|
1116 'msg_header_property' to the empty string '' (not to None) will |
|
a927f9549af0
Fix issue2550751: Email Header Issue.
John Rouillard <rouilj@ieee.org>
parents:
5121
diff
changeset
|
1117 suppress the header for that property. (John Rouillard) |
|
5154
f608eeecf638
issue2550891: Allow subdir in template value. Anthony (antmail)
John Rouillard <rouilj@ieee.org>
parents:
5151
diff
changeset
|
1118 - issue2550891: Allow subdir in template value. Anthony (antmail) |
|
f608eeecf638
issue2550891: Allow subdir in template value. Anthony (antmail)
John Rouillard <rouilj@ieee.org>
parents:
5151
diff
changeset
|
1119 requested the ability to put templates into subdirectories. So |
|
f608eeecf638
issue2550891: Allow subdir in template value. Anthony (antmail)
John Rouillard <rouilj@ieee.org>
parents:
5151
diff
changeset
|
1120 the issue class can accept @template=issues/item to get the |
|
f608eeecf638
issue2550891: Allow subdir in template value. Anthony (antmail)
John Rouillard <rouilj@ieee.org>
parents:
5151
diff
changeset
|
1121 html/issues/issue.item.html template. See ``doc/upgrading.txt``. |
|
5158
63294ed25e84
issue1842687: Keywords: After creating, stay in "Create New" mode.
John Rouillard <rouilj@ieee.org>
parents:
5156
diff
changeset
|
1122 - issue1842687: Keywords: After creating, stay in "Create New" mode. |
|
63294ed25e84
issue1842687: Keywords: After creating, stay in "Create New" mode.
John Rouillard <rouilj@ieee.org>
parents:
5156
diff
changeset
|
1123 Change to classic tracker template to provide a check box (checked |
|
63294ed25e84
issue1842687: Keywords: After creating, stay in "Create New" mode.
John Rouillard <rouilj@ieee.org>
parents:
5156
diff
changeset
|
1124 by default) that keeps the user on the "Add new keyword" page after |
|
63294ed25e84
issue1842687: Keywords: After creating, stay in "Create New" mode.
John Rouillard <rouilj@ieee.org>
parents:
5156
diff
changeset
|
1125 submitting a new keyword. Usually after submission, you will see the |
|
63294ed25e84
issue1842687: Keywords: After creating, stay in "Create New" mode.
John Rouillard <rouilj@ieee.org>
parents:
5156
diff
changeset
|
1126 the page for the new keyword to allow you to change the name of the |
|
63294ed25e84
issue1842687: Keywords: After creating, stay in "Create New" mode.
John Rouillard <rouilj@ieee.org>
parents:
5156
diff
changeset
|
1127 keyword. (John Rouillard) |
|
5163
6ae426092d7d
Some patches from wking to make admin.py bypass checks like nuking a
John Rouillard <rouilj@ieee.org>
parents:
5158
diff
changeset
|
1128 - issue2550757 - internal restructuring to allow admin.py to be tested |
|
6ae426092d7d
Some patches from wking to make admin.py bypass checks like nuking a
John Rouillard <rouilj@ieee.org>
parents:
5158
diff
changeset
|
1129 more easily. W. Trevor King (wking)/ John Rouillard. |
|
5173
4f99aad7e8e8
Store template name with saved query
Ralf Schlatterbeck <rsc@runtux.com>
parents:
5172
diff
changeset
|
1130 - When storing user-defined queries we now store the template with the |
|
4f99aad7e8e8
Store template name with saved query
Ralf Schlatterbeck <rsc@runtux.com>
parents:
5172
diff
changeset
|
1131 query if the template name is different from 'index'. This allows |
|
4f99aad7e8e8
Store template name with saved query
Ralf Schlatterbeck <rsc@runtux.com>
parents:
5172
diff
changeset
|
1132 stored queries for templates different from the default 'index' |
|
5175
e1e40674a0bc
Implement double-precision Number
Ralf Schlatterbeck <rsc@runtux.com>
parents:
5174
diff
changeset
|
1133 template. (Ralf Schlatterbeck) |
|
e1e40674a0bc
Implement double-precision Number
Ralf Schlatterbeck <rsc@runtux.com>
parents:
5174
diff
changeset
|
1134 - Number properties now have an optional attribute use_double to request |
|
e1e40674a0bc
Implement double-precision Number
Ralf Schlatterbeck <rsc@runtux.com>
parents:
5174
diff
changeset
|
1135 double precision float as the storage type for this property. (Ralf |
|
e1e40674a0bc
Implement double-precision Number
Ralf Schlatterbeck <rsc@runtux.com>
parents:
5174
diff
changeset
|
1136 Schlatterbeck) |
|
5179
e8b3d3a14563
- issue2550796: Calendar and Classhelp selection tools don't cause
John Rouillard <rouilj@ieee.org>
parents:
5175
diff
changeset
|
1137 - issue2550796: Calendar and Classhelp selection tools don't cause |
|
e8b3d3a14563
- issue2550796: Calendar and Classhelp selection tools don't cause
John Rouillard <rouilj@ieee.org>
parents:
5175
diff
changeset
|
1138 onchange event to be triggered. |
|
e8b3d3a14563
- issue2550796: Calendar and Classhelp selection tools don't cause
John Rouillard <rouilj@ieee.org>
parents:
5175
diff
changeset
|
1139 Using the helper popups for modifying lists of users, lists of |
|
e8b3d3a14563
- issue2550796: Calendar and Classhelp selection tools don't cause
John Rouillard <rouilj@ieee.org>
parents:
5175
diff
changeset
|
1140 issues, dates etc.. now trigger the change event on the form's |
|
e8b3d3a14563
- issue2550796: Calendar and Classhelp selection tools don't cause
John Rouillard <rouilj@ieee.org>
parents:
5175
diff
changeset
|
1141 field. This allows onchange javascript to trigger to highlight |
|
e8b3d3a14563
- issue2550796: Calendar and Classhelp selection tools don't cause
John Rouillard <rouilj@ieee.org>
parents:
5175
diff
changeset
|
1142 changes, recalculate other form values etc. See ``upgrading.txt`` |
|
e8b3d3a14563
- issue2550796: Calendar and Classhelp selection tools don't cause
John Rouillard <rouilj@ieee.org>
parents:
5175
diff
changeset
|
1143 for details on applying these changes to your tracker. (John Rouillard) |
|
5181
496f30da72f8
Add a new argument "showdef" to the template function menu(). When set
John Rouillard <rouilj@ieee.org>
parents:
5179
diff
changeset
|
1144 - menu template function has a new parameter "showdef". When set to a |
|
496f30da72f8
Add a new argument "showdef" to the template function menu(). When set
John Rouillard <rouilj@ieee.org>
parents:
5179
diff
changeset
|
1145 string, the string is appended to the displayed option value. This |
|
496f30da72f8
Add a new argument "showdef" to the template function menu(). When set
John Rouillard <rouilj@ieee.org>
parents:
5179
diff
changeset
|
1146 allows the user to reset the value for the menu (select) to the |
|
496f30da72f8
Add a new argument "showdef" to the template function menu(). When set
John Rouillard <rouilj@ieee.org>
parents:
5179
diff
changeset
|
1147 original value. (John Rouillard) |
|
5185
349bef975367
Make @template support two alternate templates for error and ok cases.
John Rouillard <rouilj@ieee.org>
parents:
5183
diff
changeset
|
1148 - @template html url parameter can be set to "oktmpl|errortmpl". When |
|
349bef975367
Make @template support two alternate templates for error and ok cases.
John Rouillard <rouilj@ieee.org>
parents:
5183
diff
changeset
|
1149 a form is submitted, if the form passes validation the oktmpl is |
|
349bef975367
Make @template support two alternate templates for error and ok cases.
John Rouillard <rouilj@ieee.org>
parents:
5183
diff
changeset
|
1150 used for the resulting page. If the form fails submission the |
|
349bef975367
Make @template support two alternate templates for error and ok cases.
John Rouillard <rouilj@ieee.org>
parents:
5183
diff
changeset
|
1151 errortmpl page is used to display the form. The errortmpl will |
|
349bef975367
Make @template support two alternate templates for error and ok cases.
John Rouillard <rouilj@ieee.org>
parents:
5183
diff
changeset
|
1152 usually be the same template used to edit the form. See the section |
|
349bef975367
Make @template support two alternate templates for error and ok cases.
John Rouillard <rouilj@ieee.org>
parents:
5183
diff
changeset
|
1153 on "Implementing Modal Editing Using @template" in |
|
349bef975367
Make @template support two alternate templates for error and ok cases.
John Rouillard <rouilj@ieee.org>
parents:
5183
diff
changeset
|
1154 ``customizing.txt``. (John Rouillard) |
|
5186
36630a062fb5
Check in enhanced form for check command used by addPermission.
John Rouillard <rouilj@ieee.org>
parents:
5185
diff
changeset
|
1155 - New form of check function is permitted in permission definitions. |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
1156 If the check function is defined as:: |
|
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
1157 |
|
5186
36630a062fb5
Check in enhanced form for check command used by addPermission.
John Rouillard <rouilj@ieee.org>
parents:
5185
diff
changeset
|
1158 check(db, userid, itemid, **ctx) |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
1159 |
|
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
1160 the ctx variable will have:: |
|
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
1161 |
|
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
1162 ctx['property']: the name of the property being checked or None |
|
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
1163 ctx['classname']: the class that is being checked or None |
|
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
1164 ctx['permission']: the name of the permission (e.g. View, Edit) |
|
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
1165 |
|
5186
36630a062fb5
Check in enhanced form for check command used by addPermission.
John Rouillard <rouilj@ieee.org>
parents:
5185
diff
changeset
|
1166 At some future date the older 3 argument style check command will |
|
36630a062fb5
Check in enhanced form for check command used by addPermission.
John Rouillard <rouilj@ieee.org>
parents:
5185
diff
changeset
|
1167 be deprecated. See ``upgrading.txt`` for details. |
|
5196
e0732fd6a6c7
Implement props_only feature for permissions.
rouilj@uland
parents:
5192
diff
changeset
|
1168 - New property for permissions added to simplify the model. See |
|
7354
692242b3effd
initial pass to change references to reference doc where needed.
John Rouillard <rouilj@ieee.org>
parents:
7340
diff
changeset
|
1169 ``reference.txt`` and search for props_only and |
|
5201
a9ace22e0a2f
issue 2550690 - Adding anti-csrf measures to roundup following
John Rouillard <rouilj@ieee.org>
parents:
5196
diff
changeset
|
1170 set_props_only_default in the section 'Adding a new Permission'. |
|
a9ace22e0a2f
issue 2550690 - Adding anti-csrf measures to roundup following
John Rouillard <rouilj@ieee.org>
parents:
5196
diff
changeset
|
1171 (John Rouillard) |
|
a9ace22e0a2f
issue 2550690 - Adding anti-csrf measures to roundup following
John Rouillard <rouilj@ieee.org>
parents:
5196
diff
changeset
|
1172 - issue2550690 - Inadequate CSRF protection. Improvements in |
|
a9ace22e0a2f
issue 2550690 - Adding anti-csrf measures to roundup following
John Rouillard <rouilj@ieee.org>
parents:
5196
diff
changeset
|
1173 Cross Site Request Forgery protection to check HTTP headers |
|
a9ace22e0a2f
issue 2550690 - Adding anti-csrf measures to roundup following
John Rouillard <rouilj@ieee.org>
parents:
5196
diff
changeset
|
1174 and nonces. If the header/nonce is present, they are |
|
a9ace22e0a2f
issue 2550690 - Adding anti-csrf measures to roundup following
John Rouillard <rouilj@ieee.org>
parents:
5196
diff
changeset
|
1175 validated. But if headers or nonces are missing access is |
|
a9ace22e0a2f
issue 2550690 - Adding anti-csrf measures to roundup following
John Rouillard <rouilj@ieee.org>
parents:
5196
diff
changeset
|
1176 granted. The enforcement policy can be set in config.ini. |
|
a9ace22e0a2f
issue 2550690 - Adding anti-csrf measures to roundup following
John Rouillard <rouilj@ieee.org>
parents:
5196
diff
changeset
|
1177 Requiring enforcement will need some changes to |
|
a9ace22e0a2f
issue 2550690 - Adding anti-csrf measures to roundup following
John Rouillard <rouilj@ieee.org>
parents:
5196
diff
changeset
|
1178 templates. Support for protecting xmlrpc endpoint not well |
|
a9ace22e0a2f
issue 2550690 - Adding anti-csrf measures to roundup following
John Rouillard <rouilj@ieee.org>
parents:
5196
diff
changeset
|
1179 tested. See ``upgrading.txt``. (John Rouillard) |
|
5212
d4cc71beb102
Added support for SameSite cookie option for CSRF prevention
John Rouillard <rouilj@ieee.org>
parents:
5201
diff
changeset
|
1180 - Added support for using the SameSite cookie option on the |
|
d4cc71beb102
Added support for SameSite cookie option for CSRF prevention
John Rouillard <rouilj@ieee.org>
parents:
5201
diff
changeset
|
1181 session cookie. Default is lax, but there is a settable |
|
d4cc71beb102
Added support for SameSite cookie option for CSRF prevention
John Rouillard <rouilj@ieee.org>
parents:
5201
diff
changeset
|
1182 option in config.ini file to change to strict or |
|
d4cc71beb102
Added support for SameSite cookie option for CSRF prevention
John Rouillard <rouilj@ieee.org>
parents:
5201
diff
changeset
|
1183 suppress it entirely. See ``upgrading.txt``. (John Rouillard) |
|
5231
8743b7226dc7
Fix issue with retreiving raw template files using the @@file mechanism.
John Rouillard <rouilj@ieee.org>
parents:
5224
diff
changeset
|
1184 - Added a new roundup-admin command: updateconfig. Similar to |
|
8743b7226dc7
Fix issue with retreiving raw template files using the @@file mechanism.
John Rouillard <rouilj@ieee.org>
parents:
5224
diff
changeset
|
1185 genconfig but it uses values from an existing config.ini |
|
8743b7226dc7
Fix issue with retreiving raw template files using the @@file mechanism.
John Rouillard <rouilj@ieee.org>
parents:
5224
diff
changeset
|
1186 rather than default values. Use to update an existing |
|
8743b7226dc7
Fix issue with retreiving raw template files using the @@file mechanism.
John Rouillard <rouilj@ieee.org>
parents:
5224
diff
changeset
|
1187 config.ini with new options and help text. (John Rouillard) |
|
5232
462b0f76fce8
issue2550864 - Potential information leakage via journal/history
John Rouillard <rouilj@ieee.org>
parents:
5231
diff
changeset
|
1188 - issue2550864: Potential information leakage via journal/history |
|
462b0f76fce8
issue2550864 - Potential information leakage via journal/history
John Rouillard <rouilj@ieee.org>
parents:
5231
diff
changeset
|
1189 Hyperdb history function now only returns properties that the user |
|
5257
928512faf565
- issue2550864: Potential information leakage via journal/history
John Rouillard <rouilj@ieee.org>
parents:
5243
diff
changeset
|
1190 can View or Edit and links to objects the user can see. Can be |
|
928512faf565
- issue2550864: Potential information leakage via journal/history
John Rouillard <rouilj@ieee.org>
parents:
5243
diff
changeset
|
1191 overridden by setting a parameter when calling the method. |
|
928512faf565
- issue2550864: Potential information leakage via journal/history
John Rouillard <rouilj@ieee.org>
parents:
5243
diff
changeset
|
1192 Also restructured code that implemented issue1714899 moving it |
|
928512faf565
- issue2550864: Potential information leakage via journal/history
John Rouillard <rouilj@ieee.org>
parents:
5243
diff
changeset
|
1193 from the templating class to the hyperdb. (John Rouillard) |
|
5241
092c4522b3bf
Mailer: Improves diagnostic messages for DEBUG.
Bernhard Reiter <bernhard@intevation.de>
parents:
5232
diff
changeset
|
1194 - Improves diagnostics for mail processing: When using logging level = DEBUG, |
|
092c4522b3bf
Mailer: Improves diagnostic messages for DEBUG.
Bernhard Reiter <bernhard@intevation.de>
parents:
5232
diff
changeset
|
1195 bounces and bounce problems are logged. (Bernhard Reiter) |
|
5303
5017c3422334
Pass X-Forwarded-For and X-Forwarded-Proto headers as
John Rouillard <rouilj@ieee.org>
parents:
5293
diff
changeset
|
1196 - In roundup-server, pass X-Forwarded-For and X-Forwarded-Proto |
|
5017c3422334
Pass X-Forwarded-For and X-Forwarded-Proto headers as
John Rouillard <rouilj@ieee.org>
parents:
5293
diff
changeset
|
1197 headers as the environment variables: HTTP_X-FORWARDED-FOR and |
|
5017c3422334
Pass X-Forwarded-For and X-Forwarded-Proto headers as
John Rouillard <rouilj@ieee.org>
parents:
5293
diff
changeset
|
1198 HTTP_X_FORWARDED_PROTO. If the user is running roundup server behind |
|
5017c3422334
Pass X-Forwarded-For and X-Forwarded-Proto headers as
John Rouillard <rouilj@ieee.org>
parents:
5293
diff
changeset
|
1199 a proxy, these headers allow the user to write extensions that can |
|
5017c3422334
Pass X-Forwarded-For and X-Forwarded-Proto headers as
John Rouillard <rouilj@ieee.org>
parents:
5293
diff
changeset
|
1200 figure out the original client ip and protocol. None of the core |
|
5017c3422334
Pass X-Forwarded-For and X-Forwarded-Proto headers as
John Rouillard <rouilj@ieee.org>
parents:
5293
diff
changeset
|
1201 roundup code uses these headers/env vars. These headers can be |
|
5017c3422334
Pass X-Forwarded-For and X-Forwarded-Proto headers as
John Rouillard <rouilj@ieee.org>
parents:
5293
diff
changeset
|
1202 spoofed by bad proxies etc. so you have been warned. |
|
5305
e20f472fde7d
issue2550799: provide basic support for handling html only emails
John Rouillard <rouilj@ieee.org>
parents:
5303
diff
changeset
|
1203 - issue2550799: provide basic support for handling html only emails |
|
e20f472fde7d
issue2550799: provide basic support for handling html only emails
John Rouillard <rouilj@ieee.org>
parents:
5303
diff
changeset
|
1204 Emails missing text/plain parts but with text/html parts can be |
|
e20f472fde7d
issue2550799: provide basic support for handling html only emails
John Rouillard <rouilj@ieee.org>
parents:
5303
diff
changeset
|
1205 converted into text. If this is done the email will no longer be |
|
e20f472fde7d
issue2550799: provide basic support for handling html only emails
John Rouillard <rouilj@ieee.org>
parents:
5303
diff
changeset
|
1206 bounced back to the sender with an error. Enable by configuring the |
|
e20f472fde7d
issue2550799: provide basic support for handling html only emails
John Rouillard <rouilj@ieee.org>
parents:
5303
diff
changeset
|
1207 convert_htmltotext option in your upgraded config.ini. (Initial |
|
e20f472fde7d
issue2550799: provide basic support for handling html only emails
John Rouillard <rouilj@ieee.org>
parents:
5303
diff
changeset
|
1208 patch by Igor Ippolitov merged with changes by John Rouillard.) |
|
5318
506c7ee9a385
Add a 'retired' parameter to Class.filter
Ralf Schlatterbeck <rsc@runtux.com>
parents:
5315
diff
changeset
|
1209 - Add a 'retired' parameter to Class.filter to allow searching for |
|
506c7ee9a385
Add a 'retired' parameter to Class.filter
Ralf Schlatterbeck <rsc@runtux.com>
parents:
5315
diff
changeset
|
1210 retired, non-retired or all (retired and non-retired) items similar |
|
506c7ee9a385
Add a 'retired' parameter to Class.filter
Ralf Schlatterbeck <rsc@runtux.com>
parents:
5315
diff
changeset
|
1211 to the argument of the same name to Class.getnodeids. This is 'False' |
|
506c7ee9a385
Add a 'retired' parameter to Class.filter
Ralf Schlatterbeck <rsc@runtux.com>
parents:
5315
diff
changeset
|
1212 by default (finding only non-retired items for backwards |
|
506c7ee9a385
Add a 'retired' parameter to Class.filter
Ralf Schlatterbeck <rsc@runtux.com>
parents:
5315
diff
changeset
|
1213 compatibility) and can be set to None (for finding retired and |
|
506c7ee9a385
Add a 'retired' parameter to Class.filter
Ralf Schlatterbeck <rsc@runtux.com>
parents:
5315
diff
changeset
|
1214 non-retired items) or True (for finding only retired items). |
|
5321
4566360871dc
Raises python requirement to 2.7.
Bernhard Reiter <bernhard@intevation.de>
parents:
5319
diff
changeset
|
1215 - Requires Python 2.7 now, indicated in version_check.py |
|
4566360871dc
Raises python requirement to 2.7.
Bernhard Reiter <bernhard@intevation.de>
parents:
5319
diff
changeset
|
1216 and doc/installation.txt. (Bernhard Reiter) |
|
5323
762222535a0b
Allow http request logs to be logged using the python logging module
John Rouillard <rouilj@ieee.org>
parents:
5321
diff
changeset
|
1217 - New -L flag to roundup-server to send http/https request logs |
|
762222535a0b
Allow http request logs to be logged using the python logging module
John Rouillard <rouilj@ieee.org>
parents:
5321
diff
changeset
|
1218 through the python logger module (using roundup.http). This allows |
|
762222535a0b
Allow http request logs to be logged using the python logging module
John Rouillard <rouilj@ieee.org>
parents:
5321
diff
changeset
|
1219 automatic log rotation. Without it, log file rotation requires restarting |
|
762222535a0b
Allow http request logs to be logged using the python logging module
John Rouillard <rouilj@ieee.org>
parents:
5321
diff
changeset
|
1220 the server. (John Rouillard) |
|
5332
d0689aaa83db
Applied patch 0038 from issue2550960 to upgrade code examples in
John Rouillard <rouilj@ieee.org>
parents:
5331
diff
changeset
|
1221 - Part of issue2550960. Applied patch 0038 to upgrade documentation |
|
d0689aaa83db
Applied patch 0038 from issue2550960 to upgrade code examples in
John Rouillard <rouilj@ieee.org>
parents:
5331
diff
changeset
|
1222 code examples to support both python 2 and 3. (Joseph Myers) |
|
5339
5887b826faf4
Record removal of binary windows installer.
John Rouillard <rouilj@ieee.org>
parents:
5335
diff
changeset
|
1223 - Release no longer includes binary windows installer. Pypi no longer |
|
5887b826faf4
Record removal of binary windows installer.
John Rouillard <rouilj@ieee.org>
parents:
5335
diff
changeset
|
1224 accepts it for upload. |
|
5119
748ba87e1aca
Added a new cgi action restore. The opposite of (and a clone of) the existing retire action.
John Rouillard <rouilj@ieee.org>
parents:
5118
diff
changeset
|
1225 |
| 5050 | 1226 Fixed: |
|
5039
bdeda09a5a26
Start new changelog for 1.6.0
John Kristensen <john@jerrykan.com>
parents:
5026
diff
changeset
|
1227 |
|
5766
d097f44bcb95
Remove trailing whitespace in CHANGES.txt.
Ezio Melotti <ezio.melotti@gmail.com>
parents:
5762
diff
changeset
|
1228 - issue1615201: Optionally restore the original (version 0.6) mailgw |
|
d097f44bcb95
Remove trailing whitespace in CHANGES.txt.
Ezio Melotti <ezio.melotti@gmail.com>
parents:
5762
diff
changeset
|
1229 behaviour of ignoring a Resent-From:-header and using the real |
|
d097f44bcb95
Remove trailing whitespace in CHANGES.txt.
Ezio Melotti <ezio.melotti@gmail.com>
parents:
5762
diff
changeset
|
1230 From-header instead: new configuration option EMAIL_KEEP_REAL_FROM |
|
5045
a46d5d0fd5f8
Fix issue1615201: Added a new configuration option EMAIL_KEEP_REAL_FROM
Peter Funk <pf@artcom-gmbh.de>
parents:
5039
diff
changeset
|
1231 (Peter Funk aka Pefu). |
|
5048
53379ec4b26a
updating the changes file with a couple of patches
John Rouillard <rouilj@ieee.org>
parents:
5045
diff
changeset
|
1232 - issue2550717: Changed a couple of residual email references into |
|
5052
737d3edee3ab
E-mail -> E-Mail in de.po (issue2550717)
Thomas Arendsen Hein <thomas@intevation.de>
parents:
5051
diff
changeset
|
1233 E-Mail in German translation (John Rouillard) |
|
5048
53379ec4b26a
updating the changes file with a couple of patches
John Rouillard <rouilj@ieee.org>
parents:
5045
diff
changeset
|
1234 - issue2550669: Adding documentation for csv_field_size to the |
| 5050 | 1235 customizing tracker section of doc/customizing.txt (John Rouillard) |
| 1236 - issue2550601: gsoc-2009 "bug" class doesn't have "patches" property | |
| 1237 Added multilink to patches to the bug schema in the devel template. | |
|
5054
f0f5293d9939
Updated changes fle with SSHA patch. Changed attribution on a couple of other changes to indicate I applied the change and was not the author of the change.
John Rouillard <rouilj@ieee.org>
parents:
5051
diff
changeset
|
1238 (applied by John Rouillard) |
|
5051
b69c5e763295
issue2550748: Crash when creating new issues with non-existing multilink values (in classic template). Applied patch provided by user. (John Rouillard)
John Rouillard <rouilj@ieee.org>
parents:
5050
diff
changeset
|
1239 - issue2550748: Crash when creating new issues with non-existing |
|
b69c5e763295
issue2550748: Crash when creating new issues with non-existing multilink values (in classic template). Applied patch provided by user. (John Rouillard)
John Rouillard <rouilj@ieee.org>
parents:
5050
diff
changeset
|
1240 multilink values (in classic template). Applied patch so it |
|
5055
a2b7cfa8d7e9
Fixed changes file comments, merged with upstream.
John Rouillard <rouilj@ieee.org>
diff
changeset
|
1241 now errors the same way as an update does. (applied by John Rouillard) |
|
5056
d995ee7d49bf
issue2550757: one bug raised by issue fixed. Patch created by
John Rouillard <rouilj@ieee.org>
parents:
5055
diff
changeset
|
1242 - issue2550757: one bug raised by issue fixed. Patch created by |
|
5766
d097f44bcb95
Remove trailing whitespace in CHANGES.txt.
Ezio Melotti <ezio.melotti@gmail.com>
parents:
5762
diff
changeset
|
1243 W. Trevor King (wking) for documentation of mailgw applied by |
|
5056
d995ee7d49bf
issue2550757: one bug raised by issue fixed. Patch created by
John Rouillard <rouilj@ieee.org>
parents:
5055
diff
changeset
|
1244 John Rouillard. |
|
5062
2ac11cc397eb
Fix arguments to 'menu cgi method
Ralf Schlatterbeck <rsc@runtux.com>
parents:
5056
diff
changeset
|
1245 - Fix processing of additional arguments to cgi method 'menu': This |
|
2ac11cc397eb
Fix arguments to 'menu cgi method
Ralf Schlatterbeck <rsc@runtux.com>
parents:
5056
diff
changeset
|
1246 would not work if more than one additional argument is used. |
|
2ac11cc397eb
Fix arguments to 'menu cgi method
Ralf Schlatterbeck <rsc@runtux.com>
parents:
5056
diff
changeset
|
1247 (Ralf Schlatterbeck) |
|
5064
46da0db55545
Document some existing property attributes
Ralf Schlatterbeck <rsc@runtux.com>
parents:
5063
diff
changeset
|
1248 - Update documentation of some existing property attributes (like |
|
46da0db55545
Document some existing property attributes
Ralf Schlatterbeck <rsc@runtux.com>
parents:
5063
diff
changeset
|
1249 'do_journal' for Link/Multilink properties), this also adds missing |
|
46da0db55545
Document some existing property attributes
Ralf Schlatterbeck <rsc@runtux.com>
parents:
5063
diff
changeset
|
1250 documentation for issue1444214. (Ralf Schlatterbeck) |
|
5069
2706b66675bf
issue2550763 Strip whitespace from Multilink values after + or -.
John Rouillard <rouilj@ieee.org>
parents:
5068
diff
changeset
|
1251 - issue2550763 Strip whitespace from Multilink values after + or -. |
|
2706b66675bf
issue2550763 Strip whitespace from Multilink values after + or -.
John Rouillard <rouilj@ieee.org>
parents:
5068
diff
changeset
|
1252 (W. Trevor King) Test heavily modified by John Rouillard. (applied |
|
2706b66675bf
issue2550763 Strip whitespace from Multilink values after + or -.
John Rouillard <rouilj@ieee.org>
parents:
5068
diff
changeset
|
1253 by John Rouillard) |
|
5078
487dc55e3c5e
issue2550907 Fix errors when creating documentation. Work done by
John Rouillard <rouilj@ieee.org>
parents:
5069
diff
changeset
|
1254 - issue2550907 Fix errors when creating documentation. Work done by |
|
487dc55e3c5e
issue2550907 Fix errors when creating documentation. Work done by
John Rouillard <rouilj@ieee.org>
parents:
5069
diff
changeset
|
1255 Peter Funk (pefu). (Applied by John Rouillard with small change |
|
487dc55e3c5e
issue2550907 Fix errors when creating documentation. Work done by
John Rouillard <rouilj@ieee.org>
parents:
5069
diff
changeset
|
1256 omitting obsolete security.txt.) |
|
5084
675b3b3d88f0
Fix issue2550826 third try. This limits the capture of exceptions to
John Rouillard <rouilj@ieee.org>
parents:
5083
diff
changeset
|
1257 - issue2550826 Capture some exceptions from auditors/reactors and |
|
5079
65fef7858606
issue2550826 IOError in detector causes apache 'premature end of script headers' error
John Rouillard <rouilj@ieee.org>
parents:
5078
diff
changeset
|
1258 raise a DetectorError instead. This allows failures like IOErrors |
|
65fef7858606
issue2550826 IOError in detector causes apache 'premature end of script headers' error
John Rouillard <rouilj@ieee.org>
parents:
5078
diff
changeset
|
1259 from the detectors (e.g. unable to access files) to be handled. |
|
65fef7858606
issue2550826 IOError in detector causes apache 'premature end of script headers' error
John Rouillard <rouilj@ieee.org>
parents:
5078
diff
changeset
|
1260 Previously an IOError just resulted in no output (premature end of |
|
65fef7858606
issue2550826 IOError in detector causes apache 'premature end of script headers' error
John Rouillard <rouilj@ieee.org>
parents:
5078
diff
changeset
|
1261 headers under apache). Problem diagnosed and initial patch created by |
|
65fef7858606
issue2550826 IOError in detector causes apache 'premature end of script headers' error
John Rouillard <rouilj@ieee.org>
parents:
5078
diff
changeset
|
1262 Tom Ekberg (tekberg). Further testing and patch change done by |
|
65fef7858606
issue2550826 IOError in detector causes apache 'premature end of script headers' error
John Rouillard <rouilj@ieee.org>
parents:
5078
diff
changeset
|
1263 John Rouillard. |
|
5083
1c992cb4301a
issue2550851 Installation doc removed directions for installing
John Rouillard <rouilj@ieee.org>
parents:
5082
diff
changeset
|
1264 - issue2550851 in installation doc removed directions for |
|
1c992cb4301a
issue2550851 Installation doc removed directions for installing
John Rouillard <rouilj@ieee.org>
parents:
5082
diff
changeset
|
1265 installing additional codecs for Asian languages. They |
|
1c992cb4301a
issue2550851 Installation doc removed directions for installing
John Rouillard <rouilj@ieee.org>
parents:
5082
diff
changeset
|
1266 they appear to be part of the standard python since at least 2.6. |
|
1c992cb4301a
issue2550851 Installation doc removed directions for installing
John Rouillard <rouilj@ieee.org>
parents:
5082
diff
changeset
|
1267 Also the quoted url is obsolete. See ticket if you think you need |
|
1c992cb4301a
issue2550851 Installation doc removed directions for installing
John Rouillard <rouilj@ieee.org>
parents:
5082
diff
changeset
|
1268 the codecs. |
|
5085
d3d9d1402763
issue2550823 Improve mailgw logging for node creation errors. Add a
John Rouillard <rouilj@ieee.org>
parents:
5084
diff
changeset
|
1269 - issue2550823 improve mailgw logging for node creation errors. |
|
d3d9d1402763
issue2550823 Improve mailgw logging for node creation errors. Add a
John Rouillard <rouilj@ieee.org>
parents:
5084
diff
changeset
|
1270 Patch by r.david.murray (applied by John Rouillard). |
|
5086
2b551b6b0830
issue2550549 Postgres error on message templating
John Rouillard <rouilj@ieee.org>
parents:
5085
diff
changeset
|
1271 - issue2550549 Postgres error on message templating |
|
2b551b6b0830
issue2550549 Postgres error on message templating
John Rouillard <rouilj@ieee.org>
parents:
5085
diff
changeset
|
1272 Exception gets thrown and not captured if nodeid is too large |
|
2b551b6b0830
issue2550549 Postgres error on message templating
John Rouillard <rouilj@ieee.org>
parents:
5085
diff
changeset
|
1273 on postgres. Added a check in rdbms_common layer that max nodeid |
|
2b551b6b0830
issue2550549 Postgres error on message templating
John Rouillard <rouilj@ieee.org>
parents:
5085
diff
changeset
|
1274 is < 2^31 -1. Large nodeid now return no such id error upstream. |
|
2b551b6b0830
issue2550549 Postgres error on message templating
John Rouillard <rouilj@ieee.org>
parents:
5085
diff
changeset
|
1275 Patch idea from: martin.v.loewis. (John Rouillard) |
|
5087
39af8a0f3446
Applied patch attached to issue2550723. Problem in index page
John Rouillard <rouilj@ieee.org>
parents:
5086
diff
changeset
|
1276 - issue2550723 Fix propagation of @pagesize |
|
39af8a0f3446
Applied patch attached to issue2550723. Problem in index page
John Rouillard <rouilj@ieee.org>
parents:
5086
diff
changeset
|
1277 When @pagesize=0 is specified (indicating show all), the value of |
|
39af8a0f3446
Applied patch attached to issue2550723. Problem in index page
John Rouillard <rouilj@ieee.org>
parents:
5086
diff
changeset
|
1278 pagesize is not propigated to the prev link. This patch fixes that. |
|
39af8a0f3446
Applied patch attached to issue2550723. Problem in index page
John Rouillard <rouilj@ieee.org>
parents:
5086
diff
changeset
|
1279 Patch provided by John Kristensen. (Applied, light testing by John |
|
39af8a0f3446
Applied patch attached to issue2550723. Problem in index page
John Rouillard <rouilj@ieee.org>
parents:
5086
diff
changeset
|
1280 Rouillard.) |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
1281 - issue2550850 ``anypy/email_.py`` uses BSPACE which is not defined \ |
|
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
1282 in python 2.7. Supplied a definition for BSPACE since it seems to |
|
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
1283 not be defined anywhere. Reported by Dennis Boone. (John Rouillard) |
|
5094
92d33d3125a0
Validate properties specified for sorting and grouping in index
John Rouillard <rouilj@ieee.org>
parents:
5093
diff
changeset
|
1284 - Validate properties specified for sorting and grouping in index |
|
92d33d3125a0
Validate properties specified for sorting and grouping in index
John Rouillard <rouilj@ieee.org>
parents:
5093
diff
changeset
|
1285 views. Original patch from martin.v.loewis via: |
|
92d33d3125a0
Validate properties specified for sorting and grouping in index
John Rouillard <rouilj@ieee.org>
parents:
5093
diff
changeset
|
1286 https://hg.python.org/tracker/roundup/rev/439bd3060df2 |
|
92d33d3125a0
Validate properties specified for sorting and grouping in index
John Rouillard <rouilj@ieee.org>
parents:
5093
diff
changeset
|
1287 Applied by John Rouillard with some modification to properly |
|
92d33d3125a0
Validate properties specified for sorting and grouping in index
John Rouillard <rouilj@ieee.org>
parents:
5093
diff
changeset
|
1288 identify if the bad property is a sort or grouping property. Tests |
|
92d33d3125a0
Validate properties specified for sorting and grouping in index
John Rouillard <rouilj@ieee.org>
parents:
5093
diff
changeset
|
1289 added. |
|
5097
156cbc1d182c
Validate values for Integer and Numeric type filter parameters rather than
John Rouillard <rouilj@ieee.org>
parents:
5096
diff
changeset
|
1290 - Validate Integer and Numeric type filter parameters rather than |
|
156cbc1d182c
Validate values for Integer and Numeric type filter parameters rather than
John Rouillard <rouilj@ieee.org>
parents:
5096
diff
changeset
|
1291 passing output down to db level. Initial patch at: |
|
156cbc1d182c
Validate values for Integer and Numeric type filter parameters rather than
John Rouillard <rouilj@ieee.org>
parents:
5096
diff
changeset
|
1292 http://hg.python.org/tracker/roundup/rev/98508a47c126 by |
|
156cbc1d182c
Validate values for Integer and Numeric type filter parameters rather than
John Rouillard <rouilj@ieee.org>
parents:
5096
diff
changeset
|
1293 Martin.V.Loewis. Numeric test patch applied, Integer code and tests |
|
156cbc1d182c
Validate values for Integer and Numeric type filter parameters rather than
John Rouillard <rouilj@ieee.org>
parents:
5096
diff
changeset
|
1294 developed by John Rouillard. |
|
5100
5775959d81a3
issue1926124: fix crash in roundup_admin migrate option wih anydbm
John Rouillard <rouilj@ieee.org>
parents:
5098
diff
changeset
|
1295 - issue1926124: fix crash in roundup_admin migrate option. |
|
5775959d81a3
issue1926124: fix crash in roundup_admin migrate option wih anydbm
John Rouillard <rouilj@ieee.org>
parents:
5098
diff
changeset
|
1296 Patch submitted by Henry (henryl), modified value to False |
|
5775959d81a3
issue1926124: fix crash in roundup_admin migrate option wih anydbm
John Rouillard <rouilj@ieee.org>
parents:
5098
diff
changeset
|
1297 since this produces the correct "No migration action required" |
|
5775959d81a3
issue1926124: fix crash in roundup_admin migrate option wih anydbm
John Rouillard <rouilj@ieee.org>
parents:
5098
diff
changeset
|
1298 output from the migrate command. |
|
5103
c52714a69432
issue2161722: oudated docs updated CHANGES.txt.
John Rouillard <rouilj@ieee.org>
parents:
5100
diff
changeset
|
1299 - issue2161722: oudated docs (sic) |
|
c52714a69432
issue2161722: oudated docs updated CHANGES.txt.
John Rouillard <rouilj@ieee.org>
parents:
5100
diff
changeset
|
1300 Fix old entry in FAQ, update roundup-server config docs and |
|
c52714a69432
issue2161722: oudated docs updated CHANGES.txt.
John Rouillard <rouilj@ieee.org>
parents:
5100
diff
changeset
|
1301 example file from current roundup-server output. Update |
|
c52714a69432
issue2161722: oudated docs updated CHANGES.txt.
John Rouillard <rouilj@ieee.org>
parents:
5100
diff
changeset
|
1302 some typos in .py files. John Rouillard. |
|
5104
ca3e56590fcd
Fixed issue2550572: setting nosy=+foo on multiple issues gives them all
John Rouillard <rouilj@ieee.org>
parents:
5103
diff
changeset
|
1303 - issue2550572: setting nosy=+foo on multiple issues gives them all |
|
ca3e56590fcd
Fixed issue2550572: setting nosy=+foo on multiple issues gives them all
John Rouillard <rouilj@ieee.org>
parents:
5103
diff
changeset
|
1304 the same exact nosy list. Fixed a missing reinitialization that has |
|
ca3e56590fcd
Fixed issue2550572: setting nosy=+foo on multiple issues gives them all
John Rouillard <rouilj@ieee.org>
parents:
5103
diff
changeset
|
1305 to occur every time though the loop in do_set. Manual tests work. |
|
ca3e56590fcd
Fixed issue2550572: setting nosy=+foo on multiple issues gives them all
John Rouillard <rouilj@ieee.org>
parents:
5103
diff
changeset
|
1306 (John Rouillard) |
|
5108
67fad01d2009
issue2550653: xapian search, stemming is not working
John Rouillard <rouilj@ieee.org>
parents:
5104
diff
changeset
|
1307 - issue2550653: xapian search, stemming is not working |
|
67fad01d2009
issue2550653: xapian search, stemming is not working
John Rouillard <rouilj@ieee.org>
parents:
5104
diff
changeset
|
1308 This is a partial fix for the issue. It does make stemming work |
|
67fad01d2009
issue2550653: xapian search, stemming is not working
John Rouillard <rouilj@ieee.org>
parents:
5104
diff
changeset
|
1309 (so searching for silent will also return docs with silently in |
|
67fad01d2009
issue2550653: xapian search, stemming is not working
John Rouillard <rouilj@ieee.org>
parents:
5104
diff
changeset
|
1310 them). However to do this we need to lowercase the text so the |
|
67fad01d2009
issue2550653: xapian search, stemming is not working
John Rouillard <rouilj@ieee.org>
parents:
5104
diff
changeset
|
1311 porter stemmer will work. This means capitalization is not |
|
67fad01d2009
issue2550653: xapian search, stemming is not working
John Rouillard <rouilj@ieee.org>
parents:
5104
diff
changeset
|
1312 preserved. Fix done by David Wolever (wolever). Committed and doc |
|
67fad01d2009
issue2550653: xapian search, stemming is not working
John Rouillard <rouilj@ieee.org>
parents:
5104
diff
changeset
|
1313 updates John Rouillard. |
|
5113
cf112b90fa8d
issue2550855: added search perms for anonymous to the user class.
John Rouillard <rouilj@ieee.org>
parents:
5112
diff
changeset
|
1314 - issue2550855: "show unassigned" link shows all open issues if not |
|
cf112b90fa8d
issue2550855: added search perms for anonymous to the user class.
John Rouillard <rouilj@ieee.org>
parents:
5112
diff
changeset
|
1315 logged in. This adds permission for the anonymous user to search |
|
cf112b90fa8d
issue2550855: added search perms for anonymous to the user class.
John Rouillard <rouilj@ieee.org>
parents:
5112
diff
changeset
|
1316 the users class. Without this the unassigned search can't see if |
|
cf112b90fa8d
issue2550855: added search perms for anonymous to the user class.
John Rouillard <rouilj@ieee.org>
parents:
5112
diff
changeset
|
1317 there is a user assigned to an issue, so it acts like all open |
|
cf112b90fa8d
issue2550855: added search perms for anonymous to the user class.
John Rouillard <rouilj@ieee.org>
parents:
5112
diff
changeset
|
1318 issues. Patch supplied by Stuart McGraw (smcgraw). For caveats |
|
cf112b90fa8d
issue2550855: added search perms for anonymous to the user class.
John Rouillard <rouilj@ieee.org>
parents:
5112
diff
changeset
|
1319 see ``upgrading.txt`` and the comments in the default templates. |
|
cf112b90fa8d
issue2550855: added search perms for anonymous to the user class.
John Rouillard <rouilj@ieee.org>
parents:
5112
diff
changeset
|
1320 (Docs created and applcation by John Rouillard) |
|
5114
f74300d1494e
issue2550854: including new field in All text* search.
John Rouillard <rouilj@ieee.org>
parents:
5113
diff
changeset
|
1321 - issue2550854: including new field in All text* search. |
|
f74300d1494e
issue2550854: including new field in All text* search.
John Rouillard <rouilj@ieee.org>
parents:
5113
diff
changeset
|
1322 Fixed documentation in customizing.txt. The default for indexme on |
|
f74300d1494e
issue2550854: including new field in All text* search.
John Rouillard <rouilj@ieee.org>
parents:
5113
diff
changeset
|
1323 String fileds is 'no' not 'yes'. So to get a new string field into |
|
f74300d1494e
issue2550854: including new field in All text* search.
John Rouillard <rouilj@ieee.org>
parents:
5113
diff
changeset
|
1324 the full text/all text index you need to use String(indexme='yes'). |
|
f74300d1494e
issue2550854: including new field in All text* search.
John Rouillard <rouilj@ieee.org>
parents:
5113
diff
changeset
|
1325 Reported by Michael Belleville. (John Rouillard) |
|
5118
57452bc6d989
issue2550853 - better error handling and cleanup on some postgres
John Rouillard <rouilj@ieee.org>
parents:
5117
diff
changeset
|
1326 - issue2550853 - better error handling and cleanup on some postgres |
|
57452bc6d989
issue2550853 - better error handling and cleanup on some postgres
John Rouillard <rouilj@ieee.org>
parents:
5117
diff
changeset
|
1327 tests by Stuart McGraw. |
|
57452bc6d989
issue2550853 - better error handling and cleanup on some postgres
John Rouillard <rouilj@ieee.org>
parents:
5117
diff
changeset
|
1328 - issue2086536 - back_postgresql: fixing pg_command and prefering |
|
57452bc6d989
issue2550853 - better error handling and cleanup on some postgres
John Rouillard <rouilj@ieee.org>
parents:
5117
diff
changeset
|
1329 psycopg2. Patch done by Philipp Gortan (mephinet). His patch |
|
57452bc6d989
issue2550853 - better error handling and cleanup on some postgres
John Rouillard <rouilj@ieee.org>
parents:
5117
diff
changeset
|
1330 also improves handling of retryable errors. Applied and |
|
57452bc6d989
issue2550853 - better error handling and cleanup on some postgres
John Rouillard <rouilj@ieee.org>
parents:
5117
diff
changeset
|
1331 edited by John Rouillard. Edits included removing support for |
|
57452bc6d989
issue2550853 - better error handling and cleanup on some postgres
John Rouillard <rouilj@ieee.org>
parents:
5117
diff
changeset
|
1332 psycopg1. See: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
1333 |
|
5118
57452bc6d989
issue2550853 - better error handling and cleanup on some postgres
John Rouillard <rouilj@ieee.org>
parents:
5117
diff
changeset
|
1334 https://sourceforge.net/p/roundup/mailman/message/32855027/ |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
1335 |
|
5118
57452bc6d989
issue2550853 - better error handling and cleanup on some postgres
John Rouillard <rouilj@ieee.org>
parents:
5117
diff
changeset
|
1336 for rational for dropping it. |
|
5120
722394a48d7b
issue2550831: Make the classic template query.edit page work.
John Rouillard <rouilj@ieee.org>
parents:
5119
diff
changeset
|
1337 - issue2550831: Make the classic template query.edit page work. |
|
722394a48d7b
issue2550831: Make the classic template query.edit page work.
John Rouillard <rouilj@ieee.org>
parents:
5119
diff
changeset
|
1338 Many fixes and improvements. See ``upgrading.txt`` for details. |
|
722394a48d7b
issue2550831: Make the classic template query.edit page work.
John Rouillard <rouilj@ieee.org>
parents:
5119
diff
changeset
|
1339 Diagnosis and fix with patch by R David Murray. Support for |
|
722394a48d7b
issue2550831: Make the classic template query.edit page work.
John Rouillard <rouilj@ieee.org>
parents:
5119
diff
changeset
|
1340 restoring retired but active queries, html layout changes and doc |
|
722394a48d7b
issue2550831: Make the classic template query.edit page work.
John Rouillard <rouilj@ieee.org>
parents:
5119
diff
changeset
|
1341 by John Rouillard. |
|
5137
98fdc1f98194
issue2550743 - Reindex with MySQL Server failed. It looks like
John Rouillard <rouilj@ieee.org>
parents:
5132
diff
changeset
|
1342 - issue2550785: Using login from search (or logout) fails. When |
|
5121
894aa07be6cb
issue2550785: Using login from search (or logout) fails. when
John Rouillard <rouilj@ieee.org>
parents:
5120
diff
changeset
|
1343 logging in from a search page or after a logout it fails with an |
|
894aa07be6cb
issue2550785: Using login from search (or logout) fails. when
John Rouillard <rouilj@ieee.org>
parents:
5120
diff
changeset
|
1344 error. These failures have been fixed. The fix also keeps the user |
|
894aa07be6cb
issue2550785: Using login from search (or logout) fails. when
John Rouillard <rouilj@ieee.org>
parents:
5120
diff
changeset
|
1345 on the same page they started from before the login. There are two |
|
894aa07be6cb
issue2550785: Using login from search (or logout) fails. when
John Rouillard <rouilj@ieee.org>
parents:
5120
diff
changeset
|
1346 parts to this: 1) changes to the templates to properly define the |
|
894aa07be6cb
issue2550785: Using login from search (or logout) fails. when
John Rouillard <rouilj@ieee.org>
parents:
5120
diff
changeset
|
1347 __came_from form element. See ``upgrading.txt``. 2) code changes |
|
894aa07be6cb
issue2550785: Using login from search (or logout) fails. when
John Rouillard <rouilj@ieee.org>
parents:
5120
diff
changeset
|
1348 to the LoginAction code in roundup/cgi/actions.py. (John Rouillard) |
|
5132
0142b4fb5a2d
issue2550648 - partial fix for problem in this issue. Ezio Melotti
John Rouillard <rouilj@ieee.org>
parents:
5124
diff
changeset
|
1349 - issue2550648 - partial fix for problem in this issue. Ezio Melotti |
|
0142b4fb5a2d
issue2550648 - partial fix for problem in this issue. Ezio Melotti
John Rouillard <rouilj@ieee.org>
parents:
5124
diff
changeset
|
1350 reported that the expression editor allowed the user to generate an |
|
0142b4fb5a2d
issue2550648 - partial fix for problem in this issue. Ezio Melotti
John Rouillard <rouilj@ieee.org>
parents:
5124
diff
changeset
|
1351 expression using retired values. To align the expression editor with |
|
0142b4fb5a2d
issue2550648 - partial fix for problem in this issue. Ezio Melotti
John Rouillard <rouilj@ieee.org>
parents:
5124
diff
changeset
|
1352 the simple dropdown search item, retired values are now removed from |
|
0142b4fb5a2d
issue2550648 - partial fix for problem in this issue. Ezio Melotti
John Rouillard <rouilj@ieee.org>
parents:
5124
diff
changeset
|
1353 the expression editor. (We have an open question as to whether this |
|
0142b4fb5a2d
issue2550648 - partial fix for problem in this issue. Ezio Melotti
John Rouillard <rouilj@ieee.org>
parents:
5124
diff
changeset
|
1354 is desirable.) |
|
5137
98fdc1f98194
issue2550743 - Reindex with MySQL Server failed. It looks like
John Rouillard <rouilj@ieee.org>
parents:
5132
diff
changeset
|
1355 - issue2550743 - Reindex with MySQL Server failed. It looks like |
|
98fdc1f98194
issue2550743 - Reindex with MySQL Server failed. It looks like
John Rouillard <rouilj@ieee.org>
parents:
5132
diff
changeset
|
1356 indexing large documents may require increasing mysql's |
|
98fdc1f98194
issue2550743 - Reindex with MySQL Server failed. It looks like
John Rouillard <rouilj@ieee.org>
parents:
5132
diff
changeset
|
1357 max_allowed_packet setting. Documented the issue in doc/mysql.txt. |
|
98fdc1f98194
issue2550743 - Reindex with MySQL Server failed. It looks like
John Rouillard <rouilj@ieee.org>
parents:
5132
diff
changeset
|
1358 Possible solutions include: increasing value of MySQL parameter, |
|
98fdc1f98194
issue2550743 - Reindex with MySQL Server failed. It looks like
John Rouillard <rouilj@ieee.org>
parents:
5132
diff
changeset
|
1359 changing the full text search engine to whoosh or xapian. Problem |
|
98fdc1f98194
issue2550743 - Reindex with MySQL Server failed. It looks like
John Rouillard <rouilj@ieee.org>
parents:
5132
diff
changeset
|
1360 report by telsch. Analysis/doc by John Rouillard. |
|
5138
c54720396f40
issue2550882. Reported by Karl-Philipp Richter. Fixed
John Rouillard <rouilj@ieee.org>
parents:
5137
diff
changeset
|
1361 - issue2550882. Reported by Karl-Philipp Richter. Fixed |
|
c54720396f40
issue2550882. Reported by Karl-Philipp Richter. Fixed
John Rouillard <rouilj@ieee.org>
parents:
5137
diff
changeset
|
1362 installation.txt documentation to include better directions on |
|
c54720396f40
issue2550882. Reported by Karl-Philipp Richter. Fixed
John Rouillard <rouilj@ieee.org>
parents:
5137
diff
changeset
|
1363 starting roundup-server on different ports/ip addresses. Also |
|
c54720396f40
issue2550882. Reported by Karl-Philipp Richter. Fixed
John Rouillard <rouilj@ieee.org>
parents:
5137
diff
changeset
|
1364 updated man page to include default use of localhost for -n and use |
|
c54720396f40
issue2550882. Reported by Karl-Philipp Richter. Fixed
John Rouillard <rouilj@ieee.org>
parents:
5137
diff
changeset
|
1365 of -n 0.0.0.0 to bind to all addresses on the host. (John Rouillard) |
|
5140
7ea6bbf4286c
update docs for windows installer: 32 bit version of python, must run nstaller as administrator, ned pywin32 to run as service. Encourage installation of pytz.
John Rouillard <rouilj@ieee.org>
parents:
5138
diff
changeset
|
1366 - issue2550827, issue2550718. Doc additions so people know that a |
|
7ea6bbf4286c
update docs for windows installer: 32 bit version of python, must run nstaller as administrator, ned pywin32 to run as service. Encourage installation of pytz.
John Rouillard <rouilj@ieee.org>
parents:
5138
diff
changeset
|
1367 python 32 bit installation may be required for windows. Additional |
|
7ea6bbf4286c
update docs for windows installer: 32 bit version of python, must run nstaller as administrator, ned pywin32 to run as service. Encourage installation of pytz.
John Rouillard <rouilj@ieee.org>
parents:
5138
diff
changeset
|
1368 documentation on the requirement of pywin32 for running roundup as a |
|
7ea6bbf4286c
update docs for windows installer: 32 bit version of python, must run nstaller as administrator, ned pywin32 to run as service. Encourage installation of pytz.
John Rouillard <rouilj@ieee.org>
parents:
5138
diff
changeset
|
1369 windows service. Also the windows installer must be run as |
|
7ea6bbf4286c
update docs for windows installer: 32 bit version of python, must run nstaller as administrator, ned pywin32 to run as service. Encourage installation of pytz.
John Rouillard <rouilj@ieee.org>
parents:
5138
diff
changeset
|
1370 administrator and strong encouragement for installing the pytz |
|
7ea6bbf4286c
update docs for windows installer: 32 bit version of python, must run nstaller as administrator, ned pywin32 to run as service. Encourage installation of pytz.
John Rouillard <rouilj@ieee.org>
parents:
5138
diff
changeset
|
1371 module added to ``doc/installation.txt``. |
|
5141
939dce88cfc2
issue2550776: fix missing intialization
John Rouillard <rouilj@ieee.org>
parents:
5140
diff
changeset
|
1372 - issue2550776: imapServer.py problem. Fixed a missing initialization of the |
|
939dce88cfc2
issue2550776: fix missing intialization
John Rouillard <rouilj@ieee.org>
parents:
5140
diff
changeset
|
1373 logging level if no logging level option is supplied. (John Rouillard) |
|
5142
93832cec4c31
issue2550839: Xapian, DatabaseLockError: Unable to get write lock on
John Rouillard <rouilj@ieee.org>
parents:
5141
diff
changeset
|
1374 - issue2550839: Xapian, DatabaseLockError: Unable to get write lock on |
|
93832cec4c31
issue2550839: Xapian, DatabaseLockError: Unable to get write lock on
John Rouillard <rouilj@ieee.org>
parents:
5141
diff
changeset
|
1375 db/text-index: already locked. Put in a retry loop that will attempt |
|
93832cec4c31
issue2550839: Xapian, DatabaseLockError: Unable to get write lock on
John Rouillard <rouilj@ieee.org>
parents:
5141
diff
changeset
|
1376 to get the lock. Total delay approx 4.5 seconds. (John Rouillard) |
|
5143
9cebf686c552
issue2550727: db.newid is broken with sqlite.
John Rouillard <rouilj@ieee.org>
parents:
5142
diff
changeset
|
1377 - issue2550727: db.newid is broken with sqlite. Added proper transaction |
|
9cebf686c552
issue2550727: db.newid is broken with sqlite.
John Rouillard <rouilj@ieee.org>
parents:
5142
diff
changeset
|
1378 lock around the sql code to get a new id. The the locking |
|
9cebf686c552
issue2550727: db.newid is broken with sqlite.
John Rouillard <rouilj@ieee.org>
parents:
5142
diff
changeset
|
1379 that pysqlite attempts had to be defeated because it is broken. |
|
9cebf686c552
issue2550727: db.newid is broken with sqlite.
John Rouillard <rouilj@ieee.org>
parents:
5142
diff
changeset
|
1380 Had to explicitly manage transactions with BEGIN IMMEDIATE and call |
|
9cebf686c552
issue2550727: db.newid is broken with sqlite.
John Rouillard <rouilj@ieee.org>
parents:
5142
diff
changeset
|
1381 sql_commit. Note that this reduces performance in return for accuracy. |
|
9cebf686c552
issue2550727: db.newid is broken with sqlite.
John Rouillard <rouilj@ieee.org>
parents:
5142
diff
changeset
|
1382 Problem reported by Matt Mackall (mpm) (John Rouillard). |
|
5145
d22eb1d40d0e
issue2550701, issue2550891 deal with path traversal issue in TAL based template finding code. Use standard method.
John Rouillard <rouilj@ieee.org>
parents:
5143
diff
changeset
|
1383 - issue2550701: Path traversal from template names. This affects the |
|
d22eb1d40d0e
issue2550701, issue2550891 deal with path traversal issue in TAL based template finding code. Use standard method.
John Rouillard <rouilj@ieee.org>
parents:
5143
diff
changeset
|
1384 tal based template engines (zopetal, chameleon). If a directory |
|
d22eb1d40d0e
issue2550701, issue2550891 deal with path traversal issue in TAL based template finding code. Use standard method.
John Rouillard <rouilj@ieee.org>
parents:
5143
diff
changeset
|
1385 with a specific name is created in the html subdirectory, the |
|
d22eb1d40d0e
issue2550701, issue2550891 deal with path traversal issue in TAL based template finding code. Use standard method.
John Rouillard <rouilj@ieee.org>
parents:
5143
diff
changeset
|
1386 template name in the url can be used to get access to files outside |
|
d22eb1d40d0e
issue2550701, issue2550891 deal with path traversal issue in TAL based template finding code. Use standard method.
John Rouillard <rouilj@ieee.org>
parents:
5143
diff
changeset
|
1387 of the tracker html directory. This has been fixed by normalizing |
|
5147
d16ba6e6624b
upgrade CHANGES.txt and doc/upgrading.txt with additional info about implications of fixing path traversal bug in d22eb1d40d0e
John Rouillard <rouilj@ieee.org>
parents:
5145
diff
changeset
|
1388 the path and comparing to the normalized path for the html |
|
d16ba6e6624b
upgrade CHANGES.txt and doc/upgrading.txt with additional info about implications of fixing path traversal bug in d22eb1d40d0e
John Rouillard <rouilj@ieee.org>
parents:
5145
diff
changeset
|
1389 directory. See ``doc/upgrading.txt``. (John Rouillard) |
|
5151
6bbb6dd97458
Fix subject parsing in mail gateway.
Ralf Schlatterbeck <rsc@runtux.com>
parents:
5147
diff
changeset
|
1390 - Fix subject parsing in mail gateway. The previous parsing routine |
|
6bbb6dd97458
Fix subject parsing in mail gateway.
Ralf Schlatterbeck <rsc@runtux.com>
parents:
5147
diff
changeset
|
1391 would not ensure that arguments are at the end of the subject and when |
|
6bbb6dd97458
Fix subject parsing in mail gateway.
Ralf Schlatterbeck <rsc@runtux.com>
parents:
5147
diff
changeset
|
1392 subject_suffix_parsing was configured to be 'loose' it would truncate |
|
6bbb6dd97458
Fix subject parsing in mail gateway.
Ralf Schlatterbeck <rsc@runtux.com>
parents:
5147
diff
changeset
|
1393 the subject when encountering a double prefix, e.g. |
|
6bbb6dd97458
Fix subject parsing in mail gateway.
Ralf Schlatterbeck <rsc@runtux.com>
parents:
5147
diff
changeset
|
1394 Subject: [frobulated] [frobulatedagain] this part would be lost |
|
6bbb6dd97458
Fix subject parsing in mail gateway.
Ralf Schlatterbeck <rsc@runtux.com>
parents:
5147
diff
changeset
|
1395 (Ralf Schlatterbeck) |
|
5156
882fa4d9bead
issue2550795: @dispname query args in page.html search links
John Rouillard <rouilj@ieee.org>
parents:
5154
diff
changeset
|
1396 - issue2550795: @dispname query args in page.html search links |
|
882fa4d9bead
issue2550795: @dispname query args in page.html search links
John Rouillard <rouilj@ieee.org>
parents:
5154
diff
changeset
|
1397 not valid html. Some queries with names that include spaces are not |
|
882fa4d9bead
issue2550795: @dispname query args in page.html search links
John Rouillard <rouilj@ieee.org>
parents:
5154
diff
changeset
|
1398 properly url encoded/quoted. I.E. a space should be replaced with |
|
882fa4d9bead
issue2550795: @dispname query args in page.html search links
John Rouillard <rouilj@ieee.org>
parents:
5154
diff
changeset
|
1399 %20. Fixes to allow a url_query method to be applied to |
|
882fa4d9bead
issue2550795: @dispname query args in page.html search links
John Rouillard <rouilj@ieee.org>
parents:
5154
diff
changeset
|
1400 HTMLStringProperty to properly quote string values passed as part of |
|
882fa4d9bead
issue2550795: @dispname query args in page.html search links
John Rouillard <rouilj@ieee.org>
parents:
5154
diff
changeset
|
1401 a url. |
|
5167
984134ca9a55
Re-add changelog entry lost when merging
Ralf Schlatterbeck <rsc@runtux.com>
parents:
5166
diff
changeset
|
1402 - issue2550755: exceptions.NotFound(msg) msg is not reported to user |
|
984134ca9a55
Re-add changelog entry lost when merging
Ralf Schlatterbeck <rsc@runtux.com>
parents:
5166
diff
changeset
|
1403 in cgi. When an invalid column is specified return error code 400 |
|
984134ca9a55
Re-add changelog entry lost when merging
Ralf Schlatterbeck <rsc@runtux.com>
parents:
5166
diff
changeset
|
1404 rather than 404. Make error code 400 also return an error message to |
|
984134ca9a55
Re-add changelog entry lost when merging
Ralf Schlatterbeck <rsc@runtux.com>
parents:
5166
diff
changeset
|
1405 the user. Reported by: Bernhard Reiter, analysis, fix by John Rouillard. |
|
5166
232c74973a56
issue1408570: fix that form values are lost
Ralf Schlatterbeck <rsc@runtux.com>
parents:
5165
diff
changeset
|
1406 - issue1408570: Finally fix that form values are lost on edit |
|
232c74973a56
issue1408570: fix that form values are lost
Ralf Schlatterbeck <rsc@runtux.com>
parents:
5165
diff
changeset
|
1407 exceptions. This occured for example if editing an issue with the |
|
232c74973a56
issue1408570: fix that form values are lost
Ralf Schlatterbeck <rsc@runtux.com>
parents:
5165
diff
changeset
|
1408 classic template and setting 'superseder' to a non-existing issue |
|
232c74973a56
issue1408570: fix that form values are lost
Ralf Schlatterbeck <rsc@runtux.com>
parents:
5165
diff
changeset
|
1409 number. All changes to the form where the original field was non-empty |
|
5175
e1e40674a0bc
Implement double-precision Number
Ralf Schlatterbeck <rsc@runtux.com>
parents:
5174
diff
changeset
|
1410 were lost. (Ralf Schlatterbeck) |
|
5172
fac171f0f27b
Fix submit_once Javascript function
Ralf Schlatterbeck <rsc@runtux.com>
parents:
5167
diff
changeset
|
1411 - Fix submit_once Javascript function: This needs to return a boolean |
|
fac171f0f27b
Fix submit_once Javascript function
Ralf Schlatterbeck <rsc@runtux.com>
parents:
5167
diff
changeset
|
1412 value (not and integer like 0 or 1). And the work-around for an |
|
fac171f0f27b
Fix submit_once Javascript function
Ralf Schlatterbeck <rsc@runtux.com>
parents:
5167
diff
changeset
|
1413 ancient version of Internet Explorer would make it break for a recent |
|
fac171f0f27b
Fix submit_once Javascript function
Ralf Schlatterbeck <rsc@runtux.com>
parents:
5167
diff
changeset
|
1414 Firefox. The old version would show the popup but after clicking away |
|
fac171f0f27b
Fix submit_once Javascript function
Ralf Schlatterbeck <rsc@runtux.com>
parents:
5167
diff
changeset
|
1415 the alert it would load the page. The new version (tested with |
|
5175
e1e40674a0bc
Implement double-precision Number
Ralf Schlatterbeck <rsc@runtux.com>
parents:
5174
diff
changeset
|
1416 Chromium and Firefox) doesn't load the page. (Ralf Schlatterbeck) |
|
5174
a76fbb9f5535
Fix Traceback in backends/portalocker.py (windows)
Ralf Schlatterbeck <rsc@runtux.com>
parents:
5173
diff
changeset
|
1417 - Fix Traceback in backends/portalocker.py on windows due to missing |
|
a76fbb9f5535
Fix Traceback in backends/portalocker.py (windows)
Ralf Schlatterbeck <rsc@runtux.com>
parents:
5173
diff
changeset
|
1418 windll import, thanks to Heiko Stegmann for suggesting a first fix. |
|
5175
e1e40674a0bc
Implement double-precision Number
Ralf Schlatterbeck <rsc@runtux.com>
parents:
5174
diff
changeset
|
1419 (Ralf Schlatterbeck) |
|
5182
dc657fbbc790
- issue2550933 - Fix Traceback in cgi/templating.py when a string is
John Rouillard <rouilj@ieee.org>
parents:
5179
diff
changeset
|
1420 - issue2550933 - Fix Traceback in cgi/templating.py when a string is |
|
dc657fbbc790
- issue2550933 - Fix Traceback in cgi/templating.py when a string is
John Rouillard <rouilj@ieee.org>
parents:
5179
diff
changeset
|
1421 passed to PasswordHTMLProperty::plain. (John Rouillard) |
|
5187
4955963fa670
Added missing change entry for the indexargs_form() fix.
John Rouillard <rouilj@ieee.org>
parents:
5186
diff
changeset
|
1422 - issue2550934 - templating.py-indexargs_form() returns id's as |
|
4955963fa670
Added missing change entry for the indexargs_form() fix.
John Rouillard <rouilj@ieee.org>
parents:
5186
diff
changeset
|
1423 space separated list not comma separated. This fixes the format of |
|
4955963fa670
Added missing change entry for the indexargs_form() fix.
John Rouillard <rouilj@ieee.org>
parents:
5186
diff
changeset
|
1424 the id url parameter when generated by indexargs_form. (John |
|
4955963fa670
Added missing change entry for the indexargs_form() fix.
John Rouillard <rouilj@ieee.org>
parents:
5186
diff
changeset
|
1425 Rouillard) |
|
5191
fe52cab8f5b5
issue2550932 - html_calendar produces templating errors for bad date strings
John Rouillard <rouilj@ieee.org>
parents:
5190
diff
changeset
|
1426 - issue2550932 - html_calendar produces templating errors for bad date |
|
fe52cab8f5b5
issue2550932 - html_calendar produces templating errors for bad date strings
John Rouillard <rouilj@ieee.org>
parents:
5190
diff
changeset
|
1427 strings. Fixed to ignore bad date and highlight todays date in the |
|
fe52cab8f5b5
issue2550932 - html_calendar produces templating errors for bad date strings
John Rouillard <rouilj@ieee.org>
parents:
5190
diff
changeset
|
1428 calendar popup. |
| 5192 | 1429 - Query handling requires that query names for a user are unique. |
| 1430 Different users are allowed to use the same query name. Under some | |
| 1431 circumstances a user could generate a second query with the same | |
| 1432 name. The SearchAction function has been corrected to report this | |
| 1433 error. Also the index.search.html template in the classic tracker | |
| 1434 and corresponding templates in the other example trackers | |
| 1435 has been modified to include: | |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
1436 |
| 5192 | 1437 <input type="hidden" name="@template" value="index|search"/> |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
1438 |
| 5192 | 1439 so an error from SearchAction will display an error message and keep |
| 1440 the user on the search page so they can correct the error. See | |
| 1441 ``doc/upgrading.txt``. (John Rouillard) | |
| 1442 - When a new named search is created, the index page that is displayed | |
| 1443 doesn't show the name. This has been fixed by setting the @dispname | |
| 1444 to the query's name. (John Rouillard) | |
| 1445 - Passing args into indexargs_url(..,{'@queryname': request/dispname | |
| 1446 or None, 'Title': 'some' }) where the value of the arg is None | |
| 1447 will not add the arg to the url. In the example above @queryname | |
| 1448 will only be in the url if dispname is set in the request. | |
| 1449 (John Rouillard) | |
|
5222
9bf221cebef3
Make properties method return only properties the user can search.
John Rouillard <rouilj@ieee.org>
parents:
5212
diff
changeset
|
1450 - The HTMLClass::properties() method produced a list of properties |
|
9bf221cebef3
Make properties method return only properties the user can search.
John Rouillard <rouilj@ieee.org>
parents:
5212
diff
changeset
|
1451 that the user could not search. As a result these properties can not |
|
9bf221cebef3
Make properties method return only properties the user can search.
John Rouillard <rouilj@ieee.org>
parents:
5212
diff
changeset
|
1452 be used for sorting or grouping index pages. This patch eliminates |
|
9bf221cebef3
Make properties method return only properties the user can search.
John Rouillard <rouilj@ieee.org>
parents:
5212
diff
changeset
|
1453 the confusion that results from this mismatch by verifying that all |
|
9bf221cebef3
Make properties method return only properties the user can search.
John Rouillard <rouilj@ieee.org>
parents:
5212
diff
changeset
|
1454 properties returned are searchable. (John Rouillard) |
|
5223
34e8d3f39057
Checkin in missing changenote for checkin: 24945480d24c
John Rouillard <rouilj@ieee.org>
parents:
5222
diff
changeset
|
1455 - Mutilinks can be displayed with their labelprop using the plain() |
|
34e8d3f39057
Checkin in missing changenote for checkin: 24945480d24c
John Rouillard <rouilj@ieee.org>
parents:
5222
diff
changeset
|
1456 method, but they can not be looped over using tal:repeat if the user |
|
34e8d3f39057
Checkin in missing changenote for checkin: 24945480d24c
John Rouillard <rouilj@ieee.org>
parents:
5222
diff
changeset
|
1457 doesn't have view access to the class the multilink represents. The |
|
34e8d3f39057
Checkin in missing changenote for checkin: 24945480d24c
John Rouillard <rouilj@ieee.org>
parents:
5222
diff
changeset
|
1458 permissions check was changed to require that the user have View |
|
34e8d3f39057
Checkin in missing changenote for checkin: 24945480d24c
John Rouillard <rouilj@ieee.org>
parents:
5222
diff
changeset
|
1459 access to the labelprop for the class rather than View access to the |
|
34e8d3f39057
Checkin in missing changenote for checkin: 24945480d24c
John Rouillard <rouilj@ieee.org>
parents:
5222
diff
changeset
|
1460 class. (John Rouillard) |
|
5224
0121b2f1f041
Apply patch attached to issue2550937 traceback/crash due to passing
John Rouillard <rouilj@ieee.org>
parents:
5223
diff
changeset
|
1461 - issue2550937: fix crash by verifying that sendto is not null before |
|
0121b2f1f041
Apply patch attached to issue2550937 traceback/crash due to passing
John Rouillard <rouilj@ieee.org>
parents:
5223
diff
changeset
|
1462 calling mailer.smtp_send. Discovered and patched by Trent Gamblin. |
|
0121b2f1f041
Apply patch attached to issue2550937 traceback/crash due to passing
John Rouillard <rouilj@ieee.org>
parents:
5223
diff
changeset
|
1463 Applied by John Rouillard. |
|
5231
8743b7226dc7
Fix issue with retreiving raw template files using the @@file mechanism.
John Rouillard <rouilj@ieee.org>
parents:
5224
diff
changeset
|
1464 - removed old code from roundup-admin that implemented the obsolete |
|
8743b7226dc7
Fix issue with retreiving raw template files using the @@file mechanism.
John Rouillard <rouilj@ieee.org>
parents:
5224
diff
changeset
|
1465 config (do_config) command. (John Rouillard) |
|
8743b7226dc7
Fix issue with retreiving raw template files using the @@file mechanism.
John Rouillard <rouilj@ieee.org>
parents:
5224
diff
changeset
|
1466 - Modified configuration option static_files to be a space separated |
|
8743b7226dc7
Fix issue with retreiving raw template files using the @@file mechanism.
John Rouillard <rouilj@ieee.org>
parents:
5224
diff
changeset
|
1467 list of directories to search for static files in the web interface. |
|
8743b7226dc7
Fix issue with retreiving raw template files using the @@file mechanism.
John Rouillard <rouilj@ieee.org>
parents:
5224
diff
changeset
|
1468 If one of the elements is -, the search stops and the TEMPLATES |
|
8743b7226dc7
Fix issue with retreiving raw template files using the @@file mechanism.
John Rouillard <rouilj@ieee.org>
parents:
5224
diff
changeset
|
1469 directory is not searched. See: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
1470 |
|
5231
8743b7226dc7
Fix issue with retreiving raw template files using the @@file mechanism.
John Rouillard <rouilj@ieee.org>
parents:
5224
diff
changeset
|
1471 https://sourceforge.net/p/roundup/mailman/message/35773357/ |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
1472 |
|
5231
8743b7226dc7
Fix issue with retreiving raw template files using the @@file mechanism.
John Rouillard <rouilj@ieee.org>
parents:
5224
diff
changeset
|
1473 subject is "showing template sources to all". |
|
5242
39c9f69c3f31
OpenPGP: Extends newissuecopy.py to encrypt if configured.
Bernhard Reiter <bernhard@intevation.de>
parents:
5241
diff
changeset
|
1474 - issue2550945: OpenPGP: Extends newissuecopy.py to encrypt if configured. |
|
39c9f69c3f31
OpenPGP: Extends newissuecopy.py to encrypt if configured.
Bernhard Reiter <bernhard@intevation.de>
parents:
5241
diff
changeset
|
1475 (Bernhard Reiter) |
|
5273
1bd252244501
Fix the retire and restore buttons in classic template. Change others:
John Rouillard <rouilj@ieee.org>
parents:
5257
diff
changeset
|
1476 - CSRF protection broke the retire function for query edit. Fix |
|
1bd252244501
Fix the retire and restore buttons in classic template. Change others:
John Rouillard <rouilj@ieee.org>
parents:
5257
diff
changeset
|
1477 javascript and make sure csrf tokens are provided in the right |
|
1bd252244501
Fix the retire and restore buttons in classic template. Change others:
John Rouillard <rouilj@ieee.org>
parents:
5257
diff
changeset
|
1478 places. (John Rouillard) |
|
5274
07da34337f70
html/query.item.html was missing checks to verify that a query should
John Rouillard <rouilj@ieee.org>
parents:
5273
diff
changeset
|
1479 - query.item.html was missing checks to verify that a query should |
|
07da34337f70
html/query.item.html was missing checks to verify that a query should
John Rouillard <rouilj@ieee.org>
parents:
5273
diff
changeset
|
1480 be visible to the user. This is fixed and users can only view |
|
07da34337f70
html/query.item.html was missing checks to verify that a query should
John Rouillard <rouilj@ieee.org>
parents:
5273
diff
changeset
|
1481 queries that they own or that are not private. (John Rouillard) |
|
5293
6b87c06e0e0c
issue2550953: Patch: fix for context.is_view_ok check in jinja2 template
John Rouillard <rouilj@ieee.org>
parents:
5274
diff
changeset
|
1482 - issue2550953: Patch: fix for context.is_view_ok check in jinja2 template |
|
6b87c06e0e0c
issue2550953: Patch: fix for context.is_view_ok check in jinja2 template
John Rouillard <rouilj@ieee.org>
parents:
5274
diff
changeset
|
1483 Form controls are displayed when anonymous views indexes but is |
|
6b87c06e0e0c
issue2550953: Patch: fix for context.is_view_ok check in jinja2 template
John Rouillard <rouilj@ieee.org>
parents:
5274
diff
changeset
|
1484 denied access. (patch by Anton Schur applied by John Rouillard) |
|
5312
a4fe76fba54a
issue2550957: Duplicate emails (with patch).
John Rouillard <rouilj@ieee.org>
parents:
5305
diff
changeset
|
1485 - issue2550957: Duplicate emails (with patch). |
|
a4fe76fba54a
issue2550957: Duplicate emails (with patch).
John Rouillard <rouilj@ieee.org>
parents:
5305
diff
changeset
|
1486 Bcc and cc users passed to nosymessage are not properly recorded. |
|
a4fe76fba54a
issue2550957: Duplicate emails (with patch).
John Rouillard <rouilj@ieee.org>
parents:
5305
diff
changeset
|
1487 This results in duplicate emails. (patch by Trent Gamblin (trentgg) |
|
a4fe76fba54a
issue2550957: Duplicate emails (with patch).
John Rouillard <rouilj@ieee.org>
parents:
5305
diff
changeset
|
1488 applied by John Rouillard). |
|
5315
5a014410f254
Fix issue2550954: History display breaks
Ralf Schlatterbeck <rsc@runtux.com>
parents:
5312
diff
changeset
|
1489 - issue2550954: History display breaks on removed properties |
|
5a014410f254
Fix issue2550954: History display breaks
Ralf Schlatterbeck <rsc@runtux.com>
parents:
5312
diff
changeset
|
1490 Now changes to removed properties, and link/unlink events from |
|
5a014410f254
Fix issue2550954: History display breaks
Ralf Schlatterbeck <rsc@runtux.com>
parents:
5312
diff
changeset
|
1491 non-existing properties or classes no longer trigger a traceback. |
|
5a014410f254
Fix issue2550954: History display breaks
Ralf Schlatterbeck <rsc@runtux.com>
parents:
5312
diff
changeset
|
1492 Concerning the visibility: We have a new config-item |
|
5a014410f254
Fix issue2550954: History display breaks
Ralf Schlatterbeck <rsc@runtux.com>
parents:
5312
diff
changeset
|
1493 obsolete_history_roles in the main section that defines which roles |
|
5a014410f254
Fix issue2550954: History display breaks
Ralf Schlatterbeck <rsc@runtux.com>
parents:
5312
diff
changeset
|
1494 may see removed properties. By default only role Admin is allowed to |
|
5a014410f254
Fix issue2550954: History display breaks
Ralf Schlatterbeck <rsc@runtux.com>
parents:
5312
diff
changeset
|
1495 see these. |
|
5319
62de601bdf6f
Fix commits although a Reject exception is raised
Ralf Schlatterbeck <rsc@runtux.com>
parents:
5318
diff
changeset
|
1496 - Fix issue2550955: Roundup commits although a Reject exception is raised |
|
5766
d097f44bcb95
Remove trailing whitespace in CHANGES.txt.
Ezio Melotti <ezio.melotti@gmail.com>
parents:
5762
diff
changeset
|
1497 Fix the problem that changes are committed to the database (due to |
|
d097f44bcb95
Remove trailing whitespace in CHANGES.txt.
Ezio Melotti <ezio.melotti@gmail.com>
parents:
5762
diff
changeset
|
1498 commits to otk handling) even when a Reject exception occurs. The fix |
|
5319
62de601bdf6f
Fix commits although a Reject exception is raised
Ralf Schlatterbeck <rsc@runtux.com>
parents:
5318
diff
changeset
|
1499 implements separate database connections for otk/session handling and |
|
62de601bdf6f
Fix commits although a Reject exception is raised
Ralf Schlatterbeck <rsc@runtux.com>
parents:
5318
diff
changeset
|
1500 normal database operation. |
|
5326
db8659c4e8eb
xmlrpc: logging; content property
Ralf Schlatterbeck <rsc@runtux.com>
parents:
5323
diff
changeset
|
1501 - Allow empty content property for file and message via xmlrpc |
|
db8659c4e8eb
xmlrpc: logging; content property
Ralf Schlatterbeck <rsc@runtux.com>
parents:
5323
diff
changeset
|
1502 interface. This used to raise a traceback in the (sql) backend. |
|
5331
57caeefb2f81
Work around a line-length limit in poplib
Ralf Schlatterbeck <rsc@runtux.com>
parents:
5328
diff
changeset
|
1503 - Work around a limitation in python2.7 implementation of poplib (for |
|
57caeefb2f81
Work around a line-length limit in poplib
Ralf Schlatterbeck <rsc@runtux.com>
parents:
5328
diff
changeset
|
1504 the pop3 protocol for fetching emails): It seems poplib applies a |
|
57caeefb2f81
Work around a line-length limit in poplib
Ralf Schlatterbeck <rsc@runtux.com>
parents:
5328
diff
changeset
|
1505 line-length limit not just to the lines involving the pop3 protocol |
|
57caeefb2f81
Work around a line-length limit in poplib
Ralf Schlatterbeck <rsc@runtux.com>
parents:
5328
diff
changeset
|
1506 but to any email content, too. This sometimes leads to tracebacks |
|
57caeefb2f81
Work around a line-length limit in poplib
Ralf Schlatterbeck <rsc@runtux.com>
parents:
5328
diff
changeset
|
1507 whenever an email exceeding this limit is encountered. We "fix" this |
|
57caeefb2f81
Work around a line-length limit in poplib
Ralf Schlatterbeck <rsc@runtux.com>
parents:
5328
diff
changeset
|
1508 by monkey-patching poplib with a larger line-limit. Thanks to Heiko |
|
57caeefb2f81
Work around a line-length limit in poplib
Ralf Schlatterbeck <rsc@runtux.com>
parents:
5328
diff
changeset
|
1509 Stegmann for discovering this. |
| 5340 | 1510 - Fix issue2550963: After refactoring one-time keys from the main |
| 1511 database we need to commit the password change in the password reset | |
| 1512 mechanism separately. This used to be committed by the otk commit. | |
|
5319
62de601bdf6f
Fix commits although a Reject exception is raised
Ralf Schlatterbeck <rsc@runtux.com>
parents:
5318
diff
changeset
|
1513 |
|
5141
939dce88cfc2
issue2550776: fix missing intialization
John Rouillard <rouilj@ieee.org>
parents:
5140
diff
changeset
|
1514 |
|
5025
cf22972fe080
Preparing 1.5.1 steps 3/16
anatoly techtonik <techtonik@gmail.com>
parents:
5015
diff
changeset
|
1515 2016-01-11: 1.5.1 |
|
4805
9c8502990454
Document recent changes
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4796
diff
changeset
|
1516 |
|
4857
5e24a2d7078f
Place a redirect to doc/upgrading.txt at the top to CHANGES.txt
anatoly techtonik <techtonik@gmail.com>
parents:
4856
diff
changeset
|
1517 Pay attention: |
|
5e24a2d7078f
Place a redirect to doc/upgrading.txt at the top to CHANGES.txt
anatoly techtonik <techtonik@gmail.com>
parents:
4856
diff
changeset
|
1518 |
|
4880
ca692423e401
Different approach to fix XSS in issue2550817
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4877
diff
changeset
|
1519 If you have installed an intermediate version from our version control |
|
ca692423e401
Different approach to fix XSS in issue2550817
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4877
diff
changeset
|
1520 system and have modified your tracker instance to escape OK and |
|
ca692423e401
Different approach to fix XSS in issue2550817
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4877
diff
changeset
|
1521 error-messages in the HTML templates you need to revert this change. |
|
ca692423e401
Different approach to fix XSS in issue2550817
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4877
diff
changeset
|
1522 If you're upgrading from a previous roundup release version |
|
ca692423e401
Different approach to fix XSS in issue2550817
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4877
diff
changeset
|
1523 you should look into ``doc/upgrading.txt``. (Ralf Schlatterbeck) |
|
4857
5e24a2d7078f
Place a redirect to doc/upgrading.txt at the top to CHANGES.txt
anatoly techtonik <techtonik@gmail.com>
parents:
4856
diff
changeset
|
1524 |
|
4902
a403c29ffaf9
Security fix default user permissions
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4901
diff
changeset
|
1525 Also note the default user permissions, see ``doc/upgrading.txt``. |
|
a403c29ffaf9
Security fix default user permissions
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4901
diff
changeset
|
1526 |
|
4805
9c8502990454
Document recent changes
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4796
diff
changeset
|
1527 Features: |
|
9c8502990454
Document recent changes
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4796
diff
changeset
|
1528 |
|
4873
ef5f256b417e
CHANGES: update for local_replace.py example and adding one missing attribution.
Bernhard Reiter <bernhard@intevation.de>
parents:
4864
diff
changeset
|
1529 - The example local_replace.py has been updated to show how to link to |
|
4977
1417dbdb8dbf
Small improvement and fix of issue2550877 added to CHANGES.txt.
Bernhard Reiter <bernhard@intevation.de>
parents:
4975
diff
changeset
|
1530 modern revision systems using hex revision identifiers. |
|
1417dbdb8dbf
Small improvement and fix of issue2550877 added to CHANGES.txt.
Bernhard Reiter <bernhard@intevation.de>
parents:
4975
diff
changeset
|
1531 This extension is used to expand shortcuts in msgs. (Bernhard Reiter) |
|
4843
55d1a73d6118
Drop comment in user settings about numeric hour offsets.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
4842
diff
changeset
|
1532 - Drop comment in user settings about numeric hour offsets instead of using |
|
55d1a73d6118
Drop comment in user settings about numeric hour offsets.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
4842
diff
changeset
|
1533 pytz timezone names. Due to DST these are wrong half of the year, it is |
|
55d1a73d6118
Drop comment in user settings about numeric hour offsets.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
4842
diff
changeset
|
1534 much better to use timezone names. (Thomas Arendsen Hein) |
|
4862
7ed1893ea3ac
issue2550793: Wrap messages with very long lines in the web interface.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
4857
diff
changeset
|
1535 - issue2550793: Wrap messages with very long lines in the web interface. |
|
7ed1893ea3ac
issue2550793: Wrap messages with very long lines in the web interface.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
4857
diff
changeset
|
1536 (Thomas Arendsen Hein) |
|
4877
2ba982dcdf2c
New Link / Multilink option "try_id_parsing"
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4876
diff
changeset
|
1537 - New Link / Multilink option "try_id_parsing": Sometimes the key of a |
|
2ba982dcdf2c
New Link / Multilink option "try_id_parsing"
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4876
diff
changeset
|
1538 class can be numeric -- in that case roundup will try to parse the |
|
2ba982dcdf2c
New Link / Multilink option "try_id_parsing"
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4876
diff
changeset
|
1539 value as an ID when evaluating form values -- not as a key. Specifying |
|
2ba982dcdf2c
New Link / Multilink option "try_id_parsing"
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4876
diff
changeset
|
1540 try_id_parsing='no' for these Link/Multilink will skip the ID step, |
|
4902
a403c29ffaf9
Security fix default user permissions
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4901
diff
changeset
|
1541 default is 'yes'. (Ralf Schlatterbeck) |
|
4887
05c857e5dbed
New rdbms configuration option 'isolation_level'
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4881
diff
changeset
|
1542 - New configuration option 'isolation_level' in rdbms section. Currently |
|
05c857e5dbed
New rdbms configuration option 'isolation_level'
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4881
diff
changeset
|
1543 supported for Postgres and mysql, sets the transaction isolation level. |
|
05c857e5dbed
New rdbms configuration option 'isolation_level'
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4881
diff
changeset
|
1544 Wrong history entries for concurrent database updates observed in |
|
05c857e5dbed
New rdbms configuration option 'isolation_level'
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4881
diff
changeset
|
1545 issue2550806 can be prevented by setting this to 'repeatable read' if |
|
05c857e5dbed
New rdbms configuration option 'isolation_level'
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4881
diff
changeset
|
1546 you want to pay the performance penalty. We test this behaviour in the |
|
05c857e5dbed
New rdbms configuration option 'isolation_level'
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4881
diff
changeset
|
1547 regression tests for Postgres but not currently for mysql. |
|
05c857e5dbed
New rdbms configuration option 'isolation_level'
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4881
diff
changeset
|
1548 See http://www.postgresql.org/docs/9.1/static/transaction-iso.html |
|
05c857e5dbed
New rdbms configuration option 'isolation_level'
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4881
diff
changeset
|
1549 (Ralf Schlatterbeck) |
|
4919
24209344b507
Link /xmlrpc to docs if accessed with browser
anatoly techtonik <techtonik@gmail.com>
parents:
4904
diff
changeset
|
1550 - /xmlrpc endpoint now shows link to XML-RPC documentation if accessed |
|
24209344b507
Link /xmlrpc to docs if accessed with browser
anatoly techtonik <techtonik@gmail.com>
parents:
4904
diff
changeset
|
1551 through browser, without text/xml Content-Type (anatoly techtonik) |
|
4922
6651923ea3ac
CHANGES.txt: Update
anatoly techtonik <techtonik@gmail.com>
parents:
4919
diff
changeset
|
1552 - docs: New dedicated chapter for extensions in ``doc/customizing.txt`` |
|
6651923ea3ac
CHANGES.txt: Update
anatoly techtonik <techtonik@gmail.com>
parents:
4919
diff
changeset
|
1553 (anatoly techtonik) |
|
4945
55aef7ab35a8
Increase default height of classhelp windows from 400 to 600.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
4944
diff
changeset
|
1554 - Increase default height of classhelp windows from 400 to 600. |
|
55aef7ab35a8
Increase default height of classhelp windows from 400 to 600.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
4944
diff
changeset
|
1555 (Thomas Arendsen Hein) |
| 4987 | 1556 - Date properties now can specify (on input) an explicit timezone suffix |
| 1557 (similar to RFC 2822), e.g. +0200 for CEST or -0500 for EST. This also | |
| 1558 works in the XMLRPC interface. For examples see roundup.date.Date. | |
| 1559 (Ralf Schlatterbeck) | |
|
5004
494d255043c9
Display errors containing HTML with RejectRaw (issue2550847)
John Kristensen <john@jerrykan.com>
parents:
4993
diff
changeset
|
1560 - Add RejectRaw exception to allow unescaped HTML error messages to be |
|
494d255043c9
Display errors containing HTML with RejectRaw (issue2550847)
John Kristensen <john@jerrykan.com>
parents:
4993
diff
changeset
|
1561 displayed to the user (thanks Ezio Melotti for the initial patch) |
|
494d255043c9
Display errors containing HTML with RejectRaw (issue2550847)
John Kristensen <john@jerrykan.com>
parents:
4993
diff
changeset
|
1562 (John Kristensen) |
|
5190
89b1870b1bc9
Make url's in messages identified as http://... or https://...
John Rouillard <rouilj@ieee.org>
parents:
5187
diff
changeset
|
1563 - Add rel=nofollow to http and https url's in the body of messages. |
|
89b1870b1bc9
Make url's in messages identified as http://... or https://...
John Rouillard <rouilj@ieee.org>
parents:
5187
diff
changeset
|
1564 This should reduce the value of a public roundup tracker to spammers. |
|
89b1870b1bc9
Make url's in messages identified as http://... or https://...
John Rouillard <rouilj@ieee.org>
parents:
5187
diff
changeset
|
1565 References like issue20 or msg10 will hyperlink without |
|
89b1870b1bc9
Make url's in messages identified as http://... or https://...
John Rouillard <rouilj@ieee.org>
parents:
5187
diff
changeset
|
1566 rel=nofollow so that robots can index them. Similar work was done |
|
89b1870b1bc9
Make url's in messages identified as http://... or https://...
John Rouillard <rouilj@ieee.org>
parents:
5187
diff
changeset
|
1567 for the history display in roundup 1.5.0. (John Rouillard) |
|
4843
55d1a73d6118
Drop comment in user settings about numeric hour offsets.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
4842
diff
changeset
|
1568 |
|
4805
9c8502990454
Document recent changes
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4796
diff
changeset
|
1569 Fixed: |
|
9c8502990454
Document recent changes
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4796
diff
changeset
|
1570 |
|
5766
d097f44bcb95
Remove trailing whitespace in CHANGES.txt.
Ezio Melotti <ezio.melotti@gmail.com>
parents:
5762
diff
changeset
|
1571 - issue2550869 Duplicate mail headers (Reply-To, Message-ID, In-Reply-To) |
|
4971
691fa2ef5347
Update for 2550869 fix.
Bernhard Reiter <bernhard@intevation.de>
parents:
4963
diff
changeset
|
1572 when sending out email. Reported with first fix by Mathias Behrle. |
|
691fa2ef5347
Update for 2550869 fix.
Bernhard Reiter <bernhard@intevation.de>
parents:
4963
diff
changeset
|
1573 (Bernhard Reiter) |
|
5766
d097f44bcb95
Remove trailing whitespace in CHANGES.txt.
Ezio Melotti <ezio.melotti@gmail.com>
parents:
5762
diff
changeset
|
1574 - issue2550830 An empty LinkHTMLProperty cannot be compared successfully. |
|
d097f44bcb95
Remove trailing whitespace in CHANGES.txt.
Ezio Melotti <ezio.melotti@gmail.com>
parents:
5762
diff
changeset
|
1575 Improves the query editing page. Reported and fixed by R David Murray |
|
4864
f630eb0adcee
issue2550830: Fixed. Made LinkHTMLProperty a new-style class.
Bernhard Reiter <bernhard@intevation.de>
parents:
4863
diff
changeset
|
1576 (Bernhard Reiter). |
|
4805
9c8502990454
Document recent changes
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4796
diff
changeset
|
1577 - Fix Release-date of 1.5.0 in this file (thanks to Bernhard for |
|
9c8502990454
Document recent changes
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4796
diff
changeset
|
1578 discovery) (Ralf Schlatterbeck) |
|
9c8502990454
Document recent changes
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4796
diff
changeset
|
1579 - Pythons cgi form code can return a TypeError, we now guard for this |
|
9c8502990454
Document recent changes
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4796
diff
changeset
|
1580 condition. (Ralf Schlatterbeck) |
|
4851
24b8011cd2dc
Fix XSS in issue2550817
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4850
diff
changeset
|
1581 - Small bug-fix in SQL backends: A query (e.g. in a html menu) with a |
|
4805
9c8502990454
Document recent changes
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4796
diff
changeset
|
1582 where-clause that always evaluates to false now will not raise a |
|
9c8502990454
Document recent changes
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4796
diff
changeset
|
1583 traceback. (Ralf Schlatterbeck) |
|
4813
a072b35d0606
i18n: Remove Python 2.3 compatibility
anatoly techtonik <techtonik@gmail.com>
parents:
4805
diff
changeset
|
1584 - Remove Python 2.3 compatibility code for i18n (anatoly techtonik) |
| 4814 | 1585 - If documentation 'sphinx-build' tool is not found in system PATH, |
|
4841
3ff1a288fb9c
issue2550583, issue2550635 Do not limit results with Xapian indexer
Thomas Arendsen Hein <thomas@intevation.de>
parents:
4840
diff
changeset
|
1586 'setup.py build_doc' command now tries to detect it from PYTHONPATH |
| 4814 | 1587 (anatoly techtonik) |
|
4832
76460d14be91
Read version and release for generated documentation from roundup/__init__.py
Thomas Arendsen Hein <thomas@intevation.de>
parents:
4814
diff
changeset
|
1588 - Read version and release for generated documentation from |
|
76460d14be91
Read version and release for generated documentation from roundup/__init__.py
Thomas Arendsen Hein <thomas@intevation.de>
parents:
4814
diff
changeset
|
1589 roundup/__init__.py. (Thomas Arendsen Hein) |
|
4838
6102252d3a8a
Do not throw an internal error if a .mo file can not be read
Thomas Arendsen Hein <thomas@intevation.de>
parents:
4832
diff
changeset
|
1590 - Do not throw an internal error if a .mo file can not be read |
|
6102252d3a8a
Do not throw an internal error if a .mo file can not be read
Thomas Arendsen Hein <thomas@intevation.de>
parents:
4832
diff
changeset
|
1591 (Thomas Arendsen Hein) |
|
4840
19f2c01d2b9d
fix the CHANGES file so it references the original bug report that is now fixed
John Rouillard <rouilj@ieee.org>
parents:
4839
diff
changeset
|
1592 - issue2550673 Make the "Make a copy" link work by fixing copy_url to properly |
|
4839
c317147fd891
Fix copy_url to properly support properties that are mutlilinks.
John Rouillard <rouilj@ieee.org>
parents:
4838
diff
changeset
|
1593 handle multilink properties. (John Rouillard) |
|
4841
3ff1a288fb9c
issue2550583, issue2550635 Do not limit results with Xapian indexer
Thomas Arendsen Hein <thomas@intevation.de>
parents:
4840
diff
changeset
|
1594 - issue2550583, issue2550635 Do not limit results with Xapian indexer |
|
3ff1a288fb9c
issue2550583, issue2550635 Do not limit results with Xapian indexer
Thomas Arendsen Hein <thomas@intevation.de>
parents:
4840
diff
changeset
|
1595 (Thomas Arendsen Hein) |
|
4842
1e4c45a4254b
Allow using plain() on unsaved dates in HTML forms
Thomas Arendsen Hein <thomas@intevation.de>
parents:
4841
diff
changeset
|
1596 - Allow using plain() on unsaved dates in HTML forms |
|
1e4c45a4254b
Allow using plain() on unsaved dates in HTML forms
Thomas Arendsen Hein <thomas@intevation.de>
parents:
4841
diff
changeset
|
1597 (Thomas Arendsen Hein) |
|
4844
6ba2d471d76b
setup.py now installs static files of the HTML documentation
Thomas Arendsen Hein <thomas@intevation.de>
parents:
4843
diff
changeset
|
1598 - setup.py now installs static files of the HTML documentation (stylesheets, |
|
6ba2d471d76b
setup.py now installs static files of the HTML documentation
Thomas Arendsen Hein <thomas@intevation.de>
parents:
4843
diff
changeset
|
1599 images, etc.) (Thomas Arendsen Hein) |
|
4845
110ac45875ab
executable .py scripts need "#!/usr/bin/env python"
Thomas Arendsen Hein <thomas@intevation.de>
parents:
4844
diff
changeset
|
1600 - executable .py scripts need "#!/usr/bin/env python", add this to demo.py, |
|
110ac45875ab
executable .py scripts need "#!/usr/bin/env python"
Thomas Arendsen Hein <thomas@intevation.de>
parents:
4844
diff
changeset
|
1601 remove exec bits from website/wiki/wiki/data/plugin/theme/roundup.py |
|
110ac45875ab
executable .py scripts need "#!/usr/bin/env python"
Thomas Arendsen Hein <thomas@intevation.de>
parents:
4844
diff
changeset
|
1602 (Thomas Arendsen Hein) |
|
4893
5dbeea79a3db
CHANGES.txt: Completting some committer names.
Bernhard Reiter <bernhard@intevation.de>
parents:
4887
diff
changeset
|
1603 - issue2550822: Fix showing more than one additional property in class menu. |
|
5dbeea79a3db
CHANGES.txt: Completting some committer names.
Bernhard Reiter <bernhard@intevation.de>
parents:
4887
diff
changeset
|
1604 Report and fix by James Mack (Thomas Arendsen Hein) |
|
4849
e68920390aad
Fix SQL wildcards in string search
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4846
diff
changeset
|
1605 - Fix String search with special SQL wildcard characters in LIKE/ILIKE |
|
e68920390aad
Fix SQL wildcards in string search
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4846
diff
changeset
|
1606 clause and add testcase (Ralf Schlatterbeck) |
|
4850
6998ad77841e
Fix bug in SQL generation
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4849
diff
changeset
|
1607 - Fix subtle bug when sorting by a Link that contains a Multilink from |
|
6998ad77841e
Fix bug in SQL generation
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4849
diff
changeset
|
1608 which we also search for an attribute. In that case the LEFT OUTER |
|
6998ad77841e
Fix bug in SQL generation
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4849
diff
changeset
|
1609 JOIN clause was missing in generated SQL. (Ralf Schlatterbeck) |
|
4851
24b8011cd2dc
Fix XSS in issue2550817
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4850
diff
changeset
|
1610 - Fix another XSS issue2550817. Note that the code that triggers that |
|
24b8011cd2dc
Fix XSS in issue2550817
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4850
diff
changeset
|
1611 particular bug is no longer in roundup core. But the change to the |
|
4880
ca692423e401
Different approach to fix XSS in issue2550817
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4877
diff
changeset
|
1612 templates we suggest is a *lot* safer as it by default escapes the |
|
ca692423e401
Different approach to fix XSS in issue2550817
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4877
diff
changeset
|
1613 error and ok messages now. Thanks to Thibault Fevry for the original |
|
4893
5dbeea79a3db
CHANGES.txt: Completting some committer names.
Bernhard Reiter <bernhard@intevation.de>
parents:
4887
diff
changeset
|
1614 bug-report. (Ralf Schlatterbeck) |
|
4856
392a055fdc21
issue2117897: Fixed two more rounding to 60.0 seconds in date.py
Thomas Arendsen Hein <thomas@intevation.de>
parents:
4852
diff
changeset
|
1615 - issue2117897: Fixed two more places in date.py where seconds can be |
|
392a055fdc21
issue2117897: Fixed two more rounding to 60.0 seconds in date.py
Thomas Arendsen Hein <thomas@intevation.de>
parents:
4852
diff
changeset
|
1616 rounded to 60.0 and causing exceptions. Change them to 59.999 as was |
|
392a055fdc21
issue2117897: Fixed two more rounding to 60.0 seconds in date.py
Thomas Arendsen Hein <thomas@intevation.de>
parents:
4852
diff
changeset
|
1617 done in the fix for issue2550802. (Thomas Arendsen Hein) |
|
4875
cdec6ed210d0
Fix batch.propchanged for transitive id properties (would result in a
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4873
diff
changeset
|
1618 - Fix batch.propchanged for transitive id properties (would result in a |
|
4893
5dbeea79a3db
CHANGES.txt: Completting some committer names.
Bernhard Reiter <bernhard@intevation.de>
parents:
4887
diff
changeset
|
1619 backtrace when trying to group by property.id) (Ralf Schlatterbeck) |
|
4880
ca692423e401
Different approach to fix XSS in issue2550817
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4877
diff
changeset
|
1620 - Fix issue2550835, the test checks for date-range queries with an |
|
ca692423e401
Different approach to fix XSS in issue2550817
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4877
diff
changeset
|
1621 interval that depends on the local time. Put the queried date a little |
|
ca692423e401
Different approach to fix XSS in issue2550817
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4877
diff
changeset
|
1622 later to avoid a race condition where the queried interval doesn't |
|
ca692423e401
Different approach to fix XSS in issue2550817
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4877
diff
changeset
|
1623 match the date because the clock has advanced. (Ralf Schlatterbeck) |
|
4881
96a2c825c8d6
Apply german translation fixes in issue2550761
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4880
diff
changeset
|
1624 - Apply german translation fixes from Debian team in issue2550761, |
|
96a2c825c8d6
Apply german translation fixes in issue2550761
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4880
diff
changeset
|
1625 thanks to Kai Storbeck for taking the time to report these. |
|
4893
5dbeea79a3db
CHANGES.txt: Completting some committer names.
Bernhard Reiter <bernhard@intevation.de>
parents:
4887
diff
changeset
|
1626 (Ralf Schlatterbeck) |
|
4898
850551a1568b
Fix issue2550843 (AttributeError: 'Unauthorised' object has no attribute 'replace')
Thomas Arendsen Hein <thomas@intevation.de>
parents:
4893
diff
changeset
|
1627 - Fix issue2550843 Pass text of Unauthorised and Login exceptions instead |
|
850551a1568b
Fix issue2550843 (AttributeError: 'Unauthorised' object has no attribute 'replace')
Thomas Arendsen Hein <thomas@intevation.de>
parents:
4893
diff
changeset
|
1628 of the exception instance to avoid traceback with string operations. |
|
850551a1568b
Fix issue2550843 (AttributeError: 'Unauthorised' object has no attribute 'replace')
Thomas Arendsen Hein <thomas@intevation.de>
parents:
4893
diff
changeset
|
1629 (Thomas Arendsen Hein) |
|
4900
349a83aca61f
Correctly locate templates in a virtualenv (issue2550841)
John Kristensen <john@jerrykan.com>
parents:
4898
diff
changeset
|
1630 - Fix issue2550841 roundup-demo templates not found in virtualenv (John |
|
349a83aca61f
Correctly locate templates in a virtualenv (issue2550841)
John Kristensen <john@jerrykan.com>
parents:
4898
diff
changeset
|
1631 Kristensen) |
|
4902
a403c29ffaf9
Security fix default user permissions
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4901
diff
changeset
|
1632 - Security: Default user permissions should not include all user |
|
a403c29ffaf9
Security fix default user permissions
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4901
diff
changeset
|
1633 attributes. We now limit this to the username, realname and some |
|
a403c29ffaf9
Security fix default user permissions
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4901
diff
changeset
|
1634 further attributes depending on the schema. Note that we no longer |
|
a403c29ffaf9
Security fix default user permissions
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4901
diff
changeset
|
1635 include the email addresses, depending on your installation you may |
|
a403c29ffaf9
Security fix default user permissions
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4901
diff
changeset
|
1636 want to further restrict this or add some attributes like ``address`` |
|
a403c29ffaf9
Security fix default user permissions
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4901
diff
changeset
|
1637 and ``alternate_addresses``. (Ralf Schlatterbeck) |
|
4904
3b632a25b1b3
Correctly recreate the database directory during tracker re-initialise
John Kristensen <john@jerrykan.com>
parents:
4903
diff
changeset
|
1638 - Correctly recreate the database directory when re-initialising a tracker |
|
3b632a25b1b3
Correctly recreate the database directory during tracker re-initialise
John Kristensen <john@jerrykan.com>
parents:
4903
diff
changeset
|
1639 instance. (John Kristensen) |
|
4927
c120f747e0b4
In case of an error, date fields would lose the calendar help, fixed.
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4922
diff
changeset
|
1640 - In case of an error, date fields would lose the calendar help, fixed. |
|
c120f747e0b4
In case of an error, date fields would lose the calendar help, fixed.
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4922
diff
changeset
|
1641 (Ralf Schlatterbeck) |
|
4873
ef5f256b417e
CHANGES: update for local_replace.py example and adding one missing attribution.
Bernhard Reiter <bernhard@intevation.de>
parents:
4864
diff
changeset
|
1642 - demo.py usage message improved: explains "nuke" now. (Bernhard Reiter) |
|
5026
8853f422fb62
Preparing 1.5.1 steps 4/16
anatoly techtonik <techtonik@gmail.com>
parents:
5025
diff
changeset
|
1643 - Fix issue2550735 Missing doc for xmlrpc schema. Thanks to Cedric Krier |
|
4931
577b375a1ec2
Update CHANGES.txt
anatoly techtonik <techtonik@gmail.com>
parents:
4927
diff
changeset
|
1644 for the patch. (anatoly techtonik) |
|
4944
fe2d72103cc8
Fix two line-break accidents in devel and responsive milestone.item.html
Thomas Arendsen Hein <thomas@intevation.de>
parents:
4931
diff
changeset
|
1645 - Fix two line-break accidents in devel and responsive milestone.item.html |
|
fe2d72103cc8
Fix two line-break accidents in devel and responsive milestone.item.html
Thomas Arendsen Hein <thomas@intevation.de>
parents:
4931
diff
changeset
|
1646 (Thomas Arendsen Hein) |
|
4956
4e7208743254
Update web site instruction to restore web presence of
anatoly techtonik <techtonik@gmail.com>
parents:
4945
diff
changeset
|
1647 - Fix broken images in legacy spec.html and original_overview.html, and |
| 4987 | 1648 restore web presence for "Roundup's Design Document" (anatoly techtonik) |
|
5014
130c82a0ae0a
jinja2 template: typo fixed.
Bernhard Reiter <bernhard@intevation.de>
parents:
5007
diff
changeset
|
1649 - Template jinja2: Updated URL to point to http://www.roundup-tracker.org/, |
|
130c82a0ae0a
jinja2 template: typo fixed.
Bernhard Reiter <bernhard@intevation.de>
parents:
5007
diff
changeset
|
1650 fixed a typo. (Bernhard Reiter) |
|
4962
63c31b18b955
Fix issue 2550848: HTML attachments should not be served as text/html
anatoly techtonik <techtonik@gmail.com>
parents:
4961
diff
changeset
|
1651 - Security: Add mime-type whitelist for attachmens that can be safely |
|
63c31b18b955
Fix issue 2550848: HTML attachments should not be served as text/html
anatoly techtonik <techtonik@gmail.com>
parents:
4961
diff
changeset
|
1652 rendered from Roundup without trigerring security bugs in browser |
|
63c31b18b955
Fix issue 2550848: HTML attachments should not be served as text/html
anatoly techtonik <techtonik@gmail.com>
parents:
4961
diff
changeset
|
1653 plugins, XSS issues and spam. The option ``allow_html_file`` didn't |
|
63c31b18b955
Fix issue 2550848: HTML attachments should not be served as text/html
anatoly techtonik <techtonik@gmail.com>
parents:
4961
diff
changeset
|
1654 provide protection for invalid content-type, in which case browser |
|
63c31b18b955
Fix issue 2550848: HTML attachments should not be served as text/html
anatoly techtonik <techtonik@gmail.com>
parents:
4961
diff
changeset
|
1655 tried to guess the best one. Thanks to Kay Hayen for reporting and |
|
63c31b18b955
Fix issue 2550848: HTML attachments should not be served as text/html
anatoly techtonik <techtonik@gmail.com>
parents:
4961
diff
changeset
|
1656 helping debug this. issue2550848 (Ralf Schlatterbeck, anatoly techtonik) |
|
4975
2fce201a2b47
Documentation: configuration messages_to_author value "nosy" now documented.
Bernhard Reiter <bernhard@intevation.de>
parents:
4971
diff
changeset
|
1657 - Documentation: configuration messages_to_author value "nosy" now documented |
|
2fce201a2b47
Documentation: configuration messages_to_author value "nosy" now documented.
Bernhard Reiter <bernhard@intevation.de>
parents:
4971
diff
changeset
|
1658 in chapter "customizing". (Bernhard Reiter) |
|
4979
f1a2bd1dea77
issue2550877: Writing headers with the email module will use continuation_ws = ' ' now for python 2.5 and 2.6 when importing anypy.email_.
Bernhard Reiter <bernhard@intevation.de>
parents:
4977
diff
changeset
|
1659 - issue2550877 Failures in test_mailgw.py because of duplicated headers |
|
5321
4566360871dc
Raises python requirement to 2.7.
Bernhard Reiter <bernhard@intevation.de>
parents:
5319
diff
changeset
|
1660 and more precise comparision. Writing headers with the email module will use |
|
4979
f1a2bd1dea77
issue2550877: Writing headers with the email module will use continuation_ws = ' ' now for python 2.5 and 2.6 when importing anypy.email_.
Bernhard Reiter <bernhard@intevation.de>
parents:
4977
diff
changeset
|
1661 continuation_ws = ' ' now for python 2.5 and 2.6. (Bernhard Reiter) |
|
4984
20786c5152e4
Include CHANGES.txt note for issue2550870
John Kristensen <john@jerrykan.com>
parents:
4979
diff
changeset
|
1662 - issue2550870 migrate use of 'rfc822' module to the 'email' module |
|
20786c5152e4
Include CHANGES.txt note for issue2550870
John Kristensen <john@jerrykan.com>
parents:
4979
diff
changeset
|
1663 (Bernhard Reiter/John Kristensen) |
| 4987 | 1664 - Doctests for roundup.date.Date are now really executable and don't |
| 1665 fail. Bug-Fixes in range properties, open intervals with 'to' didn't | |
| 1666 always work. (Ralf Schlatterbeck) | |
|
4989
623bf494d9d1
CHANGES msg added for issue2550881 fix.
Bernhard Reiter <bernhard@intevation.de>
parents:
4987
diff
changeset
|
1667 - issue2550881 demo.py: Add pointer how to access demo from remote host. |
|
623bf494d9d1
CHANGES msg added for issue2550881 fix.
Bernhard Reiter <bernhard@intevation.de>
parents:
4987
diff
changeset
|
1668 Suggested by Karl-Philipp Richter. (Bernhard Reiter) |
|
5766
d097f44bcb95
Remove trailing whitespace in CHANGES.txt.
Ezio Melotti <ezio.melotti@gmail.com>
parents:
5762
diff
changeset
|
1669 - issue2550884 roundup-mailgw --help text improved to explain the allowed |
|
4990
63574f1f3570
closed issue2550884 roundup-mailgw --help text improved to explain the allowed parameters better. Suggested by by Karl-Philipp Richter.
Bernhard Reiter <bernhard@intevation.de>
parents:
4989
diff
changeset
|
1670 parameters better. Suggested by by Karl-Philipp Richter. (Bernhard Reiter) |
|
4992
b562df8a5056
Fix form-parsing for multilinks
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4990
diff
changeset
|
1671 - Fix form-parsing: If multiple new items are added to a multilink |
|
b562df8a5056
Fix form-parsing for multilinks
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4990
diff
changeset
|
1672 property, the old version would create the new items but only link |
|
b562df8a5056
Fix form-parsing for multilinks
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4990
diff
changeset
|
1673 one. (Ralf Schlatterbeck) |
|
5766
d097f44bcb95
Remove trailing whitespace in CHANGES.txt.
Ezio Melotti <ezio.melotti@gmail.com>
parents:
5762
diff
changeset
|
1674 - issue2550892 (translation error of priority in locale de) Thanks |
|
4993
ae12b4b3ea9e
Fix issue2550892 (translation error of priority in locale de) Thanks Martin Thomas Swaton for reporting.
Bernhard Reiter <bernhard@intevation.de>
parents:
4992
diff
changeset
|
1675 Martin Thomas Swaton for reporting. (Bernhard Reiter) |
|
5006
bb97f61e1b73
Help-Window now gets focus
Ralf Schlatterbeck <rsc@runtux.com>
parents:
5004
diff
changeset
|
1676 - Help-Window now gets focus, this prevents the case that help doesn't |
|
bb97f61e1b73
Help-Window now gets focus
Ralf Schlatterbeck <rsc@runtux.com>
parents:
5004
diff
changeset
|
1677 work because an old help-window is below the main window. |
|
bb97f61e1b73
Help-Window now gets focus
Ralf Schlatterbeck <rsc@runtux.com>
parents:
5004
diff
changeset
|
1678 (Ralf Schlatterbeck) |
|
5766
d097f44bcb95
Remove trailing whitespace in CHANGES.txt.
Ezio Melotti <ezio.melotti@gmail.com>
parents:
5762
diff
changeset
|
1679 - issue2550811 20% fix: jinja2 template engine now has an example |
|
d097f44bcb95
Remove trailing whitespace in CHANGES.txt.
Ezio Melotti <ezio.melotti@gmail.com>
parents:
5762
diff
changeset
|
1680 how to use non-ascii unicode contents with a custom filter ('| u'). |
|
5015
85484d35f1a2
issue2550811 20% fix: jinja2 template engine now has an example how to use non-ascii unicode contents with a custom filter ('|u').
Bernhard Reiter <bernhard@intevation.de>
parents:
5014
diff
changeset
|
1681 See updates on http://www.roundup-tracker.org/cgi-bin/moin.cgi/Jinja2 |
|
85484d35f1a2
issue2550811 20% fix: jinja2 template engine now has an example how to use non-ascii unicode contents with a custom filter ('|u').
Bernhard Reiter <bernhard@intevation.de>
parents:
5014
diff
changeset
|
1682 (Bernhard Reiter) |
|
4863
9db31cba6e0b
Minor: demo.py usage message improved: explains "nuke" now.
Bernhard Reiter <bernhard@intevation.de>
parents:
4862
diff
changeset
|
1683 |
|
4805
9c8502990454
Document recent changes
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4796
diff
changeset
|
1684 |
|
9c8502990454
Document recent changes
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4796
diff
changeset
|
1685 2013-07-06: 1.5.0 |
|
4710
1d130d91ce81
Initial (empty) CHANGES section for 1.4.22
Thomas Arendsen Hein <thomas@intevation.de>
parents:
4708
diff
changeset
|
1686 |
|
1d130d91ce81
Initial (empty) CHANGES section for 1.4.22
Thomas Arendsen Hein <thomas@intevation.de>
parents:
4708
diff
changeset
|
1687 Features: |
|
1d130d91ce81
Initial (empty) CHANGES section for 1.4.22
Thomas Arendsen Hein <thomas@intevation.de>
parents:
4708
diff
changeset
|
1688 |
|
4791
140d4c2469db
issue2550775 enhancement. Add rel=nofollow to journal links
John Rouillard <rouilj@ieee.org>
parents:
4787
diff
changeset
|
1689 - issue2550775 Added rel=nofollow to links in the journal linking to |
|
140d4c2469db
issue2550775 enhancement. Add rel=nofollow to journal links
John Rouillard <rouilj@ieee.org>
parents:
4787
diff
changeset
|
1690 attachments to allow the admin to delete attachment spam and prevent |
|
140d4c2469db
issue2550775 enhancement. Add rel=nofollow to journal links
John Rouillard <rouilj@ieee.org>
parents:
4787
diff
changeset
|
1691 search engines from increasing the rankings. (John Rouillard) |
|
4785
81ab5ffa6863
Added two new features to CHANGES.txt and attributed my earlier
John Rouillard <rouilj@ieee.org>
parents:
4782
diff
changeset
|
1692 - issue2550808 Enhanced the boolean field template function. Now by |
|
81ab5ffa6863
Added two new features to CHANGES.txt and attributed my earlier
John Rouillard <rouilj@ieee.org>
parents:
4782
diff
changeset
|
1693 default the labels generated can be clicked on and select the |
|
81ab5ffa6863
Added two new features to CHANGES.txt and attributed my earlier
John Rouillard <rouilj@ieee.org>
parents:
4782
diff
changeset
|
1694 corresponding radio button. Also can create a trivalued radiobutton |
|
81ab5ffa6863
Added two new features to CHANGES.txt and attributed my earlier
John Rouillard <rouilj@ieee.org>
parents:
4782
diff
changeset
|
1695 (yes/no/unknown) as well as customize the labels for the |
|
81ab5ffa6863
Added two new features to CHANGES.txt and attributed my earlier
John Rouillard <rouilj@ieee.org>
parents:
4782
diff
changeset
|
1696 yes/no/unknown radio buttons. (John Rouillard) |
|
81ab5ffa6863
Added two new features to CHANGES.txt and attributed my earlier
John Rouillard <rouilj@ieee.org>
parents:
4782
diff
changeset
|
1697 - issue2550807 enhance classhelp method with ability to set html |
|
81ab5ffa6863
Added two new features to CHANGES.txt and attributed my earlier
John Rouillard <rouilj@ieee.org>
parents:
4782
diff
changeset
|
1698 properties on the generated link. (John Rouillard) |
| 4781 | 1699 - Support for tx_Source property on database handle. Can be used by |
| 1700 detectors to find out the source of a change in an auditor to block | |
| 1701 changes arriving by unauthenticated mechanisms (e.g. plain email | |
| 1702 where headers can be faked). The property db.tx_Source has the | |
| 1703 following values: | |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
1704 |
| 4781 | 1705 * None - Default value set to None. May be valid if it's a script |
| 1706 that is created by the user. Otherwise it's an error and indicates | |
| 1707 that some code path is not properly setting the tx_Source property. | |
| 1708 * "cli" - this string value is set when using roundup-admin and | |
| 1709 supplied scripts. | |
| 1710 * "web" - this string value is set when using any web based | |
| 1711 technique: html interface, xmlrpc .... | |
| 1712 * "email" - this string value is set when using an unauthenticated | |
| 1713 email based technique. | |
| 1714 * "email-sig-openpgp" - this string value is set when email with a | |
| 1715 valid pgp signature is used. (*NOTE* the testing for this mode | |
| 1716 is incomplete. If you have a pgp infrastructure you should test | |
|
4785
81ab5ffa6863
Added two new features to CHANGES.txt and attributed my earlier
John Rouillard <rouilj@ieee.org>
parents:
4782
diff
changeset
|
1717 and verify that this is properly set.) (John Rouillard) |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
1718 |
|
4762
a58e971be722
CHANGES.txt: put major feature first
anatoly techtonik <techtonik@gmail.com>
parents:
4761
diff
changeset
|
1719 - Introducing Template Loader API (anatoly techtonik) |
|
a58e971be722
CHANGES.txt: put major feature first
anatoly techtonik <techtonik@gmail.com>
parents:
4761
diff
changeset
|
1720 - Experimental support for Jinja2, try 'jinja2' for template_engine |
|
a58e971be722
CHANGES.txt: put major feature first
anatoly techtonik <techtonik@gmail.com>
parents:
4761
diff
changeset
|
1721 in config (anatoly techtonik) |
|
4759
fd90ad41d34d
- Update demo.py to be able to run jinja2 template
Pradip Caulagi <caulagi@gmail.com>
parents:
4749
diff
changeset
|
1722 - A new jinja2 template based on Classic schema and using Twitter |
|
5766
d097f44bcb95
Remove trailing whitespace in CHANGES.txt.
Ezio Melotti <ezio.melotti@gmail.com>
parents:
5762
diff
changeset
|
1723 bootstrap for responsive behaviour. Run as - |
|
4759
fd90ad41d34d
- Update demo.py to be able to run jinja2 template
Pradip Caulagi <caulagi@gmail.com>
parents:
4749
diff
changeset
|
1724 python demo.py -t jinja2 nuke (Pradip P Caulagi) |
|
4766
86ef4ab17dc5
Run scripts (roundup_admin.py, ...) directly from checkout.
anatoly techtonik <techtonik@gmail.com>
parents:
4764
diff
changeset
|
1725 - roundup_admin.py and other scripts can now be run directly from the |
|
86ef4ab17dc5
Run scripts (roundup_admin.py, ...) directly from checkout.
anatoly techtonik <techtonik@gmail.com>
parents:
4764
diff
changeset
|
1726 sources dir as roundup\scripts\roundup_admin.py (anatoly techtonik) |
|
4723
42f6c76950a4
Cancel version bump to 1.5.0 - the impact is minimal, so just update
anatoly techtonik <techtonik@gmail.com>
parents:
4722
diff
changeset
|
1727 - Renamed old Templates classes to Loader classes to clarify sources |
|
42f6c76950a4
Cancel version bump to 1.5.0 - the impact is minimal, so just update
anatoly techtonik <techtonik@gmail.com>
parents:
4722
diff
changeset
|
1728 for alternative templating engines, updated docs (anatoly techtonik) |
|
4740
fe9568a6cbd6
Untangle template selection logic from template loading functionality.
anatoly techtonik <techtonik@gmail.com>
parents:
4736
diff
changeset
|
1729 - Template selection code is moved from Loader classes into cgi.client |
|
fe9568a6cbd6
Untangle template selection logic from template loading functionality.
anatoly techtonik <techtonik@gmail.com>
parents:
4736
diff
changeset
|
1730 limiting the responsibility of Loaders to compilation and rendering. |
|
fe9568a6cbd6
Untangle template selection logic from template loading functionality.
anatoly techtonik <techtonik@gmail.com>
parents:
4736
diff
changeset
|
1731 Internally, templating.find_template is replaced with |
|
fe9568a6cbd6
Untangle template selection logic from template loading functionality.
anatoly techtonik <techtonik@gmail.com>
parents:
4736
diff
changeset
|
1732 client.selectTemplate (anatoly techtonik) |
|
4760
efdce3d32698
Increase generated password length to 12 symbols.
anatoly techtonik <techtonik@gmail.com>
parents:
4759
diff
changeset
|
1733 - Increased generated password length to 12 symbols to slow down GPGPU |
|
efdce3d32698
Increase generated password length to 12 symbols.
anatoly techtonik <techtonik@gmail.com>
parents:
4759
diff
changeset
|
1734 attacks (anatoly techtonik) |
|
4793
d9e5539303bd
Implement XMLRPC MultiCall (including test), see
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4792
diff
changeset
|
1735 - Implement XMLRPC MultiCall (including test), see |
|
d9e5539303bd
Implement XMLRPC MultiCall (including test), see
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4792
diff
changeset
|
1736 http://docs.python.org/2/library/xmlrpclib.html#xmlrpclib.MultiCall |
|
d9e5539303bd
Implement XMLRPC MultiCall (including test), see
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4792
diff
changeset
|
1737 (Ralf Schlatterbeck) |
|
4710
1d130d91ce81
Initial (empty) CHANGES section for 1.4.22
Thomas Arendsen Hein <thomas@intevation.de>
parents:
4708
diff
changeset
|
1738 |
|
1d130d91ce81
Initial (empty) CHANGES section for 1.4.22
Thomas Arendsen Hein <thomas@intevation.de>
parents:
4708
diff
changeset
|
1739 Fixed: |
|
1d130d91ce81
Initial (empty) CHANGES section for 1.4.22
Thomas Arendsen Hein <thomas@intevation.de>
parents:
4708
diff
changeset
|
1740 |
|
4792
1a0cf0345465
issue2550789 document how to initialize a tracker without exposing the admin password
John Rouillard <rouilj@ieee.org>
parents:
4791
diff
changeset
|
1741 - issue2550789: add documentation on how to initialise a tracker |
|
1a0cf0345465
issue2550789 document how to initialize a tracker without exposing the admin password
John Rouillard <rouilj@ieee.org>
parents:
4791
diff
changeset
|
1742 without exposing the admin password. |
|
5766
d097f44bcb95
Remove trailing whitespace in CHANGES.txt.
Ezio Melotti <ezio.melotti@gmail.com>
parents:
5762
diff
changeset
|
1743 - issue2550805: Postgres should search title attribute case insensitive |
|
4787
4a017661e414
Closed issue2550805 (Postgresql should search title case insensitive), by Tom Ekberg.
Bernhard Reiter <bernhard@intevation.de>
parents:
4786
diff
changeset
|
1744 like sqlite. Reported and fixed by Tom Ekberg. (Bernhard Reiter) |
|
4786
6018617c55ab
Removing remains of "rlog" module, fixes db unit test debug logging via environment variable.
Bernhard Reiter <bernhard@intevation.de>
parents:
4785
diff
changeset
|
1745 - Removed some old left over "rlog" references in documentation and code. |
|
6018617c55ab
Removing remains of "rlog" module, fixes db unit test debug logging via environment variable.
Bernhard Reiter <bernhard@intevation.de>
parents:
4785
diff
changeset
|
1746 Makes the debugging.txt advise for the database unit tests work again. |
|
4893
5dbeea79a3db
CHANGES.txt: Completting some committer names.
Bernhard Reiter <bernhard@intevation.de>
parents:
4887
diff
changeset
|
1747 (Bernhard Reiter) |
|
4745
ef4f1cefac9c
Fixed OpenPGP support for modern versions of libgpgme.
Bernhard Reiter <bernhard@intevation.de>
parents:
4743
diff
changeset
|
1748 - Fixed OpenPGP support for modern versions of libgpgme. (Bernhard Reiter) |
|
4722
f7e68ae4926c
Restore compatibility with an old style trackers (not sure if
anatoly techtonik <techtonik@gmail.com>
parents:
4720
diff
changeset
|
1749 - Restored compatibility with old style trackers (anatoly techtonik) |
|
4717
9dc50be521ee
Make roundup play nice with setup tools (for using with virtualenv)
Pradip Caulagi <caulagi@gmail.com>
parents:
4713
diff
changeset
|
1750 - Make roundup play nice with setup tools (for using with virtualenv) |
|
9dc50be521ee
Make roundup play nice with setup tools (for using with virtualenv)
Pradip Caulagi <caulagi@gmail.com>
parents:
4713
diff
changeset
|
1751 (Pradip Caulagi) |
|
4713
c92fcb355911
Template responsive: make demo.py work out of the box with it, by setting the static_files config.ini setting to "static".
Bernhard Reiter <bernhard@intevation.de>
parents:
4712
diff
changeset
|
1752 - [minor] Template responsive: make demo.py work out of the box with it, |
|
5766
d097f44bcb95
Remove trailing whitespace in CHANGES.txt.
Ezio Melotti <ezio.melotti@gmail.com>
parents:
5762
diff
changeset
|
1753 by setting the static_files config.ini setting to "static". |
|
4793
d9e5539303bd
Implement XMLRPC MultiCall (including test), see
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4792
diff
changeset
|
1754 Footer: link fixed and hardcoded last modified date removed. (Bernhard Reiter) |
|
4764
d273e59b487b
roundup.demo: Use relative tracker home directory
anatoly techtonik <techtonik@gmail.com>
parents:
4762
diff
changeset
|
1755 - demo.py print location of tracker home and fully erase its directory |
|
d273e59b487b
roundup.demo: Use relative tracker home directory
anatoly techtonik <techtonik@gmail.com>
parents:
4762
diff
changeset
|
1756 when nuking (anatoly techtonik) |
|
4761
a89f1e9f3ee3
fix for demo.py to make it use configured host address
John Rouillard <rouilj@ieee.org>
parents:
4760
diff
changeset
|
1757 - demo.py changing hostname in config.ini actually changes the address |
|
a89f1e9f3ee3
fix for demo.py to make it use configured host address
John Rouillard <rouilj@ieee.org>
parents:
4760
diff
changeset
|
1758 where demo.py listens. (John Rouillard) |
|
4773
8ab5d7d63191
Fixed issue2550802: Fixed date so second fraction can't cause rounding to
Bernhard Reiter <bernhard@intevation.de>
parents:
4766
diff
changeset
|
1759 - issue2550802: Fixed date so second fraction can't cause rounding to |
|
8ab5d7d63191
Fixed issue2550802: Fixed date so second fraction can't cause rounding to
Bernhard Reiter <bernhard@intevation.de>
parents:
4766
diff
changeset
|
1760 60.000 when serialising. Report and fix by Erik Hanspers. (Bernhard Reiter) |
|
4774
3adff0fb0207
Fixed issue2550595: Allow migrating from roundup 0.x to 1.4
Thomas Arendsen Hein <thomas@intevation.de>
parents:
4773
diff
changeset
|
1761 - issue2550595: Allow migrating from roundup 0.x to 1.4 (Thomas Arendsen Hein) |
|
4778
4f25deb20dfa
issue2550634: New German orthography corrections
Thomas Arendsen Hein <thomas@intevation.de>
parents:
4774
diff
changeset
|
1762 - issue2550634: New German orthography corrections (Thomas Arendsen Hein) |
|
4710
1d130d91ce81
Initial (empty) CHANGES section for 1.4.22
Thomas Arendsen Hein <thomas@intevation.de>
parents:
4708
diff
changeset
|
1763 |
| 4708 | 1764 2012-12-21: 1.4.21 |
|
4629
76daabfdbc8d
CHANGES.txt entry for restored sample detectors (issue2550574)
Thomas Arendsen Hein <thomas@intevation.de>
parents:
4625
diff
changeset
|
1765 |
|
76daabfdbc8d
CHANGES.txt entry for restored sample detectors (issue2550574)
Thomas Arendsen Hein <thomas@intevation.de>
parents:
4625
diff
changeset
|
1766 Features: |
|
76daabfdbc8d
CHANGES.txt entry for restored sample detectors (issue2550574)
Thomas Arendsen Hein <thomas@intevation.de>
parents:
4625
diff
changeset
|
1767 |
|
4695
132650f4700a
#2550782: Added a new irker detector to send notifications on IRC when an issue is created or messages are added.
Ezio Melotti <ezio.melotti@gmail.com>
parents:
4691
diff
changeset
|
1768 - issue2550782: Added a new irker detector to send notifications on IRC |
|
132650f4700a
#2550782: Added a new irker detector to send notifications on IRC when an issue is created or messages are added.
Ezio Melotti <ezio.melotti@gmail.com>
parents:
4691
diff
changeset
|
1769 when an issue is created or messages are added. (Ezio Melotti) |
|
4691
4545225c449d
First stab at responsive templates using bootstrap
Pradip Caulagi <caulagi@gmail.com>
parents:
4686
diff
changeset
|
1770 - Beta version of responsive templates using devel schema |
|
4545225c449d
First stab at responsive templates using bootstrap
Pradip Caulagi <caulagi@gmail.com>
parents:
4686
diff
changeset
|
1771 and Twitter Bootstrap for styling (Pradip Caulagi) |
| 4711 | 1772 - pywin32 is no longer required to run on Windows (anatoly techtonik) |
|
4686
4e740f02e165
Remove pywin32 installation dependency by porting portalocker.py to ctypes.
anatoly techtonik <techtonik@gmail.com>
parents:
4682
diff
changeset
|
1773 - Rewritten portalocker.py logic in ctypes for Windows (anatoly techtonik) |
|
4652
dfbc0cfa9811
Add an interface to register clearCache callbacks in roundupdb.
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4647
diff
changeset
|
1774 - Add an interface to register clearCache callbacks in roundupdb. |
|
dfbc0cfa9811
Add an interface to register clearCache callbacks in roundupdb.
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4647
diff
changeset
|
1775 Sometimes complicated computations may require an application cache. |
|
dfbc0cfa9811
Add an interface to register clearCache callbacks in roundupdb.
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4647
diff
changeset
|
1776 This application can now register a callback to clear the application |
|
dfbc0cfa9811
Add an interface to register clearCache callbacks in roundupdb.
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4647
diff
changeset
|
1777 cache, because roundup knows better when to clear it (usually when a |
|
dfbc0cfa9811
Add an interface to register clearCache callbacks in roundupdb.
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4647
diff
changeset
|
1778 transaction ends, either with rollback or with commit). The interface |
|
dfbc0cfa9811
Add an interface to register clearCache callbacks in roundupdb.
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4647
diff
changeset
|
1779 for this is currently considered experimental. The current interface |
|
dfbc0cfa9811
Add an interface to register clearCache callbacks in roundupdb.
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4647
diff
changeset
|
1780 is registerClearCacheCallback(self, method, param) where method is |
|
dfbc0cfa9811
Add an interface to register clearCache callbacks in roundupdb.
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4647
diff
changeset
|
1781 called with param as the only parameter. (Ralf Schlatterbeck) |
|
4660
9f507a042c1b
Add a script to remove file-spam from a tracker.
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4659
diff
changeset
|
1782 - Add a script to remove file-spam from a tracker, see |
|
9f507a042c1b
Add a script to remove file-spam from a tracker.
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4659
diff
changeset
|
1783 scripts/spam-remover. (Ralf Schlatterbeck) |
|
4629
76daabfdbc8d
CHANGES.txt entry for restored sample detectors (issue2550574)
Thomas Arendsen Hein <thomas@intevation.de>
parents:
4625
diff
changeset
|
1784 |
|
76daabfdbc8d
CHANGES.txt entry for restored sample detectors (issue2550574)
Thomas Arendsen Hein <thomas@intevation.de>
parents:
4625
diff
changeset
|
1785 Fixed: |
|
76daabfdbc8d
CHANGES.txt entry for restored sample detectors (issue2550574)
Thomas Arendsen Hein <thomas@intevation.de>
parents:
4625
diff
changeset
|
1786 |
|
4651
beb8d43f4d9d
issue2550765: Don't show links in calendar that will fail. Found and fixed by Cédric Krier.
Bernhard Reiter <bernhard@intevation.de>
parents:
4650
diff
changeset
|
1787 - issue2550765: Don't show links in calendar that will fail. |
|
6057
b6e56d096c58
Revert boolean attribute rendering
Ralf Schlatterbeck <rsc@runtux.com>
parents:
6056
diff
changeset
|
1788 Found and fixed by C\E9dric Krier. (Bernhard) |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
1789 - issue2550765: use ``<meta name="robots" content="noindex, |
|
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
1790 nofollow">`` in the _generic.calendar.html to prevent robots to |
|
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
1791 follow all the links in the calendar. (Ezio Melotti) |
|
4649
fc513bd18167
Use "raise E, V, T" instead of "raise E(V).with_traceback(T)" (with_traceback is not available in Python 2).
Ezio Melotti <ezio.melotti@gmail.com>
parents:
4647
diff
changeset
|
1792 - "BaseException.with_traceback" is not available on Python 2, so use |
|
fc513bd18167
Use "raise E, V, T" instead of "raise E(V).with_traceback(T)" (with_traceback is not available in Python 2).
Ezio Melotti <ezio.melotti@gmail.com>
parents:
4647
diff
changeset
|
1793 "raise E, V, T" instead of "raise E(V).with_traceback(T)". This change was |
|
fc513bd18167
Use "raise E, V, T" instead of "raise E(V).with_traceback(T)" (with_traceback is not available in Python 2).
Ezio Melotti <ezio.melotti@gmail.com>
parents:
4647
diff
changeset
|
1794 originally introduced in 74476eaac38a. (Ezio Melotti) |
|
4647
11b6601629d7
#2550759: Trailing punctuation is no longer included when URLs are converted to links.
Ezio Melotti <ezio.melotti@gmail.com>
parents:
4636
diff
changeset
|
1795 - issue2550759: Trailing punctuation is no longer included when URLs are |
|
11b6601629d7
#2550759: Trailing punctuation is no longer included when URLs are converted to links.
Ezio Melotti <ezio.melotti@gmail.com>
parents:
4636
diff
changeset
|
1796 converted to links. (Ezio Melotti) |
|
4629
76daabfdbc8d
CHANGES.txt entry for restored sample detectors (issue2550574)
Thomas Arendsen Hein <thomas@intevation.de>
parents:
4625
diff
changeset
|
1797 - issue2550574: Restore sample detectors removed in roundup 1.4.9 |
|
76daabfdbc8d
CHANGES.txt entry for restored sample detectors (issue2550574)
Thomas Arendsen Hein <thomas@intevation.de>
parents:
4625
diff
changeset
|
1798 (Thomas Arendsen Hein) |
|
4634
a145598a92ae
added CHANGES.txt for previous commit
Thomas Arendsen Hein <thomas@intevation.de>
parents:
4629
diff
changeset
|
1799 - Prevent AttributeError when removing all roles of a user |
|
a145598a92ae
added CHANGES.txt for previous commit
Thomas Arendsen Hein <thomas@intevation.de>
parents:
4629
diff
changeset
|
1800 (Thomas Arendsen Hein) |
|
4636
f338c19b0a6d
closing issue2550762 Minor Documentation fix in doc/developers.txt, thanks to W. Trevor King.
Bernhard Reiter <bernhard@intevation.de>
parents:
4634
diff
changeset
|
1801 - issue2550762 Minor Documentation fix in doc/developers.txt, thanks |
|
f338c19b0a6d
closing issue2550762 Minor Documentation fix in doc/developers.txt, thanks to W. Trevor King.
Bernhard Reiter <bernhard@intevation.de>
parents:
4634
diff
changeset
|
1802 to W. Trevor King. (Bernhard Reiter) |
|
4664
17197d6145cf
Add CHANGES.txt entry and instructions in upgrading.txt for issue2550765/a099ff2ceff3.
Ezio Melotti <ezio.melotti@gmail.com>
parents:
4660
diff
changeset
|
1803 - issue2550766: Minor formatting issues in the docs for date properties, |
|
4650
0485b47a39a8
issue2550766: Minor formatting issues in the docs for date properties, thanks John Kristensen.
Bernhard Reiter <bernhard@intevation.de>
parents:
4649
diff
changeset
|
1804 thanks John Kristensen. (Bernhard Reiter) |
|
4656
bce631d8f24d
issue2550738: Fixes for various documentation typos, thanks Nathan Russell
John Kristensen <john@jerrykan.com>
parents:
4653
diff
changeset
|
1805 - issue2550738: Fixes for various documentation typoes, |
|
bce631d8f24d
issue2550738: Fixes for various documentation typos, thanks Nathan Russell
John Kristensen <john@jerrykan.com>
parents:
4653
diff
changeset
|
1806 thanks Nathan Russell. (John Kristensen) |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
1807 - issue2550756: Fix 'oder' typo in mailer.Mailer.bounce_message docstring, |
|
4659
eabe86afc6ee
issue2550756: Fix `oder' typo in mailer.Mailer.bounce_message docstring, thanks W. Trevor King
John Kristensen <john@jerrykan.com>
parents:
4656
diff
changeset
|
1808 thanks W. Trevor King (John Kristensen) |
|
4669
d7ac6c7bc371
Fix basic authentication.
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4664
diff
changeset
|
1809 - Fix basic authentication: instatiating the login action would fail if |
|
d7ac6c7bc371
Fix basic authentication.
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4664
diff
changeset
|
1810 the user is not set. We now first set the user to anonymous and then |
|
4672
e90909162a79
Fix installation docs for correct python version
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4670
diff
changeset
|
1811 try basic authentication if enabled. (Ralf Schlatterbeck) |
|
4670
c9b85ca1f985
Fix xmlrpc permissions for lookup method.
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4669
diff
changeset
|
1812 - Fix xmlrpc permissions for lookup method: Allow if the key attribute |
|
4672
e90909162a79
Fix installation docs for correct python version
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4670
diff
changeset
|
1813 is either searchable or viewable, don't check id attribute (Ralf |
|
e90909162a79
Fix installation docs for correct python version
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4670
diff
changeset
|
1814 Schlatterbeck) |
|
e90909162a79
Fix installation docs for correct python version
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4670
diff
changeset
|
1815 - Fix installation documentation (section Prerequisites) to require at |
|
e90909162a79
Fix installation docs for correct python version
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4670
diff
changeset
|
1816 least python 2.5, thanks to John P. Rouillard for discovering this. |
|
e90909162a79
Fix installation docs for correct python version
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4670
diff
changeset
|
1817 (committed by Ralf Schlatterbeck) |
|
4682
0c2cad65ebba
version_check.py: Bump required Python version from 2.1.1+ to 2.5+
anatoly techtonik <techtonik@gmail.com>
parents:
4678
diff
changeset
|
1818 - Fix version_check.py to require at least python 2.5 (anatoly techtonik) |
|
5766
d097f44bcb95
Remove trailing whitespace in CHANGES.txt.
Ezio Melotti <ezio.melotti@gmail.com>
parents:
5762
diff
changeset
|
1819 - Fixing the download button re-activating the cheeseshop plugin in the |
|
4674
433ddb5466e9
Fixing the download button re-activating the cheeseshop plugin in the sphinx config. Thanks to Richard for the hint.
Bernhard Reiter <bernhard@intevation.de>
parents:
4672
diff
changeset
|
1820 sphinx config. Thanks to Richard for the hint. (Bernhard Reiter) |
|
4677
3cf77c30697e
issue2550783 describe the change in devel template/schema.py
rouilj
parents:
4674
diff
changeset
|
1821 - issue2550783 devel template's schema.py permissions referenced the |
|
3cf77c30697e
issue2550783 describe the change in devel template/schema.py
rouilj
parents:
4674
diff
changeset
|
1822 organization property for the user, but the property is called |
|
3cf77c30697e
issue2550783 describe the change in devel template/schema.py
rouilj
parents:
4674
diff
changeset
|
1823 organisation. Thanks to Pradip Caulagi. (committed by John Rouillard) |
|
4678
23de24f57566
issue2550749 - the xmlrpc interface is invoked on content type
rouilj
parents:
4677
diff
changeset
|
1824 - issue2550749 - the xmlrpc interface is invoked on content type |
|
23de24f57566
issue2550749 - the xmlrpc interface is invoked on content type
rouilj
parents:
4677
diff
changeset
|
1825 and not url path. Sending any text/xml data to roundup results in |
|
23de24f57566
issue2550749 - the xmlrpc interface is invoked on content type
rouilj
parents:
4677
diff
changeset
|
1826 invoking the xml-rpc interface, but a REST or other interface could |
|
23de24f57566
issue2550749 - the xmlrpc interface is invoked on content type
rouilj
parents:
4677
diff
changeset
|
1827 also consume xml data and do something different. So require the use |
|
23de24f57566
issue2550749 - the xmlrpc interface is invoked on content type
rouilj
parents:
4677
diff
changeset
|
1828 of 'http(s)://.../xmlrpc' uri to trigger the xmlrpc interface. |
|
23de24f57566
issue2550749 - the xmlrpc interface is invoked on content type
rouilj
parents:
4677
diff
changeset
|
1829 (John Rouillard) |
|
4702
3dc458554d68
issue2550774: Fix generation of documentation
John Kristensen <john@jerrykan.com>
parents:
4695
diff
changeset
|
1830 - issue2550774: Remove generating documentation with rst2html, and update the |
|
3dc458554d68
issue2550774: Fix generation of documentation
John Kristensen <john@jerrykan.com>
parents:
4695
diff
changeset
|
1831 README.txt with how to create the html docs using sphinx, thanks Kai Storbeck |
|
3dc458554d68
issue2550774: Fix generation of documentation
John Kristensen <john@jerrykan.com>
parents:
4695
diff
changeset
|
1832 (John Kristensen) |
|
3dc458554d68
issue2550774: Fix generation of documentation
John Kristensen <john@jerrykan.com>
parents:
4695
diff
changeset
|
1833 - issue2550774: Include doc/conf.py in the release tarball, so people can build |
|
3dc458554d68
issue2550774: Fix generation of documentation
John Kristensen <john@jerrykan.com>
parents:
4695
diff
changeset
|
1834 their own documentation in html, thanks Kai Storbeck (John Kristensen) |
|
4703
8e34362a14f7
issue2550774: Fix generating the website documentation
John Kristensen <john@jerrykan.com>
parents:
4702
diff
changeset
|
1835 - issue2550774: Update website/www/Makefile to symlink COPYING.txt so "make" |
|
8e34362a14f7
issue2550774: Fix generating the website documentation
John Kristensen <john@jerrykan.com>
parents:
4702
diff
changeset
|
1836 works again, thanks Kai Storbeck (John Kristensen) |
|
4706
a5a9b81f8f6b
issue2550760: Several improvements to the manpages (thanks Kai Storbeck)
John Kristensen <john@jerrykan.com>
parents:
4703
diff
changeset
|
1837 - issue2550760: Several improvements to the manpages |
|
a5a9b81f8f6b
issue2550760: Several improvements to the manpages (thanks Kai Storbeck)
John Kristensen <john@jerrykan.com>
parents:
4703
diff
changeset
|
1838 thanks Kai Storbeck & Bastian Kleineidam (John Kristensen) |
|
4629
76daabfdbc8d
CHANGES.txt entry for restored sample detectors (issue2550574)
Thomas Arendsen Hein <thomas@intevation.de>
parents:
4625
diff
changeset
|
1839 |
|
4710
1d130d91ce81
Initial (empty) CHANGES section for 1.4.22
Thomas Arendsen Hein <thomas@intevation.de>
parents:
4708
diff
changeset
|
1840 |
| 4625 | 1841 2012-05-15: 1.4.20 |
|
4528
5ce5ca453a7a
New version number after release.
Bernhard Reiter <Bernhard.Reiter@intevation.de>
parents:
4526
diff
changeset
|
1842 |
|
5ce5ca453a7a
New version number after release.
Bernhard Reiter <Bernhard.Reiter@intevation.de>
parents:
4526
diff
changeset
|
1843 Features: |
|
4532
6b8abdc4bb22
issue2550678: Allow pagesize=-1 which returns all results.
Bernhard Reiter <Bernhard.Reiter@intevation.de>
parents:
4531
diff
changeset
|
1844 |
|
4618
d2b90632fa87
README.txt: Added warning to Chameleon support introduction
Cheer Xiao <xiaqqaix@gmail.com>
parents:
4605
diff
changeset
|
1845 - Experimental support for the new Chameleon templating engine. |
|
d2b90632fa87
README.txt: Added warning to Chameleon support introduction
Cheer Xiao <xiaqqaix@gmail.com>
parents:
4605
diff
changeset
|
1846 We now have two configurable templating engines, the old Zope TAL |
|
4587
a2eb4fb3e6d8
New Chameleon templating engine, engine is now configurable.
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4586
diff
changeset
|
1847 templates (called zopetal in the config) and the new Chameleon (called |
|
a2eb4fb3e6d8
New Chameleon templating engine, engine is now configurable.
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4586
diff
changeset
|
1848 chameleon in the config). A new config-option "template_engine" under |
|
a2eb4fb3e6d8
New Chameleon templating engine, engine is now configurable.
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4586
diff
changeset
|
1849 [main] can take these config-options, the default is zopetal. |
|
a2eb4fb3e6d8
New Chameleon templating engine, engine is now configurable.
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4586
diff
changeset
|
1850 Thanks to Cheer Xiao for the idea of making this configurable *and* |
|
4604
ee0b02b22b60
CHANGES.txt: adding missing credits to Ralf for commits in upcoming version.
Bernhard Reiter <bernhard@intevation.de>
parents:
4603
diff
changeset
|
1851 for the actual implementation! (Ralf) |
|
4618
d2b90632fa87
README.txt: Added warning to Chameleon support introduction
Cheer Xiao <xiaqqaix@gmail.com>
parents:
4605
diff
changeset
|
1852 WARNING: Chameleon support is highly experimental and *not* recommended for |
|
d2b90632fa87
README.txt: Added warning to Chameleon support introduction
Cheer Xiao <xiaqqaix@gmail.com>
parents:
4605
diff
changeset
|
1853 production use. It has known performance issues and i18n is not yet |
|
d2b90632fa87
README.txt: Added warning to Chameleon support introduction
Cheer Xiao <xiaqqaix@gmail.com>
parents:
4605
diff
changeset
|
1854 functioning. It's still under active development. Only use this feature if |
|
d2b90632fa87
README.txt: Added warning to Chameleon support introduction
Cheer Xiao <xiaqqaix@gmail.com>
parents:
4605
diff
changeset
|
1855 you want to experiment with Chameleon and/or help with Roundup |
|
d2b90632fa87
README.txt: Added warning to Chameleon support introduction
Cheer Xiao <xiaqqaix@gmail.com>
parents:
4605
diff
changeset
|
1856 developement. If you found a bug in Chameleon support, please report after |
|
d2b90632fa87
README.txt: Added warning to Chameleon support introduction
Cheer Xiao <xiaqqaix@gmail.com>
parents:
4605
diff
changeset
|
1857 testing against latest Roundup source from the Mercurial repository. |
|
4532
6b8abdc4bb22
issue2550678: Allow pagesize=-1 which returns all results.
Bernhard Reiter <Bernhard.Reiter@intevation.de>
parents:
4531
diff
changeset
|
1858 - issue2550678: Allow pagesize=-1 which returns all results. |
|
4647
11b6601629d7
#2550759: Trailing punctuation is no longer included when URLs are converted to links.
Ezio Melotti <ezio.melotti@gmail.com>
parents:
4636
diff
changeset
|
1859 Suggested and implemented by John Kristensen. |
|
4532
6b8abdc4bb22
issue2550678: Allow pagesize=-1 which returns all results.
Bernhard Reiter <Bernhard.Reiter@intevation.de>
parents:
4531
diff
changeset
|
1860 Tested by Satchidanand Haridas. (Bernhard) |
|
4537
61cd652da1cd
Allow to turn off translation of generated html options in menu method...
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4535
diff
changeset
|
1861 - Allow to turn off translation of generated html options in menu method |
|
61cd652da1cd
Allow to turn off translation of generated html options in menu method...
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4535
diff
changeset
|
1862 of LinkHTMLProperty and MultilinkHTMLProperty -- default is |
|
61cd652da1cd
Allow to turn off translation of generated html options in menu method...
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4535
diff
changeset
|
1863 translation as it used to be (Ralf) |
|
4603
0566c4d11446
Minor phrasing: pgp -> openPGP
Bernhard Reiter <bernhard@intevation.de>
parents:
4599
diff
changeset
|
1864 - Sending of OpenPGP encrypted mail to all users or selected users (via |
|
4542
46239c21a1eb
Sending of PGP-Encrypted mail to all users or selected users (via roles)...
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4541
diff
changeset
|
1865 roles) is now working. (Ralf) |
|
4547
d9d7319afffa
Add config-option "nosy" to messages_to_author setting in [nosy] section...
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4546
diff
changeset
|
1866 - Add config-option "nosy" to messages_to_author setting in [nosy] |
|
d9d7319afffa
Add config-option "nosy" to messages_to_author setting in [nosy] section...
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4546
diff
changeset
|
1867 section of config: This will send a message to the author only |
|
d9d7319afffa
Add config-option "nosy" to messages_to_author setting in [nosy] section...
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4546
diff
changeset
|
1868 in the case where the author is on the nosy-list (either added |
|
d9d7319afffa
Add config-option "nosy" to messages_to_author setting in [nosy] section...
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4546
diff
changeset
|
1869 earlier or via the add_author setting). Current config-options |
|
d9d7319afffa
Add config-option "nosy" to messages_to_author setting in [nosy] section...
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4546
diff
changeset
|
1870 for this setting will send / not send to author without considering |
|
d9d7319afffa
Add config-option "nosy" to messages_to_author setting in [nosy] section...
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4546
diff
changeset
|
1871 the nosy list. (Ralf) |
|
4532
6b8abdc4bb22
issue2550678: Allow pagesize=-1 which returns all results.
Bernhard Reiter <Bernhard.Reiter@intevation.de>
parents:
4531
diff
changeset
|
1872 |
|
4528
5ce5ca453a7a
New version number after release.
Bernhard Reiter <Bernhard.Reiter@intevation.de>
parents:
4526
diff
changeset
|
1873 Fixed: |
|
5ce5ca453a7a
New version number after release.
Bernhard Reiter <Bernhard.Reiter@intevation.de>
parents:
4526
diff
changeset
|
1874 |
|
4544
007498b32775
fixed issue2550730: FAQ has broken link to Zope book.
Bernhard Reiter <Bernhard.Reiter@intevation.de>
parents:
4542
diff
changeset
|
1875 - issue2550730: FAQ has broken link to Zope book. Reported and fixed by |
|
007498b32775
fixed issue2550730: FAQ has broken link to Zope book.
Bernhard Reiter <Bernhard.Reiter@intevation.de>
parents:
4542
diff
changeset
|
1876 John Rouillard.(Bernhard) |
|
4533
792586cc78a4
issue2550728: remove buggy parentheses in TAL/DummyEngine.py.
Bernhard Reiter <Bernhard.Reiter@intevation.de>
parents:
4532
diff
changeset
|
1877 - issue2550728: remove buggy parentheses in TAL/DummyEngine.py. |
|
792586cc78a4
issue2550728: remove buggy parentheses in TAL/DummyEngine.py.
Bernhard Reiter <Bernhard.Reiter@intevation.de>
parents:
4532
diff
changeset
|
1878 Reported and fixed by Ralf Hemmecke. (Bernhard) |
|
4531
ddff9669361b
Fix matching of incoming email addresses to the alternate_addresses field...
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4530
diff
changeset
|
1879 - issue2550715: IndexError when requesting non-existing file via http. |
|
6057
b6e56d096c58
Revert boolean attribute rendering
Ralf Schlatterbeck <rsc@runtux.com>
parents:
6056
diff
changeset
|
1880 Reported and fixed by C\E9dric Krier. (Bernhard) |
|
4624
21705126dafa
Committed edited fix for issue2550712 by Cedric Krier.
Bernhard Reiter <bernhard@intevation.de>
parents:
4623
diff
changeset
|
1881 - issue2550712: exportcsvaction errors poorly when given invalid columns. |
|
6057
b6e56d096c58
Revert boolean attribute rendering
Ralf Schlatterbeck <rsc@runtux.com>
parents:
6056
diff
changeset
|
1882 Reported by Will Kahn-Greene, fixed by C\E9dric Krier. (Bernhard) |
|
4531
ddff9669361b
Fix matching of incoming email addresses to the alternate_addresses field...
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4530
diff
changeset
|
1883 - issue2550695: 'No sort or group' settings not retained when editing queries. |
|
4647
11b6601629d7
#2550759: Trailing punctuation is no longer included when URLs are converted to links.
Ezio Melotti <ezio.melotti@gmail.com>
parents:
4636
diff
changeset
|
1884 Reported and fixed by John Kristensen. Tested by Satchidanand Haridas. |
|
4529
8bd956bef7c3
issue2550695: 'No sort or group' settings not retained when editing queries.
Bernhard Reiter <Bernhard.Reiter@intevation.de>
parents:
4528
diff
changeset
|
1885 (Bernhard) |
|
4531
ddff9669361b
Fix matching of incoming email addresses to the alternate_addresses field...
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4530
diff
changeset
|
1886 - Fix matching of incoming email addresses to the alternate_addresses |
|
ddff9669361b
Fix matching of incoming email addresses to the alternate_addresses field...
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4530
diff
changeset
|
1887 field of a user -- this would match substrings, e.g. if the user has |
|
ddff9669361b
Fix matching of incoming email addresses to the alternate_addresses field...
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4530
diff
changeset
|
1888 discuss-support@example.com as an alternate email and an incoming mail |
|
ddff9669361b
Fix matching of incoming email addresses to the alternate_addresses field...
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4530
diff
changeset
|
1889 is addressed to support@example.com this would (wrongly) match. (Ralf) |
|
4534
0dd6bdeb2eb5
issue2550729: Fix password history display for anydbm backend...
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4533
diff
changeset
|
1890 - issue2550729: Fix password history display for anydbm backend, thanks |
|
4535
d67e33b9653e
Added Ralf to the last changelog entry.
Bernhard Reiter <Bernhard.Reiter@intevation.de>
parents:
4534
diff
changeset
|
1891 to Ralf Hemmecke for reporting. (Ralf) |
|
4603
0566c4d11446
Minor phrasing: pgp -> openPGP
Bernhard Reiter <bernhard@intevation.de>
parents:
4599
diff
changeset
|
1892 - OpenPGP support is again working (pyme API has changed significantly) and |
|
4541
62239a524beb
PGP support is again working (pyme API has changed significantly)...
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4537
diff
changeset
|
1893 we now have a regression test. We now take care that bounce-messages |
|
62239a524beb
PGP support is again working (pyme API has changed significantly)...
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4537
diff
changeset
|
1894 for incoming encrypted mails or mails where the policy dictates that |
|
4603
0566c4d11446
Minor phrasing: pgp -> openPGP
Bernhard Reiter <bernhard@intevation.de>
parents:
4599
diff
changeset
|
1895 outgoing traffic should be encrypted is actually OpenPGP encrypted. (Ralf) |
|
4559
86a270b5b993
- Ignore confirm set() fields by themselves in the absence of non-"confirm"
Richard Jones <richard@mechanicalcat.net>
parents:
4547
diff
changeset
|
1896 - Ignore confirm set() fields by themselves in the absence of non-"confirm" |
|
86a270b5b993
- Ignore confirm set() fields by themselves in the absence of non-"confirm"
Richard Jones <richard@mechanicalcat.net>
parents:
4547
diff
changeset
|
1897 values; otherwise a bare confirm field can be used to change the a |
|
4604
ee0b02b22b60
CHANGES.txt: adding missing credits to Ralf for commits in upcoming version.
Bernhard Reiter <bernhard@intevation.de>
parents:
4603
diff
changeset
|
1898 password. Reported by Cam Blackwood. (Ralf) |
|
4571
8469ce312dcf
Updated version of simplified Chinese message file by Cheer Xiao.
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4561
diff
changeset
|
1899 - Updated version of simplified Chinese message file by Cheer Xiao: |
|
8469ce312dcf
Updated version of simplified Chinese message file by Cheer Xiao.
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4561
diff
changeset
|
1900 Corrected some mistakes, added a few more items and did some |
|
4604
ee0b02b22b60
CHANGES.txt: adding missing credits to Ralf for commits in upcoming version.
Bernhard Reiter <bernhard@intevation.de>
parents:
4603
diff
changeset
|
1901 formating. (Ralf) |
|
4574
35adb3950a39
Fix xmlrpc URL parsing so that passwords may contain a ':' character
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4571
diff
changeset
|
1902 - Fix xmlrpc URL parsing so that passwords may contain a ':' character |
|
35adb3950a39
Fix xmlrpc URL parsing so that passwords may contain a ':' character
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4571
diff
changeset
|
1903 (Ralf) |
|
4575
c426cb251bc7
Be more tolerant when parsing RFC2047 encoded mail headers.
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4574
diff
changeset
|
1904 - Be more tolerant when parsing RFC2047 encoded mail headers. Use |
|
c426cb251bc7
Be more tolerant when parsing RFC2047 encoded mail headers.
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4574
diff
changeset
|
1905 backported version of my proposed changes to |
|
c426cb251bc7
Be more tolerant when parsing RFC2047 encoded mail headers.
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4574
diff
changeset
|
1906 email.header.decode_header in http://bugs.python.org/issue1079 |
| 4576 | 1907 (Ralf) |
|
4578
941681fec1b0
issue2550711 Fix XSS vulnerability in @action parameter.
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4577
diff
changeset
|
1908 - issue2550684 Fix XSS vulnerability when username contains HTML code, |
|
4604
ee0b02b22b60
CHANGES.txt: adding missing credits to Ralf for commits in upcoming version.
Bernhard Reiter <bernhard@intevation.de>
parents:
4603
diff
changeset
|
1909 thanks to Thomas Arendsen Hein for reporting and patch. (Ralf) |
|
4578
941681fec1b0
issue2550711 Fix XSS vulnerability in @action parameter.
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4577
diff
changeset
|
1910 - issue2550711 Fix XSS vulnerability in @action parameter, |
|
4604
ee0b02b22b60
CHANGES.txt: adding missing credits to Ralf for commits in upcoming version.
Bernhard Reiter <bernhard@intevation.de>
parents:
4603
diff
changeset
|
1911 thanks to "om" for reporting. (Ralf) |
|
4579
ba4c632143f6
issue2550535 Fix keep_quoted_text=yes setting.
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4578
diff
changeset
|
1912 - issue2550535 In some cases even when keep_quoted_text=yes is |
|
ba4c632143f6
issue2550535 Fix keep_quoted_text=yes setting.
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4578
diff
changeset
|
1913 configured we would strip quoted sections. This hit the python |
|
ba4c632143f6
issue2550535 Fix keep_quoted_text=yes setting.
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4578
diff
changeset
|
1914 bug-tracker especially for python interpreter examples with leading |
|
ba4c632143f6
issue2550535 Fix keep_quoted_text=yes setting.
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4578
diff
changeset
|
1915 '>>>' strings. The fix is slightly different compared to the proposal |
|
ba4c632143f6
issue2550535 Fix keep_quoted_text=yes setting.
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4578
diff
changeset
|
1916 as this broke keep_quoted_text=no in certain cases. We also fix a bug |
|
ba4c632143f6
issue2550535 Fix keep_quoted_text=yes setting.
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4578
diff
changeset
|
1917 where keep_quoted_text=no would drop the last line of a non-quoted |
|
4604
ee0b02b22b60
CHANGES.txt: adding missing credits to Ralf for commits in upcoming version.
Bernhard Reiter <bernhard@intevation.de>
parents:
4603
diff
changeset
|
1918 section if there wasn't an empty line between the next quotes. (Ralf) |
|
4580
782737d1a2d7
issue2431638 wrong registration link in bounce mail.
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4579
diff
changeset
|
1919 - issue2431638 wrong registration link in bounce mail for non-registered |
|
4604
ee0b02b22b60
CHANGES.txt: adding missing credits to Ralf for commits in upcoming version.
Bernhard Reiter <bernhard@intevation.de>
parents:
4603
diff
changeset
|
1920 users reported *years* ago by anonymous (Ralf) |
|
4582
753a379c0303
Fix syntax errors in doc/upgrading.txt and .gitignore
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4580
diff
changeset
|
1921 - Fix doc/upgrading.txt which produces errors with latest docutils about |
|
753a379c0303
Fix syntax errors in doc/upgrading.txt and .gitignore
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4580
diff
changeset
|
1922 wrong block structure. Fix .gitignore in doc directory. Thanks to |
|
4604
ee0b02b22b60
CHANGES.txt: adding missing credits to Ralf for commits in upcoming version.
Bernhard Reiter <bernhard@intevation.de>
parents:
4603
diff
changeset
|
1923 Cheer Xiao for the patches. (Ralf) |
|
4583
1d1e0b729463
Fix wrong execute permissions on some files.
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4582
diff
changeset
|
1924 - Fix wrong execute permissions on some files, thanks to Cheer Xiao for |
|
4604
ee0b02b22b60
CHANGES.txt: adding missing credits to Ralf for commits in upcoming version.
Bernhard Reiter <bernhard@intevation.de>
parents:
4603
diff
changeset
|
1925 the patch. (Ralf) |
|
4584
760483ce731e
Fix override of TemplatingUtils in instance.py.
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4583
diff
changeset
|
1926 - Fix override of TemplatingUtils in instance.py, thanks to Cheer Xiao |
|
4604
ee0b02b22b60
CHANGES.txt: adding missing credits to Ralf for commits in upcoming version.
Bernhard Reiter <bernhard@intevation.de>
parents:
4603
diff
changeset
|
1927 for the patch. (Ralf) |
|
4585
033a550812fc
Fix another XSS with the "otk" parameter.
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4584
diff
changeset
|
1928 - Fix another XSS with the "otk" parameter, thanks to Jesse Ruderman for |
|
033a550812fc
Fix another XSS with the "otk" parameter.
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4584
diff
changeset
|
1929 reporting. (Ralf) |
|
4586
b21bb66de6ff
Mark cookies HttpOnly and -- if https is used -- secure.
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4585
diff
changeset
|
1930 - Mark cookies HttpOnly and -- if https is used -- secure. Fixes |
|
4591
a193d9a54ce7
Add missing attribution.
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4587
diff
changeset
|
1931 issue2550689, but is untested if this really works in browsers. |
|
a193d9a54ce7
Add missing attribution.
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4587
diff
changeset
|
1932 Thanks to Joseph Myers for reporting. (Ralf) |
|
4623
4f9c3858b671
Fix another XSS with the ok- and error message, see issue2550724.
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4618
diff
changeset
|
1933 - Fix another XSS with the ok- and error message, see issue2550724. We |
|
4880
ca692423e401
Different approach to fix XSS in issue2550817
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4877
diff
changeset
|
1934 now escape messages when added to the list so we can decide whether to |
|
ca692423e401
Different approach to fix XSS in issue2550817
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4877
diff
changeset
|
1935 escape a message individually for each message. The default is to |
|
ca692423e401
Different approach to fix XSS in issue2550817
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4877
diff
changeset
|
1936 escape. Thanks to David Benjamin for the bug-report and to Ezio |
|
ca692423e401
Different approach to fix XSS in issue2550817
Ralf Schlatterbeck <rsc@runtux.com>
parents:
4877
diff
changeset
|
1937 Melotti for several proposed fixes. (Ralf) |
|
4559
86a270b5b993
- Ignore confirm set() fields by themselves in the absence of non-"confirm"
Richard Jones <richard@mechanicalcat.net>
parents:
4547
diff
changeset
|
1938 |
|
4529
8bd956bef7c3
issue2550695: 'No sort or group' settings not retained when editing queries.
Bernhard Reiter <Bernhard.Reiter@intevation.de>
parents:
4528
diff
changeset
|
1939 |
|
4561
56def59a5194
Restore a missing release date. Make the dates a little easier to eyeball.
Eric S. Raymond <esr@thyrsus.com>
parents:
4559
diff
changeset
|
1940 2011-07-15: 1.4.19 |
|
4503
9f488541802f
Yet another fix to the mail gateway...
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4502
diff
changeset
|
1941 |
|
4511
931370d96c34
Xapian indexing improved:
Bernhard Reiter <Bernhard.Reiter@intevation.de>
parents:
4510
diff
changeset
|
1942 Features: |
|
931370d96c34
Xapian indexing improved:
Bernhard Reiter <Bernhard.Reiter@intevation.de>
parents:
4510
diff
changeset
|
1943 |
|
4647
11b6601629d7
#2550759: Trailing punctuation is no longer included when URLs are converted to links.
Ezio Melotti <ezio.melotti@gmail.com>
parents:
4636
diff
changeset
|
1944 - Xapian indexing improved: Slightly faster and slightly smaller database. |
|
4511
931370d96c34
Xapian indexing improved:
Bernhard Reiter <Bernhard.Reiter@intevation.de>
parents:
4510
diff
changeset
|
1945 Closes issue2550687. Thanks to Olly Betts for the patch. (Bernhard Reiter) |
|
4514
f6c49df25048
PostgreSQL backend minor improvement:
Bernhard Reiter <Bernhard.Reiter@intevation.de>
parents:
4511
diff
changeset
|
1946 - PostgreSQL backend minor improvement: database creation less likely to fail |
|
f6c49df25048
PostgreSQL backend minor improvement:
Bernhard Reiter <Bernhard.Reiter@intevation.de>
parents:
4511
diff
changeset
|
1947 for PostgreSQL versions >= 8.1 as the table "postgres" is used by default. |
|
f6c49df25048
PostgreSQL backend minor improvement:
Bernhard Reiter <Bernhard.Reiter@intevation.de>
parents:
4511
diff
changeset
|
1948 Closes issue2550543. Thanks to Kai Storbeck for the patch. (Bernhard Reiter) |
|
4524
68bbefb72825
Allow HTMLRequest.batch to filter on other permissions than "View"...
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4523
diff
changeset
|
1949 - Allow HTMLRequest.batch to filter on other permissions than "View" |
|
68bbefb72825
Allow HTMLRequest.batch to filter on other permissions than "View"...
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4523
diff
changeset
|
1950 (e.g. on the new "Search" permission") by adding a "permission" |
|
4525
ef9c5558ef12
- add name
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4524
diff
changeset
|
1951 parameter. Thanks to Eli Collins for the patch. Closes issue2550699. (Ralf) |
|
4511
931370d96c34
Xapian indexing improved:
Bernhard Reiter <Bernhard.Reiter@intevation.de>
parents:
4510
diff
changeset
|
1952 |
|
4503
9f488541802f
Yet another fix to the mail gateway...
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4502
diff
changeset
|
1953 Fixed: |
|
9f488541802f
Yet another fix to the mail gateway...
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4502
diff
changeset
|
1954 |
|
4647
11b6601629d7
#2550759: Trailing punctuation is no longer included when URLs are converted to links.
Ezio Melotti <ezio.melotti@gmail.com>
parents:
4636
diff
changeset
|
1955 - Installation: Fixed an issue that prevented to use EasyInstall |
|
4516
85dfe17c182e
Installation:
Bernhard Reiter <Bernhard.Reiter@intevation.de>
parents:
4515
diff
changeset
|
1956 and a Python egg. Thanks to Satchidanand Haridas for the patch and |
|
85dfe17c182e
Installation:
Bernhard Reiter <Bernhard.Reiter@intevation.de>
parents:
4515
diff
changeset
|
1957 John Kristensen for testing it. (Bernhard Reiter) |
|
4647
11b6601629d7
#2550759: Trailing punctuation is no longer included when URLs are converted to links.
Ezio Melotti <ezio.melotti@gmail.com>
parents:
4636
diff
changeset
|
1958 - The PostgreSQL backend quotes database names now for CREATE and DROP, |
|
11b6601629d7
#2550759: Trailing punctuation is no longer included when URLs are converted to links.
Ezio Melotti <ezio.melotti@gmail.com>
parents:
4636
diff
changeset
|
1959 enabling more exotic tracker names. Closes issue2550497. |
|
4515
6467fd9a3afd
The PostgreSQL backend quotes database names now for CREATE and DROP...
Bernhard Reiter <Bernhard.Reiter@intevation.de>
parents:
4514
diff
changeset
|
1960 Thanks to Sebastian Harl for providing the patch. (Bernhard Reiter) |
|
4510
bce9aaf19a3b
Updated the url to point to www.roundup-tracker.org in two places in the docs.
Bernhard Reiter <Bernhard.Reiter@intevation.de>
parents:
4509
diff
changeset
|
1961 - Updated the url to point to www.roundup-tracker.org in two places in the |
|
bce9aaf19a3b
Updated the url to point to www.roundup-tracker.org in two places in the docs.
Bernhard Reiter <Bernhard.Reiter@intevation.de>
parents:
4509
diff
changeset
|
1962 docs. (Bernhard Reiter) |
|
4647
11b6601629d7
#2550759: Trailing punctuation is no longer included when URLs are converted to links.
Ezio Melotti <ezio.melotti@gmail.com>
parents:
4636
diff
changeset
|
1963 - Do not depend on a CPython implementation detail anymore to make Roundup |
|
4507
77e87a8c493e
Typo fixed.
Bernhard Reiter <Bernhard.Reiter@intevation.de>
parents:
4506
diff
changeset
|
1964 more compatible with other Python implementations like PyPy. |
|
4509
0fa45d39efee
Removed superfluous import.
Bernhard Reiter <Bernhard.Reiter@intevation.de>
parents:
4507
diff
changeset
|
1965 Closes issue2550707. Thanks to Christof Meerwald. (Bernhard Reiter, Richard) |
|
4503
9f488541802f
Yet another fix to the mail gateway...
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4502
diff
changeset
|
1966 - Yet another fix to the mail gateway, messages got *all* files of |
|
9f488541802f
Yet another fix to the mail gateway...
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4502
diff
changeset
|
1967 an issue, not just the new ones. Thanks to Rafal Bisingier for |
|
9f488541802f
Yet another fix to the mail gateway...
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4502
diff
changeset
|
1968 reporting and proposing a fix. The regression test was updated. |
|
9f488541802f
Yet another fix to the mail gateway...
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4502
diff
changeset
|
1969 (Ralf) |
|
9f488541802f
Yet another fix to the mail gateway...
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4502
diff
changeset
|
1970 - Fix version numbers in upgrade documentation, the file-unlink defect |
|
4504
cd8ff13cbc5a
Rephrased the introduction to make sure that mentioned names are the committers.
Bernhard Reiter <Bernhard.Reiter@intevation.de>
parents:
4503
diff
changeset
|
1971 was in 1.4.17 not 1.4.16. Thanks to Rafal Bisingier. (Ralf) |
|
4505
a00e0e73bb26
Yet another fix to the mail gateway...
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4504
diff
changeset
|
1972 - Fix encoded email header parsing if multiple encoded and non-encoded |
|
a00e0e73bb26
Yet another fix to the mail gateway...
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4504
diff
changeset
|
1973 parts are present. RFC2047 specifies that spacing is removed only |
|
a00e0e73bb26
Yet another fix to the mail gateway...
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4504
diff
changeset
|
1974 between encoded parts, we always removed the space. Note that this bug |
|
a00e0e73bb26
Yet another fix to the mail gateway...
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4504
diff
changeset
|
1975 was present before mail gateway refactoring :-) Thanks for thorough |
|
a00e0e73bb26
Yet another fix to the mail gateway...
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4504
diff
changeset
|
1976 testing of mail gateway code by Rafal Bisingier. (Ralf) |
|
4517
f8e85cf5f0fe
how odd, the Retire permission wasn't being registered;
Richard Jones <richard@users.sourceforge.net>
parents:
4516
diff
changeset
|
1977 - The "Retire" permission was not being registered. (Richard) |
|
4522
d48f88f4c3c8
- add latest change to CHANGES.txt changelog
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4517
diff
changeset
|
1978 - Fix StringIO issue2550713: io.StringIO in newer versions of python |
|
d48f88f4c3c8
- add latest change to CHANGES.txt changelog
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4517
diff
changeset
|
1979 returns unicode strings and expects a unicode string in the |
|
d48f88f4c3c8
- add latest change to CHANGES.txt changelog
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4517
diff
changeset
|
1980 constructor. Unfortunately csv doesn't handle unicode (yet). So we |
|
d48f88f4c3c8
- add latest change to CHANGES.txt changelog
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4517
diff
changeset
|
1981 need to use a BytesIO which gets the utf-8 string from the |
|
d48f88f4c3c8
- add latest change to CHANGES.txt changelog
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4517
diff
changeset
|
1982 web-interface. Compatibility for old versions by using |
|
d48f88f4c3c8
- add latest change to CHANGES.txt changelog
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4517
diff
changeset
|
1983 StringIO.StringIO for emulating a io.BytesIO also works. |
|
6057
b6e56d096c58
Revert boolean attribute rendering
Ralf Schlatterbeck <rsc@runtux.com>
parents:
6056
diff
changeset
|
1984 Thanks to C\E9dric Krier for reporting. Closes issue2550713. |
|
4522
d48f88f4c3c8
- add latest change to CHANGES.txt changelog
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4517
diff
changeset
|
1985 Added a regression test for EditCSVAction (Ralf) |
|
4523
a03646a02f68
Fix issue2550691 where a Unix From-Header was sometimes inserted...
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4522
diff
changeset
|
1986 - Fix issue2550691 where a Unix From-Header was sometimes inserted in |
|
a03646a02f68
Fix issue2550691 where a Unix From-Header was sometimes inserted...
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4522
diff
changeset
|
1987 outgoing emails, thanks to Joseph Myers for the patch. (Ralf) |
|
4517
f8e85cf5f0fe
how odd, the Retire permission wasn't being registered;
Richard Jones <richard@users.sourceforge.net>
parents:
4516
diff
changeset
|
1988 |
|
4503
9f488541802f
Yet another fix to the mail gateway...
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4502
diff
changeset
|
1989 |
|
4561
56def59a5194
Restore a missing release date. Make the dates a little easier to eyeball.
Eric S. Raymond <esr@thyrsus.com>
parents:
4559
diff
changeset
|
1990 2011-05-29: 1.4.18 |
|
4496
e76576b52f2d
Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4495
diff
changeset
|
1991 |
|
e76576b52f2d
Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4495
diff
changeset
|
1992 Features: |
|
e76576b52f2d
Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4495
diff
changeset
|
1993 |
|
4504
cd8ff13cbc5a
Rephrased the introduction to make sure that mentioned names are the committers.
Bernhard Reiter <Bernhard.Reiter@intevation.de>
parents:
4503
diff
changeset
|
1994 - Norwegian Bokmal translation by Christian Aastorp (Ralf) |
|
4497
29576edb45d5
Allow to specify additional cc and bcc emails (not roundup users)...
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4496
diff
changeset
|
1995 - Allow to specify additional cc and bcc emails (not roundup users) for |
|
4498
8df9492c2746
Fix file-unlink bug in mailgw
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4497
diff
changeset
|
1996 nosymessage used by the nosyreaction reactor. (Ralf) |
|
8df9492c2746
Fix file-unlink bug in mailgw
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4497
diff
changeset
|
1997 |
|
8df9492c2746
Fix file-unlink bug in mailgw
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4497
diff
changeset
|
1998 Fixed: |
|
8df9492c2746
Fix file-unlink bug in mailgw
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4497
diff
changeset
|
1999 |
|
4502
4b79cf4bd831
Improved wording on the mailgw file-unlink defect:
Bernhard Reiter <Bernhard.Reiter@intevation.de>
parents:
4499
diff
changeset
|
2000 - File-unlink defect in mailgw fixed! If an email was received |
|
4647
11b6601629d7
#2550759: Trailing punctuation is no longer included when URLs are converted to links.
Ezio Melotti <ezio.melotti@gmail.com>
parents:
4636
diff
changeset
|
2001 that contained no attachments, all previous files of the issue were unlinked. |
|
11b6601629d7
#2550759: Trailing punctuation is no longer included when URLs are converted to links.
Ezio Melotti <ezio.melotti@gmail.com>
parents:
4636
diff
changeset
|
2002 This defect was introduced with the 1.4.17 release as an unwanted result |
|
11b6601629d7
#2550759: Trailing punctuation is no longer included when URLs are converted to links.
Ezio Melotti <ezio.melotti@gmail.com>
parents:
4636
diff
changeset
|
2003 of the mail gate code refactoring. Thanks to Rafal Bisingier for reporting |
|
4502
4b79cf4bd831
Improved wording on the mailgw file-unlink defect:
Bernhard Reiter <Bernhard.Reiter@intevation.de>
parents:
4499
diff
changeset
|
2004 and proposing a fix. There is now a regression test in place. (Ralf) |
|
4496
e76576b52f2d
Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4495
diff
changeset
|
2005 |
|
4561
56def59a5194
Restore a missing release date. Make the dates a little easier to eyeball.
Eric S. Raymond <esr@thyrsus.com>
parents:
4559
diff
changeset
|
2006 2011-05-13: 1.4.17 |
|
4437
261c9f913ff7
- Add explicit "Search" permissions, see Security Fix below.
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4435
diff
changeset
|
2007 |
|
261c9f913ff7
- Add explicit "Search" permissions, see Security Fix below.
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4435
diff
changeset
|
2008 Features: |
|
261c9f913ff7
- Add explicit "Search" permissions, see Security Fix below.
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4435
diff
changeset
|
2009 |
|
4482
cb479067e970
Allow default value declaration in DB schema.
Stefan Seefeld <stefan@seefeld.name>
parents:
4480
diff
changeset
|
2010 - Allow declaration of default_values for properties in schema. |
|
4437
261c9f913ff7
- Add explicit "Search" permissions, see Security Fix below.
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4435
diff
changeset
|
2011 - Add explicit "Search" permissions, see Security Fix below. |
|
4449
3f251efd5f48
Add "lookup" method to xmlrpc interface (Ralf Schlatterbeck)
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4448
diff
changeset
|
2012 - Add "lookup" method to xmlrpc interface (Ralf Schlatterbeck) |
|
4466
f1fe6fd0aa61
Multilinks can be filtered by combining elements with AND, OR and NOT now.
Bernhard Reiter <Bernhard.Reiter@intevation.de>
parents:
4464
diff
changeset
|
2013 - Multilinks can be filtered by combining elements with AND, OR and NOT |
|
f1fe6fd0aa61
Multilinks can be filtered by combining elements with AND, OR and NOT now.
Bernhard Reiter <Bernhard.Reiter@intevation.de>
parents:
4464
diff
changeset
|
2014 operators now. A javascript gui was added for "keywords", see issue2550648. |
|
f1fe6fd0aa61
Multilinks can be filtered by combining elements with AND, OR and NOT now.
Bernhard Reiter <Bernhard.Reiter@intevation.de>
parents:
4464
diff
changeset
|
2015 Developed by Sascha Teichmann; funded by Intevation. (Bernhard Reiter) |
|
4468
502a1a8620e6
Tests and fixes.
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4466
diff
changeset
|
2016 - Factor MailGW message parsing into a separate class, thanks to John |
|
502a1a8620e6
Tests and fixes.
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4466
diff
changeset
|
2017 Kristensen who did the major work in issue2550576 -- I wouldn't |
|
502a1a8620e6
Tests and fixes.
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4466
diff
changeset
|
2018 have attempted it without this. Fixes issue2550576. (Ralf) |
|
502a1a8620e6
Tests and fixes.
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4466
diff
changeset
|
2019 - Now if the -C option to roundup-mailgw specifies "issue" this refers |
|
502a1a8620e6
Tests and fixes.
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4466
diff
changeset
|
2020 to an issue-like class. The real class is determined from the |
|
502a1a8620e6
Tests and fixes.
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4466
diff
changeset
|
2021 configured default class, or the -c option to the mailgw, or the class |
|
502a1a8620e6
Tests and fixes.
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4466
diff
changeset
|
2022 resulting from mail subject parsing. We also accept multiple -S |
|
502a1a8620e6
Tests and fixes.
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4466
diff
changeset
|
2023 options for the same class now. (Ralf) |
|
4472
34dce76bb202
Multilink fixes and optimizations:
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4471
diff
changeset
|
2024 - Optimisation: Late evaluation of Multilinks (only in rdbms backends): |
|
34dce76bb202
Multilink fixes and optimizations:
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4471
diff
changeset
|
2025 previously we materialized each multilink in a Node -- this creates an |
|
34dce76bb202
Multilink fixes and optimizations:
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4471
diff
changeset
|
2026 SQL query for each multilink (e.g. 'files' and 'messages' for each |
|
34dce76bb202
Multilink fixes and optimizations:
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4471
diff
changeset
|
2027 line in the issue index display) -- even if the multilinks aren't |
|
34dce76bb202
Multilink fixes and optimizations:
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4471
diff
changeset
|
2028 displayed. Now we compute multilinks only if they're accessed (and |
|
34dce76bb202
Multilink fixes and optimizations:
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4471
diff
changeset
|
2029 keep them cached). |
|
34dce76bb202
Multilink fixes and optimizations:
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4471
diff
changeset
|
2030 - Add a filter_iter similar to the existing filter call. This feature is |
|
34dce76bb202
Multilink fixes and optimizations:
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4471
diff
changeset
|
2031 considered experimental. This is currently not used in the |
|
34dce76bb202
Multilink fixes and optimizations:
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4471
diff
changeset
|
2032 web-interface but passes all tests for the filter call except sorting |
|
34dce76bb202
Multilink fixes and optimizations:
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4471
diff
changeset
|
2033 by Multilinks (which isn't supported by SQL and isn't a sane concept |
|
34dce76bb202
Multilink fixes and optimizations:
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4471
diff
changeset
|
2034 anyway). When using filter_iter instead of filter this saves a *lot* |
|
34dce76bb202
Multilink fixes and optimizations:
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4471
diff
changeset
|
2035 of SQL queries: Filter returns only the IDs of Nodes in the database, |
|
34dce76bb202
Multilink fixes and optimizations:
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4471
diff
changeset
|
2036 the additional content of a Node has to be fetched in a separate SQL |
|
34dce76bb202
Multilink fixes and optimizations:
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4471
diff
changeset
|
2037 call. The new filter_iter also returns the IDs of Nodes (one by one, |
|
34dce76bb202
Multilink fixes and optimizations:
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4471
diff
changeset
|
2038 it's an iterator) but pre-seeds the cache with the content of the |
|
34dce76bb202
Multilink fixes and optimizations:
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4471
diff
changeset
|
2039 Node. The information needed for seeding the cache is retrieved in the |
|
34dce76bb202
Multilink fixes and optimizations:
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4471
diff
changeset
|
2040 same SQL query as the ids. |
|
4435
386200d0c929
Some minor typos fixed in doc/customizing.txt (Thanks Ralf Hemmecke).
Bernhard Reiter <Bernhard.Reiter@intevation.de>
parents:
4433
diff
changeset
|
2041 |
|
386200d0c929
Some minor typos fixed in doc/customizing.txt (Thanks Ralf Hemmecke).
Bernhard Reiter <Bernhard.Reiter@intevation.de>
parents:
4433
diff
changeset
|
2042 Fixed: |
|
4437
261c9f913ff7
- Add explicit "Search" permissions, see Security Fix below.
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4435
diff
changeset
|
2043 |
|
261c9f913ff7
- Add explicit "Search" permissions, see Security Fix below.
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4435
diff
changeset
|
2044 - Security Fix: Add a check for search-permissions: now we allow |
|
261c9f913ff7
- Add explicit "Search" permissions, see Security Fix below.
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4435
diff
changeset
|
2045 searching for properties only if the property is readable without a |
|
261c9f913ff7
- Add explicit "Search" permissions, see Security Fix below.
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4435
diff
changeset
|
2046 check method or if an explicit search permission (see above unter |
|
261c9f913ff7
- Add explicit "Search" permissions, see Security Fix below.
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4435
diff
changeset
|
2047 "Features) is given for the property. This fixes cases where a user |
|
261c9f913ff7
- Add explicit "Search" permissions, see Security Fix below.
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4435
diff
changeset
|
2048 doesn't have access to a property but can deduce the content by |
|
261c9f913ff7
- Add explicit "Search" permissions, see Security Fix below.
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4435
diff
changeset
|
2049 crafting a clever search, group or sort query. |
|
4439
3ef12483c4bf
Giving Ralf the credit for his last change in the CHANGES.txt.
Bernhard Reiter <Bernhard.Reiter@intevation.de>
parents:
4437
diff
changeset
|
2050 see doc/upgrading.txt for how to fix your trackers! (Ralf Schlatterbeck). |
|
4647
11b6601629d7
#2550759: Trailing punctuation is no longer included when URLs are converted to links.
Ezio Melotti <ezio.melotti@gmail.com>
parents:
4636
diff
changeset
|
2051 - Range support in roundup-server so large files can be served, |
|
11b6601629d7
#2550759: Trailing punctuation is no longer included when URLs are converted to links.
Ezio Melotti <ezio.melotti@gmail.com>
parents:
4636
diff
changeset
|
2052 e.g. media files on iOS/iPads; issue2550694. (Bernhard Reiter; |
|
4475
207499c0a3ed
Range support in roundup-server so large files can be served...
Bernhard Reiter <Bernhard.Reiter@intevation.de>
parents:
4472
diff
changeset
|
2053 Thanks to Jon C. Thomason for the patch.) |
|
4647
11b6601629d7
#2550759: Trailing punctuation is no longer included when URLs are converted to links.
Ezio Melotti <ezio.melotti@gmail.com>
parents:
4636
diff
changeset
|
2054 - Fix search for xapian 1.2 issue2550676 |
|
4470
21a95ba01a42
Fix search for xapian 1.2 issue2550676.
Bernhard Reiter <Bernhard.Reiter@intevation.de>
parents:
4468
diff
changeset
|
2055 (Bernhard Reiter; Thanks to Olly Betts for providing the patch.) |
|
4440
7c576a4dea9d
XML-RPC documentation now linked from the docs/index
Bernhard Reiter <Bernhard.Reiter@intevation.de>
parents:
4439
diff
changeset
|
2056 - Some minor typos fixed in doc/customizing.txt (Thanks Ralf Hemmecke). |
|
7c576a4dea9d
XML-RPC documentation now linked from the docs/index
Bernhard Reiter <Bernhard.Reiter@intevation.de>
parents:
4439
diff
changeset
|
2057 - XML-RPC documentation now linked from the docs/index (Bernhard Reiter). |
|
4445
80a9295a60fd
Fix setting of sys.path when importing schema.py, fixes issue2550675,
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4440
diff
changeset
|
2058 - Fix setting of sys.path when importing schema.py, fixes issue2550675, |
|
4448
2784c239e6c8
clear the cache on commit for rdbms backends:
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4445
diff
changeset
|
2059 thanks to Bryce L Nordgren for reporting. (Ralf Schlatterbeck) |
|
2784c239e6c8
clear the cache on commit for rdbms backends:
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4445
diff
changeset
|
2060 - clear the cache on commit for rdbms backends: Don't carry over cached |
|
2784c239e6c8
clear the cache on commit for rdbms backends:
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4445
diff
changeset
|
2061 values from one transaction to the next (there may be other changes |
|
2784c239e6c8
clear the cache on commit for rdbms backends:
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4445
diff
changeset
|
2062 from other transactions) see new ConcurrentDBTest for a |
|
2784c239e6c8
clear the cache on commit for rdbms backends:
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4445
diff
changeset
|
2063 read-modify-update cycle that fails with the old caching behavior. |
|
2784c239e6c8
clear the cache on commit for rdbms backends:
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4445
diff
changeset
|
2064 (Ralf Schlatterbeck) |
|
4464
c62c0f383e41
Fix incorrect setting of template in customizing.txt example action
Richard Jones <richard@users.sourceforge.net>
parents:
4449
diff
changeset
|
2065 - Fix incorrect setting of template in customizing.txt example action, |
|
c62c0f383e41
Fix incorrect setting of template in customizing.txt example action
Richard Jones <richard@users.sourceforge.net>
parents:
4449
diff
changeset
|
2066 patch via issue2550682 (thanks John Kristensen) |
|
4471
4f353d71d716
Configuration issue:
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4470
diff
changeset
|
2067 - Configuration issue: On some postgresql 8.4 installations (notably on |
|
4f353d71d716
Configuration issue:
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4470
diff
changeset
|
2068 debian squeeze) the default template database used for database |
|
4f353d71d716
Configuration issue:
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4470
diff
changeset
|
2069 creation doesn't match the needed character encoding UTF8 -- a new |
|
4f353d71d716
Configuration issue:
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4470
diff
changeset
|
2070 config option 'template' in the rdbms section now allows specification |
|
4f353d71d716
Configuration issue:
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4470
diff
changeset
|
2071 of the template. You know you need this option if you get the error |
|
4f353d71d716
Configuration issue:
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4470
diff
changeset
|
2072 message: |
|
4f353d71d716
Configuration issue:
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4470
diff
changeset
|
2073 psycopg2.DataError: new encoding (UTF8) is incompatible with the |
|
4f353d71d716
Configuration issue:
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4470
diff
changeset
|
2074 encoding of the template database (SQL_ASCII) |
|
4f353d71d716
Configuration issue:
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4470
diff
changeset
|
2075 HINT: Use the same encoding as in the template database, or use |
|
4f353d71d716
Configuration issue:
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4470
diff
changeset
|
2076 template0 as template. |
|
4f353d71d716
Configuration issue:
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4470
diff
changeset
|
2077 (Ralf Schlatterbeck) |
|
4477
9be284ce56b7
Fixed bug in mailgw refactoring, patch issue2550697 (thanks Hubert Touvet)
Richard Jones <richard@users.sourceforge.net>
parents:
4475
diff
changeset
|
2078 - Fixed bug in mailgw refactoring, patch issue2550697 (thanks Hubert |
|
9be284ce56b7
Fixed bug in mailgw refactoring, patch issue2550697 (thanks Hubert Touvet)
Richard Jones <richard@users.sourceforge.net>
parents:
4475
diff
changeset
|
2079 Touvet) |
|
4483
22bc0426e348
Second patch from issue2550688 -- with some changes:
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4482
diff
changeset
|
2080 - Fix Password handling security issue2550688 (thanks Joseph Myers for |
|
22bc0426e348
Second patch from issue2550688 -- with some changes:
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4482
diff
changeset
|
2081 reporting and Eli Collins for fixing) -- this fixes all observations |
|
22bc0426e348
Second patch from issue2550688 -- with some changes:
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4482
diff
changeset
|
2082 by Joseph Myers except for auto-migration of existing passwords. |
|
4484
52e13bf0bb40
Add new config-option 'migrate_passwords' in section 'web'...
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4483
diff
changeset
|
2083 - Add new config-option 'migrate_passwords' in section 'web' to |
|
52e13bf0bb40
Add new config-option 'migrate_passwords' in section 'web'...
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4483
diff
changeset
|
2084 auto-migrate passwords at web-login time. Default for the new option |
|
52e13bf0bb40
Add new config-option 'migrate_passwords' in section 'web'...
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4483
diff
changeset
|
2085 is "yes" so if you don't want that passwords are auto-migrated to a |
|
52e13bf0bb40
Add new config-option 'migrate_passwords' in section 'web'...
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4483
diff
changeset
|
2086 more secure password scheme on user login, set this to "no" before |
|
52e13bf0bb40
Add new config-option 'migrate_passwords' in section 'web'...
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4483
diff
changeset
|
2087 running your tracker(s) after the upgrade. |
|
4486
693c75d56ebe
Add new config-option 'password_pbkdf2_default_rounds'...
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4484
diff
changeset
|
2088 - Add new config-option 'password_pbkdf2_default_rounds' in 'main' |
|
693c75d56ebe
Add new config-option 'password_pbkdf2_default_rounds'...
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4484
diff
changeset
|
2089 section to configure the default parameter for new password |
|
693c75d56ebe
Add new config-option 'password_pbkdf2_default_rounds'...
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4484
diff
changeset
|
2090 generation. Set this to a higher value on faster systems which want |
|
693c75d56ebe
Add new config-option 'password_pbkdf2_default_rounds'...
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4484
diff
changeset
|
2091 more security. Thanks to Eli Collins for implementing this (see |
|
693c75d56ebe
Add new config-option 'password_pbkdf2_default_rounds'...
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4484
diff
changeset
|
2092 issue2550688). |
|
4489
47bd330e3d17
Fix documentation for roundup-server about the 'host' parameter...
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4486
diff
changeset
|
2093 - Fix documentation for roundup-server about the 'host' parameter as |
|
47bd330e3d17
Fix documentation for roundup-server about the 'host' parameter...
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4486
diff
changeset
|
2094 suggested in issue2550693, fixes the first part of this issue. Make |
|
47bd330e3d17
Fix documentation for roundup-server about the 'host' parameter...
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4486
diff
changeset
|
2095 'localhost' the new default for this parameter, note the upgrading |
|
47bd330e3d17
Fix documentation for roundup-server about the 'host' parameter...
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4486
diff
changeset
|
2096 documentation of changed behaviour. We also deprecate the empty host |
|
47bd330e3d17
Fix documentation for roundup-server about the 'host' parameter...
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4486
diff
changeset
|
2097 parameter for binding to all interfaces now (still left in for |
|
47bd330e3d17
Fix documentation for roundup-server about the 'host' parameter...
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4486
diff
changeset
|
2098 compatibility). Thanks to Toni Mueller for providing the first version |
|
47bd330e3d17
Fix documentation for roundup-server about the 'host' parameter...
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4486
diff
changeset
|
2099 of this patch and discussing implementations. |
|
4490
559d9a2a0191
Fixed bug in filter_iter refactoring (lazy multilinks)...
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4489
diff
changeset
|
2100 - Fixed bug in filter_iter refactoring (lazy multilinks), in rare cases |
|
559d9a2a0191
Fixed bug in filter_iter refactoring (lazy multilinks)...
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4489
diff
changeset
|
2101 this would result in duplicate multilinks to the same node. We're now |
|
559d9a2a0191
Fixed bug in filter_iter refactoring (lazy multilinks)...
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4489
diff
changeset
|
2102 going the safe route and doing lazy evaluation only for read-only |
|
559d9a2a0191
Fixed bug in filter_iter refactoring (lazy multilinks)...
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4489
diff
changeset
|
2103 access, whenever updates are done we fetch everything. |
|
4435
386200d0c929
Some minor typos fixed in doc/customizing.txt (Thanks Ralf Hemmecke).
Bernhard Reiter <Bernhard.Reiter@intevation.de>
parents:
4433
diff
changeset
|
2104 |
|
4561
56def59a5194
Restore a missing release date. Make the dates a little easier to eyeball.
Eric S. Raymond <esr@thyrsus.com>
parents:
4559
diff
changeset
|
2105 2010-10-08: 1.4.16 |
|
4394
d4cd0a264098
fixed reporting of source missing warnings
Richard Jones <richard@users.sourceforge.net>
parents:
4392
diff
changeset
|
2106 |
|
4396
172489ea9e07
allow trackers to override the classes used to render properties...
Richard Jones <richard@users.sourceforge.net>
parents:
4394
diff
changeset
|
2107 Features: |
|
172489ea9e07
allow trackers to override the classes used to render properties...
Richard Jones <richard@users.sourceforge.net>
parents:
4394
diff
changeset
|
2108 |
|
172489ea9e07
allow trackers to override the classes used to render properties...
Richard Jones <richard@users.sourceforge.net>
parents:
4394
diff
changeset
|
2109 - allow trackers to override the classes used to render properties in |
|
172489ea9e07
allow trackers to override the classes used to render properties...
Richard Jones <richard@users.sourceforge.net>
parents:
4394
diff
changeset
|
2110 templating per issue2550659 (thanks Ezio Melotti) |
|
4405
863ec554525c
new mailgw config option subject_updates_title...
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4396
diff
changeset
|
2111 - new mailgw configuration item "subject_updates_title": If set to "no" |
|
863ec554525c
new mailgw config option subject_updates_title...
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4396
diff
changeset
|
2112 a changed subject in a reply to an issue will not update the issue |
|
863ec554525c
new mailgw config option subject_updates_title...
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4396
diff
changeset
|
2113 title with the changed subject. Thanks to Arkadiusz Kita and Peter |
|
863ec554525c
new mailgw config option subject_updates_title...
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4396
diff
changeset
|
2114 Funk for requesting the feature and discussing the implementation. |
|
863ec554525c
new mailgw config option subject_updates_title...
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4396
diff
changeset
|
2115 http://thread.gmane.org/gmane.comp.bug-tracking.roundup.user/10169 |
|
4415
3e35233ea93c
new rdbms config item sqlite_timeout...
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4413
diff
changeset
|
2116 - new rdbms config item sqlite_timeout makes the previously hard-coded |
|
3e35233ea93c
new rdbms config item sqlite_timeout...
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4413
diff
changeset
|
2117 timeout of 30 seconds configurable. This is the time a client waits |
|
3e35233ea93c
new rdbms config item sqlite_timeout...
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4413
diff
changeset
|
2118 for the locked database to become free before giving up. Used only for |
|
3e35233ea93c
new rdbms config item sqlite_timeout...
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4413
diff
changeset
|
2119 SQLite backend. |
|
4424
f1affb6b7a08
Mail gateway fixes and improvements.
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4423
diff
changeset
|
2120 - new mailgw config item unpack_rfc822 that unpacks message attachments |
|
f1affb6b7a08
Mail gateway fixes and improvements.
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4423
diff
changeset
|
2121 of type message/rfc822 and attaches the individual parts instead of |
|
f1affb6b7a08
Mail gateway fixes and improvements.
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4423
diff
changeset
|
2122 attaching the whole message/rfc822 attachment to the roundup issue. |
|
4396
172489ea9e07
allow trackers to override the classes used to render properties...
Richard Jones <richard@users.sourceforge.net>
parents:
4394
diff
changeset
|
2123 |
|
4394
d4cd0a264098
fixed reporting of source missing warnings
Richard Jones <richard@users.sourceforge.net>
parents:
4392
diff
changeset
|
2124 Fixed: |
|
d4cd0a264098
fixed reporting of source missing warnings
Richard Jones <richard@users.sourceforge.net>
parents:
4392
diff
changeset
|
2125 |
|
d4cd0a264098
fixed reporting of source missing warnings
Richard Jones <richard@users.sourceforge.net>
parents:
4392
diff
changeset
|
2126 - fixed reporting of source missing warnings |
|
4412
0c7de3263934
Added hint that Richard does most of the changes.
Bernhard Reiter <Bernhard.Reiter@intevation.de>
parents:
4411
diff
changeset
|
2127 - relevant tests made locale independent, issue2550660 (thanks |
|
6057
b6e56d096c58
Revert boolean attribute rendering
Ralf Schlatterbeck <rsc@runtux.com>
parents:
6056
diff
changeset
|
2128 Benni B\E4rmann for reporting). |
| 4409 | 2129 - fix for incorrect except: syntax, issue2550661 (thanks Jakub Wilk) |
|
4411
39660ba47b7c
- No longer use the root logger, use a logger with prefix "roundup"...
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4409
diff
changeset
|
2130 - No longer use the root logger, use a logger with prefix "roundup", |
|
39660ba47b7c
- No longer use the root logger, use a logger with prefix "roundup"...
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4409
diff
changeset
|
2131 see http://thread.gmane.org/gmane.comp.bug-tracking.roundup.devel/5356 |
|
4413
66603a9051f9
improve handling of '>' when URLs are converted to links
Richard Jones <richard@users.sourceforge.net>
parents:
4412
diff
changeset
|
2132 - improve handling of '>' when URLs are converted to links, issue2550664 |
|
66603a9051f9
improve handling of '>' when URLs are converted to links
Richard Jones <richard@users.sourceforge.net>
parents:
4412
diff
changeset
|
2133 (thanks Ezio Melotti) |
|
4416
36d52125c9cf
fixed registration, issue2550665 (thanks Timo Paulssen)
Richard Jones <richard@users.sourceforge.net>
parents:
4415
diff
changeset
|
2134 - fixed registration, issue2550665 (thanks Timo Paulssen) |
| 4418 | 2135 - make sorting of multilinks in the web interface more robust, issue2550663 |
|
4423
579802067547
Fix charset of first text-part of outgoing multipart messages...
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4418
diff
changeset
|
2136 - Fix charset of first text-part of outgoing multipart messages, thanks Dirk |
|
579802067547
Fix charset of first text-part of outgoing multipart messages...
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4418
diff
changeset
|
2137 Geschke for reporting, see |
|
579802067547
Fix charset of first text-part of outgoing multipart messages...
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4418
diff
changeset
|
2138 http://thread.gmane.org/gmane.comp.bug-tracking.roundup.user/10223 |
|
4424
f1affb6b7a08
Mail gateway fixes and improvements.
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4423
diff
changeset
|
2139 - Fix handling of incoming message/rfc822 attachments. These resulted in |
|
f1affb6b7a08
Mail gateway fixes and improvements.
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4423
diff
changeset
|
2140 a weird mail usage error because the email module threw a TypeError |
|
f1affb6b7a08
Mail gateway fixes and improvements.
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4423
diff
changeset
|
2141 which roundup interprets as a Reject exception. Fixes issue2550667. |
|
f1affb6b7a08
Mail gateway fixes and improvements.
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4423
diff
changeset
|
2142 Added regression tests for message/rfc822 attachments with and without |
|
f1affb6b7a08
Mail gateway fixes and improvements.
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4423
diff
changeset
|
2143 configured unpacking (mailgw unpack_rfc822, see Features above) |
|
6057
b6e56d096c58
Revert boolean attribute rendering
Ralf Schlatterbeck <rsc@runtux.com>
parents:
6056
diff
changeset
|
2144 Thanks to Benni B\E4rmann for reporting. |
|
4427
c114843fcfbc
Allow search_popup macro to work with all db classes, issue2550567
Richard Jones <richard@users.sourceforge.net>
parents:
4424
diff
changeset
|
2145 - Allow search_popup macro to work with all db classes, issue2550567 |
|
c114843fcfbc
Allow search_popup macro to work with all db classes, issue2550567
Richard Jones <richard@users.sourceforge.net>
parents:
4424
diff
changeset
|
2146 (thanks John Kristensen) |
|
4430
f2f2904fe6ce
- refactor: move import_journal to hyperdb
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4429
diff
changeset
|
2147 - lower memory footprint for (journal-) import |
|
4394
d4cd0a264098
fixed reporting of source missing warnings
Richard Jones <richard@users.sourceforge.net>
parents:
4392
diff
changeset
|
2148 |
|
d4cd0a264098
fixed reporting of source missing warnings
Richard Jones <richard@users.sourceforge.net>
parents:
4392
diff
changeset
|
2149 |
|
4561
56def59a5194
Restore a missing release date. Make the dates a little easier to eyeball.
Eric S. Raymond <esr@thyrsus.com>
parents:
4559
diff
changeset
|
2150 2010-07-12: 1.4.15 |
| 4387 | 2151 |
| 2152 Fixed: | |
|
4394
d4cd0a264098
fixed reporting of source missing warnings
Richard Jones <richard@users.sourceforge.net>
parents:
4392
diff
changeset
|
2153 |
| 4387 | 2154 - A bunch of regressions were introduced in the last release making Roundup |
| 2155 no longer work in Python releases prior to 2.6 | |
|
4391
d5239335fae3
make URL detection a little smarter about brackets per issue2550657
Richard Jones <richard@users.sourceforge.net>
parents:
4387
diff
changeset
|
2156 - make URL detection a little smarter about brackets per issue2550657 |
|
d5239335fae3
make URL detection a little smarter about brackets per issue2550657
Richard Jones <richard@users.sourceforge.net>
parents:
4387
diff
changeset
|
2157 (thanks Ezio Melotti) |
| 4387 | 2158 |
| 2159 | |
|
4561
56def59a5194
Restore a missing release date. Make the dates a little easier to eyeball.
Eric S. Raymond <esr@thyrsus.com>
parents:
4559
diff
changeset
|
2160 2010-07-01: 1.4.14 |
|
4379
4cc4ccafc660
Removing mentioning of 1.5.0 release as it did not happen in February.
Bernhard Reiter <Bernhard.Reiter@intevation.de>
parents:
4378
diff
changeset
|
2161 |
|
4cc4ccafc660
Removing mentioning of 1.5.0 release as it did not happen in February.
Bernhard Reiter <Bernhard.Reiter@intevation.de>
parents:
4378
diff
changeset
|
2162 Features: |
|
4394
d4cd0a264098
fixed reporting of source missing warnings
Richard Jones <richard@users.sourceforge.net>
parents:
4392
diff
changeset
|
2163 |
|
4379
4cc4ccafc660
Removing mentioning of 1.5.0 release as it did not happen in February.
Bernhard Reiter <Bernhard.Reiter@intevation.de>
parents:
4378
diff
changeset
|
2164 - Preparations for getting 2to3 work, not completed yet. (Richard Jones) |
|
4367
fa5587802af9
Handle multiple @action values from broken trackers
Richard Jones <richard@users.sourceforge.net>
parents:
4358
diff
changeset
|
2165 |
|
fa5587802af9
Handle multiple @action values from broken trackers
Richard Jones <richard@users.sourceforge.net>
parents:
4358
diff
changeset
|
2166 Fixed: |
|
4394
d4cd0a264098
fixed reporting of source missing warnings
Richard Jones <richard@users.sourceforge.net>
parents:
4392
diff
changeset
|
2167 |
|
4381
6893b5253dac
add note & thanks
Richard Jones <richard@users.sourceforge.net>
parents:
4379
diff
changeset
|
2168 - User input not escaped when a bad template name is supplied (thanks |
|
6893b5253dac
add note & thanks
Richard Jones <richard@users.sourceforge.net>
parents:
4379
diff
changeset
|
2169 Benjamin Pollack) |
|
4379
4cc4ccafc660
Removing mentioning of 1.5.0 release as it did not happen in February.
Bernhard Reiter <Bernhard.Reiter@intevation.de>
parents:
4378
diff
changeset
|
2170 - The email for the first message on an issue was having its In-Reply-To |
|
4cc4ccafc660
Removing mentioning of 1.5.0 release as it did not happen in February.
Bernhard Reiter <Bernhard.Reiter@intevation.de>
parents:
4378
diff
changeset
|
2171 set to itself (thanks Eric Kow) |
|
4367
fa5587802af9
Handle multiple @action values from broken trackers
Richard Jones <richard@users.sourceforge.net>
parents:
4358
diff
changeset
|
2172 - Handle multiple @action values from broken trackers. |
|
4373
18cc4323e2ad
Accept single-character subject lines
Richard Jones <richard@users.sourceforge.net>
parents:
4372
diff
changeset
|
2173 - Accept single-character subject lines |
|
4372
4d2fcbaaf2e5
- update changelog and give credits to reporter
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4369
diff
changeset
|
2174 - xmlrpc handling of unicode characters and binary values, see |
|
4369
2188c9de5bdd
xmlrpc handling of unicode characters, see
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4367
diff
changeset
|
2175 http://thread.gmane.org/gmane.comp.bug-tracking.roundup.user/10040 |
|
4372
4d2fcbaaf2e5
- update changelog and give credits to reporter
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4369
diff
changeset
|
2176 thanks to Hauke Duden for reporting these. |
|
4374
58306b1b01c9
frontends/roundup.cgi got out of sync with the roundup.cgi.Client API
Richard Jones <richard@users.sourceforge.net>
parents:
4373
diff
changeset
|
2177 - frontends/roundup.cgi got out of sync with the roundup.cgi.Client API |
|
4375
378fc1ecaaa6
Default to "text/plain" if no Content-Type header is present in email
Richard Jones <richard@users.sourceforge.net>
parents:
4374
diff
changeset
|
2178 - Default to "text/plain" if no Content-Type header is present in email |
|
378fc1ecaaa6
Default to "text/plain" if no Content-Type header is present in email
Richard Jones <richard@users.sourceforge.net>
parents:
4374
diff
changeset
|
2179 (thanks Hauke Duden) |
|
4377
b6f1aaba4827
Small documentation update regarding debugging aids:
Bernhard Reiter <Bernhard.Reiter@intevation.de>
parents:
4375
diff
changeset
|
2180 - Small documentation update regarding debugging aids (Bernhard Reiter) |
|
4378
477f2a47cbca
- Indexer Xapian, made Xapian 1.2 compatible.
Bernhard Reiter <Bernhard.Reiter@intevation.de>
parents:
4377
diff
changeset
|
2181 - Indexer Xapian, made Xapian 1.2 compatible. Needs at least Xapian 1.0.0 now. |
|
477f2a47cbca
- Indexer Xapian, made Xapian 1.2 compatible.
Bernhard Reiter <Bernhard.Reiter@intevation.de>
parents:
4377
diff
changeset
|
2182 (Bernhard Reiter; Thanks to Olly Betts for providing the patch Issue2550647.) |
|
4367
fa5587802af9
Handle multiple @action values from broken trackers
Richard Jones <richard@users.sourceforge.net>
parents:
4358
diff
changeset
|
2183 |
|
fa5587802af9
Handle multiple @action values from broken trackers
Richard Jones <richard@users.sourceforge.net>
parents:
4358
diff
changeset
|
2184 |
|
4561
56def59a5194
Restore a missing release date. Make the dates a little easier to eyeball.
Eric S. Raymond <esr@thyrsus.com>
parents:
4559
diff
changeset
|
2185 2010-02-19: 1.4.13 |
|
4356
05a65559d873
undo regression in 1.4.12: Multilink edit fields lose their values
Richard Jones <richard@users.sourceforge.net>
parents:
4352
diff
changeset
|
2186 |
|
05a65559d873
undo regression in 1.4.12: Multilink edit fields lose their values
Richard Jones <richard@users.sourceforge.net>
parents:
4352
diff
changeset
|
2187 Fixed: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
2188 |
|
4356
05a65559d873
undo regression in 1.4.12: Multilink edit fields lose their values
Richard Jones <richard@users.sourceforge.net>
parents:
4352
diff
changeset
|
2189 - Multilink edit fields lose their values (thanks Will Maier) |
|
05a65559d873
undo regression in 1.4.12: Multilink edit fields lose their values
Richard Jones <richard@users.sourceforge.net>
parents:
4352
diff
changeset
|
2190 |
|
05a65559d873
undo regression in 1.4.12: Multilink edit fields lose their values
Richard Jones <richard@users.sourceforge.net>
parents:
4352
diff
changeset
|
2191 |
|
4561
56def59a5194
Restore a missing release date. Make the dates a little easier to eyeball.
Eric S. Raymond <esr@thyrsus.com>
parents:
4559
diff
changeset
|
2192 2010-02-09: 1.4.12 |
|
4310
8e0d350ce644
Proper handling of 'Create' permissions in both mail gateway...
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4309
diff
changeset
|
2193 |
|
4345
38265325492a
support CRAM-MD5 for IMAPS
Richard Jones <richard@users.sourceforge.net>
parents:
4344
diff
changeset
|
2194 Features: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
2195 |
|
4345
38265325492a
support CRAM-MD5 for IMAPS
Richard Jones <richard@users.sourceforge.net>
parents:
4344
diff
changeset
|
2196 - Support IMAP CRAM-MD5, thanks Jochen Maes |
|
38265325492a
support CRAM-MD5 for IMAPS
Richard Jones <richard@users.sourceforge.net>
parents:
4344
diff
changeset
|
2197 |
|
4310
8e0d350ce644
Proper handling of 'Create' permissions in both mail gateway...
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4309
diff
changeset
|
2198 Fixes: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
2199 |
|
4310
8e0d350ce644
Proper handling of 'Create' permissions in both mail gateway...
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4309
diff
changeset
|
2200 - Proper handling of 'Create' permissions in both mail gateway (earlier |
|
4311
7291130fad82
- fix create permission for xmlrpc, too
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4310
diff
changeset
|
2201 commit r4405 by Richard), web interface, and xmlrpc. This used to |
|
7291130fad82
- fix create permission for xmlrpc, too
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4310
diff
changeset
|
2202 check 'Edit' permission previously. See |
|
4310
8e0d350ce644
Proper handling of 'Create' permissions in both mail gateway...
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4309
diff
changeset
|
2203 http://thread.gmane.org/gmane.comp.bug-tracking.roundup.devel/5133 |
|
8e0d350ce644
Proper handling of 'Create' permissions in both mail gateway...
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4309
diff
changeset
|
2204 Add regression tests for proper handling of 'Create' and 'Edit' |
|
8e0d350ce644
Proper handling of 'Create' permissions in both mail gateway...
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4309
diff
changeset
|
2205 permissions. |
|
4313
7a6c5c117879
Fix handling of non-ascii in realname in the nosy mailer...
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4311
diff
changeset
|
2206 - Fix handling of non-ascii in realname in the nosy mailer, this used to |
|
7a6c5c117879
Fix handling of non-ascii in realname in the nosy mailer...
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4311
diff
changeset
|
2207 mangle the email address making it unusable when replying. Thanks to |
|
7a6c5c117879
Fix handling of non-ascii in realname in the nosy mailer...
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4311
diff
changeset
|
2208 intevation for funding the fix. |
|
4647
11b6601629d7
#2550759: Trailing punctuation is no longer included when URLs are converted to links.
Ezio Melotti <ezio.melotti@gmail.com>
parents:
4636
diff
changeset
|
2209 - Fix documentation on user required to run the tests, fixes |
|
4315
cfb01b2bc730
Fix documentation on user required to run the tests, fixes issue2550618.
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4313
diff
changeset
|
2210 issue2550618, thanks to Chris aka 'radioking' |
|
4326
d51a9c498dc4
Fix "Web Access" permission check to allow serving of static files to Anonymous again
Richard Jones <richard@users.sourceforge.net>
parents:
4319
diff
changeset
|
2211 - Add simple doc about translating customised tracker content |
|
d51a9c498dc4
Fix "Web Access" permission check to allow serving of static files to Anonymous again
Richard Jones <richard@users.sourceforge.net>
parents:
4319
diff
changeset
|
2212 - Add "flup" setup documentation, thanks Christian Glass |
|
d51a9c498dc4
Fix "Web Access" permission check to allow serving of static files to Anonymous again
Richard Jones <richard@users.sourceforge.net>
parents:
4319
diff
changeset
|
2213 - Fix "Web Access" permission check to allow serving of static files to |
|
d51a9c498dc4
Fix "Web Access" permission check to allow serving of static files to Anonymous again
Richard Jones <richard@users.sourceforge.net>
parents:
4319
diff
changeset
|
2214 Anonymous again |
|
4328
3d224f7fb364
add web access check all over templating
Richard Jones <richard@users.sourceforge.net>
parents:
4326
diff
changeset
|
2215 - Add check for "Web Access" permission in all web templating permission |
|
3d224f7fb364
add web access check all over templating
Richard Jones <richard@users.sourceforge.net>
parents:
4326
diff
changeset
|
2216 checks |
|
4332
61f2e659faf7
add SQL detail
Richard Jones <richard@users.sourceforge.net>
parents:
4331
diff
changeset
|
2217 - Improvements in upgrading documentation, thanks Christian Glass |
|
4331
7327b102920f
Display 'today' in the account user's timezone, thanks David Wolever
Richard Jones <richard@users.sourceforge.net>
parents:
4328
diff
changeset
|
2218 - Display 'today' in the account user's timezone, thanks David Wolever |
|
4337
9225a37fbeae
Fix file handle leak in some web interfaces with logging turned on
Richard Jones <richard@users.sourceforge.net>
parents:
4332
diff
changeset
|
2219 - Fix file handle leak in some web interfaces with logging turned on, |
|
9225a37fbeae
Fix file handle leak in some web interfaces with logging turned on
Richard Jones <richard@users.sourceforge.net>
parents:
4332
diff
changeset
|
2220 fixes issue1675845 |
|
4338
94ee533613ac
Attempt to generate more human-readable addresses in email
Richard Jones <richard@users.sourceforge.net>
parents:
4337
diff
changeset
|
2221 - Attempt to generate more human-readable addresses in email, fixes |
|
94ee533613ac
Attempt to generate more human-readable addresses in email
Richard Jones <richard@users.sourceforge.net>
parents:
4337
diff
changeset
|
2222 issue2550632 |
|
4339
663664c4e626
Allow value to be specified to multilink form element templating
Richard Jones <richard@users.sourceforge.net>
parents:
4338
diff
changeset
|
2223 - Allow value to be specified to multilink form element templating, fixes |
|
663664c4e626
Allow value to be specified to multilink form element templating
Richard Jones <richard@users.sourceforge.net>
parents:
4338
diff
changeset
|
2224 issue2550613, thanks David Wolever |
|
4344
85b00a3820b3
Fix thread safety with stdin in roundup-server
Richard Jones <richard@users.sourceforge.net>
parents:
4339
diff
changeset
|
2225 - Fix thread safety with stdin in roundup-server, fixes issue2550596 |
|
85b00a3820b3
Fix thread safety with stdin in roundup-server
Richard Jones <richard@users.sourceforge.net>
parents:
4339
diff
changeset
|
2226 (thanks Werner Hunger) |
|
4315
cfb01b2bc730
Fix documentation on user required to run the tests, fixes issue2550618.
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4313
diff
changeset
|
2227 |
|
4310
8e0d350ce644
Proper handling of 'Create' permissions in both mail gateway...
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4309
diff
changeset
|
2228 |
|
4561
56def59a5194
Restore a missing release date. Make the dates a little easier to eyeball.
Eric S. Raymond <esr@thyrsus.com>
parents:
4559
diff
changeset
|
2229 2009-12-21: 1.4.11 |
|
4273
0a684518d609
More SSL fixes.
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4270
diff
changeset
|
2230 |
|
4293
9b9ab6109254
Generic class editor may now restore retired items (thanks Ralf Hemmecke)
Richard Jones <richard@users.sourceforge.net>
parents:
4292
diff
changeset
|
2231 Features: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
2232 |
|
4293
9b9ab6109254
Generic class editor may now restore retired items (thanks Ralf Hemmecke)
Richard Jones <richard@users.sourceforge.net>
parents:
4292
diff
changeset
|
2233 - Generic class editor may now restore retired items (thanks Ralf Hemmecke) |
|
9b9ab6109254
Generic class editor may now restore retired items (thanks Ralf Hemmecke)
Richard Jones <richard@users.sourceforge.net>
parents:
4292
diff
changeset
|
2234 |
|
4273
0a684518d609
More SSL fixes.
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4270
diff
changeset
|
2235 Fixes: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
2236 |
|
4308
b30bdfae4461
Fix security hole allowing user permission escalation
Richard Jones <richard@users.sourceforge.net>
parents:
4307
diff
changeset
|
2237 - Fix security hole allowing user permission escalation (thanks Ralf |
|
b30bdfae4461
Fix security hole allowing user permission escalation
Richard Jones <richard@users.sourceforge.net>
parents:
4307
diff
changeset
|
2238 Schlatterbeck) |
|
4273
0a684518d609
More SSL fixes.
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4270
diff
changeset
|
2239 - More SSL fixes. SSL wants the underlying socket non-blocking. So we |
|
0a684518d609
More SSL fixes.
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4270
diff
changeset
|
2240 don't call socket.setdefaulttimeout in case of SSL. This apparently |
|
0a684518d609
More SSL fixes.
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4270
diff
changeset
|
2241 never raises a WantReadError from SSL. |
|
0a684518d609
More SSL fixes.
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4270
diff
changeset
|
2242 This also fixes a case where a WantReadError is raised and apparently |
|
0a684518d609
More SSL fixes.
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4270
diff
changeset
|
2243 the bytes already read are dropped (seems the WantReadError is really |
|
0a684518d609
More SSL fixes.
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4270
diff
changeset
|
2244 an error, not just an indication to retry). |
|
4276
0c024cf74252
Correct initial- and end-handshakes for SSL
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4275
diff
changeset
|
2245 - Correct initial- and end-handshakes for SSL |
|
4278
b7c74999947f
- Fix issue2537286 (documentation added to FAQ)
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4276
diff
changeset
|
2246 - Update FAQ to mention infinite redirects with pathological settings of |
|
b7c74999947f
- Fix issue2537286 (documentation added to FAQ)
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4276
diff
changeset
|
2247 the tracker->web variable. Closes issue2537286, thanks to "stuidge" |
|
b7c74999947f
- Fix issue2537286 (documentation added to FAQ)
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4276
diff
changeset
|
2248 for reporting. |
|
4280
eeac5c3043a3
- fix some format errors in italian translation
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4278
diff
changeset
|
2249 - Fix some format errors in italian translation file |
|
4288
ce684080e968
issue2550549: Some bugs issue classifiers were causing database lookup errors
Richard Jones <richard@users.sourceforge.net>
parents:
4280
diff
changeset
|
2250 - Some bugs issue classifiers were causing database lookup errors |
|
4289
7275e3dec0e0
Fix security-problem: If user hasn't permission on a message...
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4288
diff
changeset
|
2251 - Fix security-problem: If user hasn't permission on a message (notably |
|
7275e3dec0e0
Fix security-problem: If user hasn't permission on a message...
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4288
diff
changeset
|
2252 files and content properties) and is on the nosy list, the content was |
|
7275e3dec0e0
Fix security-problem: If user hasn't permission on a message...
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4288
diff
changeset
|
2253 sent via email. We now check that user has permission on the message |
|
7275e3dec0e0
Fix security-problem: If user hasn't permission on a message...
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4288
diff
changeset
|
2254 content and files properties. Thanks to Intevation for funding this |
|
7275e3dec0e0
Fix security-problem: If user hasn't permission on a message...
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4288
diff
changeset
|
2255 fix. |
|
4291
b1772fdb09d0
Fix traceback on .../msgN/ url...
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4289
diff
changeset
|
2256 - Fix traceback on .../msgN/ url, this requests the file content and for |
|
b1772fdb09d0
Fix traceback on .../msgN/ url...
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4289
diff
changeset
|
2257 apache mod_wsgi produced a traceback because the mime type is None for |
|
4292
859ab007829f
Handle OPTIONS http request method in wsgi handler, fixes issue2550587.
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4291
diff
changeset
|
2258 messages, fixes issue2550586, thanks to Thomas Arendsen Hein for |
|
859ab007829f
Handle OPTIONS http request method in wsgi handler, fixes issue2550587.
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4291
diff
changeset
|
2259 reporting and to Intevation for funding the fix. |
|
859ab007829f
Handle OPTIONS http request method in wsgi handler, fixes issue2550587.
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4291
diff
changeset
|
2260 - Handle OPTIONS http request method in wsgi handler, fixes issue2550587. |
|
859ab007829f
Handle OPTIONS http request method in wsgi handler, fixes issue2550587.
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4291
diff
changeset
|
2261 Thanks to Thomas Arendsen Hein for reporting and to Intevation for |
|
859ab007829f
Handle OPTIONS http request method in wsgi handler, fixes issue2550587.
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4291
diff
changeset
|
2262 funding the fix. |
|
4295
a57ced3a4bb6
- Add documentation for migrating to the Register permission...
Richard Jones <richard@users.sourceforge.net>
parents:
4293
diff
changeset
|
2263 - Add documentation for migrating to the Register permission and |
|
a57ced3a4bb6
- Add documentation for migrating to the Register permission...
Richard Jones <richard@users.sourceforge.net>
parents:
4293
diff
changeset
|
2264 fix mailgw to use Register permission, fixes issue2550599 |
|
4297
536b8e7afdf0
Fix styling of calendar to make it more usable, fixes issue2550608
Richard Jones <richard@users.sourceforge.net>
parents:
4295
diff
changeset
|
2265 - Fix styling of calendar to make it more usable, fixes issue2550608 |
|
4298
f6468c5e1493
Fix typo in email section of user guide, fixes issue2550607
Richard Jones <richard@users.sourceforge.net>
parents:
4297
diff
changeset
|
2266 - Fix typo in email section of user guide, fixes issue2550607 |
|
6057
b6e56d096c58
Revert boolean attribute rendering
Ralf Schlatterbeck <rsc@runtux.com>
parents:
6056
diff
changeset
|
2267 - Fix WSGI response code (thanks Peter P\F6ml) |
|
4304
df7a4400c2ce
Fix linking of an existing item to a newly created item...
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4303
diff
changeset
|
2268 - Fix linking of an existing item to a newly created item, e.g. |
|
df7a4400c2ce
Fix linking of an existing item to a newly created item...
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4303
diff
changeset
|
2269 edit action in web template is name="issue-1@link@msg" value="msg1" |
|
df7a4400c2ce
Fix linking of an existing item to a newly created item...
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4303
diff
changeset
|
2270 would trigger a traceback about an unbound variable. |
|
4305
e39b88a7150a
- update with possible tracker issue
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4304
diff
changeset
|
2271 Add new regression test for this case. May be related to (now closed) |
|
e39b88a7150a
- update with possible tracker issue
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4304
diff
changeset
|
2272 issue1177477. Thanks to Intevation for funding the fix. |
|
4306
966592263fb8
Clean up all the places where role processing occurs.
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4305
diff
changeset
|
2273 - Clean up all the places where role processing occurs. This is now in a |
|
966592263fb8
Clean up all the places where role processing occurs.
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4305
diff
changeset
|
2274 central place in hyperdb.Class and is used consistently throughout. |
|
966592263fb8
Clean up all the places where role processing occurs.
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4305
diff
changeset
|
2275 This also means now a template can override the way role processing |
|
966592263fb8
Clean up all the places where role processing occurs.
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4305
diff
changeset
|
2276 occurs (e.g. for elaborate permission schemes). Thanks to intevation |
|
966592263fb8
Clean up all the places where role processing occurs.
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4305
diff
changeset
|
2277 for funding the change. |
|
4307
82f7f8708e1b
Fix issue2550606 (german translation bug)
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4306
diff
changeset
|
2278 - Fix issue2550606 (german translation bug) "an hour" is only used in |
|
82f7f8708e1b
Fix issue2550606 (german translation bug)
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4306
diff
changeset
|
2279 the context "in an hour" or "an hour ago" which translates to german |
|
82f7f8708e1b
Fix issue2550606 (german translation bug)
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4306
diff
changeset
|
2280 "in einer Stunde" or "vor einer Stunde". So "an hour" is translated |
|
82f7f8708e1b
Fix issue2550606 (german translation bug)
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4306
diff
changeset
|
2281 "einer Stunde" (which sounds wrong at first). Also note that date.py |
|
82f7f8708e1b
Fix issue2550606 (german translation bug)
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4306
diff
changeset
|
2282 already has a comment saying "XXX this is internationally broken" -- |
|
82f7f8708e1b
Fix issue2550606 (german translation bug)
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4306
diff
changeset
|
2283 but at least there's a workaround for german :-) Thanks to Chris |
|
82f7f8708e1b
Fix issue2550606 (german translation bug)
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4306
diff
changeset
|
2284 (radioking) for reporting. |
|
82f7f8708e1b
Fix issue2550606 (german translation bug)
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4306
diff
changeset
|
2285 |
|
4273
0a684518d609
More SSL fixes.
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4270
diff
changeset
|
2286 |
|
4561
56def59a5194
Restore a missing release date. Make the dates a little easier to eyeball.
Eric S. Raymond <esr@thyrsus.com>
parents:
4559
diff
changeset
|
2287 2009-10-09: 1.4.10 |
|
4249
87b3e905ae2e
fixed typos in the installation instructions
Bernhard Reiter <Bernhard.Reiter@intevation.de>
parents:
4242
diff
changeset
|
2288 |
|
87b3e905ae2e
fixed typos in the installation instructions
Bernhard Reiter <Bernhard.Reiter@intevation.de>
parents:
4242
diff
changeset
|
2289 Fixes: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
2290 |
|
4254
8d3582271a99
Minor update of doc/developers.txt...
Bernhard Reiter <Bernhard.Reiter@intevation.de>
parents:
4253
diff
changeset
|
2291 - Minor update of doc/developers.txt to point to the new resources |
|
8d3582271a99
Minor update of doc/developers.txt...
Bernhard Reiter <Bernhard.Reiter@intevation.de>
parents:
4253
diff
changeset
|
2292 on www.roundup-tracker.org (Bernhard Reiter) |
|
4275
b16dc285ba2d
Fixed spelling of Thomas' lastname.
Bernhard Reiter <Bernhard.Reiter@intevation.de>
parents:
4273
diff
changeset
|
2293 - Small CSS improvements regaring the search box (thanks Thomas Arendsen Hein) |
|
4253
49e3f85e9feb
Small CSS improvements regarding the search box
Bernhard Reiter <Bernhard.Reiter@intevation.de>
parents:
4252
diff
changeset
|
2294 (issue 2550589) |
|
4252
2ff6f39aa391
Indexers behaviour made more consistent regarding length of indexed words...
Bernhard Reiter <Bernhard.Reiter@intevation.de>
parents:
4249
diff
changeset
|
2295 - Indexers behaviour made more consistent regarding length of indexed words |
|
2ff6f39aa391
Indexers behaviour made more consistent regarding length of indexed words...
Bernhard Reiter <Bernhard.Reiter@intevation.de>
parents:
4249
diff
changeset
|
2296 and stopwords (thanks Thomas Arendsen Hein, Bernhard Reiter)(issue 2550584) |
|
4249
87b3e905ae2e
fixed typos in the installation instructions
Bernhard Reiter <Bernhard.Reiter@intevation.de>
parents:
4242
diff
changeset
|
2297 - fixed typos in the installation instructions (thanks Thomas Arendsen Hein) |
|
4647
11b6601629d7
#2550759: Trailing punctuation is no longer included when URLs are converted to links.
Ezio Melotti <ezio.melotti@gmail.com>
parents:
4636
diff
changeset
|
2298 (issue 2550573) |
|
4255
88af08f8666f
New config option csv_field_size:
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4254
diff
changeset
|
2299 - New config option csv_field_size: Pythons csv module (which is used |
|
88af08f8666f
New config option csv_field_size:
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4254
diff
changeset
|
2300 for export/import) has a new field size limit starting with python2.5. |
|
88af08f8666f
New config option csv_field_size:
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4254
diff
changeset
|
2301 We now issue a warning during export if the limit is too small and use |
|
88af08f8666f
New config option csv_field_size:
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4254
diff
changeset
|
2302 the csv_field_size configuration during import to set the limit for |
|
4275
b16dc285ba2d
Fixed spelling of Thomas' lastname.
Bernhard Reiter <Bernhard.Reiter@intevation.de>
parents:
4273
diff
changeset
|
2303 the csv module. (Ralf Schlatterbeck) |
|
4256
712549bb7fe5
Small fix for CGI-handling of XMLRPC requests for python2.4...
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4255
diff
changeset
|
2304 - Small fix for CGI-handling of XMLRPC requests for python2.4, this |
|
712549bb7fe5
Small fix for CGI-handling of XMLRPC requests for python2.4...
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4255
diff
changeset
|
2305 worked only for 2.5 and beyond due to a change in the xmlrpc interface |
|
4275
b16dc285ba2d
Fixed spelling of Thomas' lastname.
Bernhard Reiter <Bernhard.Reiter@intevation.de>
parents:
4273
diff
changeset
|
2306 in python (Ralf Schlatterbeck) |
|
b16dc285ba2d
Fixed spelling of Thomas' lastname.
Bernhard Reiter <Bernhard.Reiter@intevation.de>
parents:
4273
diff
changeset
|
2307 - Document filter method of xmlrpc interface (Ralf Schlatterbeck) |
|
4647
11b6601629d7
#2550759: Trailing punctuation is no longer included when URLs are converted to links.
Ezio Melotti <ezio.melotti@gmail.com>
parents:
4636
diff
changeset
|
2308 - Fix interaction of SSL and XMLRPC, now XMLRPC works with SSL |
|
4275
b16dc285ba2d
Fixed spelling of Thomas' lastname.
Bernhard Reiter <Bernhard.Reiter@intevation.de>
parents:
4273
diff
changeset
|
2309 (Ralf Schlatterbeck) |
|
4249
87b3e905ae2e
fixed typos in the installation instructions
Bernhard Reiter <Bernhard.Reiter@intevation.de>
parents:
4242
diff
changeset
|
2310 |
|
4561
56def59a5194
Restore a missing release date. Make the dates a little easier to eyeball.
Eric S. Raymond <esr@thyrsus.com>
parents:
4559
diff
changeset
|
2311 2009-08-10: 1.4.9 |
| 4119 | 2312 |
| 2313 Fixes: | |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
2314 |
| 4119 | 2315 - fixed action taken in response to invalid GET request |
|
4120
ad57b06af972
fixed classic tracker template to submit POST requests when appropriate
Richard Jones <richard@users.sourceforge.net>
parents:
4119
diff
changeset
|
2316 - fixed classic tracker template to submit POST requests when appropriate |
|
4202
e47ec982645b
list the fix to issue2550546 (locale problems)
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4120
diff
changeset
|
2317 - fix problems with french and german locale files (issue 2550546) |
|
4211
61cf00ca920a
Process each message through the mail gateway as a separate transaction.
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4202
diff
changeset
|
2318 - Run each message of the mail-gateway in a separate transaction, |
|
61cf00ca920a
Process each message through the mail gateway as a separate transaction.
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4202
diff
changeset
|
2319 see http://thread.gmane.org/gmane.comp.bug-tracking.roundup.user/9500 |
|
4215
57dfcc824acc
fix problem with bounce-message if incoming mail has insufficient privilege...
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4211
diff
changeset
|
2320 - fix problem with bounce-message if incoming mail has insufficient |
|
57dfcc824acc
fix problem with bounce-message if incoming mail has insufficient privilege...
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
4211
diff
changeset
|
2321 privilege, e.g., user not existing (issue 2550534) |
|
4225
7baf1925c4c1
fix construction of individual messages to nosy recipents with attachments
Richard Jones <richard@users.sourceforge.net>
parents:
4215
diff
changeset
|
2322 - fix construction of individual messages to nosy recipents with |
|
7baf1925c4c1
fix construction of individual messages to nosy recipents with attachments
Richard Jones <richard@users.sourceforge.net>
parents:
4215
diff
changeset
|
2323 attachments (issue 2550568) |
|
4231
23ba17d01a24
re-order sqlite imports to handle multiple installed versions (issue 2550570)
Richard Jones <richard@users.sourceforge.net>
parents:
4225
diff
changeset
|
2324 - re-order sqlite imports to handle multiple installed versions (issue |
|
23ba17d01a24
re-order sqlite imports to handle multiple installed versions (issue 2550570)
Richard Jones <richard@users.sourceforge.net>
parents:
4225
diff
changeset
|
2325 2550570) |
| 4234 | 2326 - don't show entire history by default |
| 2327 (fixes http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=540629) | |
|
4238
445e1bc8b1df
remove use of string exception
Richard Jones <richard@users.sourceforge.net>
parents:
4234
diff
changeset
|
2328 - remove use of string exception |
| 4119 | 2329 |
| 2330 | |
|
4561
56def59a5194
Restore a missing release date. Make the dates a little easier to eyeball.
Eric S. Raymond <esr@thyrsus.com>
parents:
4559
diff
changeset
|
2331 2009-03-18: 1.4.8 |
|
4112
6441ffe588f7
fix bug introduced into CSV export and view (issue 2550529)
Richard Jones <richard@users.sourceforge.net>
parents:
4110
diff
changeset
|
2332 |
|
6441ffe588f7
fix bug introduced into CSV export and view (issue 2550529)
Richard Jones <richard@users.sourceforge.net>
parents:
4110
diff
changeset
|
2333 Fixes: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
2334 |
|
4117
4d1fa6e1fe8c
release stuff
Richard Jones <richard@users.sourceforge.net>
parents:
4116
diff
changeset
|
2335 - bug introduced into hyperdb filter (issue 2550505) |
|
4d1fa6e1fe8c
release stuff
Richard Jones <richard@users.sourceforge.net>
parents:
4116
diff
changeset
|
2336 - bug introduced into CVS export and view (issue 2550529) |
|
4114
da682f38bad3
bug introduced in the migration to the email package (issue 2550531)
Richard Jones <richard@users.sourceforge.net>
parents:
4112
diff
changeset
|
2337 - bugs introduced in the migration to the email package (issue 2550531) |
|
4115
d61066deae67
handle bogus pagination values (issue 2550530)
Richard Jones <richard@users.sourceforge.net>
parents:
4114
diff
changeset
|
2338 - handle bogus pagination values (issue 2550530) |
|
4116
391fa482f995
fix TLS handling with some SMTP servers (issues 2484879 and 1912923)
Richard Jones <richard@users.sourceforge.net>
parents:
4115
diff
changeset
|
2339 - fix TLS handling with some SMTP servers (issues 2484879 and 1912923) |
|
4112
6441ffe588f7
fix bug introduced into CSV export and view (issue 2550529)
Richard Jones <richard@users.sourceforge.net>
parents:
4110
diff
changeset
|
2340 |
|
6441ffe588f7
fix bug introduced into CSV export and view (issue 2550529)
Richard Jones <richard@users.sourceforge.net>
parents:
4110
diff
changeset
|
2341 |
|
4561
56def59a5194
Restore a missing release date. Make the dates a little easier to eyeball.
Eric S. Raymond <esr@thyrsus.com>
parents:
4559
diff
changeset
|
2342 2009-03-13: 1.4.7 |
|
4088
34434785f308
Plug a number of security holes:
Richard Jones <richard@users.sourceforge.net>
parents:
4013
diff
changeset
|
2343 |
|
4107
1b2ee89c8150
Separate and clarify Features and Fixes for 1.4.7 release.
Stefan Seefeld <stefan@seefeld.name>
parents:
4105
diff
changeset
|
2344 Features: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
2345 |
|
4107
1b2ee89c8150
Separate and clarify Features and Fixes for 1.4.7 release.
Stefan Seefeld <stefan@seefeld.name>
parents:
4105
diff
changeset
|
2346 - Provide a "no selection" option in web interface selection widgets |
|
1b2ee89c8150
Separate and clarify Features and Fixes for 1.4.7 release.
Stefan Seefeld <stefan@seefeld.name>
parents:
4105
diff
changeset
|
2347 - Debug logging now uses the logging module rather than print |
|
1b2ee89c8150
Separate and clarify Features and Fixes for 1.4.7 release.
Stefan Seefeld <stefan@seefeld.name>
parents:
4105
diff
changeset
|
2348 - Allow CGI frontend to serve XMLRPC requests. |
|
1b2ee89c8150
Separate and clarify Features and Fixes for 1.4.7 release.
Stefan Seefeld <stefan@seefeld.name>
parents:
4105
diff
changeset
|
2349 - Added XMLRPC actions, as well as bridging CGI actions to XMLRPC actions. |
|
1b2ee89c8150
Separate and clarify Features and Fixes for 1.4.7 release.
Stefan Seefeld <stefan@seefeld.name>
parents:
4105
diff
changeset
|
2350 - Optimized large file serving via mod_python / sendfile(). |
|
1b2ee89c8150
Separate and clarify Features and Fixes for 1.4.7 release.
Stefan Seefeld <stefan@seefeld.name>
parents:
4105
diff
changeset
|
2351 - Support resuming downloads for (large) files. |
|
1b2ee89c8150
Separate and clarify Features and Fixes for 1.4.7 release.
Stefan Seefeld <stefan@seefeld.name>
parents:
4105
diff
changeset
|
2352 |
|
4088
34434785f308
Plug a number of security holes:
Richard Jones <richard@users.sourceforge.net>
parents:
4013
diff
changeset
|
2353 Fixes: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
2354 |
|
4088
34434785f308
Plug a number of security holes:
Richard Jones <richard@users.sourceforge.net>
parents:
4013
diff
changeset
|
2355 - a number of security issues were discovered by Daniel Diniz |
|
34434785f308
Plug a number of security holes:
Richard Jones <richard@users.sourceforge.net>
parents:
4013
diff
changeset
|
2356 - EditCSV and ExportCSV altered to include permission checks |
|
34434785f308
Plug a number of security holes:
Richard Jones <richard@users.sourceforge.net>
parents:
4013
diff
changeset
|
2357 - HTTP POST required on actions which alter data |
|
34434785f308
Plug a number of security holes:
Richard Jones <richard@users.sourceforge.net>
parents:
4013
diff
changeset
|
2358 - HTML file uploads served as application/octet-stream |
|
4110
435cce827b40
additional fix to handle Unauthorised in file serving
Richard Jones <richard@users.sourceforge.net>
parents:
4107
diff
changeset
|
2359 - Handle Unauthorised in file serving correctly |
|
4088
34434785f308
Plug a number of security holes:
Richard Jones <richard@users.sourceforge.net>
parents:
4013
diff
changeset
|
2360 - New item action reject creation of new users |
|
34434785f308
Plug a number of security holes:
Richard Jones <richard@users.sourceforge.net>
parents:
4013
diff
changeset
|
2361 - Item retirement was not being controlled |
|
4089
eddb82d0964c
Add compatibility package to allow us to deal with Python versions 2.3..2.6.
Richard Jones <richard@users.sourceforge.net>
parents:
4088
diff
changeset
|
2362 - Roundup is now compatible with Python 2.6 |
|
4103
5b43a351fccd
include other changes
Richard Jones <richard@users.sourceforge.net>
parents:
4089
diff
changeset
|
2363 - Improved French and German translations |
|
5b43a351fccd
include other changes
Richard Jones <richard@users.sourceforge.net>
parents:
4089
diff
changeset
|
2364 - Improve consistency of item sorting in HTML interface |
|
5b43a351fccd
include other changes
Richard Jones <richard@users.sourceforge.net>
parents:
4089
diff
changeset
|
2365 - Various other small bug fixes, robustification and optimisation |
|
4088
34434785f308
Plug a number of security holes:
Richard Jones <richard@users.sourceforge.net>
parents:
4013
diff
changeset
|
2366 |
|
34434785f308
Plug a number of security holes:
Richard Jones <richard@users.sourceforge.net>
parents:
4013
diff
changeset
|
2367 |
|
4561
56def59a5194
Restore a missing release date. Make the dates a little easier to eyeball.
Eric S. Raymond <esr@thyrsus.com>
parents:
4559
diff
changeset
|
2368 2008-09-01: 1.4.6 |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
2369 |
|
4008
0bf9f8ae7d1b
fix bug introduced in 1.4.5 in RDBMS full-text indexing;
Richard Jones <richard@users.sourceforge.net>
parents:
4003
diff
changeset
|
2370 Fixed: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
2371 |
|
4012
5bf05d2b3cf8
pre-release stuff
Richard Jones <richard@users.sourceforge.net>
parents:
4009
diff
changeset
|
2372 - Fix bug introduced in 1.4.5 in RDBMS full-text indexing |
|
4009
e335ce40d6c8
Make URL matching code less matchy
Richard Jones <richard@users.sourceforge.net>
parents:
4008
diff
changeset
|
2373 - Make URL matching code less matchy |
|
4013
a5b68d46bce8
Try to clarify mail_domain config setting
Richard Jones <richard@users.sourceforge.net>
parents:
4012
diff
changeset
|
2374 - Try to clarify mail_domain config setting |
|
4008
0bf9f8ae7d1b
fix bug introduced in 1.4.5 in RDBMS full-text indexing;
Richard Jones <richard@users.sourceforge.net>
parents:
4003
diff
changeset
|
2375 |
|
0bf9f8ae7d1b
fix bug introduced in 1.4.5 in RDBMS full-text indexing;
Richard Jones <richard@users.sourceforge.net>
parents:
4003
diff
changeset
|
2376 |
|
4561
56def59a5194
Restore a missing release date. Make the dates a little easier to eyeball.
Eric S. Raymond <esr@thyrsus.com>
parents:
4559
diff
changeset
|
2377 2008-08-19: 1.4.5 |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
2378 |
|
4000
39af38d6f77d
Add use of username/password stored in ~/.netrc in mailgw
Richard Jones <richard@users.sourceforge.net>
parents:
3997
diff
changeset
|
2379 Feature: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
2380 |
|
4000
39af38d6f77d
Add use of username/password stored in ~/.netrc in mailgw
Richard Jones <richard@users.sourceforge.net>
parents:
3997
diff
changeset
|
2381 - Add use of username/password stored in ~/.netrc in mailgw (sf patch |
|
39af38d6f77d
Add use of username/password stored in ~/.netrc in mailgw
Richard Jones <richard@users.sourceforge.net>
parents:
3997
diff
changeset
|
2382 #1912105) |
|
39af38d6f77d
Add use of username/password stored in ~/.netrc in mailgw
Richard Jones <richard@users.sourceforge.net>
parents:
3997
diff
changeset
|
2383 |
|
3972
eee76dd4a09f
'Make a Copy' failed with more than one person in nosy list [SF#1906147]
Richard Jones <richard@users.sourceforge.net>
parents:
3971
diff
changeset
|
2384 Fixed: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
2385 |
|
3972
eee76dd4a09f
'Make a Copy' failed with more than one person in nosy list [SF#1906147]
Richard Jones <richard@users.sourceforge.net>
parents:
3971
diff
changeset
|
2386 - 'Make a Copy' failed with more than one person in nosy list (sf #1906147) |
|
3973
85cbaa50eba1
xml-rpc security checks and tests across all backends [SF#1907211]
Richard Jones <richard@users.sourceforge.net>
parents:
3972
diff
changeset
|
2387 - xml-rpc security checks and tests across all backends (sf #1907211) |
|
4003
71d8025784d0
pre-release stuff
Richard Jones <richard@users.sourceforge.net>
parents:
4000
diff
changeset
|
2388 - Send a Precedence header in email so (well-written) autoresponders don't |
|
71d8025784d0
pre-release stuff
Richard Jones <richard@users.sourceforge.net>
parents:
4000
diff
changeset
|
2389 - Fix mailgw total failure bounce message generation (thanks Bradley Dean) |
|
3981
82e116d515d2
another psql 8.3 compat fix
Richard Jones <richard@users.sourceforge.net>
parents:
3980
diff
changeset
|
2390 - Fix for postgres 8.3 compatibility (and bug) (sf patch #2030479 and bug |
|
82e116d515d2
another psql 8.3 compat fix
Richard Jones <richard@users.sourceforge.net>
parents:
3980
diff
changeset
|
2391 #1959261) |
|
3978
f11fe2a13234
Fix for translations (patch [SF#2032526])
Richard Jones <richard@users.sourceforge.net>
parents:
3977
diff
changeset
|
2392 - Fix for translations (sf patch #2032526) |
|
3979
954971d612ee
Fire reactors after file storage is all done (patch [SF#2001243])
Richard Jones <richard@users.sourceforge.net>
parents:
3978
diff
changeset
|
2393 - Fire reactors after file storage is all done (sf patch #2001243) |
|
3980
3167ad1c19cd
Allow negative ids other than -1 for item generation [SF#982481]
Richard Jones <richard@users.sourceforge.net>
parents:
3979
diff
changeset
|
2394 - Allow negative ids other than -1 for item generation (sf patch #1982481) |
|
3983
4cb375b0676e
Better German translation for retiring users [SF#1998701]
Richard Jones <richard@users.sourceforge.net>
parents:
3981
diff
changeset
|
2395 - Better German translation for retiring users (sf #1998701) |
|
3984
e8b93eba63a4
More improvements to German translation [SF#1919446]
Richard Jones <richard@users.sourceforge.net>
parents:
3983
diff
changeset
|
2396 - More improvements to German translation (sf #1919446) |
|
3985
f7f3068b32a1
Add filter() to XML-RPC interface [SF#966456]
Richard Jones <richard@users.sourceforge.net>
parents:
3984
diff
changeset
|
2397 - Add filter() to XML-RPC interface (sf patch #1966456) |
|
4003
71d8025784d0
pre-release stuff
Richard Jones <richard@users.sourceforge.net>
parents:
4000
diff
changeset
|
2398 - Fix IndexError when there are no messages to an issue (sf patch #1894249) |
|
3987
c4f7b3817d3d
Prevent broken pipe errors in csv export (patch [SF#911449)
Richard Jones <richard@users.sourceforge.net>
parents:
3986
diff
changeset
|
2399 - Prevent broken pipe errors in csv export (sf patch #1911449) |
|
4599
71b9428a14e5
Found my old contribution from changeset 0112e9e1d068. Fixing credits.
anatoly techtonik <techtonik@gmail.com>
parents:
4591
diff
changeset
|
2400 - New session API and cleanup (anatoly techtonik) |
|
3990
0728808fdf5c
make WSGI threadsafe
Richard Jones <richard@users.sourceforge.net>
parents:
3989
diff
changeset
|
2401 - Make WSGI handler threadsafe (sf #1968027) |
|
3991
13161539e5bd
improved URL matching
Richard Jones <richard@users.sourceforge.net>
parents:
3990
diff
changeset
|
2402 - Improved URL matching RE (sf #2038858) |
|
3992
fe2af84a5ca5
allow binary data for "content" props through rawToHyperdb
Richard Jones <richard@users.sourceforge.net>
parents:
3991
diff
changeset
|
2403 - Allow binary file content submission via XML-RPC (sf #1995623) |
|
3993
1eba65a4b0aa
Don't run old code on newer database
Richard Jones <richard@users.sourceforge.net>
parents:
3992
diff
changeset
|
2404 - Don't run old code on newer database (sf #1979556) |
|
3994
030ba81511ee
Fix HTML injection into page title; also some other TAL cleanup
Richard Jones <richard@users.sourceforge.net>
parents:
3993
diff
changeset
|
2405 - Fix HTML injection into page title |
|
3997
edbb89730dc2
Fix indexer handling of indexed Link properties
Richard Jones <richard@users.sourceforge.net>
parents:
3994
diff
changeset
|
2406 - Fix indexer handling of indexed Link properties (sf #1936876) |
|
3972
eee76dd4a09f
'Make a Copy' failed with more than one person in nosy list [SF#1906147]
Richard Jones <richard@users.sourceforge.net>
parents:
3971
diff
changeset
|
2407 |
|
eee76dd4a09f
'Make a Copy' failed with more than one person in nosy list [SF#1906147]
Richard Jones <richard@users.sourceforge.net>
parents:
3971
diff
changeset
|
2408 |
|
4561
56def59a5194
Restore a missing release date. Make the dates a little easier to eyeball.
Eric S. Raymond <esr@thyrsus.com>
parents:
4559
diff
changeset
|
2409 2008-03-01: 1.4.4 |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
2410 |
|
3971
ff3a8b7d1819
security fixes
Richard Jones <richard@users.sourceforge.net>
parents:
3969
diff
changeset
|
2411 Fixed: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
2412 |
|
3971
ff3a8b7d1819
security fixes
Richard Jones <richard@users.sourceforge.net>
parents:
3969
diff
changeset
|
2413 - Security fixes (thanks Roland Meister) |
|
ff3a8b7d1819
security fixes
Richard Jones <richard@users.sourceforge.net>
parents:
3969
diff
changeset
|
2414 |
|
ff3a8b7d1819
security fixes
Richard Jones <richard@users.sourceforge.net>
parents:
3969
diff
changeset
|
2415 |
|
4561
56def59a5194
Restore a missing release date. Make the dates a little easier to eyeball.
Eric S. Raymond <esr@thyrsus.com>
parents:
4559
diff
changeset
|
2416 2008-02-27: 1.4.3 |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
2417 |
|
3969
905faf52a51f
fix mysql breakage in 1.4.2
Richard Jones <richard@users.sourceforge.net>
parents:
3968
diff
changeset
|
2418 Fixed: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
2419 |
|
3969
905faf52a51f
fix mysql breakage in 1.4.2
Richard Jones <richard@users.sourceforge.net>
parents:
3968
diff
changeset
|
2420 - MySQL backend bug introduced in 1.4.2 (TEXT columns need a size when |
|
905faf52a51f
fix mysql breakage in 1.4.2
Richard Jones <richard@users.sourceforge.net>
parents:
3968
diff
changeset
|
2421 being indexed) |
|
905faf52a51f
fix mysql breakage in 1.4.2
Richard Jones <richard@users.sourceforge.net>
parents:
3968
diff
changeset
|
2422 |
|
905faf52a51f
fix mysql breakage in 1.4.2
Richard Jones <richard@users.sourceforge.net>
parents:
3968
diff
changeset
|
2423 |
|
4561
56def59a5194
Restore a missing release date. Make the dates a little easier to eyeball.
Eric S. Raymond <esr@thyrsus.com>
parents:
4559
diff
changeset
|
2424 2008-02-08: 1.4.2 |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
2425 |
|
3948
81531a2aed59
Admin copy of error email from mailgw includes traceback
Richard Jones <richard@users.sourceforge.net>
parents:
3947
diff
changeset
|
2426 Feature: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
2427 |
|
3945
1dd64778bc45
Mail improvements:
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
3941
diff
changeset
|
2428 - New config option in mail section: ignore_alternatives allows to |
|
1dd64778bc45
Mail improvements:
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
3941
diff
changeset
|
2429 ignore alternatives besides the text/plain part used for the content |
|
1dd64778bc45
Mail improvements:
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
3941
diff
changeset
|
2430 of a message in multipart/alternative attachments. |
|
3948
81531a2aed59
Admin copy of error email from mailgw includes traceback
Richard Jones <richard@users.sourceforge.net>
parents:
3947
diff
changeset
|
2431 - Admin copy of error email from mailgw includes traceback (thanks Ulrik |
|
81531a2aed59
Admin copy of error email from mailgw includes traceback
Richard Jones <richard@users.sourceforge.net>
parents:
3947
diff
changeset
|
2432 Mikaelsson) |
|
3956
bb2722260e47
Fixes from Martin v. Löwis:
Richard Jones <richard@users.sourceforge.net>
parents:
3955
diff
changeset
|
2433 - Messages created through the web are now given an in-reply-to header |
|
6057
b6e56d096c58
Revert boolean attribute rendering
Ralf Schlatterbeck <rsc@runtux.com>
parents:
6056
diff
changeset
|
2434 when email out to nosy (thanks Martin v. L\F6wis) |
|
3956
bb2722260e47
Fixes from Martin v. Löwis:
Richard Jones <richard@users.sourceforge.net>
parents:
3955
diff
changeset
|
2435 - Nosy messages now include more information about issues (all link |
|
6057
b6e56d096c58
Revert boolean attribute rendering
Ralf Schlatterbeck <rsc@runtux.com>
parents:
6056
diff
changeset
|
2436 properties with a "name" attribute) (thanks Martin v. L\F6wis) |
|
3948
81531a2aed59
Admin copy of error email from mailgw includes traceback
Richard Jones <richard@users.sourceforge.net>
parents:
3947
diff
changeset
|
2437 |
|
3955
de6326aee6d0
Final fix for date range searching stuff: fix the test :)
Richard Jones <richard@users.sourceforge.net>
parents:
3948
diff
changeset
|
2438 Fixed: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
2439 |
|
3955
de6326aee6d0
Final fix for date range searching stuff: fix the test :)
Richard Jones <richard@users.sourceforge.net>
parents:
3948
diff
changeset
|
2440 - Searching date range by supplying just a date as the filter spec |
|
de6326aee6d0
Final fix for date range searching stuff: fix the test :)
Richard Jones <richard@users.sourceforge.net>
parents:
3948
diff
changeset
|
2441 - Handle no time.tzset under Windows (sf #1825643) |
|
3963
3230f9c88086
Fix race condition for key properties in rdbms backends [SF#1876683]
Richard Jones <richard@users.sourceforge.net>
parents:
3962
diff
changeset
|
2442 - Fix race condition in file storage transaction commit (sf #1883580) |
|
3961
3eb45e7f0d57
Make user utils JS work with firstname/lastname again [SF#868323]
Richard Jones <richard@users.sourceforge.net>
parents:
3960
diff
changeset
|
2443 - Make user utils JS work with firstname/lastname again (sf #1868323) |
|
3962
41d297d7dcec
Fix ZRoundup to work with Zope 2.8.5 [SF#1806125]
Richard Jones <richard@users.sourceforge.net>
parents:
3961
diff
changeset
|
2444 - Fix ZRoundup to work with Zope 2.8.5 (sf #1806125) |
|
3963
3230f9c88086
Fix race condition for key properties in rdbms backends [SF#1876683]
Richard Jones <richard@users.sourceforge.net>
parents:
3962
diff
changeset
|
2445 - Fix race condition for key properties in rdbms backends (sf #1876683) |
|
3964
22339538cf10
Handle Reject in mailgw final set/create [SF#1826425]
Richard Jones <richard@users.sourceforge.net>
parents:
3963
diff
changeset
|
2446 - Handle Reject in mailgw final set/create (sf #1826425) |
|
3962
41d297d7dcec
Fix ZRoundup to work with Zope 2.8.5 [SF#1806125]
Richard Jones <richard@users.sourceforge.net>
parents:
3961
diff
changeset
|
2447 |
|
3948
81531a2aed59
Admin copy of error email from mailgw includes traceback
Richard Jones <richard@users.sourceforge.net>
parents:
3947
diff
changeset
|
2448 |
|
4561
56def59a5194
Restore a missing release date. Make the dates a little easier to eyeball.
Eric S. Raymond <esr@thyrsus.com>
parents:
4559
diff
changeset
|
2449 2007-11-09: 1.4.1 |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
2450 |
|
3948
81531a2aed59
Admin copy of error email from mailgw includes traceback
Richard Jones <richard@users.sourceforge.net>
parents:
3947
diff
changeset
|
2451 Fixed: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
2452 |
|
3948
81531a2aed59
Admin copy of error email from mailgw includes traceback
Richard Jones <richard@users.sourceforge.net>
parents:
3947
diff
changeset
|
2453 - Removed some metakit references |
|
3941
9997b941dd6d
remove some metakit references
Richard Jones <richard@users.sourceforge.net>
parents:
3940
diff
changeset
|
2454 |
|
9997b941dd6d
remove some metakit references
Richard Jones <richard@users.sourceforge.net>
parents:
3940
diff
changeset
|
2455 |
|
4561
56def59a5194
Restore a missing release date. Make the dates a little easier to eyeball.
Eric S. Raymond <esr@thyrsus.com>
parents:
4559
diff
changeset
|
2456 2007-11-04: 1.4.0 |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
2457 |
|
3822
2a60b68985db
Fix arbitrary limit on dates.
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
3821
diff
changeset
|
2458 Feature: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
2459 |
|
3921
b49bbd4ff6ea
add more recent work to CHANGES.txt
Justus Pendleton <jpend@users.sourceforge.net>
parents:
3902
diff
changeset
|
2460 - Roundup has a new xmlrpc frontend that gives access to a tracker using |
|
b49bbd4ff6ea
add more recent work to CHANGES.txt
Justus Pendleton <jpend@users.sourceforge.net>
parents:
3902
diff
changeset
|
2461 XMLRPC. |
|
3935
1dab48842cbd
Throwing up hands in resignation and finally deleting the metakit backend.
Richard Jones <richard@users.sourceforge.net>
parents:
3934
diff
changeset
|
2462 - Dates can now be in the year-range 1-9999 |
|
1dab48842cbd
Throwing up hands in resignation and finally deleting the metakit backend.
Richard Jones <richard@users.sourceforge.net>
parents:
3934
diff
changeset
|
2463 - The metakit backend has been removed |
|
3830
a48c514c465f
Add simple anti-spam recipe to docs
Richard Jones <richard@users.sourceforge.net>
parents:
3826
diff
changeset
|
2464 - Add simple anti-spam recipe to docs |
|
3831
14ec78618bd5
Allow customisation of regular expressions used in email parsing...
Richard Jones <richard@users.sourceforge.net>
parents:
3830
diff
changeset
|
2465 - Allow customisation of regular expressions used in email parsing, thanks |
|
14ec78618bd5
Allow customisation of regular expressions used in email parsing...
Richard Jones <richard@users.sourceforge.net>
parents:
3830
diff
changeset
|
2466 Bruno Damour |
|
3865
d52488e522a6
added italian translation by Marco Ghidinelli
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3858
diff
changeset
|
2467 - Italian translation by Marco Ghidinelli |
|
3901
55e325e10a52
notes about recent features and fixes from Erik and myself
Justus Pendleton <jpend@users.sourceforge.net>
parents:
3867
diff
changeset
|
2468 - Multilinks take any iterable |
|
55e325e10a52
notes about recent features and fixes from Erik and myself
Justus Pendleton <jpend@users.sourceforge.net>
parents:
3867
diff
changeset
|
2469 - config option: specify port and local hostname for SMTP connections |
|
55e325e10a52
notes about recent features and fixes from Erik and myself
Justus Pendleton <jpend@users.sourceforge.net>
parents:
3867
diff
changeset
|
2470 - Tracker index templating (i.e. when roundup_server is serving multiple |
|
55e325e10a52
notes about recent features and fixes from Erik and myself
Justus Pendleton <jpend@users.sourceforge.net>
parents:
3867
diff
changeset
|
2471 trackers) (sf bug 1058020) |
|
55e325e10a52
notes about recent features and fixes from Erik and myself
Justus Pendleton <jpend@users.sourceforge.net>
parents:
3867
diff
changeset
|
2472 - config option: Limit nosy attachments based on size (Philipp Gortan) |
|
55e325e10a52
notes about recent features and fixes from Erik and myself
Justus Pendleton <jpend@users.sourceforge.net>
parents:
3867
diff
changeset
|
2473 - roundup_server supports SSL via pyopenssl |
|
55e325e10a52
notes about recent features and fixes from Erik and myself
Justus Pendleton <jpend@users.sourceforge.net>
parents:
3867
diff
changeset
|
2474 - templatable 404 not found messages (sf bug 1403287) |
|
55e325e10a52
notes about recent features and fixes from Erik and myself
Justus Pendleton <jpend@users.sourceforge.net>
parents:
3867
diff
changeset
|
2475 - Unauthorized email includes a link to the registration page for |
|
55e325e10a52
notes about recent features and fixes from Erik and myself
Justus Pendleton <jpend@users.sourceforge.net>
parents:
3867
diff
changeset
|
2476 the tracker |
|
55e325e10a52
notes about recent features and fixes from Erik and myself
Justus Pendleton <jpend@users.sourceforge.net>
parents:
3867
diff
changeset
|
2477 - config options: control whether author info/email is included in email |
|
55e325e10a52
notes about recent features and fixes from Erik and myself
Justus Pendleton <jpend@users.sourceforge.net>
parents:
3867
diff
changeset
|
2478 sent by roundup |
|
3921
b49bbd4ff6ea
add more recent work to CHANGES.txt
Justus Pendleton <jpend@users.sourceforge.net>
parents:
3902
diff
changeset
|
2479 - support for receiving OpenPGP MIME messages (signed or encrypted) |
|
3901
55e325e10a52
notes about recent features and fixes from Erik and myself
Justus Pendleton <jpend@users.sourceforge.net>
parents:
3867
diff
changeset
|
2480 |
|
3821
5ed4c9d30148
Handling of unset Link search in RDBMS backend
Richard Jones <richard@users.sourceforge.net>
parents:
3819
diff
changeset
|
2481 Fixed: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
2482 |
|
3821
5ed4c9d30148
Handling of unset Link search in RDBMS backend
Richard Jones <richard@users.sourceforge.net>
parents:
3819
diff
changeset
|
2483 - Handling of unset Link search in RDBMS backend |
|
3826
bf2e9535da00
Journal and database testing.
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
3822
diff
changeset
|
2484 - Journal export of anydbm didn't correctly export previously empty values |
|
3832
bbc977e1cd2c
Fix handling of defaults for date fields
Richard Jones <richard@users.sourceforge.net>
parents:
3831
diff
changeset
|
2485 - Fix handling of defaults for date fields |
|
3846
7e445a063979
Fix <form> name in user editing to allow multilink popups to work
Richard Jones <richard@users.sourceforge.net>
parents:
3839
diff
changeset
|
2486 - Fix <form> name in user editing to allow multilink popups to work |
|
3850
326269886c32
Fix form handling of editing existing hyperdb items from a new item page.
Richard Jones <richard@users.sourceforge.net>
parents:
3846
diff
changeset
|
2487 - Fix form handling of editing existing hyperdb items from a new item page. |
|
3858
bb30bbfc7cdd
Indexing fixes.
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
3850
diff
changeset
|
2488 - Added new rdbms-indexes for full-text index which will speed up |
|
bb30bbfc7cdd
Indexing fixes.
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
3850
diff
changeset
|
2489 reindexing. |
|
bb30bbfc7cdd
Indexing fixes.
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
3850
diff
changeset
|
2490 - Turning off indexing for content properties of FileClass instance |
|
bb30bbfc7cdd
Indexing fixes.
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
3850
diff
changeset
|
2491 (e.g., "file" and "msg") now works for SQL backends. |
|
3932
7518a8ec1d55
Update Xapian to use latest stemmer API
Richard Jones <richard@users.sourceforge.net>
parents:
3921
diff
changeset
|
2492 - Enabled over-riding of content-type in web interface (thanks |
|
3867
2563ddf71cd7
Enabled over-riding of content-type in web interface (thanks John Mitchell)
Richard Jones <richard@users.sourceforge.net>
parents:
3865
diff
changeset
|
2493 John Mitchell) |
|
3901
55e325e10a52
notes about recent features and fixes from Erik and myself
Justus Pendleton <jpend@users.sourceforge.net>
parents:
3867
diff
changeset
|
2494 - Validate user timezones to filter bad entries (sf bug 1738470) |
|
55e325e10a52
notes about recent features and fixes from Erik and myself
Justus Pendleton <jpend@users.sourceforge.net>
parents:
3867
diff
changeset
|
2495 - Classic template allows searching for issues with no topic set |
|
55e325e10a52
notes about recent features and fixes from Erik and myself
Justus Pendleton <jpend@users.sourceforge.net>
parents:
3867
diff
changeset
|
2496 (sf bug 1610787) |
|
55e325e10a52
notes about recent features and fixes from Erik and myself
Justus Pendleton <jpend@users.sourceforge.net>
parents:
3867
diff
changeset
|
2497 - xapian_indexer uses current API for stemming (Rick Benavidez) |
|
55e325e10a52
notes about recent features and fixes from Erik and myself
Justus Pendleton <jpend@users.sourceforge.net>
parents:
3867
diff
changeset
|
2498 (sf bug 1771414) |
|
55e325e10a52
notes about recent features and fixes from Erik and myself
Justus Pendleton <jpend@users.sourceforge.net>
parents:
3867
diff
changeset
|
2499 - Ensure email addresses are unique (sf bug 1611787) |
|
55e325e10a52
notes about recent features and fixes from Erik and myself
Justus Pendleton <jpend@users.sourceforge.net>
parents:
3867
diff
changeset
|
2500 - roundup_admin tracks uncommitted changes in interactive mode |
|
55e325e10a52
notes about recent features and fixes from Erik and myself
Justus Pendleton <jpend@users.sourceforge.net>
parents:
3867
diff
changeset
|
2501 for all backends (sf bug 1297014) |
|
55e325e10a52
notes about recent features and fixes from Erik and myself
Justus Pendleton <jpend@users.sourceforge.net>
parents:
3867
diff
changeset
|
2502 - add template search path for easy_install (Marek Kubica) |
|
55e325e10a52
notes about recent features and fixes from Erik and myself
Justus Pendleton <jpend@users.sourceforge.net>
parents:
3867
diff
changeset
|
2503 - don't spam the roundup admin on client shutdowns (Ulrik Mikaelsson) |
|
55e325e10a52
notes about recent features and fixes from Erik and myself
Justus Pendleton <jpend@users.sourceforge.net>
parents:
3867
diff
changeset
|
2504 - respect umask on filestorage backends (Ulrik Mikaelsson) (sf bug 1744328) |
|
55e325e10a52
notes about recent features and fixes from Erik and myself
Justus Pendleton <jpend@users.sourceforge.net>
parents:
3867
diff
changeset
|
2505 - cope with spam robots posting multiple instances of the same form |
|
55e325e10a52
notes about recent features and fixes from Erik and myself
Justus Pendleton <jpend@users.sourceforge.net>
parents:
3867
diff
changeset
|
2506 - include the author of property-only changes in generated messages |
|
3902
21420ba64b0d
fuller email validition (request [SF#216291])
Justus Pendleton <jpend@users.sourceforge.net>
parents:
3901
diff
changeset
|
2507 - fuller email validation in templates (sf feature 1216291) |
|
3921
b49bbd4ff6ea
add more recent work to CHANGES.txt
Justus Pendleton <jpend@users.sourceforge.net>
parents:
3902
diff
changeset
|
2508 - cope with bad cookies from other apps on same domain (sf bug 1691708) |
|
b49bbd4ff6ea
add more recent work to CHANGES.txt
Justus Pendleton <jpend@users.sourceforge.net>
parents:
3902
diff
changeset
|
2509 - updated Spanish translation from Ramiro Morales |
|
b49bbd4ff6ea
add more recent work to CHANGES.txt
Justus Pendleton <jpend@users.sourceforge.net>
parents:
3902
diff
changeset
|
2510 - clean up query display of "Private to you items" (sf bug 1481394) |
|
b49bbd4ff6ea
add more recent work to CHANGES.txt
Justus Pendleton <jpend@users.sourceforge.net>
parents:
3902
diff
changeset
|
2511 - use local timezone for mail date header (sf bug 1658173) |
|
b49bbd4ff6ea
add more recent work to CHANGES.txt
Justus Pendleton <jpend@users.sourceforge.net>
parents:
3902
diff
changeset
|
2512 - allow CSV export of queries on selected issues (sf bug 1783492) |
|
b49bbd4ff6ea
add more recent work to CHANGES.txt
Justus Pendleton <jpend@users.sourceforge.net>
parents:
3902
diff
changeset
|
2513 - remove blobfiles on destroy (sf bug 1654132) |
|
b49bbd4ff6ea
add more recent work to CHANGES.txt
Justus Pendleton <jpend@users.sourceforge.net>
parents:
3902
diff
changeset
|
2514 - handle postgres exceptions during session cleanup (sf bug 1703116) |
|
3932
7518a8ec1d55
Update Xapian to use latest stemmer API
Richard Jones <richard@users.sourceforge.net>
parents:
3921
diff
changeset
|
2515 - update Xapian indexer to use current API |
|
3933
9095a4da67f9
Handle export and import of old trackers that have data attached to...
Richard Jones <richard@users.sourceforge.net>
parents:
3932
diff
changeset
|
2516 - handle export and import of old trackers that have data attached to |
|
9095a4da67f9
Handle export and import of old trackers that have data attached to...
Richard Jones <richard@users.sourceforge.net>
parents:
3932
diff
changeset
|
2517 journal "create" events |
|
3934
8c75e8fce5dc
Fix a couple more old instances of "type" instead of "ENGINE" for mysql backend.
Richard Jones <richard@users.sourceforge.net>
parents:
3933
diff
changeset
|
2518 - fix a couple more old instances of "type" instead of "ENGINE" for mysql |
|
8c75e8fce5dc
Fix a couple more old instances of "type" instead of "ENGINE" for mysql backend.
Richard Jones <richard@users.sourceforge.net>
parents:
3933
diff
changeset
|
2519 backend |
|
3936
63d58cc1394a
make LinkHTMLProperty handle non-existing keys (patch [SF#1815895])
Richard Jones <richard@users.sourceforge.net>
parents:
3935
diff
changeset
|
2520 - make LinkHTMLProperty handle non-existing keys (sf patch 1815895) |
|
3932
7518a8ec1d55
Update Xapian to use latest stemmer API
Richard Jones <richard@users.sourceforge.net>
parents:
3921
diff
changeset
|
2521 |
|
3821
5ed4c9d30148
Handling of unset Link search in RDBMS backend
Richard Jones <richard@users.sourceforge.net>
parents:
3819
diff
changeset
|
2522 |
|
4561
56def59a5194
Restore a missing release date. Make the dates a little easier to eyeball.
Eric S. Raymond <esr@thyrsus.com>
parents:
4559
diff
changeset
|
2523 2007-02-15: 1.3.3 |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
2524 |
|
3796
aef19fff38dd
If-Modified-Since handling was broken
Richard Jones <richard@users.sourceforge.net>
parents:
3795
diff
changeset
|
2525 Fixed: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
2526 |
|
3796
aef19fff38dd
If-Modified-Since handling was broken
Richard Jones <richard@users.sourceforge.net>
parents:
3795
diff
changeset
|
2527 - If-Modified-Since handling was broken |
|
3932
7518a8ec1d55
Update Xapian to use latest stemmer API
Richard Jones <richard@users.sourceforge.net>
parents:
3921
diff
changeset
|
2528 - Updated documentation for customising hard-coded searches in page.html |
|
3797
bb6e8fafa341
Updated Windows installation docs (thanks Bo Berglund)
Richard Jones <richard@users.sourceforge.net>
parents:
3796
diff
changeset
|
2529 - Updated Windows installation docs (thanks Bo Berglund) |
|
3798
842f1a292ff8
Handle rounding of seconds generating invalid date values
Richard Jones <richard@users.sourceforge.net>
parents:
3797
diff
changeset
|
2530 - Handle rounding of seconds generating invalid date values |
|
3806
a16239e37598
Handle 8-bit untranslateable messages from database properties
Richard Jones <richard@users.sourceforge.net>
parents:
3798
diff
changeset
|
2531 - Handle 8-bit untranslateable messages from database properties |
| 3819 | 2532 - Fix scripts/roundup-reminder date calculation (sf bug 1649979) |
| 2533 - Improved due_date and timelog customisation docs (sf bug 1625124) | |
|
3796
aef19fff38dd
If-Modified-Since handling was broken
Richard Jones <richard@users.sourceforge.net>
parents:
3795
diff
changeset
|
2534 |
|
3754
9f4dd27ae843
documentation cleanup from Luke Ross (patch [SF#1594860])
Richard Jones <richard@users.sourceforge.net>
parents:
3752
diff
changeset
|
2535 |
|
4561
56def59a5194
Restore a missing release date. Make the dates a little easier to eyeball.
Eric S. Raymond <esr@thyrsus.com>
parents:
4559
diff
changeset
|
2536 2006-12-19: 1.3.2 |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
2537 |
|
3754
9f4dd27ae843
documentation cleanup from Luke Ross (patch [SF#1594860])
Richard Jones <richard@users.sourceforge.net>
parents:
3752
diff
changeset
|
2538 Fixed: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
2539 |
| 3765 | 2540 - relax rules for required fields in form_parser.py (sf bug 1599740) |
|
3754
9f4dd27ae843
documentation cleanup from Luke Ross (patch [SF#1594860])
Richard Jones <richard@users.sourceforge.net>
parents:
3752
diff
changeset
|
2541 - documentation cleanup from Luke Ross (sf patch 1594860) |
|
3758
fd3229f86687
updated Spanish translation from Ramiro Morales (patch [SF#1594718])
Richard Jones <richard@users.sourceforge.net>
parents:
3754
diff
changeset
|
2542 - updated Spanish translation from Ramiro Morales (sf patch 1594718) |
|
3775
beaf7ea86e5e
handle 8-bit untranslateable messages in tracker templates
Richard Jones <richard@users.sourceforge.net>
parents:
3765
diff
changeset
|
2543 - handle 8-bit untranslateable messages in tracker templates |
| 3778 | 2544 - handling of required for boolean False and numeric 0 (sf bug 1608200) |
|
3777
74aebbbea305
Sorry for the mega-patch - was all done on the train:
Richard Jones <richard@users.sourceforge.net>
parents:
3775
diff
changeset
|
2545 - removed bogus args attr of ConfigurationError (sf bug 1608056) |
|
74aebbbea305
Sorry for the mega-patch - was all done on the train:
Richard Jones <richard@users.sourceforge.net>
parents:
3775
diff
changeset
|
2546 - implemented start_response in roundup.cgi (sf bug 1604304) |
|
3779
ee73abcc95d2
Sorry, another mega-patch:
Richard Jones <richard@users.sourceforge.net>
parents:
3778
diff
changeset
|
2547 - clarified windows service documentation (sf patch 1597713) |
|
ee73abcc95d2
Sorry, another mega-patch:
Richard Jones <richard@users.sourceforge.net>
parents:
3778
diff
changeset
|
2548 - HTMLClass fixed to work with new item permissions check (sf bug 1602983) |
|
ee73abcc95d2
Sorry, another mega-patch:
Richard Jones <richard@users.sourceforge.net>
parents:
3778
diff
changeset
|
2549 - support POP over SSL (sf patch 1597703) |
|
3782
51c07c04d258
clean up input field generation and quoting of values [SF#1615616]
Richard Jones <richard@users.sourceforge.net>
parents:
3779
diff
changeset
|
2550 - clean up input field generation and quoting of values (sf bug 1615616) |
|
3784
93dfda74a763
allow use of roundup-server pidfile without forking [SF#1614753]
Richard Jones <richard@users.sourceforge.net>
parents:
3782
diff
changeset
|
2551 - allow use of roundup-server pidfile without forking (sf bug 1614753) |
|
3785
edefe9ccfbba
allow translation of status/priority menu options [SF#1613976]
Richard Jones <richard@users.sourceforge.net>
parents:
3784
diff
changeset
|
2552 - allow translation of status/priority menu options (sf bug 1613976) |
|
3754
9f4dd27ae843
documentation cleanup from Luke Ross (patch [SF#1594860])
Richard Jones <richard@users.sourceforge.net>
parents:
3752
diff
changeset
|
2553 |
|
9f4dd27ae843
documentation cleanup from Luke Ross (patch [SF#1594860])
Richard Jones <richard@users.sourceforge.net>
parents:
3752
diff
changeset
|
2554 |
|
4561
56def59a5194
Restore a missing release date. Make the dates a little easier to eyeball.
Eric S. Raymond <esr@thyrsus.com>
parents:
4559
diff
changeset
|
2555 2006-11-11: 1.3.1 |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
2556 |
|
3749
8d474f7ae1c0
setup.py had broken reference to roundup.cgi [SF#1593573]
Richard Jones <richard@users.sourceforge.net>
parents:
3743
diff
changeset
|
2557 Fixed: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
2558 |
|
3749
8d474f7ae1c0
setup.py had broken reference to roundup.cgi [SF#1593573]
Richard Jones <richard@users.sourceforge.net>
parents:
3743
diff
changeset
|
2559 - setup.py had broken reference to roundup.cgi (sf bug 1593573) |
|
3751
44603dd791b7
full-text search wasn't coping with multiple multilinks to the same class
Richard Jones <richard@users.sourceforge.net>
parents:
3749
diff
changeset
|
2560 - full-text search wasn't coping with multiple multilinks to the same class |
|
3752
c92687dce135
unicode / sqlite 3 problem [SF#1589292]
Richard Jones <richard@users.sourceforge.net>
parents:
3751
diff
changeset
|
2561 - unicode / sqlite 3 problem (sf bug 1589292) |
|
3749
8d474f7ae1c0
setup.py had broken reference to roundup.cgi [SF#1593573]
Richard Jones <richard@users.sourceforge.net>
parents:
3743
diff
changeset
|
2562 |
|
8d474f7ae1c0
setup.py had broken reference to roundup.cgi [SF#1593573]
Richard Jones <richard@users.sourceforge.net>
parents:
3743
diff
changeset
|
2563 |
|
4561
56def59a5194
Restore a missing release date. Make the dates a little easier to eyeball.
Eric S. Raymond <esr@thyrsus.com>
parents:
4559
diff
changeset
|
2564 2006-11-09: 1.3.0 |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
2565 |
|
3736
a2d22d0de0bc
WSGI support via roundup.cgi.wsgi_handler
Richard Jones <richard@users.sourceforge.net>
parents:
3734
diff
changeset
|
2566 Feature: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
2567 |
|
3736
a2d22d0de0bc
WSGI support via roundup.cgi.wsgi_handler
Richard Jones <richard@users.sourceforge.net>
parents:
3734
diff
changeset
|
2568 - WSGI support via roundup.cgi.wsgi_handler |
|
a2d22d0de0bc
WSGI support via roundup.cgi.wsgi_handler
Richard Jones <richard@users.sourceforge.net>
parents:
3734
diff
changeset
|
2569 |
|
3727
04dee2ac29e2
sqlite module detection was broken for python 2.5 compiled w/o sqlite support
Richard Jones <richard@users.sourceforge.net>
parents:
3726
diff
changeset
|
2570 Fixed: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
2571 |
|
3727
04dee2ac29e2
sqlite module detection was broken for python 2.5 compiled w/o sqlite support
Richard Jones <richard@users.sourceforge.net>
parents:
3726
diff
changeset
|
2572 - sqlite module detection was broken for python 2.5 compiled without sqlite |
|
3734
c2c56f560d2d
roundup-server called setuid when run by non-root user
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3728
diff
changeset
|
2573 support |
|
3728
b476fef16ccc
fixed support for pysqlite2 (version 2.1.0 is the minimum version supported)
Richard Jones <richard@users.sourceforge.net>
parents:
3727
diff
changeset
|
2574 - fixed support for pysqlite2 (version 2.1.0 is the minimum version |
|
b476fef16ccc
fixed support for pysqlite2 (version 2.1.0 is the minimum version supported)
Richard Jones <richard@users.sourceforge.net>
parents:
3727
diff
changeset
|
2575 supported) |
|
3734
c2c56f560d2d
roundup-server called setuid when run by non-root user
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3728
diff
changeset
|
2576 - roundup-server called setuid when run by non-root user |
|
3737
0480d5585f58
fix sort/group direction checkbox in issue.index.html [SF#1593025]
Richard Jones <richard@users.sourceforge.net>
parents:
3736
diff
changeset
|
2577 - fix sort/group direction checkbox in issue.index.html (sf bug 1593025) |
|
3739
f1363e19121a
fix error detection for non-EN locales of postgres [SF#1592249]
Richard Jones <richard@users.sourceforge.net>
parents:
3737
diff
changeset
|
2578 - fix error detection for non-EN locales of postgres (sf bug 1592249) |
|
3740
1442ba0c4850
fix email change note rendering of multiline properties (patch [SF#1575223])
Richard Jones <richard@users.sourceforge.net>
parents:
3739
diff
changeset
|
2579 - fix email change note rendering of multiline properties (sf patch 1575223) |
|
3741
f9efa4ad9d96
fix sidebar search links (patch [SF#1574467])
Richard Jones <richard@users.sourceforge.net>
parents:
3740
diff
changeset
|
2580 - fix sidebar search links (sf patch 1574467) |
|
3742
a9f6eb633452
nicer "permission required" messages (patch [SF#1558183])
Richard Jones <richard@users.sourceforge.net>
parents:
3741
diff
changeset
|
2581 - nicer "permission required" messages (sf patch 1558183) |
|
3743
e754cc14e76a
fix unstable ordering of detectors [SF#1585378]
Richard Jones <richard@users.sourceforge.net>
parents:
3742
diff
changeset
|
2582 - fix unstable ordering of detectors (sf bug 1585378) |
|
3727
04dee2ac29e2
sqlite module detection was broken for python 2.5 compiled w/o sqlite support
Richard Jones <richard@users.sourceforge.net>
parents:
3726
diff
changeset
|
2583 |
|
04dee2ac29e2
sqlite module detection was broken for python 2.5 compiled w/o sqlite support
Richard Jones <richard@users.sourceforge.net>
parents:
3726
diff
changeset
|
2584 |
|
4561
56def59a5194
Restore a missing release date. Make the dates a little easier to eyeball.
Eric S. Raymond <esr@thyrsus.com>
parents:
4559
diff
changeset
|
2585 2006-10-07: 1.2.1 |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
2586 |
|
3724
b4d655b2aacf
E-mail subject line prefix delimiter configuration was being ignored
Richard Jones <richard@users.sourceforge.net>
parents:
3721
diff
changeset
|
2587 Fixed: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
2588 |
|
3724
b4d655b2aacf
E-mail subject line prefix delimiter configuration was being ignored
Richard Jones <richard@users.sourceforge.net>
parents:
3721
diff
changeset
|
2589 - E-mail subject line prefix delimiter configuration was being ignored. |
|
3726
b11142bb2aa2
Password confirm field in user editing.
Richard Jones <richard@users.sourceforge.net>
parents:
3724
diff
changeset
|
2590 - Password confirm field in user editing. |
|
3724
b4d655b2aacf
E-mail subject line prefix delimiter configuration was being ignored
Richard Jones <richard@users.sourceforge.net>
parents:
3721
diff
changeset
|
2591 |
|
b4d655b2aacf
E-mail subject line prefix delimiter configuration was being ignored
Richard Jones <richard@users.sourceforge.net>
parents:
3721
diff
changeset
|
2592 |
|
4561
56def59a5194
Restore a missing release date. Make the dates a little easier to eyeball.
Eric S. Raymond <esr@thyrsus.com>
parents:
4559
diff
changeset
|
2593 2006-10-04: 1.2.0 |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
2594 |
|
3624
74684935aad1
- full timezone support (patch [SF#1465296])
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3615
diff
changeset
|
2595 Feature: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
2596 |
|
3718
0d561b24ceff
support sqlite3
Richard Jones <richard@users.sourceforge.net>
parents:
3717
diff
changeset
|
2597 - supports Python 2.5, including the sqlite3 module |
|
3624
74684935aad1
- full timezone support (patch [SF#1465296])
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3615
diff
changeset
|
2598 - full timezone support (sf patch 1465296) |
|
3628
ed76f7ee34c4
handle connection loss when responding to web requests
Richard Jones <richard@users.sourceforge.net>
parents:
3624
diff
changeset
|
2599 - handle connection loss when responding to web requests |
|
3645
ff32acc965da
match incoming mail In-Reply-To against existing messages...
Richard Jones <richard@users.sourceforge.net>
parents:
3644
diff
changeset
|
2600 - match incoming mail In-Reply-To against existing messages when no issue |
|
ff32acc965da
match incoming mail In-Reply-To against existing messages...
Richard Jones <richard@users.sourceforge.net>
parents:
3644
diff
changeset
|
2601 id is specified in the Subject |
|
3644
f35ece8f8ff7
added StringHTMLProperty wrapped() method to wrap long lines in issue display
Richard Jones <richard@users.sourceforge.net>
parents:
3642
diff
changeset
|
2602 - added StringHTMLProperty wrapped() method to wrap long lines in issue |
|
f35ece8f8ff7
added StringHTMLProperty wrapped() method to wrap long lines in issue display
Richard Jones <richard@users.sourceforge.net>
parents:
3642
diff
changeset
|
2603 display |
|
3649
12633662ff63
include the popcal in Date field editing and search fields by default
Richard Jones <richard@users.sourceforge.net>
parents:
3645
diff
changeset
|
2604 - include the popcal in Date field editing and search fields by default |
|
3656
0119e04886d8
@required in forms may now specify properties of linked items
Richard Jones <richard@users.sourceforge.net>
parents:
3655
diff
changeset
|
2605 - @required in forms may now specify properties of linked items (sf patch |
|
0119e04886d8
@required in forms may now specify properties of linked items
Richard Jones <richard@users.sourceforge.net>
parents:
3655
diff
changeset
|
2606 1507093) |
|
3659
bfb120928309
update for latest version of psycopg2 (patch-ish [SF#429391])
Richard Jones <richard@users.sourceforge.net>
parents:
3658
diff
changeset
|
2607 - update for latest version of pysqlite (sf bug 1487098; patch 1534227) |
|
bfb120928309
update for latest version of psycopg2 (patch-ish [SF#429391])
Richard Jones <richard@users.sourceforge.net>
parents:
3658
diff
changeset
|
2608 - update for latest version of psycopg2 (sf patch 1429391) |
|
3669
07d1d8e22271
new "exporttables" command in roundup-admin [SF#1533791]
Richard Jones <richard@users.sourceforge.net>
parents:
3668
diff
changeset
|
2609 - new "exporttables" command in roundup-admin (sf bug 1533791) |
|
07d1d8e22271
new "exporttables" command in roundup-admin [SF#1533791]
Richard Jones <richard@users.sourceforge.net>
parents:
3668
diff
changeset
|
2610 - roundup-admin "export" may specify classes to exclude (sf bug 1533791) |
|
3682
193f316dbbe9
More transitive-property support.
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
3680
diff
changeset
|
2611 - sorting and grouping by multiple properties is now supported by the |
|
3696
790363e96852
Sorting/grouping by multiple properties.
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
3691
diff
changeset
|
2612 backends *and* the classic template. |
|
3682
193f316dbbe9
More transitive-property support.
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
3680
diff
changeset
|
2613 - sorting, grouping, and searching by transitive properties (e.g., |
|
193f316dbbe9
More transitive-property support.
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
3680
diff
changeset
|
2614 messages.author.supervisor) is now supported in all backends |
|
3688
722ab52d47fc
added filter_sql to SQL backends which takes an arbitrary SQL statement...
Richard Jones <richard@users.sourceforge.net>
parents:
3687
diff
changeset
|
2615 - added filter_sql to SQL backends which takes an arbitrary SQL statement |
|
722ab52d47fc
added filter_sql to SQL backends which takes an arbitrary SQL statement...
Richard Jones <richard@users.sourceforge.net>
parents:
3687
diff
changeset
|
2616 and returns a list of item ids |
|
3649
12633662ff63
include the popcal in Date field editing and search fields by default
Richard Jones <richard@users.sourceforge.net>
parents:
3645
diff
changeset
|
2617 |
|
3718
0d561b24ceff
support sqlite3
Richard Jones <richard@users.sourceforge.net>
parents:
3717
diff
changeset
|
2618 |
|
3642
b18a6d67dcb3
Spacing and CHANGES.txt fixed.
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
3628
diff
changeset
|
2619 Fixed: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
2620 |
|
3642
b18a6d67dcb3
Spacing and CHANGES.txt fixed.
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
3628
diff
changeset
|
2621 - Verbose option for import and export (sf bug 1505645) |
|
b18a6d67dcb3
Spacing and CHANGES.txt fixed.
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
3628
diff
changeset
|
2622 - -c option for roundup-mailgw won't accept parameter (sf bug 1505649) |
|
b18a6d67dcb3
Spacing and CHANGES.txt fixed.
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
3628
diff
changeset
|
2623 - '?' in rfc2822-encoded header isn't quoted (sf bug 1505663) |
|
3651
5004aeed5a3a
fix error message in form parser
Richard Jones <richard@users.sourceforge.net>
parents:
3649
diff
changeset
|
2624 - fix error message in form parser |
|
3655
8169e97a6f26
updated ZRoundup for Zope 2.9 (patch [SF#1511734])
Richard Jones <richard@users.sourceforge.net>
parents:
3654
diff
changeset
|
2625 - updated ZRoundup for Zope 2.9 (sf patch 1511734) |
|
3657
f7db2771e87d
add info about storing Store TimeLog with Messages
Richard Jones <richard@users.sourceforge.net>
parents:
3656
diff
changeset
|
2626 - fix timelog example in customisation doc to mention permissions |
|
3658
b2cff3b9e582
nicer listing of Superseder links (sf non-patch [SF#497767])
Richard Jones <richard@users.sourceforge.net>
parents:
3657
diff
changeset
|
2627 - nicer listing of Superseder links (sf non-patch 1497767) |
|
3662
361b32d96130
include roundup-server.ini.example [SF#1493859]
Richard Jones <richard@users.sourceforge.net>
parents:
3659
diff
changeset
|
2628 - include roundup-server.ini.example (sf bug 1493859) |
|
3663
8d5c34204a86
dumb bug in cgi templating utils [SF#1490176]
Richard Jones <richard@users.sourceforge.net>
parents:
3662
diff
changeset
|
2629 - dumb bug in cgi templating utils (sf bug 1490176) |
|
3664
119397fdbdfd
handle unicode in query names [SF#1495702]
Richard Jones <richard@users.sourceforge.net>
parents:
3663
diff
changeset
|
2630 - handle unicode in query names (sf bug 1495702) |
|
3667
35811df7c783
fix error during mailgw bouncing message [SF#1413501]
Richard Jones <richard@users.sourceforge.net>
parents:
3664
diff
changeset
|
2631 - fix error during mailgw bouncing message (sf bug 1413501) |
|
3668
a15c15510e99
hyperdb handling of empty raw values for Multilink and Password [SF#1507814]
Richard Jones <richard@users.sourceforge.net>
parents:
3667
diff
changeset
|
2632 - hyperdb handling of empty raw values for Multilink and Password (sf bug |
|
a15c15510e99
hyperdb handling of empty raw values for Multilink and Password [SF#1507814]
Richard Jones <richard@users.sourceforge.net>
parents:
3667
diff
changeset
|
2633 1507814) |
|
3670
64f0b85ea603
fix importing into anydbm backend [SF#1512939]
Richard Jones <richard@users.sourceforge.net>
parents:
3669
diff
changeset
|
2634 - don't int() ids (sf bug 1512939) |
|
64f0b85ea603
fix importing into anydbm backend [SF#1512939]
Richard Jones <richard@users.sourceforge.net>
parents:
3669
diff
changeset
|
2635 - fix importing into anydbm backend (sf bug 1512939) |
|
3671
cecdd102733c
fix help message for roundup-admin install [SF#1494990]
Richard Jones <richard@users.sourceforge.net>
parents:
3670
diff
changeset
|
2636 - fix help message for roundup-admin install (sf bug 1494990) |
|
3673
94b905502d26
removed traceback with OTK is used multiple times [SF#1240539]
Richard Jones <richard@users.sourceforge.net>
parents:
3671
diff
changeset
|
2637 - removed traceback with OTK is used multiple times (sf bug 1240539) |
|
3680
c008df9f9bb4
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
3673
diff
changeset
|
2638 - metakit backend was indexing FileClass content even when asked not to |
|
3682
193f316dbbe9
More transitive-property support.
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
3680
diff
changeset
|
2639 - anydbm backend will finally sort numerically by ID |
|
193f316dbbe9
More transitive-property support.
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
3680
diff
changeset
|
2640 - problem with string sorting in anydbm backend fixed: If a string was |
|
193f316dbbe9
More transitive-property support.
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
3680
diff
changeset
|
2641 fully numeric it was sorted as a number |
|
193f316dbbe9
More transitive-property support.
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
3680
diff
changeset
|
2642 - Multilink-sorting now sorts by orderprop not by ID and works for all |
|
193f316dbbe9
More transitive-property support.
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
3680
diff
changeset
|
2643 backends |
|
193f316dbbe9
More transitive-property support.
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
3680
diff
changeset
|
2644 - Bug with name-collisions in sorted classes when sorting by Link |
|
193f316dbbe9
More transitive-property support.
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
3680
diff
changeset
|
2645 properties in metakit backend fixed |
|
3687
ff9f4ca42454
Postgres backend allows transaction collisions to be ignored when...
Richard Jones <richard@users.sourceforge.net>
parents:
3682
diff
changeset
|
2646 - Postgres backend allows transaction collisions to be ignored when |
|
3724
b4d655b2aacf
E-mail subject line prefix delimiter configuration was being ignored
Richard Jones <richard@users.sourceforge.net>
parents:
3721
diff
changeset
|
2647 committing cleanup in the sessions database |
|
3691
78a3ececd102
translate titles of "show all" and "unassigned" issue lists...
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3688
diff
changeset
|
2648 - translate titles of "show all" and "unassigned" issue lists |
|
78a3ececd102
translate titles of "show all" and "unassigned" issue lists...
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3688
diff
changeset
|
2649 in classic template (sf patch 1424576) |
|
3702
06d7816976bc
python 2.6 compatibility
Richard Jones <richard@users.sourceforge.net>
parents:
3696
diff
changeset
|
2650 - "as" is a keyword in Python 2.6 |
|
06d7816976bc
python 2.6 compatibility
Richard Jones <richard@users.sourceforge.net>
parents:
3696
diff
changeset
|
2651 - "from __future__" statments need to be first line of file in Python 2.6 |
|
3717
5770f1802cd0
better conflict retry in postgresql backend [SF#1552809]
Richard Jones <richard@users.sourceforge.net>
parents:
3702
diff
changeset
|
2652 - better conflict retry in postgresql backend (sf bug 1552809) |
|
5770f1802cd0
better conflict retry in postgresql backend [SF#1552809]
Richard Jones <richard@users.sourceforge.net>
parents:
3702
diff
changeset
|
2653 - fix time log example (sf bug 1554630) |
|
3702
06d7816976bc
python 2.6 compatibility
Richard Jones <richard@users.sourceforge.net>
parents:
3696
diff
changeset
|
2654 |
|
3624
74684935aad1
- full timezone support (patch [SF#1465296])
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3615
diff
changeset
|
2655 |
|
4561
56def59a5194
Restore a missing release date. Make the dates a little easier to eyeball.
Eric S. Raymond <esr@thyrsus.com>
parents:
4559
diff
changeset
|
2656 2006-04-27: 1.1.2 |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
2657 |
|
3596
761b222b7f83
server-ctl script uses server configuration file [SF#1443805]
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3594
diff
changeset
|
2658 Feature: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
2659 |
|
3596
761b222b7f83
server-ctl script uses server configuration file [SF#1443805]
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3594
diff
changeset
|
2660 - server-ctl script uses server configuration file (sf bug 1443805) |
|
3615
595a18d88cd9
mail user interface translated (patch [SF#1462491])
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3614
diff
changeset
|
2661 - mail user interface translated (sf patch 1462491) |
|
3596
761b222b7f83
server-ctl script uses server configuration file [SF#1443805]
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3594
diff
changeset
|
2662 |
|
3589
1be293265e61
woo, that was quick
Richard Jones <richard@users.sourceforge.net>
parents:
3588
diff
changeset
|
2663 Fixed: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
2664 |
|
3589
1be293265e61
woo, that was quick
Richard Jones <richard@users.sourceforge.net>
parents:
3588
diff
changeset
|
2665 - progress display in roundup-admin reindex |
|
3594
b5b6a6f7743a
fix bug in menu() permission filter [SF#1444440]
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3589
diff
changeset
|
2666 - bug in menu() permission filter (sf bug 1444440) |
|
3601
7b25567f0f54
indexing may be turned off for FileClass "content" now
Richard Jones <richard@users.sourceforge.net>
parents:
3596
diff
changeset
|
2667 - indexing may be turned off for FileClass "content" now |
|
7b25567f0f54
indexing may be turned off for FileClass "content" now
Richard Jones <richard@users.sourceforge.net>
parents:
3596
diff
changeset
|
2668 ("content" and "type" properties are now automatically included in the |
|
7b25567f0f54
indexing may be turned off for FileClass "content" now
Richard Jones <richard@users.sourceforge.net>
parents:
3596
diff
changeset
|
2669 FileClass schema where previously the "content" property was faked and |
|
7b25567f0f54
indexing may be turned off for FileClass "content" now
Richard Jones <richard@users.sourceforge.net>
parents:
3596
diff
changeset
|
2670 "type" was optional) |
|
3602
064515f658e8
verbose output during import is optional now [SF#1475624]
Richard Jones <richard@users.sourceforge.net>
parents:
3601
diff
changeset
|
2671 - verbose output during import is optional now (sf bug 1475624) |
|
3603
f7399e2aa610
escape *all* uses of "schema" in mysql backend [SF#1472120]
Richard Jones <richard@users.sourceforge.net>
parents:
3602
diff
changeset
|
2672 - escape *all* uses of "schema" in mysql backend (sf bug 1472120) |
|
3604
ccf516e6c3f8
responses to user rego email [SF#1470254]
Richard Jones <richard@users.sourceforge.net>
parents:
3603
diff
changeset
|
2673 - responses to user rego email (sf bug 1470254) |
|
3605
91c759d9271d
dangling connections in session handling [SF#1463359]
Richard Jones <richard@users.sourceforge.net>
parents:
3604
diff
changeset
|
2674 - dangling connections in session handling (sf bug 1463359) |
|
3606
04dc3eef67b7
reduced frequency of session timestamp update
Richard Jones <richard@users.sourceforge.net>
parents:
3605
diff
changeset
|
2675 - reduced frequency of session timestamp update |
|
3607
cd116ef40737
classhelp popup pagination forgot about "type" [SF#1465836]
Richard Jones <richard@users.sourceforge.net>
parents:
3606
diff
changeset
|
2676 - classhelp popup pagination forgot about "type" (sf bug 1465836) |
|
3609
f2fda3e6fc8b
umask is now configurable (with the same 0002 default)
Richard Jones <richard@users.sourceforge.net>
parents:
3607
diff
changeset
|
2677 - umask is now configurable (with the same 0002 default) |
|
3610
1dbaa664be28
sorting of entries in classhelp popup [SF#1449000]
Richard Jones <richard@users.sourceforge.net>
parents:
3609
diff
changeset
|
2678 - sorting of entries in classhelp popup (sf bug 1449000) |
|
3611
86d568dbab55
allow single digit seconds in date spec [SF#1447141]
Richard Jones <richard@users.sourceforge.net>
parents:
3610
diff
changeset
|
2679 - allow single digit seconds in date spec (sf bug 1447141) |
|
3612
afda59d5d546
prevent generation of new single-digit seconds dates [SF#1429390]
Richard Jones <richard@users.sourceforge.net>
parents:
3611
diff
changeset
|
2680 - prevent generation of new single-digit seconds dates (sf bug 1429390) |
|
3613
5f4db2650da3
implement close() on all indexers [SF#1242477]
Richard Jones <richard@users.sourceforge.net>
parents:
3612
diff
changeset
|
2681 - implement close() on all indexers (sf bug 1242477) |
|
3589
1be293265e61
woo, that was quick
Richard Jones <richard@users.sourceforge.net>
parents:
3588
diff
changeset
|
2682 |
|
3614
5b5596f7c8fb
pre-release stuff
Richard Jones <richard@users.sourceforge.net>
parents:
3613
diff
changeset
|
2683 |
|
4561
56def59a5194
Restore a missing release date. Make the dates a little easier to eyeball.
Eric S. Raymond <esr@thyrsus.com>
parents:
4559
diff
changeset
|
2684 2006-03-03: 1.1.1 |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
2685 |
|
3558
ca030541fada
fix failure with browsers not sending "Accept-Language" header [SF#1429646]
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3556
diff
changeset
|
2686 Fixed: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
2687 |
|
3575
a23280e56c7c
yet another "Accept-Language" bug: [SF#435335]
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3573
diff
changeset
|
2688 - failure with browsers not sending "Accept-Language" header |
|
a23280e56c7c
yet another "Accept-Language" bug: [SF#435335]
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3573
diff
changeset
|
2689 (sf bugs 1429646 and 1435335) |
|
3560
ca63ec153bc3
translate class name in "required property not supplied" message [SF#1429669]
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3558
diff
changeset
|
2690 - translate class name in "required property not supplied" error message |
|
ca63ec153bc3
translate class name in "required property not supplied" message [SF#1429669]
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3558
diff
changeset
|
2691 (sf bug 1429669) |
|
3562
a27124aceb69
fix error in link property lookups with numeric-alike key values
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3560
diff
changeset
|
2692 - error in link property lookups with numeric-alike key values (sf bug 1424550) |
|
3564
ea214c2de09c
ignore UTF-8 BOM in .po files
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3562
diff
changeset
|
2693 - ignore UTF-8 BOM in .po files |
|
3565
32343bfc3da0
add permission filter to menu() implementations [SF#1431188]
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3564
diff
changeset
|
2694 - add permission filter to menu() implementations (sf bug 1431188) |
|
3568
d9d5b1c9fb28
lithuanian translation updated by Nerijus Baliunas (patch [SF#1411175])
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3565
diff
changeset
|
2695 - lithuanian translation updated by Nerijus Baliunas (sf patch 1411175) |
|
3570
efe81973b308
fix incompatibility with python2.3 in the mailer module [SF#1432602]
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3568
diff
changeset
|
2696 - incompatibility with python2.3 in the mailer module (sf bug 1432602) |
|
3572
a052781093d7
fix typo in SMTP TLS option name: "MAIL_TLS_CERFILE" [SF#1435452]
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3570
diff
changeset
|
2697 - typo in SMTP TLS option name: "MAIL_TLS_CERFILE" (sf bug 1435452) |
|
3573
d7bab396c228
email obfuscation code in html templating is more robust
Richard Jones <richard@users.sourceforge.net>
parents:
3572
diff
changeset
|
2698 - email obfuscation code in html templating is more robust |
|
3585
438adf66eb1a
escape all uses of "schema" in mysql backend [SF#1397569]
Richard Jones <richard@users.sourceforge.net>
parents:
3584
diff
changeset
|
2699 - blank-title subject line handling (sf bug 1442121) |
|
438adf66eb1a
escape all uses of "schema" in mysql backend [SF#1397569]
Richard Jones <richard@users.sourceforge.net>
parents:
3584
diff
changeset
|
2700 - "All users may only view and edit issues, files and messages they |
|
3580
5c26b9bbd31a
fix "All users may only view and edit issues, files and messages they...
Richard Jones <richard@users.sourceforge.net>
parents:
3579
diff
changeset
|
2701 create" example in docs (sf bug 1439086) |
|
3585
438adf66eb1a
escape all uses of "schema" in mysql backend [SF#1397569]
Richard Jones <richard@users.sourceforge.net>
parents:
3584
diff
changeset
|
2702 - saving of queries (sf bug 1436169) |
|
438adf66eb1a
escape all uses of "schema" in mysql backend [SF#1397569]
Richard Jones <richard@users.sourceforge.net>
parents:
3584
diff
changeset
|
2703 - "Adding a new constrained field to the classic schema" example in docs |
|
3582
026adc5f1e13
fix "Adding a new constrained field to the classic schema" example in docs
Richard Jones <richard@users.sourceforge.net>
parents:
3581
diff
changeset
|
2704 (sf bug 1433118) |
|
3585
438adf66eb1a
escape all uses of "schema" in mysql backend [SF#1397569]
Richard Jones <richard@users.sourceforge.net>
parents:
3584
diff
changeset
|
2705 - security check in mailgw (sf bug 1442145) |
|
438adf66eb1a
escape all uses of "schema" in mysql backend [SF#1397569]
Richard Jones <richard@users.sourceforge.net>
parents:
3584
diff
changeset
|
2706 - "clear this message" (sf bug 1429367) |
|
438adf66eb1a
escape all uses of "schema" in mysql backend [SF#1397569]
Richard Jones <richard@users.sourceforge.net>
parents:
3584
diff
changeset
|
2707 - escape all uses of "schema" in mysql backend (sf bug 1397569) |
|
3586
f47bddab5a49
date spec wasn't allowing week intervals
Richard Jones <richard@users.sourceforge.net>
parents:
3585
diff
changeset
|
2708 - date spec wasn't allowing week intervals |
|
3558
ca030541fada
fix failure with browsers not sending "Accept-Language" header [SF#1429646]
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3556
diff
changeset
|
2709 |
|
ca030541fada
fix failure with browsers not sending "Accept-Language" header [SF#1429646]
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3556
diff
changeset
|
2710 |
|
4561
56def59a5194
Restore a missing release date. Make the dates a little easier to eyeball.
Eric S. Raymond <esr@thyrsus.com>
parents:
4559
diff
changeset
|
2711 2006-02-10: 1.1.0 |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
2712 |
|
3544
5cd1c83dea50
Features and fixes.
Richard Jones <richard@users.sourceforge.net>
parents:
3541
diff
changeset
|
2713 Feature: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
2714 |
|
3544
5cd1c83dea50
Features and fixes.
Richard Jones <richard@users.sourceforge.net>
parents:
3541
diff
changeset
|
2715 - trackers may configure custom stop-words for the full-text indexer |
|
3550
55bcd5673097
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
3549
diff
changeset
|
2716 - login may now be for a single session (and this is the default) |
|
3548
61d48244e7a8
login may now be for a single session
Richard Jones <richard@users.sourceforge.net>
parents:
3547
diff
changeset
|
2717 - trackers may hide exceptions from web users (they will be mailed to the |
|
3550
55bcd5673097
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
3549
diff
changeset
|
2718 tracker admin) (hiding is the default) |
|
3552
4cf7f9b7cb37
include "clear this message" link in the "ok" message bar
Richard Jones <richard@users.sourceforge.net>
parents:
3550
diff
changeset
|
2719 - include "clear this message" link in the "ok" message bar |
|
3544
5cd1c83dea50
Features and fixes.
Richard Jones <richard@users.sourceforge.net>
parents:
3541
diff
changeset
|
2720 |
| 3541 | 2721 Fixed: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
2722 |
|
3544
5cd1c83dea50
Features and fixes.
Richard Jones <richard@users.sourceforge.net>
parents:
3541
diff
changeset
|
2723 - fixes in scripts/import_sf.py |
|
5cd1c83dea50
Features and fixes.
Richard Jones <richard@users.sourceforge.net>
parents:
3541
diff
changeset
|
2724 - fix some unicode bugs in roundup-admin import |
|
3550
55bcd5673097
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
3549
diff
changeset
|
2725 - Xapian indexer wasn't actually being used and its reindexing of existing |
|
55bcd5673097
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
3549
diff
changeset
|
2726 data was busted to boot |
|
55bcd5673097
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
3549
diff
changeset
|
2727 - roundup-admin import wasn't indexing message content |
|
3549
f6719836e521
allow dispname to be passed to renderWith [SF#1424587]
Richard Jones <richard@users.sourceforge.net>
parents:
3548
diff
changeset
|
2728 - allow dispname to be passed to renderWith (sf bug 1424587) |
|
f6719836e521
allow dispname to be passed to renderWith [SF#1424587]
Richard Jones <richard@users.sourceforge.net>
parents:
3548
diff
changeset
|
2729 - rename dispname to @dispname to avoid name clashes in the future |
|
3554
5e70726a86dd
fixed schema migration problem when Class keys were removed
Richard Jones <richard@users.sourceforge.net>
parents:
3552
diff
changeset
|
2730 - fixed schema migration problem when Class keys were removed |
| 3541 | 2731 |
| 2732 | |
|
4561
56def59a5194
Restore a missing release date. Make the dates a little easier to eyeball.
Eric S. Raymond <esr@thyrsus.com>
parents:
4559
diff
changeset
|
2733 2006-02-03: 1.0.1 |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
2734 |
|
3534
ad9f06e32f7c
scripts/import_sf.py will import a tracker from Sourceforge.NET
Richard Jones <richard@users.sourceforge.net>
parents:
3532
diff
changeset
|
2735 Feature: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
2736 |
|
3534
ad9f06e32f7c
scripts/import_sf.py will import a tracker from Sourceforge.NET
Richard Jones <richard@users.sourceforge.net>
parents:
3532
diff
changeset
|
2737 - scripts/import_sf.py will import a tracker from Sourceforge.NET |
|
3535
75dc225613cc
fix security check for hasPermission(Permission, None)
Richard Jones <richard@users.sourceforge.net>
parents:
3534
diff
changeset
|
2738 - added hasRole() to HTMLUser |
|
3534
ad9f06e32f7c
scripts/import_sf.py will import a tracker from Sourceforge.NET
Richard Jones <richard@users.sourceforge.net>
parents:
3532
diff
changeset
|
2739 |
|
3525
7be25d75c3d5
Fixed SQL generation for sort/group by separate Link properties [SF#1417565]
Richard Jones <richard@users.sourceforge.net>
parents:
3523
diff
changeset
|
2740 Fixed: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
2741 |
|
3525
7be25d75c3d5
Fixed SQL generation for sort/group by separate Link properties [SF#1417565]
Richard Jones <richard@users.sourceforge.net>
parents:
3523
diff
changeset
|
2742 - SQL generation for sort/group by separate Link properties (sf bug |
|
7be25d75c3d5
Fixed SQL generation for sort/group by separate Link properties [SF#1417565]
Richard Jones <richard@users.sourceforge.net>
parents:
3523
diff
changeset
|
2743 1417565) |
|
3532
f43424d545a6
fix timezone offsetting in email Date: header
Richard Jones <richard@users.sourceforge.net>
parents:
3525
diff
changeset
|
2744 - fix timezone offsetting in email Date: header |
|
3535
75dc225613cc
fix security check for hasPermission(Permission, None)
Richard Jones <richard@users.sourceforge.net>
parents:
3534
diff
changeset
|
2745 - fix security check for hasPermission('Permission', None) |
|
75dc225613cc
fix security check for hasPermission(Permission, None)
Richard Jones <richard@users.sourceforge.net>
parents:
3534
diff
changeset
|
2746 |
|
3525
7be25d75c3d5
Fixed SQL generation for sort/group by separate Link properties [SF#1417565]
Richard Jones <richard@users.sourceforge.net>
parents:
3523
diff
changeset
|
2747 |
|
4561
56def59a5194
Restore a missing release date. Make the dates a little easier to eyeball.
Eric S. Raymond <esr@thyrsus.com>
parents:
4559
diff
changeset
|
2748 2006-01-27: 1.0 |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
2749 |
|
3424
1f8f81a0f8c4
Lithuanian translation by Aiste Kesminaite
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3421
diff
changeset
|
2750 Feature: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
2751 |
|
3424
1f8f81a0f8c4
Lithuanian translation by Aiste Kesminaite
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3421
diff
changeset
|
2752 - Lithuanian translation by Aiste Kesminaite |
|
3430
d54df26b1a7e
Web User Interface language selection by form variable @language...
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3424
diff
changeset
|
2753 - Web User Interface language selection by form variable @language, |
|
d54df26b1a7e
Web User Interface language selection by form variable @language...
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3424
diff
changeset
|
2754 browser cookie or HTTP header Accept-Language (sf patch 1360321) |
|
3435
a9636d734ced
Fixes for SourceForge tracker bugs.
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3430
diff
changeset
|
2755 - initial values for configuration options may be passed on |
|
a9636d734ced
Fixes for SourceForge tracker bugs.
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3430
diff
changeset
|
2756 'roundup-admin install' command line (based on sf patch 1237110) |
|
3441
5791c9e6ab24
Fixes for SourceForge tracker items.
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3435
diff
changeset
|
2757 - favicon.ico image may be changed with server config option (sf patch 1355661) |
|
5791c9e6ab24
Fixes for SourceForge tracker items.
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3435
diff
changeset
|
2758 - Password objects initialized from plaintext remember plaintext value |
|
5791c9e6ab24
Fixes for SourceForge tracker items.
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3435
diff
changeset
|
2759 (sf rfe 1379447) |
|
3445
2443bdcb6b8e
Roundup installation document includes configuration example...
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3443
diff
changeset
|
2760 - Roundup installation document includes configuration example |
|
2443bdcb6b8e
Roundup installation document includes configuration example...
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3443
diff
changeset
|
2761 for Exim Internet Mailer (sf bug 1393860) |
|
3469
d3b02352484f
enable registration confirmation by web only [SF#1381675]
Richard Jones <richard@users.sourceforge.net>
parents:
3468
diff
changeset
|
2762 - enable registration confirmation by web only (sf bug 1381675) |
|
3470
fd32170475f5
allow preselection of values in templating menu()s (patch [SF#1396085])
Richard Jones <richard@users.sourceforge.net>
parents:
3469
diff
changeset
|
2763 - allow preselection of values in templating menu()s (sf patch 1396085) |
|
3471
f16eca38e4e5
display the query name in the header (feature [SF#298535] / patch [SF#349387])
Richard Jones <richard@users.sourceforge.net>
parents:
3470
diff
changeset
|
2764 - display the query name in the header (sf feature 1298535 / patch 1349387) |
|
3472
522b11d5ba8d
classhelp works with Link properties now [SF#1410290]
Richard Jones <richard@users.sourceforge.net>
parents:
3471
diff
changeset
|
2765 - classhelp works with Link properties now (sf bug 1410290) |
|
3477
df2bd8c3d31c
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
3476
diff
changeset
|
2766 - added setorderprop() and setlabelprop() to Class (sf features 1379534, |
|
df2bd8c3d31c
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
3476
diff
changeset
|
2767 1379490) |
|
3499
230fb5d49c19
CSV encoding support [SF#1240848]
Richard Jones <richard@users.sourceforge.net>
parents:
3496
diff
changeset
|
2768 - CSV encoding support (sf bug 1240848) |
|
3512
410c42986ede
Miscellaneous improvements:
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3505
diff
changeset
|
2769 - fields rendered with StructuredText are hyperlinked by default |
|
410c42986ede
Miscellaneous improvements:
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3505
diff
changeset
|
2770 - additional attributes for input element may be passed to the 'field' |
|
410c42986ede
Miscellaneous improvements:
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3505
diff
changeset
|
2771 method of a property wrapper |
|
410c42986ede
Miscellaneous improvements:
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3505
diff
changeset
|
2772 - added "copy_url" method to generate a URL for copying an item |
|
3424
1f8f81a0f8c4
Lithuanian translation by Aiste Kesminaite
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3421
diff
changeset
|
2773 |
|
3421
0d9406d14186
MySQL now creates String columns using the TEXT column type
Richard Jones <richard@users.sourceforge.net>
parents:
3418
diff
changeset
|
2774 Fixed: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
2775 |
|
3421
0d9406d14186
MySQL now creates String columns using the TEXT column type
Richard Jones <richard@users.sourceforge.net>
parents:
3418
diff
changeset
|
2776 - MySQL now creates String columns using the TEXT column type |
|
3435
a9636d734ced
Fixes for SourceForge tracker bugs.
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3430
diff
changeset
|
2777 - password.crypt won't work with md5 passwords (sf bug 1372253) |
|
3441
5791c9e6ab24
Fixes for SourceForge tracker items.
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3435
diff
changeset
|
2778 - use quoted printable encoding for nosy attachments that have MIME |
|
5791c9e6ab24
Fixes for SourceForge tracker items.
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3435
diff
changeset
|
2779 type 'text/plain' but contain 8-bit characters (sf bug 1381559) |
|
3443
212fa532ba3e
login name and email address fields in the classic template...
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3441
diff
changeset
|
2780 - login name and email address fields in the classic template |
|
212fa532ba3e
login name and email address fields in the classic template...
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3441
diff
changeset
|
2781 are highlighted as required fields (sf bug 1392364) |
|
3450
5982b4afd135
french translation updated by Patrick Decat (patch [SF#1397059])
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3445
diff
changeset
|
2782 - french translation updated by Patrick Decat (sf patch 1397059) |
|
3454
d4cbdfedab1b
HTTP authorization takes precedence over session cookie [SF#1396134]
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3450
diff
changeset
|
2783 - HTTP authorization takes precedence over session cookie (sf bug 1396134) |
|
3475
addbe69ff58b
enforce correct encoding of PostgreSQL backend [SF#1374235]
Richard Jones <richard@users.sourceforge.net>
parents:
3473
diff
changeset
|
2784 - enforce correct encoding of PostgreSQL backend (sf bug 1374235) |
|
3478
602bb26a9485
grouping/sorting on link to same class fixed [SF#1404930]
Richard Jones <richard@users.sourceforge.net>
parents:
3477
diff
changeset
|
2785 - grouping/sorting on link to same class fixed (sf bug 1404930) |
|
3486
34ada15b9936
all backends implement the retired check in getnodeids [SF#1290560]
Richard Jones <richard@users.sourceforge.net>
parents:
3481
diff
changeset
|
2786 - all backends implement the retired check in getnodeids (sf bug 1290560) |
|
3491
0e5f15520e70
fix detection of "missing" existing values in CGI form parser [SF#1414149]
Richard Jones <richard@users.sourceforge.net>
parents:
3486
diff
changeset
|
2787 - fix detection of "missing" existing values in CGI form parser (sf bug |
|
0e5f15520e70
fix detection of "missing" existing values in CGI form parser [SF#1414149]
Richard Jones <richard@users.sourceforge.net>
parents:
3486
diff
changeset
|
2788 1414149) |
|
3505
b294cc477f2c
ZRoundup works again [SF#1263842]
Richard Jones <richard@users.sourceforge.net>
parents:
3501
diff
changeset
|
2789 - ZRoundup works again (sf bug 1263842) |
|
3512
410c42986ede
Miscellaneous improvements:
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3505
diff
changeset
|
2790 - default user template does not display password fields and submit button |
|
410c42986ede
Miscellaneous improvements:
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3505
diff
changeset
|
2791 when editing is not allowed |
|
410c42986ede
Miscellaneous improvements:
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3505
diff
changeset
|
2792 - fix StructuredText import in cgi.templating |
|
3515
7015c1961013
have "System Messages" be marked as such again [SF#1281907]
Richard Jones <richard@users.sourceforge.net>
parents:
3512
diff
changeset
|
2793 - have "System Messages" be marked as such again (sf bug 1281907) |
|
3518
7fb8cfe3c737
enable editing of public queries [SF#966144]
Richard Jones <richard@users.sourceforge.net>
parents:
3516
diff
changeset
|
2794 - enable editing of public queries (sf bug 966144) |
|
3479
86d6131847e8
timezone now applied to date for pretty-format [SF#1406861]
Richard Jones <richard@users.sourceforge.net>
parents:
3478
diff
changeset
|
2795 |
|
3421
0d9406d14186
MySQL now creates String columns using the TEXT column type
Richard Jones <richard@users.sourceforge.net>
parents:
3418
diff
changeset
|
2796 |
|
4561
56def59a5194
Restore a missing release date. Make the dates a little easier to eyeball.
Eric S. Raymond <esr@thyrsus.com>
parents:
4559
diff
changeset
|
2797 2005-10-07: 0.9.0b1 |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
2798 |
|
3191
008596732188
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
3180
diff
changeset
|
2799 Feature: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
2800 |
|
3191
008596732188
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
3180
diff
changeset
|
2801 - added "imapServer.py" script (sf patch 934567) |
|
3292
8c7b522dc934
added date selection popup windows (thanks Marcus Priesch)
Richard Jones <richard@users.sourceforge.net>
parents:
3287
diff
changeset
|
2802 - added date selection popup windows (thanks Marcus Priesch) |
|
3295
a615cc230160
added Xapian indexer; replaces standard indexers if Xapian is available
Richard Jones <richard@users.sourceforge.net>
parents:
3292
diff
changeset
|
2803 - added Xapian indexer; replaces standard indexers if Xapian is available |
|
3417
07c696890f55
mailgw subject parsing has configurable levels of strictness
Richard Jones <richard@users.sourceforge.net>
parents:
3415
diff
changeset
|
2804 - mailgw subject parsing has configurable levels of strictness |
|
07c696890f55
mailgw subject parsing has configurable levels of strictness
Richard Jones <richard@users.sourceforge.net>
parents:
3415
diff
changeset
|
2805 - nosy messages may be sent individually to all recipients |
|
3418
9b8019f28158
remember where we came from when logging in (patch [SF#1312889])
Richard Jones <richard@users.sourceforge.net>
parents:
3417
diff
changeset
|
2806 - remember where we came from when logging in (sf patch 1312889) |
|
3191
008596732188
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
3180
diff
changeset
|
2807 |
|
3198
0b7990f54778
fixed broken csv import in roundup.admin module
Richard Jones <richard@users.sourceforge.net>
parents:
3194
diff
changeset
|
2808 |
|
4561
56def59a5194
Restore a missing release date. Make the dates a little easier to eyeball.
Eric S. Raymond <esr@thyrsus.com>
parents:
4559
diff
changeset
|
2809 2006-01-27: 0.8.6 |
|
3459
9f138c221506
move stuff around
Richard Jones <richard@users.sourceforge.net>
parents:
3458
diff
changeset
|
2810 Fixed: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
2811 |
|
3459
9f138c221506
move stuff around
Richard Jones <richard@users.sourceforge.net>
parents:
3458
diff
changeset
|
2812 - french translation updated by Patrick Decat (sf patch 1397059) |
|
9f138c221506
move stuff around
Richard Jones <richard@users.sourceforge.net>
parents:
3458
diff
changeset
|
2813 - tighten up Date parsing to not allow 'M/D/YY' (or 'D/M/YY) (sf bug |
|
9f138c221506
move stuff around
Richard Jones <richard@users.sourceforge.net>
parents:
3458
diff
changeset
|
2814 1290550) |
|
9f138c221506
move stuff around
Richard Jones <richard@users.sourceforge.net>
parents:
3458
diff
changeset
|
2815 - handle "schema" being reserved word in MySQL 5+ (sf bug 1397569) |
|
9f138c221506
move stuff around
Richard Jones <richard@users.sourceforge.net>
parents:
3458
diff
changeset
|
2816 - fixed documentation of filter() in the case of multiple values in a |
|
9f138c221506
move stuff around
Richard Jones <richard@users.sourceforge.net>
parents:
3458
diff
changeset
|
2817 String search (sf bug 1373396) |
|
3461
fb82ab9461b0
fix comma-separated ID filter spec in web requests [SF#1396278]
Richard Jones <richard@users.sourceforge.net>
parents:
3459
diff
changeset
|
2818 - fix comma-separated ID filter spec in web requests (sf bug 1396278) |
|
3464
75b4c2c32cf3
fix Date: header generation to be LOCALE-agnostic [SF#1352624]
Richard Jones <richard@users.sourceforge.net>
parents:
3461
diff
changeset
|
2819 - fix Date: header generation to be LOCALE-agnostic (sf bug 1352624) |
|
3465
81542d49c8cb
fix admin doc description of roundup-server config file
Richard Jones <richard@users.sourceforge.net>
parents:
3464
diff
changeset
|
2820 - fix admin doc description of roundup-server config file |
|
3466
0ecd0062abfb
fix redirect after instant registration [SF#1381676]
Richard Jones <richard@users.sourceforge.net>
parents:
3465
diff
changeset
|
2821 - fix redirect after instant registration (sf bug 1381676) |
|
3468
6f3b30925975
fix permission checks in cgi interface [SF#1289557]
Richard Jones <richard@users.sourceforge.net>
parents:
3466
diff
changeset
|
2822 - fix permission checks in cgi interface (sf bug 1289557) |
|
3473
370bb8f3c4d1
fix permission check on RetireAction [SF#1407342]
Richard Jones <richard@users.sourceforge.net>
parents:
3472
diff
changeset
|
2823 - fix permission check on RetireAction (sf bug 1407342) |
|
3481
63890c29a4ac
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
3479
diff
changeset
|
2824 - timezone now applied to date for pretty-format (sf bug 1406861) |
|
3492
285d90265a08
fix mangling of "_" in mail Subject class name [SF#1413852]
Richard Jones <richard@users.sourceforge.net>
parents:
3491
diff
changeset
|
2825 - fix mangling of "_" in mail Subject class name (sf bug 1413852) |
|
3494
5a56abcf1b22
catch bad classname in URL (related to [SF#1240541])
Richard Jones <richard@users.sourceforge.net>
parents:
3492
diff
changeset
|
2826 - catch bad classname in URL (related to sf bug 1240541) |
|
3496
4ee255777c25
clean up digested_file_types [SF#1268303]
Richard Jones <richard@users.sourceforge.net>
parents:
3494
diff
changeset
|
2827 - clean up digested_file_types (sf bug 1268303) |
|
3501
90e2580f21b8
fix permission checks in mailgw [SF#1263655]
Richard Jones <richard@users.sourceforge.net>
parents:
3499
diff
changeset
|
2828 - fix permission checks in mailgw (sf bug 1263655) |
|
3516
fe75b55fc49d
fix encoding of subject in generated error message [SF#1414465]
Richard Jones <richard@users.sourceforge.net>
parents:
3515
diff
changeset
|
2829 - fix encoding of subject in generated error message (sf bug 1414465) |
|
3459
9f138c221506
move stuff around
Richard Jones <richard@users.sourceforge.net>
parents:
3458
diff
changeset
|
2830 |
|
9f138c221506
move stuff around
Richard Jones <richard@users.sourceforge.net>
parents:
3458
diff
changeset
|
2831 |
|
4561
56def59a5194
Restore a missing release date. Make the dates a little easier to eyeball.
Eric S. Raymond <esr@thyrsus.com>
parents:
4559
diff
changeset
|
2832 2005-10-07: 0.8.5 |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
2833 |
|
3408
cb29f5b39c6d
Argentinian Spanish translation by Ramiro Morales
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3404
diff
changeset
|
2834 Feature: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
2835 |
|
3408
cb29f5b39c6d
Argentinian Spanish translation by Ramiro Morales
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3404
diff
changeset
|
2836 - Argentinian Spanish translation by Ramiro Morales |
|
cb29f5b39c6d
Argentinian Spanish translation by Ramiro Morales
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3404
diff
changeset
|
2837 |
|
3401
62e4032cb280
merge from maint-0-8
Richard Jones <richard@users.sourceforge.net>
parents:
3388
diff
changeset
|
2838 Fixed: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
2839 |
|
3401
62e4032cb280
merge from maint-0-8
Richard Jones <richard@users.sourceforge.net>
parents:
3388
diff
changeset
|
2840 - Display of Multilinks where linked Class labelprop values are None |
|
3404
7d48c5b1e8f2
merge from maint-0-8
Richard Jones <richard@users.sourceforge.net>
parents:
3401
diff
changeset
|
2841 - Fix references to the old * Registration Permissions |
|
3415
4a228402b810
Handle invalidly-specified charsets in incoming email
Richard Jones <richard@users.sourceforge.net>
parents:
3408
diff
changeset
|
2842 - Fix missing merge of fix to sf bug 1177057 |
|
4a228402b810
Handle invalidly-specified charsets in incoming email
Richard Jones <richard@users.sourceforge.net>
parents:
3408
diff
changeset
|
2843 - Fix RDBMS indexer indexing UTF-8 words that encode to > 30 chars |
|
4a228402b810
Handle invalidly-specified charsets in incoming email
Richard Jones <richard@users.sourceforge.net>
parents:
3408
diff
changeset
|
2844 - Handle invalidly-specified charsets in incoming email |
|
3401
62e4032cb280
merge from maint-0-8
Richard Jones <richard@users.sourceforge.net>
parents:
3388
diff
changeset
|
2845 |
|
62e4032cb280
merge from maint-0-8
Richard Jones <richard@users.sourceforge.net>
parents:
3388
diff
changeset
|
2846 |
|
4561
56def59a5194
Restore a missing release date. Make the dates a little easier to eyeball.
Eric S. Raymond <esr@thyrsus.com>
parents:
4559
diff
changeset
|
2847 2005-07-18: 0.8.4 |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
2848 |
|
3320
559d59a94e6a
extra CRs in CSV export files on Windows platform [SF#1195742]
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3314
diff
changeset
|
2849 Fixed: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
2850 |
|
3320
559d59a94e6a
extra CRs in CSV export files on Windows platform [SF#1195742]
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3314
diff
changeset
|
2851 - extra CRs in CSV export files on Windows platform (sf bug 1195742) |
|
3328
475c8560ef9b
merge from maint-0-8
Richard Jones <richard@users.sourceforge.net>
parents:
3320
diff
changeset
|
2852 - activity RDBMS columns were being reported in changes |
|
3329
bd2e784f43aa
fix name collision in roundup.cgi script [SF#1203795]
Richard Jones <richard@users.sourceforge.net>
parents:
3328
diff
changeset
|
2853 - fix name collision in roundup.cgi script (sf bug 1203795) |
|
3339
1b5b3542e0db
fix handling of invalid interval input
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3329
diff
changeset
|
2854 - fix handling of invalid interval input |
|
3353
e27694724793
search locale files relative ro roundup installation path [SF#1219689]
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3339
diff
changeset
|
2855 - search locale files relative ro roundup installation path (sf bug 1219689) |
|
3354
201dbcf63a30
use translation for boolean property rendering [SF#1225152]
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3353
diff
changeset
|
2856 - use translation for boolean property rendering (sf bug 1225152) |
|
3356
2913b42c0810
enabled disabling of REMOTE_USER for when it's not a valid username
Richard Jones <richard@users.sourceforge.net>
parents:
3354
diff
changeset
|
2857 - enabled disabling of REMOTE_USER for when it's not a valid username (sf |
|
2913b42c0810
enabled disabling of REMOTE_USER for when it's not a valid username
Richard Jones <richard@users.sourceforge.net>
parents:
3354
diff
changeset
|
2858 bug 1190187) |
|
3357
5c8822d10fdc
fix invocation of hasPermission from templating code [SF#1224172]
Richard Jones <richard@users.sourceforge.net>
parents:
3356
diff
changeset
|
2859 - fix invocation of hasPermission from templating code (sf bug 1224172) |
|
3359
cf9149fd3c6d
have 'roundup-admin security' display property restrictions [SF#1222135]
Richard Jones <richard@users.sourceforge.net>
parents:
3357
diff
changeset
|
2860 - have 'roundup-admin security' display property restrictions (sf bug |
|
cf9149fd3c6d
have 'roundup-admin security' display property restrictions [SF#1222135]
Richard Jones <richard@users.sourceforge.net>
parents:
3357
diff
changeset
|
2861 1222135) |
|
3361
64cc03598c8a
fixed templating menu() sort_on handling [SF#1221936]
Richard Jones <richard@users.sourceforge.net>
parents:
3359
diff
changeset
|
2862 - fixed templating menu() sort_on handling (sf bug 1221936) |
|
3363
7bc1e9c42a26
allow specification of pagesize, sorting and filtering in "classhelp" popups
Richard Jones <richard@users.sourceforge.net>
parents:
3361
diff
changeset
|
2863 - allow specification of pagesize, sorting and filtering in "classhelp" |
|
7bc1e9c42a26
allow specification of pagesize, sorting and filtering in "classhelp" popups
Richard Jones <richard@users.sourceforge.net>
parents:
3361
diff
changeset
|
2864 popups (sf bug 1211800) |
|
3365
e2d65f6c8d83
handle dropped properies in rdbms/metakit journal export [SF#1203569]
Richard Jones <richard@users.sourceforge.net>
parents:
3363
diff
changeset
|
2865 - handle dropped properies in rdbms/metakit journal export (sf bug 1203569) |
|
3367
a23863a95326
handle missing Subject lines better [SF#1198729]
Richard Jones <richard@users.sourceforge.net>
parents:
3365
diff
changeset
|
2866 - handle missing Subject lines better (sf bug 1198729) |
|
3373
353588debaae
same bug, different reporter
Richard Jones <richard@users.sourceforge.net>
parents:
3371
diff
changeset
|
2867 - sort/group by missing values correctly (sf bugs 1198623, 1176897) |
|
3371
4f3285913a8c
discard, don't bounce messages to the mailgw when the messages's sender...
Richard Jones <richard@users.sourceforge.net>
parents:
3369
diff
changeset
|
2868 - discard, don't bounce messages to the mailgw when the messages's sender |
|
4f3285913a8c
discard, don't bounce messages to the mailgw when the messages's sender...
Richard Jones <richard@users.sourceforge.net>
parents:
3369
diff
changeset
|
2869 is invalid (ie. when we try to bounce, we get a 550 "unknown user |
|
4f3285913a8c
discard, don't bounce messages to the mailgw when the messages's sender...
Richard Jones <richard@users.sourceforge.net>
parents:
3369
diff
changeset
|
2870 account" response from the SMTP server) (sf bug 1190906) |
|
3382
c9d8b1385af7
merge from maint-0-8
Richard Jones <richard@users.sourceforge.net>
parents:
3373
diff
changeset
|
2871 - removed debugging code from cgi/actions.py |
|
3385
ed96527b1bda
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
3383
diff
changeset
|
2872 - refactored hyperdb.rawToHyperdb, allowing a number of improvements |
|
ed96527b1bda
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
3383
diff
changeset
|
2873 (thanks Ralf Schlatterbeck) |
|
3386
263e8f485db5
don't try to set a timeout for IMAPS (thanks Paul Jimenez)
Richard Jones <richard@users.sourceforge.net>
parents:
3385
diff
changeset
|
2874 - don't try to set a timeout for IMAPS (thanks Paul Jimenez) |
|
3388
0c66acaea802
present Reject exception messages to web users [SF#1237685]
Richard Jones <richard@users.sourceforge.net>
parents:
3386
diff
changeset
|
2875 - present Reject exception messages to web users (sf bug 1237685) |
|
3320
559d59a94e6a
extra CRs in CSV export files on Windows platform [SF#1195742]
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3314
diff
changeset
|
2876 |
|
559d59a94e6a
extra CRs in CSV export files on Windows platform [SF#1195742]
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3314
diff
changeset
|
2877 |
|
4561
56def59a5194
Restore a missing release date. Make the dates a little easier to eyeball.
Eric S. Raymond <esr@thyrsus.com>
parents:
4559
diff
changeset
|
2878 2005-05-02: 0.8.3 |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
2879 |
|
3301
25b68c7998eb
chinese translation
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3295
diff
changeset
|
2880 Feature: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
2881 |
|
3301
25b68c7998eb
chinese translation
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3295
diff
changeset
|
2882 - chinese translation by limodou |
|
25b68c7998eb
chinese translation
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3295
diff
changeset
|
2883 |
|
3244
9cecc6c6b297
fix reference to The Zope Book
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3228
diff
changeset
|
2884 Fixed: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
2885 |
|
3244
9cecc6c6b297
fix reference to The Zope Book
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3228
diff
changeset
|
2886 - fix reference to The Zope Book in Roundup FAQ |
|
3248
f394349adb10
disabled file logging in Roundup test suite [SF#1155649]
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3244
diff
changeset
|
2887 - disabled file logging in Roundup test suite (sf bug 1155649) |
|
3253
34d034a4c0d9
merge from 0.8 plus docs
Richard Jones <richard@users.sourceforge.net>
parents:
3248
diff
changeset
|
2888 - return original string if message issue xref isn't valid |
|
34d034a4c0d9
merge from 0.8 plus docs
Richard Jones <richard@users.sourceforge.net>
parents:
3248
diff
changeset
|
2889 - fix nosyreaction.py to stop it setting the nosy list unnecessarily |
|
3254
1a9f2928eb4f
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
3253
diff
changeset
|
2890 (see doc/upgrading.txt for how to fix in your trackers) |
|
3269
a67a8a6535b8
after logout, always display tracker home page
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3261
diff
changeset
|
2891 - after logout, always display tracker home page |
|
a67a8a6535b8
after logout, always display tracker home page
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3261
diff
changeset
|
2892 - web forms don't create new items if no item properties are set from UI |
|
3277
3084b07ec266
send errors in the web interface to a logfile by default.
Richard Jones <richard@users.sourceforge.net>
parents:
3276
diff
changeset
|
2893 - item creation failed if multilink fields had invalid entries (sf bug |
|
3084b07ec266
send errors in the web interface to a logfile by default.
Richard Jones <richard@users.sourceforge.net>
parents:
3276
diff
changeset
|
2894 1177602) |
|
3274
3e216b862018
item creation failed if multilink fields had invalid entries [SF#1177602]
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3269
diff
changeset
|
2895 - fix bdist_rpm (sf bug 1164328) |
|
3276
3124e578db02
Email fixes:
Richard Jones <richard@users.sourceforge.net>
parents:
3274
diff
changeset
|
2896 - fix checking of "Email Access" for Anonymous email registration (sf bug |
|
3124e578db02
Email fixes:
Richard Jones <richard@users.sourceforge.net>
parents:
3274
diff
changeset
|
2897 1177057) |
|
3124e578db02
Email fixes:
Richard Jones <richard@users.sourceforge.net>
parents:
3274
diff
changeset
|
2898 - disable "Email Access" for Anonymous by default to stop spam regsitering |
|
3124e578db02
Email fixes:
Richard Jones <richard@users.sourceforge.net>
parents:
3274
diff
changeset
|
2899 users on public trackers |
|
3277
3084b07ec266
send errors in the web interface to a logfile by default.
Richard Jones <richard@users.sourceforge.net>
parents:
3276
diff
changeset
|
2900 - send errors in the web interface to a logfile by default. Use the |
|
3084b07ec266
send errors in the web interface to a logfile by default.
Richard Jones <richard@users.sourceforge.net>
parents:
3276
diff
changeset
|
2901 "debug" multiprocess mode (roundup-server) or the DEBUG_TO_CLIENT var |
|
3084b07ec266
send errors in the web interface to a logfile by default.
Richard Jones <richard@users.sourceforge.net>
parents:
3276
diff
changeset
|
2902 (roundup.cgi) to have the errors appear in your browser |
|
3279
6e7462bbafde
fix setgid typo [SF#1171346]
Richard Jones <richard@users.sourceforge.net>
parents:
3277
diff
changeset
|
2903 - fix setgid typo (sf bug 1171346) |
|
3280
f3d15524562e
fix faulty find_template filename facility [SF#1163629]
Richard Jones <richard@users.sourceforge.net>
parents:
3279
diff
changeset
|
2904 - fix faulty find_template filename facility (sf bug 1163629) |
|
3284
9ddf9cd8baf5
fix roundup-admin "export" so it creates the target dir if needed
Richard Jones <richard@users.sourceforge.net>
parents:
3280
diff
changeset
|
2905 - fix roundup-admin "export" so it creates the target dir if needed |
|
3287
7a7f7d3a038d
merge from maint-0-8
Richard Jones <richard@users.sourceforge.net>
parents:
3284
diff
changeset
|
2906 - "fix" roundup-admin "import" to not use "universal newline support" since |
|
7a7f7d3a038d
merge from maint-0-8
Richard Jones <richard@users.sourceforge.net>
parents:
3284
diff
changeset
|
2907 the csv module appears to have its own ideas about such things (sf bug |
|
7a7f7d3a038d
merge from maint-0-8
Richard Jones <richard@users.sourceforge.net>
parents:
3284
diff
changeset
|
2908 1163890) |
|
3303
520eef0e0e91
fix installation docs referring to old-style configuration variables
Richard Jones <richard@users.sourceforge.net>
parents:
3301
diff
changeset
|
2909 - fix installation docs referring to old-style configuration variables |
|
3314
4372716a675a
merge from maint-0-8
Richard Jones <richard@users.sourceforge.net>
parents:
3306
diff
changeset
|
2910 - fix roundup-admin "find" for searching Multilinks (sf bug 1189465) |
|
3244
9cecc6c6b297
fix reference to The Zope Book
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3228
diff
changeset
|
2911 |
|
9cecc6c6b297
fix reference to The Zope Book
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3228
diff
changeset
|
2912 |
|
4561
56def59a5194
Restore a missing release date. Make the dates a little easier to eyeball.
Eric S. Raymond <esr@thyrsus.com>
parents:
4559
diff
changeset
|
2913 2005-03-03: 0.8.2 |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
2914 |
|
3207
beb0ce462778
if there is only one tracker, redirect from trackers list to the tracker
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3200
diff
changeset
|
2915 Feature: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
2916 |
|
3207
beb0ce462778
if there is only one tracker, redirect from trackers list to the tracker
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3200
diff
changeset
|
2917 - roundup-server automatically redirects from trackers list |
|
beb0ce462778
if there is only one tracker, redirect from trackers list to the tracker
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3200
diff
changeset
|
2918 to the tracker page if there is only one tracker |
|
beb0ce462778
if there is only one tracker, redirect from trackers list to the tracker
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3200
diff
changeset
|
2919 |
|
3212
bf456e1cfd46
added content to ZRoundup refresh.txt file [SF#1147622]
Richard Jones <richard@users.sourceforge.net>
parents:
3207
diff
changeset
|
2920 Fixed: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
2921 |
|
3212
bf456e1cfd46
added content to ZRoundup refresh.txt file [SF#1147622]
Richard Jones <richard@users.sourceforge.net>
parents:
3207
diff
changeset
|
2922 - added content to ZRoundup refresh.txt file (sf bug 1147622) |
|
3214
29bde1f0d364
merge from maint-0-8
Richard Jones <richard@users.sourceforge.net>
parents:
3212
diff
changeset
|
2923 - fix invalid reference to csv.colon_separated |
|
29bde1f0d364
merge from maint-0-8
Richard Jones <richard@users.sourceforge.net>
parents:
3212
diff
changeset
|
2924 - correct URL to What's New in setup.py meta-data |
|
3216
27aba1d8fccc
merge from maint-0-8
Richard Jones <richard@users.sourceforge.net>
parents:
3214
diff
changeset
|
2925 - change AUTOCOMMIT=OFF to AUTOCOMMIT=0 for MySQL (sf bug 1143707) |
|
3222
aca931e6dcac
compile message objects in 'setup.py build'
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3216
diff
changeset
|
2926 - compile message objects in 'setup.py build' |
|
3227
8faeb10c819d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
3222
diff
changeset
|
2927 - use backend datatype for journal timestamps in RDBMSes |
|
3228
1b15e9eeb592
fixes to the "Using an external password validation source"...
Richard Jones <richard@users.sourceforge.net>
parents:
3227
diff
changeset
|
2928 - fixes to the "Using an external password validation source" |
|
1b15e9eeb592
fixes to the "Using an external password validation source"...
Richard Jones <richard@users.sourceforge.net>
parents:
3227
diff
changeset
|
2929 customisation example (sf bugs 1153640 and 1155108) |
|
3207
beb0ce462778
if there is only one tracker, redirect from trackers list to the tracker
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3200
diff
changeset
|
2930 |
|
3212
bf456e1cfd46
added content to ZRoundup refresh.txt file [SF#1147622]
Richard Jones <richard@users.sourceforge.net>
parents:
3207
diff
changeset
|
2931 |
|
4561
56def59a5194
Restore a missing release date. Make the dates a little easier to eyeball.
Eric S. Raymond <esr@thyrsus.com>
parents:
4559
diff
changeset
|
2932 2005-02-17: 0.8.1 |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
2933 |
|
3194
f887e55edc94
replaced MutlilinkIterator with multilinkGenerator (thanks Bob Ippolito)
Richard Jones <richard@users.sourceforge.net>
parents:
3191
diff
changeset
|
2934 Fixed: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
2935 |
|
3194
f887e55edc94
replaced MutlilinkIterator with multilinkGenerator (thanks Bob Ippolito)
Richard Jones <richard@users.sourceforge.net>
parents:
3191
diff
changeset
|
2936 - replaced MutlilinkIterator with multilinkGenerator (thanks Bob Ippolito) |
|
3198
0b7990f54778
fixed broken csv import in roundup.admin module
Richard Jones <richard@users.sourceforge.net>
parents:
3194
diff
changeset
|
2937 - fixed broken csv import in roundup.admin module |
|
0b7990f54778
fixed broken csv import in roundup.admin module
Richard Jones <richard@users.sourceforge.net>
parents:
3194
diff
changeset
|
2938 - fixed braino in HTMLClass.filter() (sf bug 1124213) |
|
3200
d2b1a946fdf4
change ZTUtils Iterator to always iter() its sequence argument
Richard Jones <richard@users.sourceforge.net>
parents:
3198
diff
changeset
|
2939 - change ZTUtils Iterator to always iter() its sequence argument |
|
3194
f887e55edc94
replaced MutlilinkIterator with multilinkGenerator (thanks Bob Ippolito)
Richard Jones <richard@users.sourceforge.net>
parents:
3191
diff
changeset
|
2940 |
|
3191
008596732188
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
3180
diff
changeset
|
2941 |
|
4561
56def59a5194
Restore a missing release date. Make the dates a little easier to eyeball.
Eric S. Raymond <esr@thyrsus.com>
parents:
4559
diff
changeset
|
2942 2005-01-16: 0.8.0 |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
2943 |
|
3112
a7657b3cd22a
merge from maint-0-8
Richard Jones <richard@users.sourceforge.net>
parents:
3104
diff
changeset
|
2944 Fixed: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
2945 |
|
3112
a7657b3cd22a
merge from maint-0-8
Richard Jones <richard@users.sourceforge.net>
parents:
3104
diff
changeset
|
2946 - fix roundup-server log and PID file paths to be absolute |
|
a7657b3cd22a
merge from maint-0-8
Richard Jones <richard@users.sourceforge.net>
parents:
3104
diff
changeset
|
2947 - fix initialisation of roundup-server in daemon mode so initialisation |
|
a7657b3cd22a
merge from maint-0-8
Richard Jones <richard@users.sourceforge.net>
parents:
3104
diff
changeset
|
2948 errors are visible |
| 3258 | 2949 - fix: 'Logout' link was enabled on issue index page only |
|
3117
460eb0209a9e
Permissions improvements.
Richard Jones <richard@users.sourceforge.net>
parents:
3112
diff
changeset
|
2950 - have Permissions only test the check function if itemid is suppled |
|
3126
a2889d22db4a
the cgi templating code now checks item-level
Richard Jones <richard@users.sourceforge.net>
parents:
3119
diff
changeset
|
2951 - modify cgi templating system to check item-level permissions in listings |
|
a2889d22db4a
the cgi templating code now checks item-level
Richard Jones <richard@users.sourceforge.net>
parents:
3119
diff
changeset
|
2952 - enable batching in message and file listings |
|
3130
7308c3c5a943
docs editing from Jean Jordaan
Richard Jones <richard@users.sourceforge.net>
parents:
3126
diff
changeset
|
2953 - more documentation of security mechanisms (incl. sf patches 1117932, |
|
7308c3c5a943
docs editing from Jean Jordaan
Richard Jones <richard@users.sourceforge.net>
parents:
3126
diff
changeset
|
2954 1117860) |
|
3117
460eb0209a9e
Permissions improvements.
Richard Jones <richard@users.sourceforge.net>
parents:
3112
diff
changeset
|
2955 - better unit tests for security mechanisms |
|
3132
3475ae520f19
code cleanup (patch [SF#115329] and additional)
Richard Jones <richard@users.sourceforge.net>
parents:
3130
diff
changeset
|
2956 - code cleanup (sf patch 1115329 and additional) |
|
3141
9cace96c1abd
issue search page allows setting of no sorting / grouping
Richard Jones <richard@users.sourceforge.net>
parents:
3140
diff
changeset
|
2957 - issue search page allows setting of no sorting / grouping (sf bug |
|
9cace96c1abd
issue search page allows setting of no sorting / grouping
Richard Jones <richard@users.sourceforge.net>
parents:
3140
diff
changeset
|
2958 1119475) |
|
3145
9aa9436a81e0
better edit conflict handling
Richard Jones <richard@users.sourceforge.net>
parents:
3141
diff
changeset
|
2959 - better edit conflict handling (sf bug 1118790) |
|
3147
dbf80d7db63f
consistent text searching behaviour (AND everywhere) [SF#1101036]
Richard Jones <richard@users.sourceforge.net>
parents:
3145
diff
changeset
|
2960 - consistent text searching behaviour (AND everywhere) (sf bug 1101036) |
|
3151
6feac4fcf883
Various bug fixes.
Richard Jones <richard@users.sourceforge.net>
parents:
3149
diff
changeset
|
2961 - fix handling of invalid date input (sf bug 1102165) |
|
6feac4fcf883
Various bug fixes.
Richard Jones <richard@users.sourceforge.net>
parents:
3149
diff
changeset
|
2962 - retain Boolean selections in edit error handling (sf bug 1101492) |
|
3155
57b60bda9473
Python 2.3 minimum version - bye bye roundup.rlog, you had a short life.
Richard Jones <richard@users.sourceforge.net>
parents:
3151
diff
changeset
|
2963 - fix initialisation of logging module from config file (sf bug 1108577) |
|
57b60bda9473
Python 2.3 minimum version - bye bye roundup.rlog, you had a short life.
Richard Jones <richard@users.sourceforge.net>
parents:
3151
diff
changeset
|
2964 - removed rlog module (py 2.3 is minimum version now) |
|
3157
969ec14c09cf
fixed class "help" listing paging [SF#1106329]
Richard Jones <richard@users.sourceforge.net>
parents:
3155
diff
changeset
|
2965 - fixed class "help" listing paging (sf bug 1106329) |
|
3164
24476db8872f
nicer error looking up values of None (response to [SF#1108697])
Richard Jones <richard@users.sourceforge.net>
parents:
3159
diff
changeset
|
2966 - nicer error looking up values of None (response to sf bug 1108697) |
|
3169
d8d1ebd80930
fallback for (list) popups if javascript disabled (patch [SF#1101626])
Richard Jones <richard@users.sourceforge.net>
parents:
3166
diff
changeset
|
2967 - fallback for (list) popups if javascript disabled (sf patch 1101626) |
|
3112
a7657b3cd22a
merge from maint-0-8
Richard Jones <richard@users.sourceforge.net>
parents:
3104
diff
changeset
|
2968 |
|
a7657b3cd22a
merge from maint-0-8
Richard Jones <richard@users.sourceforge.net>
parents:
3104
diff
changeset
|
2969 |
|
4561
56def59a5194
Restore a missing release date. Make the dates a little easier to eyeball.
Eric S. Raymond <esr@thyrsus.com>
parents:
4559
diff
changeset
|
2970 2005-01-13: 0.8.0b2 |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
2971 |
|
3004
69aebefddb2b
windows is different, of course
Richard Jones <richard@users.sourceforge.net>
parents:
2998
diff
changeset
|
2972 Fixed: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
2973 |
|
3008
c5530df3aaa6
back_sqlite.py is missing "import time" [SF#1081959]
Richard Jones <richard@users.sourceforge.net>
parents:
3006
diff
changeset
|
2974 - note about how to run roundup demo in Windows (sf bug 1082090) |
|
c5530df3aaa6
back_sqlite.py is missing "import time" [SF#1081959]
Richard Jones <richard@users.sourceforge.net>
parents:
3006
diff
changeset
|
2975 - fix API for templating utils extensions - remove "utils" arg (sf bug 1081981) |
|
c5530df3aaa6
back_sqlite.py is missing "import time" [SF#1081959]
Richard Jones <richard@users.sourceforge.net>
parents:
3006
diff
changeset
|
2976 - back_sqlite.py is missing "import time" (sf bug 1081959) |
|
3010
3a23308a8f57
fix (list) popup [SF#1083570]
Richard Jones <richard@users.sourceforge.net>
parents:
3008
diff
changeset
|
2977 - fix (list) popup (sf bug 1083570) |
|
3012
6dbe3798a4c4
fix some security assertions [SF#1085481]
Richard Jones <richard@users.sourceforge.net>
parents:
3010
diff
changeset
|
2978 - fix some security assertions (sf bug 1085481) |
|
3022
9523de67ecad
merge from maint-0-8
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3012
diff
changeset
|
2979 - 'roundup-server -S' always writes [trackers] section heading (sf bug 1088878) |
|
3025
7032b500b7e0
fix port number as int in mysql connection info [SF#1082530]
Richard Jones <richard@users.sourceforge.net>
parents:
3023
diff
changeset
|
2980 - fix port number as int in mysql connection info (sf bug 1082530) |
|
3031
0a81ed2b397d
fix setup.py to work with <Python2.3 [SF#1082801]
Richard Jones <richard@users.sourceforge.net>
parents:
3028
diff
changeset
|
2981 - fix setup.py to work with <Python2.3 (sf bug 1082801) |
|
3040
14322134dcef
fix permissions checks in cgi templating [SF#1082755]
Richard Jones <richard@users.sourceforge.net>
parents:
3036
diff
changeset
|
2982 - fix permissions checks in cgi templating (sf bug 1082755) |
|
3079
64df8d65cc54
fix "Users may only edit their issues"
Richard Jones <richard@users.sourceforge.net>
parents:
3073
diff
changeset
|
2983 - fix "Users may only edit their issues" example in docs |
|
3099
519b92df37dc
handle ~/.my.cnf files for MySQL defaults [SF#1096031]
Richard Jones <richard@users.sourceforge.net>
parents:
3079
diff
changeset
|
2984 - handle ~/.my.cnf files for MySQL defaults (sf bug 1096031) |
|
3004
69aebefddb2b
windows is different, of course
Richard Jones <richard@users.sourceforge.net>
parents:
2998
diff
changeset
|
2985 |
|
69aebefddb2b
windows is different, of course
Richard Jones <richard@users.sourceforge.net>
parents:
2998
diff
changeset
|
2986 |
|
4561
56def59a5194
Restore a missing release date. Make the dates a little easier to eyeball.
Eric S. Raymond <esr@thyrsus.com>
parents:
4559
diff
changeset
|
2987 2004-12-08: 0.8.0b1 |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
2988 |
|
2277
c9e52addda42
added MD5 scheme for password hiding
Richard Jones <richard@users.sourceforge.net>
parents:
2275
diff
changeset
|
2989 Feature: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
2990 |
|
2277
c9e52addda42
added MD5 scheme for password hiding
Richard Jones <richard@users.sourceforge.net>
parents:
2275
diff
changeset
|
2991 - added MD5 scheme for password hiding |
|
2283
6f5e0b7ba5b4
added support for HTTP charset selection
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2277
diff
changeset
|
2992 - added support for HTTP charset selection |
|
2351
97fae0466d97
more ZPT porting tweaks
Richard Jones <richard@users.sourceforge.net>
parents:
2336
diff
changeset
|
2993 - implement __nonzero__ for HTMLProperty |
|
2374
31cb1014300c
Switch to using sqlite's own locking mechanisms...
Richard Jones <richard@users.sourceforge.net>
parents:
2372
diff
changeset
|
2994 - remove "manual" locking of sqlite database |
|
31cb1014300c
Switch to using sqlite's own locking mechanisms...
Richard Jones <richard@users.sourceforge.net>
parents:
2372
diff
changeset
|
2995 - create a new RDBMS cursor after committing |
|
2397
fa50e1347397
added basic logging support
Richard Jones <richard@users.sourceforge.net>
parents:
2386
diff
changeset
|
2996 - added basic logging, and configuration of it and python's logging module |
|
2571
58848e3b6bb8
roundup-mailgw now logs fatal exceptions rather than mailing them to admin
Richard Jones <richard@users.sourceforge.net>
parents:
2544
diff
changeset
|
2997 - roundup-mailgw now logs fatal exceptions rather than mailing them to admin |
|
2471
31cd032291c5
new templating features
Richard Jones <richard@users.sourceforge.net>
parents:
2456
diff
changeset
|
2998 - add a default argument to the DateHTMLProperty.field method, and an |
|
31cd032291c5
new templating features
Richard Jones <richard@users.sourceforge.net>
parents:
2456
diff
changeset
|
2999 optional Interval (string or object) to the DateHTMLProperty.now (patch |
|
31cd032291c5
new templating features
Richard Jones <richard@users.sourceforge.net>
parents:
2456
diff
changeset
|
3000 from Vickenty Fesunov) |
|
2488
eb1aa3c22d8a
hide "(list)" popup links when issue is only viewable
Richard Jones <richard@users.sourceforge.net>
parents:
2483
diff
changeset
|
3001 - hide "(list)" popup links when issue is only viewable |
|
2544
50608e0bfb91
roundup-server options -g and -u accept both ids and names [SF#983769]
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2542
diff
changeset
|
3002 - roundup-server options -g and -u accept both ids and names (sf bug 983769) |
|
2632
9c55f2bc5961
roundup-server now has a configuration file (-C option)
Richard Jones <richard@users.sourceforge.net>
parents:
2617
diff
changeset
|
3003 - roundup-server now has a configuration file (-C option) |
|
2578
7f25486ff85e
fixed RDBMS filter() for no matches from full-text search [SF#990778]
Richard Jones <richard@users.sourceforge.net>
parents:
2574
diff
changeset
|
3004 - added mod_python interface (see installation.txt) |
|
2649
1df7d4a41da4
Buncha stuff (sorry about the large checkin):
Richard Jones <richard@users.sourceforge.net>
parents:
2632
diff
changeset
|
3005 - reorganised tracker configuration, using ConfigParser config, cleaned-up |
|
1df7d4a41da4
Buncha stuff (sorry about the large checkin):
Richard Jones <richard@users.sourceforge.net>
parents:
2632
diff
changeset
|
3006 schema definition and implementing easier extension writing (sf rfe 661301) |
|
1df7d4a41da4
Buncha stuff (sorry about the large checkin):
Richard Jones <richard@users.sourceforge.net>
parents:
2632
diff
changeset
|
3007 - Permissions may now be defined on a per-property basis |
|
1df7d4a41da4
Buncha stuff (sorry about the large checkin):
Richard Jones <richard@users.sourceforge.net>
parents:
2632
diff
changeset
|
3008 - added "Create" Permission. Replaces the "Web"- and "Email Registration" |
|
1df7d4a41da4
Buncha stuff (sorry about the large checkin):
Richard Jones <richard@users.sourceforge.net>
parents:
2632
diff
changeset
|
3009 Permissions. |
|
1df7d4a41da4
Buncha stuff (sorry about the large checkin):
Richard Jones <richard@users.sourceforge.net>
parents:
2632
diff
changeset
|
3010 - added option to turn off registration confirmation via email |
|
1df7d4a41da4
Buncha stuff (sorry about the large checkin):
Richard Jones <richard@users.sourceforge.net>
parents:
2632
diff
changeset
|
3011 ("instant_registration" in config) (sf rfe 922209) |
|
2650
d68a444fcce3
roundup-admin reindex command may now work on single items or classes
Richard Jones <richard@users.sourceforge.net>
parents:
2649
diff
changeset
|
3012 - roundup-admin reindex command may now work on single items or classes |
|
2666
ec5c56a064f0
multiple selection Link/Multilink search field (thanks Marlon van den Berg)
Richard Jones <richard@users.sourceforge.net>
parents:
2657
diff
changeset
|
3013 - multiple selection Link/Multilink search field (thanks Marlon van den Berg) |
|
2668
f48a81d49a86
relaxed hyperlinking in web interface (accept "issue123" or "Issue 123")
Richard Jones <richard@users.sourceforge.net>
parents:
2666
diff
changeset
|
3014 - relaxed hyperlinking in web interface (accept "issue123" or "Issue 123") |
|
2735
85b9dcf908a2
record journaltag lookup ("fixes" [SF#998140])
Richard Jones <richard@users.sourceforge.net>
parents:
2733
diff
changeset
|
3015 - record journaltag lookup ("fixes" sf bug 998140) |
|
2761
10a49678ebf2
allow listing popup to be used in query forms (thanks Marcus Priesch)
Richard Jones <richard@users.sourceforge.net>
parents:
2755
diff
changeset
|
3016 - allow listing popup to be used in query forms (thanks Marcus Priesch) |
|
2845
1455fcabc49e
command line options for windows service; threaded server
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2830
diff
changeset
|
3017 - roundup windows service may be installed with command line options |
|
1455fcabc49e
command line options for windows service; threaded server
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2830
diff
changeset
|
3018 recognized by roundup-server (but not tracker specification arguments). |
|
1455fcabc49e
command line options for windows service; threaded server
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2830
diff
changeset
|
3019 Use this to specify server configuration file for the service. |
|
1455fcabc49e
command line options for windows service; threaded server
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2830
diff
changeset
|
3020 - added experimental multi-thread server |
|
2856
adec352e2ce0
don't try to import all backends in backends.__init__ unless we *want* to
Richard Jones <richard@users.sourceforge.net>
parents:
2845
diff
changeset
|
3021 - don't try to import all backends in backends.__init__ unless we *want* to |
|
2906
a8808157f892
fix some bugs introduced in refactoring of blobfiles filename()
Richard Jones <richard@users.sourceforge.net>
parents:
2903
diff
changeset
|
3022 - unless in debug mode, keep a single persistent connection through a |
|
a8808157f892
fix some bugs introduced in refactoring of blobfiles filename()
Richard Jones <richard@users.sourceforge.net>
parents:
2903
diff
changeset
|
3023 single web or mailgw request. |
|
2932
e4c854b6f034
HTTP Basic Authentication (patch [SF#1067690])
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2920
diff
changeset
|
3024 - HTTP Basic Authentication (sf patch 1067690) |
|
2991
b9a55628a78d
more doc fixes
Richard Jones <richard@users.sourceforge.net>
parents:
2988
diff
changeset
|
3025 - extended security.addPermissionToRole to allow skipping the separate |
|
b9a55628a78d
more doc fixes
Richard Jones <richard@users.sourceforge.net>
parents:
2988
diff
changeset
|
3026 getPermission call |
|
2277
c9e52addda42
added MD5 scheme for password hiding
Richard Jones <richard@users.sourceforge.net>
parents:
2275
diff
changeset
|
3027 |
|
2736
402d6d556558
postgres backend open doesn't hide corruption in schema [SF#956375]
Richard Jones <richard@users.sourceforge.net>
parents:
2735
diff
changeset
|
3028 Fixed: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3029 |
|
2736
402d6d556558
postgres backend open doesn't hide corruption in schema [SF#956375]
Richard Jones <richard@users.sourceforge.net>
parents:
2735
diff
changeset
|
3030 - postgres backend open doesn't hide corruption in schema (sf bug 956375) |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3031 - \*dbm-style backends nuke() method now clear id counters |
|
2737
37e2b70105f7
removed safeget() from the API [SF#994750]
Richard Jones <richard@users.sourceforge.net>
parents:
2736
diff
changeset
|
3032 - removed safeget() from the API (sf bug 994750) |
|
2882
cd183bcc4aa4
no message
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2876
diff
changeset
|
3033 - demo tracker is always set up on localhost (sf bug 1049101) |
|
3149
d69c8f0f2afe
add old change note
Richard Jones <richard@users.sourceforge.net>
parents:
3147
diff
changeset
|
3034 - relaxed URL designator syntax to allow issue[0]*1 (sf bug 1054523) |
|
2736
402d6d556558
postgres backend open doesn't hide corruption in schema [SF#956375]
Richard Jones <richard@users.sourceforge.net>
parents:
2735
diff
changeset
|
3035 |
|
3068
c4e76c84f43d
another fix to indexargs
Richard Jones <richard@users.sourceforge.net>
parents:
3060
diff
changeset
|
3036 |
|
4561
56def59a5194
Restore a missing release date. Make the dates a little easier to eyeball.
Eric S. Raymond <esr@thyrsus.com>
parents:
4559
diff
changeset
|
3037 2005-05-02: 0.7.12 |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3038 |
|
3101
ea2e0cf5c1c7
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
3099
diff
changeset
|
3039 Fixed: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3040 |
|
3101
ea2e0cf5c1c7
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
3099
diff
changeset
|
3041 - handle capitalisation of class names in text hyperlinking (sf bug |
|
ea2e0cf5c1c7
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
3099
diff
changeset
|
3042 1101043) |
|
3104
97aec6907e69
merge from 0.7
Richard Jones <richard@users.sourceforge.net>
parents:
3101
diff
changeset
|
3043 - quote full-text search text in URL generation |
|
3140
2487b070043b
slightly better fix
Richard Jones <richard@users.sourceforge.net>
parents:
3138
diff
changeset
|
3044 - fixed problem migrating mysql databases |
|
3138
e47d6bf5ad81
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
3134
diff
changeset
|
3045 - fix search_checkboxes macro (sf patch 1113828) |
|
3151
6feac4fcf883
Various bug fixes.
Richard Jones <richard@users.sourceforge.net>
parents:
3149
diff
changeset
|
3046 - fix bug in date editing in Metakit |
|
3159
b2fc512f145d
allow suppression of search_text in indexargs_form [SF#1101548]
Richard Jones <richard@users.sourceforge.net>
parents:
3157
diff
changeset
|
3047 - allow suppression of search_text in indexargs_form (sf bug 1101548) |
|
3166
3204488d20b5
hack to fix some anydbm export problems [SF#1081454]
Richard Jones <richard@users.sourceforge.net>
parents:
3164
diff
changeset
|
3048 - hack to fix some anydbm export problems (sf bug 1081454) |
|
3175
e2a590ecc5e4
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
3171
diff
changeset
|
3049 - ignore AutoReply messages (sf patch 1085051) |
|
3180
49aa59c581c7
fix ZRoundup syntax error [SF#1122335]
Richard Jones <richard@users.sourceforge.net>
parents:
3176
diff
changeset
|
3050 - fix ZRoundup syntax error (sf bug 1122335) |
|
3306
ae1093684ef5
merge from maint-0-7
Richard Jones <richard@users.sourceforge.net>
parents:
3303
diff
changeset
|
3051 - fix RDBMS clear() so it resets all class itemid counters |
|
3101
ea2e0cf5c1c7
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
3099
diff
changeset
|
3052 |
|
ea2e0cf5c1c7
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
3099
diff
changeset
|
3053 |
|
4561
56def59a5194
Restore a missing release date. Make the dates a little easier to eyeball.
Eric S. Raymond <esr@thyrsus.com>
parents:
4559
diff
changeset
|
3054 2005-01-06: 0.7.11 |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3055 |
|
3060
53d1d4e2015c
index args URL generation broken in .10 [SF#1096027]
Richard Jones <richard@users.sourceforge.net>
parents:
3049
diff
changeset
|
3056 Fixed: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3057 |
|
3060
53d1d4e2015c
index args URL generation broken in .10 [SF#1096027]
Richard Jones <richard@users.sourceforge.net>
parents:
3049
diff
changeset
|
3058 - index args URL generation broken in .10 (sf bug 1096027) |
|
3069
4ef775d2c8d1
handle NotModified for non-static files (patch [SF#1095790])
Richard Jones <richard@users.sourceforge.net>
parents:
3068
diff
changeset
|
3059 - handle NotModified for non-static files (sf patch 1095790) |
|
3073
7fefb1e29ed0
fix permission lookup in query editing
Richard Jones <richard@users.sourceforge.net>
parents:
3069
diff
changeset
|
3060 - fix permission lookup in query editing |
|
2450
c45ed2413044
fixed lookup of "missing" Link values for new props in anydbm backend
Richard Jones <richard@users.sourceforge.net>
parents:
2437
diff
changeset
|
3061 |
|
3060
53d1d4e2015c
index args URL generation broken in .10 [SF#1096027]
Richard Jones <richard@users.sourceforge.net>
parents:
3049
diff
changeset
|
3062 |
|
4561
56def59a5194
Restore a missing release date. Make the dates a little easier to eyeball.
Eric S. Raymond <esr@thyrsus.com>
parents:
4559
diff
changeset
|
3063 2005-01-04: 0.7.10 |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3064 |
|
2985
693069ac2039
reset ID counters if the database is cleared
Richard Jones <richard@users.sourceforge.net>
parents:
2959
diff
changeset
|
3065 Fixed: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3066 |
|
2985
693069ac2039
reset ID counters if the database is cleared
Richard Jones <richard@users.sourceforge.net>
parents:
2959
diff
changeset
|
3067 - reset ID counters if the database is cleared (thanks William) |
|
2988
f4023f1cc1d6
apply IE caching "fix" to automatically serve up all pages expired
Richard Jones <richard@users.sourceforge.net>
parents:
2985
diff
changeset
|
3068 - apply IE caching "fix" to automatically serve up all pages expired |
|
2991
b9a55628a78d
more doc fixes
Richard Jones <richard@users.sourceforge.net>
parents:
2988
diff
changeset
|
3069 - fix typo (sf patch 1076629) |
|
2994
29e7a2ff6434
fix hyperlinking of items [SF#1080251]
Richard Jones <richard@users.sourceforge.net>
parents:
2993
diff
changeset
|
3070 - fix hyperlinking of items (sf bug 1080251) |
|
2998
7c438646531a
merge from maint-0-7
Richard Jones <richard@users.sourceforge.net>
parents:
2994
diff
changeset
|
3071 - fix roundup-admin find command handling of Multilinks |
|
3023
a25de53435b1
don't set the title to nothing from incoming mail (thanks Bruce Guenter)
Richard Jones <richard@users.sourceforge.net>
parents:
3022
diff
changeset
|
3072 - fix some security assertions (sf bug 1085481) |
|
a25de53435b1
don't set the title to nothing from incoming mail (thanks Bruce Guenter)
Richard Jones <richard@users.sourceforge.net>
parents:
3022
diff
changeset
|
3073 - don't set the title to nothing from incoming mail (thanks Bruce Guenter) |
|
3028
de242e68c69b
fix py2.4 strftime() API change bug [SF#1087746]
Richard Jones <richard@users.sourceforge.net>
parents:
3025
diff
changeset
|
3074 - fix py2.4 strftime() API change bug (sf bug 1087746) |
|
3033
f8d0fd056ac0
fix indexer searching with no valid words [SF#1086787]
Richard Jones <richard@users.sourceforge.net>
parents:
3031
diff
changeset
|
3075 - fix indexer searching with no valid words (sf bug 1086787) |
|
3036
8fa6b5747a53
updated searching / indexing docs
Richard Jones <richard@users.sourceforge.net>
parents:
3033
diff
changeset
|
3076 - updated searching / indexing docs |
|
3043
3f3ca882deb2
fix "(list)" popup when list is one item long [SF#1064716]
Richard Jones <richard@users.sourceforge.net>
parents:
3040
diff
changeset
|
3077 - fix "(list)" popup when list is one item long (sf bug 1064716) |
|
3048
d9b4224f955c
merge from maint-0-8
Richard Jones <richard@users.sourceforge.net>
parents:
3043
diff
changeset
|
3078 - have RDBMS full-text indexer do AND searching (sf bug 1055435) |
|
3049
393f6ab17c07
handle spaces in String index params in batching [SF#1054224]
Richard Jones <richard@users.sourceforge.net>
parents:
3048
diff
changeset
|
3079 - handle spaces in String index params in batching (sf bug 1054224) |
|
2985
693069ac2039
reset ID counters if the database is cleared
Richard Jones <richard@users.sourceforge.net>
parents:
2959
diff
changeset
|
3080 |
|
693069ac2039
reset ID counters if the database is cleared
Richard Jones <richard@users.sourceforge.net>
parents:
2959
diff
changeset
|
3081 |
|
4561
56def59a5194
Restore a missing release date. Make the dates a little easier to eyeball.
Eric S. Raymond <esr@thyrsus.com>
parents:
4559
diff
changeset
|
3082 2004-10-26: 0.7.9 |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3083 |
|
2958
1ae91c2fa5fe
merge from maint-0-7
Richard Jones <richard@users.sourceforge.net>
parents:
2951
diff
changeset
|
3084 Feature: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3085 |
|
2958
1ae91c2fa5fe
merge from maint-0-7
Richard Jones <richard@users.sourceforge.net>
parents:
2951
diff
changeset
|
3086 - DateHTMLProperty.field() accepts format string (thanks Wil Cooley) |
|
1ae91c2fa5fe
merge from maint-0-7
Richard Jones <richard@users.sourceforge.net>
parents:
2951
diff
changeset
|
3087 |
|
2792
7131b106a389
merge from maint-0-7
Richard Jones <richard@users.sourceforge.net>
parents:
2761
diff
changeset
|
3088 Fixed: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3089 |
|
2792
7131b106a389
merge from maint-0-7
Richard Jones <richard@users.sourceforge.net>
parents:
2761
diff
changeset
|
3090 - popup listing uses filter args (thanks Marlon van den Berg) |
|
7131b106a389
merge from maint-0-7
Richard Jones <richard@users.sourceforge.net>
parents:
2761
diff
changeset
|
3091 - fixed editing of message contents |
|
7131b106a389
merge from maint-0-7
Richard Jones <richard@users.sourceforge.net>
parents:
2761
diff
changeset
|
3092 - loosened the detection of issue cross-references in messages |
|
2793
fcd76e1e97af
open CSV files in "universal newline" mode
Richard Jones <richard@users.sourceforge.net>
parents:
2792
diff
changeset
|
3093 - open CSV files in "universal newline" mode |
|
2830
9ab32261216b
s/Modifed/Modified (thanks donfu)
Richard Jones <richard@users.sourceforge.net>
parents:
2793
diff
changeset
|
3094 - s/Modifed/Modified (thanks donfu) |
|
2870
795cdba40c05
enforce View Permission when serving file content [SF#1050470]
Richard Jones <richard@users.sourceforge.net>
parents:
2869
diff
changeset
|
3095 - applied patch fixing some form handling issues in ZRoundup (sf bug 995565) |
|
795cdba40c05
enforce View Permission when serving file content [SF#1050470]
Richard Jones <richard@users.sourceforge.net>
parents:
2869
diff
changeset
|
3096 - enforce View Permission when serving file content (sf bug 1050470) |
|
2872
d530b68e4b42
don't index common words [SF#1046612]
Richard Jones <richard@users.sourceforge.net>
parents:
2870
diff
changeset
|
3097 - don't index common words (sf bug 1046612) |
|
2876
407f1f17079d
merge from maint-0-7
Richard Jones <richard@users.sourceforge.net>
parents:
2872
diff
changeset
|
3098 - don't wrap query.item.html in a <span> (thanks Roch'e Compaan) |
|
2903
2681cfbd0fcb
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
2895
diff
changeset
|
3099 - TAL expressions like 'request/show/whatever' return True |
|
2681cfbd0fcb
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
2895
diff
changeset
|
3100 if the request does not contain explicit @columns list |
|
2884
6d6fdd1daf92
NumberHTMLProperty should return "" not "None" if not set
Richard Jones <richard@users.sourceforge.net>
parents:
2882
diff
changeset
|
3101 - NumberHTMLProperty should return '' not "None" if not set (thanks |
|
6d6fdd1daf92
NumberHTMLProperty should return "" not "None" if not set
Richard Jones <richard@users.sourceforge.net>
parents:
2882
diff
changeset
|
3102 William) |
|
2895
79331099738c
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
2892
diff
changeset
|
3103 - ensure multilink ordering in RDBMS backends (thanks Marcus Priesch, sf |
|
79331099738c
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
2892
diff
changeset
|
3104 bug 950963) |
|
2892
2eae5848912d
always honor indexme property on Strings (patch [SF#063711])
Richard Jones <richard@users.sourceforge.net>
parents:
2887
diff
changeset
|
3105 - always honor indexme property on Strings (sf patch 1063711) |
|
2920
98e6219ddb83
merge maint-0-7
Richard Jones <richard@users.sourceforge.net>
parents:
2906
diff
changeset
|
3106 - make hyperdb value parsing errors readable in mailgw errors |
|
2951
2e3f3204afc9
merge from maint-0-7
Richard Jones <richard@users.sourceforge.net>
parents:
2932
diff
changeset
|
3107 - make anydbm journal export handle removed properties |
|
2959
fa5410ae581d
allow use of XML templates again
Richard Jones <richard@users.sourceforge.net>
parents:
2958
diff
changeset
|
3108 - allow use of XML templates again |
|
2792
7131b106a389
merge from maint-0-7
Richard Jones <richard@users.sourceforge.net>
parents:
2761
diff
changeset
|
3109 |
|
7131b106a389
merge from maint-0-7
Richard Jones <richard@users.sourceforge.net>
parents:
2761
diff
changeset
|
3110 |
|
4561
56def59a5194
Restore a missing release date. Make the dates a little easier to eyeball.
Eric S. Raymond <esr@thyrsus.com>
parents:
4559
diff
changeset
|
3111 2004-10-15: 0.7.8 |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3112 |
|
2755
e3cd28cec23d
Clean out sessions / otks tables when migrating
Richard Jones <richard@users.sourceforge.net>
parents:
2737
diff
changeset
|
3113 Fixed: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3114 |
|
2755
e3cd28cec23d
Clean out sessions / otks tables when migrating
Richard Jones <richard@users.sourceforge.net>
parents:
2737
diff
changeset
|
3115 - Clean out sessions / otks tables when migrating |
|
e3cd28cec23d
Clean out sessions / otks tables when migrating
Richard Jones <richard@users.sourceforge.net>
parents:
2737
diff
changeset
|
3116 |
|
e3cd28cec23d
Clean out sessions / otks tables when migrating
Richard Jones <richard@users.sourceforge.net>
parents:
2737
diff
changeset
|
3117 |
|
4561
56def59a5194
Restore a missing release date. Make the dates a little easier to eyeball.
Eric S. Raymond <esr@thyrsus.com>
parents:
4559
diff
changeset
|
3118 2004-10-11: 0.7.7 |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3119 |
|
2612
7cf56f5b3991
merge from maint-0-7
Richard Jones <richard@users.sourceforge.net>
parents:
2603
diff
changeset
|
3120 Fixed: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3121 |
|
2612
7cf56f5b3991
merge from maint-0-7
Richard Jones <richard@users.sourceforge.net>
parents:
2603
diff
changeset
|
3122 - ZRoundup's search interface works now (sf bug 994957) |
|
2615
2950127dcddc
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
2612
diff
changeset
|
3123 - fixed history display when "ascending" |
|
2617
33fffbf7ae68
merge from maint-0-7
Richard Jones <richard@users.sourceforge.net>
parents:
2615
diff
changeset
|
3124 - removed references to py2.3+ boolean values (sf bug 995682) |
|
2655
edaa8ba86bd0
fix static file path normalisation in security check (thanks David Linke)
Richard Jones <richard@users.sourceforge.net>
parents:
2650
diff
changeset
|
3125 - fix static file path normalisation in security check (thanks David Linke) |
|
2657
534f78a2e400
less specific messages for login failures (thanks Chris Withers)
Richard Jones <richard@users.sourceforge.net>
parents:
2655
diff
changeset
|
3126 - less specific messages for login failures (thanks Chris Withers) |
|
2670
bdf3a73dfd04
merge from maint-0-7
Richard Jones <richard@users.sourceforge.net>
parents:
2668
diff
changeset
|
3127 - Reject raised against email messages should result in email rejection, not |
|
bdf3a73dfd04
merge from maint-0-7
Richard Jones <richard@users.sourceforge.net>
parents:
2668
diff
changeset
|
3128 discarding of the message |
|
2704
d760b549bdf0
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
2702
diff
changeset
|
3129 - mailgw can override the MAIL_DEFAULT_CLASS |
|
2702
eb4e7b8d52a2
handle Py2.3+ datetime objects as Date specs [SF#971300]
Richard Jones <richard@users.sourceforge.net>
parents:
2670
diff
changeset
|
3130 - handle Py2.3+ datetime objects as Date specs (sf bug 971300) |
|
2717
ca2ee58c8310
use row locking in MySQL newid() [SF#1034211]
Richard Jones <richard@users.sourceforge.net>
parents:
2704
diff
changeset
|
3131 - use row locking in MySQL newid() (sf bug 1034211) |
|
2720
15d945dff53d
add sanity check for sort and group on same property [SF#1033477]
Richard Jones <richard@users.sourceforge.net>
parents:
2717
diff
changeset
|
3132 - add sanity check for sort and group on same property (sf bug 1033477) |
|
2721
1cd01cf106e1
extend OTK and session table value cols to TEXT [SF#1031271]
Richard Jones <richard@users.sourceforge.net>
parents:
2720
diff
changeset
|
3133 - extend OTK and session table value cols to TEXT (sf bug 1031271) |
|
2724
7b1c440dba92
fix lookup of REMOTE_USER [SF#1002923]
Richard Jones <richard@users.sourceforge.net>
parents:
2721
diff
changeset
|
3134 - fix lookup of REMOTE_USER (sf bug 1002923) |
|
2727
93e2e5b55a3c
new Interval props weren't created properly in rdbms
Richard Jones <richard@users.sourceforge.net>
parents:
2724
diff
changeset
|
3135 - new Interval props weren't created properly in rdbms |
|
2729
797725ec50c5
date.Interval() now accepts an Interval as a spec [SF#1041266]
Richard Jones <richard@users.sourceforge.net>
parents:
2727
diff
changeset
|
3136 - date.Interval() now accepts an Interval as a spec (sf bug 1041266) |
|
2731
7c472ed6babf
handle deleted properties in RDBMS history
Richard Jones <richard@users.sourceforge.net>
parents:
2729
diff
changeset
|
3137 - handle deleted properties in RDBMS history |
|
7c472ed6babf
handle deleted properties in RDBMS history
Richard Jones <richard@users.sourceforge.net>
parents:
2729
diff
changeset
|
3138 - apply timezone in correct direction in user input (sf bug 1013097) |
|
2733
ef396596a24e
more efficient find() in RDBMS [SF#1012781]
Richard Jones <richard@users.sourceforge.net>
parents:
2731
diff
changeset
|
3139 - more efficient find() in RDBMS (sf bug 1012781) |
|
2612
7cf56f5b3991
merge from maint-0-7
Richard Jones <richard@users.sourceforge.net>
parents:
2603
diff
changeset
|
3140 |
|
2650
d68a444fcce3
roundup-admin reindex command may now work on single items or classes
Richard Jones <richard@users.sourceforge.net>
parents:
2649
diff
changeset
|
3141 |
|
4561
56def59a5194
Restore a missing release date. Make the dates a little easier to eyeball.
Eric S. Raymond <esr@thyrsus.com>
parents:
4559
diff
changeset
|
3142 2004-07-21: 0.7.6 |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3143 |
|
2437
f37f3617b9e9
force lookup of journal props in anydbm filtering
Richard Jones <richard@users.sourceforge.net>
parents:
2418
diff
changeset
|
3144 Fixed: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3145 |
|
2505
bdd112cf61ba
rdbms backend full text search failure after import [SF#980314]
Richard Jones <richard@users.sourceforge.net>
parents:
2497
diff
changeset
|
3146 - rdbms backend full text search failure after import (sf bug 980314) |
|
2508
8e1c1623710b
rdbms backends not filtering correctly on link=None
Richard Jones <richard@users.sourceforge.net>
parents:
2507
diff
changeset
|
3147 - rdbms backends not filtering correctly on link=None |
|
2512
f5542d92307a
fix anydbm journal import [SF#983166]
Richard Jones <richard@users.sourceforge.net>
parents:
2508
diff
changeset
|
3148 - fix anydbm journal import (sf bug 983166) |
|
2536
70ede89e8056
handle postgresql bug in SQL generation [SF#984591]
Richard Jones <richard@users.sourceforge.net>
parents:
2512
diff
changeset
|
3149 - handle postgresql bug in SQL generation (sf bug 984591) |
|
2542
3dcdc5fef2e4
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
2536
diff
changeset
|
3150 - fix dates-from-Dates (sf bug 984604) |
|
2571
58848e3b6bb8
roundup-mailgw now logs fatal exceptions rather than mailing them to admin
Richard Jones <richard@users.sourceforge.net>
parents:
2544
diff
changeset
|
3151 - fix messageid generated when msgid is None for send_message (sf bug 987933) |
|
2574
1a041cda628c
make user permissions check more sane (fix search page for anonymous)
Richard Jones <richard@users.sourceforge.net>
parents:
2571
diff
changeset
|
3152 - make user permissions check more sane (fix search page for anonymous) |
|
2578
7f25486ff85e
fixed RDBMS filter() for no matches from full-text search [SF#990778]
Richard Jones <richard@users.sourceforge.net>
parents:
2574
diff
changeset
|
3153 - fixed RDBMS filter() for no matches from full-text search (sf bug 990778) |
|
2580
e90d63c7eceb
fixed DateHTMLProperty for invalid date entry [SF#986538]
Richard Jones <richard@users.sourceforge.net>
parents:
2578
diff
changeset
|
3154 - fixed DateHTMLProperty for invalid date entry (sf bug 986538) |
|
2582
7575854ecee5
fixed external password source example [SF#986601]
Richard Jones <richard@users.sourceforge.net>
parents:
2580
diff
changeset
|
3155 - fixed external password source example (sf bug 986601) |
|
2588
e80604dbe2af
document the STATIC_FILES config var
Richard Jones <richard@users.sourceforge.net>
parents:
2582
diff
changeset
|
3156 - document the STATIC_FILES config var |
|
2592
5a8d9465827e
implement the HTTP HEAD command [SF#992544]
Richard Jones <richard@users.sourceforge.net>
parents:
2588
diff
changeset
|
3157 - implement the HTTP HEAD command (sf bug 992544) |
|
2597
c86b2179085b
fix journal export of files to remove content from CSV files
Richard Jones <richard@users.sourceforge.net>
parents:
2592
diff
changeset
|
3158 - fix journal export of files to remove content from CSV files |
|
2601
113548baeed2
API clarification.
Richard Jones <richard@users.sourceforge.net>
parents:
2597
diff
changeset
|
3159 - API clarification. Previously, the anydbm/bsddb/metakit filter() methods |
|
113548baeed2
API clarification.
Richard Jones <richard@users.sourceforge.net>
parents:
2597
diff
changeset
|
3160 had required exact matches to Multilink argument lists. The RDBMS |
|
113548baeed2
API clarification.
Richard Jones <richard@users.sourceforge.net>
parents:
2597
diff
changeset
|
3161 backends treated Multilink matches like all other data types - matching |
|
113548baeed2
API clarification.
Richard Jones <richard@users.sourceforge.net>
parents:
2597
diff
changeset
|
3162 any of the Multilink argument list is good enough. The latter behaviour |
|
113548baeed2
API clarification.
Richard Jones <richard@users.sourceforge.net>
parents:
2597
diff
changeset
|
3163 is implemented across the board now. |
|
2603
5ccd99777869
fix metakit handling of filter on Link==None; fix some unit tests
Richard Jones <richard@users.sourceforge.net>
parents:
2601
diff
changeset
|
3164 - fix metakit handling of filter on Link==None |
|
2505
bdd112cf61ba
rdbms backend full text search failure after import [SF#980314]
Richard Jones <richard@users.sourceforge.net>
parents:
2497
diff
changeset
|
3165 |
|
bdd112cf61ba
rdbms backend full text search failure after import [SF#980314]
Richard Jones <richard@users.sourceforge.net>
parents:
2497
diff
changeset
|
3166 |
|
4561
56def59a5194
Restore a missing release date. Make the dates a little easier to eyeball.
Eric S. Raymond <esr@thyrsus.com>
parents:
4559
diff
changeset
|
3167 2004-06-24: 0.7.5 |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3168 |
|
2505
bdd112cf61ba
rdbms backend full text search failure after import [SF#980314]
Richard Jones <richard@users.sourceforge.net>
parents:
2497
diff
changeset
|
3169 Fixed: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3170 |
|
2437
f37f3617b9e9
force lookup of journal props in anydbm filtering
Richard Jones <richard@users.sourceforge.net>
parents:
2418
diff
changeset
|
3171 - force lookup of journal props in anydbm filtering |
|
2450
c45ed2413044
fixed lookup of "missing" Link values for new props in anydbm backend
Richard Jones <richard@users.sourceforge.net>
parents:
2437
diff
changeset
|
3172 - fixed lookup of "missing" Link values for new props in anydbm backend |
|
2453
0e2a0c2c8142
allow list of values for id, Number and Boolean filtering in anydbm backend
Richard Jones <richard@users.sourceforge.net>
parents:
2450
diff
changeset
|
3173 - allow list of values for id, Number and Boolean filtering in anydbm |
|
0e2a0c2c8142
allow list of values for id, Number and Boolean filtering in anydbm backend
Richard Jones <richard@users.sourceforge.net>
parents:
2450
diff
changeset
|
3174 backend |
|
2456
1cd69db95b23
fixed some more mysql 0.6->0.7 upgrade bugs [SF#950410]
Richard Jones <richard@users.sourceforge.net>
parents:
2453
diff
changeset
|
3175 - fixed some more mysql 0.6->0.7 upgrade bugs (sf bug 950410) |
|
2472
f41539b3c486
fixed Boolean values in postgresql (bugs [SF#972546] and [SF#972600])
Richard Jones <richard@users.sourceforge.net>
parents:
2471
diff
changeset
|
3176 - fixed Boolean values in postgresql (sf bugs 972546 and 972600) |
|
2481
8f2d1aabd940
fixed -g arg to roundup-server [SF#973946]
Richard Jones <richard@users.sourceforge.net>
parents:
2472
diff
changeset
|
3177 - fixed -g arg to roundup-server (sf bug 973946) |
|
2483
55b496fb7b5b
better roundup-server usage string [SF#973352]
Richard Jones <richard@users.sourceforge.net>
parents:
2481
diff
changeset
|
3178 - better roundup-server usage string (sf bug 973352) |
|
2492
fa871d7a3a0f
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
2489
diff
changeset
|
3179 - include "context" always, as documented (sf bug 965447) |
|
2489
b81c9679f5de
fixed REMOTE_USER (external HTTP Basic auth) [SF#977309]
Richard Jones <richard@users.sourceforge.net>
parents:
2488
diff
changeset
|
3180 - fixed REMOTE_USER (external HTTP Basic auth) (sf bug 977309) |
|
2494
ea7fb2f416db
fixed RDBMS Class.find() to handle None value in multiple find...
Richard Jones <richard@users.sourceforge.net>
parents:
2492
diff
changeset
|
3181 - fixed roundup-admin "find" to use better value parsing |
|
ea7fb2f416db
fixed RDBMS Class.find() to handle None value in multiple find...
Richard Jones <richard@users.sourceforge.net>
parents:
2492
diff
changeset
|
3182 - fixed RDBMS Class.find() to handle None value in multiple find |
|
2497
e27578fc4e37
export now stores file "content" in separate files in export directory
Richard Jones <richard@users.sourceforge.net>
parents:
2494
diff
changeset
|
3183 - export now stores file "content" in separate files in export directory |
|
2374
31cb1014300c
Switch to using sqlite's own locking mechanisms...
Richard Jones <richard@users.sourceforge.net>
parents:
2372
diff
changeset
|
3184 |
|
2437
f37f3617b9e9
force lookup of journal props in anydbm filtering
Richard Jones <richard@users.sourceforge.net>
parents:
2418
diff
changeset
|
3185 |
|
4561
56def59a5194
Restore a missing release date. Make the dates a little easier to eyeball.
Eric S. Raymond <esr@thyrsus.com>
parents:
4559
diff
changeset
|
3186 2004-06-10: 0.7.4 |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3187 |
|
2372
c26bb78d2f0c
couple of bugfixes
Richard Jones <richard@users.sourceforge.net>
parents:
2366
diff
changeset
|
3188 Fixed: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3189 |
|
2372
c26bb78d2f0c
couple of bugfixes
Richard Jones <richard@users.sourceforge.net>
parents:
2366
diff
changeset
|
3190 - re-acquire the OTK manager when we re-open the database |
|
c26bb78d2f0c
couple of bugfixes
Richard Jones <richard@users.sourceforge.net>
parents:
2366
diff
changeset
|
3191 - mailgw handler can close the database on us |
|
2386
8214560941f4
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
2374
diff
changeset
|
3192 - fixed grouping by a NULL Link value |
|
2398
202701d52788
fixed anydbm & metakit import/export ([SF#965216], [SF#964457], [SF#964450])
Richard Jones <richard@users.sourceforge.net>
parents:
2397
diff
changeset
|
3193 - fixed anydbm import/export (sf bugs 965216, 964457, 964450) |
|
2402
3953092900dd
fix python 2.3.3 strftime deprecation warning (patch [SF#968398])
Richard Jones <richard@users.sourceforge.net>
parents:
2398
diff
changeset
|
3194 - fix python 2.3.3 strftime deprecation warning (sf patch 968398) |
|
2413
7d0bb6601809
fix some column datatypes in postgresql and mysql
Richard Jones <richard@users.sourceforge.net>
parents:
2402
diff
changeset
|
3195 - fix some column datatypes in postgresql and mysql (sf bugs 962611, |
|
7d0bb6601809
fix some column datatypes in postgresql and mysql
Richard Jones <richard@users.sourceforge.net>
parents:
2402
diff
changeset
|
3196 959177 and 964231) |
| 2416 | 3197 - fixed RDBMS journal packing (sf bug 959177) |
|
2418
89072e66b5f5
fixed filtering by floats in anydbm [SF#963584]
Richard Jones <richard@users.sourceforge.net>
parents:
2416
diff
changeset
|
3198 - fixed filtering by floats in anydbm (sf bug 963584) |
|
2372
c26bb78d2f0c
couple of bugfixes
Richard Jones <richard@users.sourceforge.net>
parents:
2366
diff
changeset
|
3199 |
|
c26bb78d2f0c
couple of bugfixes
Richard Jones <richard@users.sourceforge.net>
parents:
2366
diff
changeset
|
3200 |
|
4561
56def59a5194
Restore a missing release date. Make the dates a little easier to eyeball.
Eric S. Raymond <esr@thyrsus.com>
parents:
4559
diff
changeset
|
3201 2004-05-28: 0.7.3 |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3202 |
|
2334
c5e5e9e176d2
add "checked" to truth values for Boolean input
Richard Jones <richard@users.sourceforge.net>
parents:
2320
diff
changeset
|
3203 Fixed: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3204 |
|
2334
c5e5e9e176d2
add "checked" to truth values for Boolean input
Richard Jones <richard@users.sourceforge.net>
parents:
2320
diff
changeset
|
3205 - add "checked" to truth values for Boolean input |
|
2336
258cfa16f63c
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
2334
diff
changeset
|
3206 - fixed import in metakit backend |
|
2362
10fc45eea226
fix SearchAction use of Class.filter(), and clarify API docs for same
Richard Jones <richard@users.sourceforge.net>
parents:
2351
diff
changeset
|
3207 - fix SearchAction use of Class.filter(), and clarify API docs for same |
|
2366
1d46cd2f83f6
fix security hole in serve_static_file
Richard Jones <richard@users.sourceforge.net>
parents:
2362
diff
changeset
|
3208 - ensure static files may only be served out of the tracker's "static |
|
1d46cd2f83f6
fix security hole in serve_static_file
Richard Jones <richard@users.sourceforge.net>
parents:
2362
diff
changeset
|
3209 files" directory |
|
2334
c5e5e9e176d2
add "checked" to truth values for Boolean input
Richard Jones <richard@users.sourceforge.net>
parents:
2320
diff
changeset
|
3210 |
|
c5e5e9e176d2
add "checked" to truth values for Boolean input
Richard Jones <richard@users.sourceforge.net>
parents:
2320
diff
changeset
|
3211 |
|
4561
56def59a5194
Restore a missing release date. Make the dates a little easier to eyeball.
Eric S. Raymond <esr@thyrsus.com>
parents:
4559
diff
changeset
|
3212 2004-05-17: 0.7.2 |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3213 |
|
2285
c7f780c24a87
fixed anydbm sorting with None values [SF#952853]
Richard Jones <richard@users.sourceforge.net>
parents:
2283
diff
changeset
|
3214 Fixed: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3215 |
|
2287
49f69762c66a
roundup-server -g option not recognised [SF#952310]
Richard Jones <richard@users.sourceforge.net>
parents:
2285
diff
changeset
|
3216 - anydbm sorting with None values (sf bug 952853) |
|
49f69762c66a
roundup-server -g option not recognised [SF#952310]
Richard Jones <richard@users.sourceforge.net>
parents:
2285
diff
changeset
|
3217 - roundup-server -g option not recognised (sf bug 952310) |
|
2289
6d16b967f89d
HTML templating isset() inverted [SF#951779]
Richard Jones <richard@users.sourceforge.net>
parents:
2287
diff
changeset
|
3218 - HTML templating isset() inverted (sf bug 951779) |
|
2291
90cca653ef3d
otks manager missing [SF#952931]
Richard Jones <richard@users.sourceforge.net>
parents:
2289
diff
changeset
|
3219 - otks manager missing (sf bug 952931) |
|
2293
51b34469b7aa
mention DEFAULT_TIMEZONE requirement in upgrading doc [SF#952932]
Richard Jones <richard@users.sourceforge.net>
parents:
2291
diff
changeset
|
3220 - mention DEFAULT_TIMEZONE requirement in upgrading doc (sf bug 952932) |
|
2314
7c8d2e9a0566
fix DateHTMLProperty so local() can override user timezone [SF#953678]
Richard Jones <richard@users.sourceforge.net>
parents:
2293
diff
changeset
|
3221 - fix DateHTMLProperty so local() can override user timezone (sf bug |
|
7c8d2e9a0566
fix DateHTMLProperty so local() can override user timezone [SF#953678]
Richard Jones <richard@users.sourceforge.net>
parents:
2293
diff
changeset
|
3222 953678) |
|
2318
fa2f7ba34399
merge from maint-0-7
Richard Jones <richard@users.sourceforge.net>
parents:
2314
diff
changeset
|
3223 - fix anydbm sort/group direction handling, and make RDBMS sort/group use |
|
fa2f7ba34399
merge from maint-0-7
Richard Jones <richard@users.sourceforge.net>
parents:
2314
diff
changeset
|
3224 Link'ed "order" properties (sf bug 953148) |
|
2320
41bc4936e115
fix Interval editing [SF#954891]
Richard Jones <richard@users.sourceforge.net>
parents:
2318
diff
changeset
|
3225 - fix Interval editing (sf bug 954891) |
|
2285
c7f780c24a87
fixed anydbm sorting with None values [SF#952853]
Richard Jones <richard@users.sourceforge.net>
parents:
2283
diff
changeset
|
3226 |
|
c7f780c24a87
fixed anydbm sorting with None values [SF#952853]
Richard Jones <richard@users.sourceforge.net>
parents:
2283
diff
changeset
|
3227 |
|
4561
56def59a5194
Restore a missing release date. Make the dates a little easier to eyeball.
Eric S. Raymond <esr@thyrsus.com>
parents:
4559
diff
changeset
|
3228 2004-05-10: 0.7.1 |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3229 |
|
2275
3197e37346de
merge from maint-0-7
Richard Jones <richard@users.sourceforge.net>
parents:
2257
diff
changeset
|
3230 Fixed: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3231 |
|
2275
3197e37346de
merge from maint-0-7
Richard Jones <richard@users.sourceforge.net>
parents:
2257
diff
changeset
|
3232 - several temp files made it into the source distribution (sf bug 949243) |
|
3197e37346de
merge from maint-0-7
Richard Jones <richard@users.sourceforge.net>
parents:
2257
diff
changeset
|
3233 - typo in roundup/instance.py |
|
3197e37346de
merge from maint-0-7
Richard Jones <richard@users.sourceforge.net>
parents:
2257
diff
changeset
|
3234 - missing CRLF var in rfc822.py (sf patch 949471) |
|
3197e37346de
merge from maint-0-7
Richard Jones <richard@users.sourceforge.net>
parents:
2257
diff
changeset
|
3235 - fix user creation page |
|
3197e37346de
merge from maint-0-7
Richard Jones <richard@users.sourceforge.net>
parents:
2257
diff
changeset
|
3236 - have roundup server pass though the cause of a "403 Forbidden" response |
|
3197e37346de
merge from maint-0-7
Richard Jones <richard@users.sourceforge.net>
parents:
2257
diff
changeset
|
3237 - fix schema mutation in sqlite backends (thanks Tamer Fahmy) |
|
3197e37346de
merge from maint-0-7
Richard Jones <richard@users.sourceforge.net>
parents:
2257
diff
changeset
|
3238 - make popup Javascript IE 5.0 friendly (thanks Marlon van den Berg) |
|
3197e37346de
merge from maint-0-7
Richard Jones <richard@users.sourceforge.net>
parents:
2257
diff
changeset
|
3239 - fix RDBMS import (thanks Tamer Fahmy) |
|
3197e37346de
merge from maint-0-7
Richard Jones <richard@users.sourceforge.net>
parents:
2257
diff
changeset
|
3240 |
|
3197e37346de
merge from maint-0-7
Richard Jones <richard@users.sourceforge.net>
parents:
2257
diff
changeset
|
3241 |
|
4561
56def59a5194
Restore a missing release date. Make the dates a little easier to eyeball.
Eric S. Raymond <esr@thyrsus.com>
parents:
4559
diff
changeset
|
3242 2004-05-06: 0.7.0 |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3243 |
|
2224
69f16bb16f83
sqlite migration drops some journal information (thanks David Linke)
Richard Jones <richard@users.sourceforge.net>
parents:
2218
diff
changeset
|
3244 Fixed: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3245 |
|
2224
69f16bb16f83
sqlite migration drops some journal information (thanks David Linke)
Richard Jones <richard@users.sourceforge.net>
parents:
2218
diff
changeset
|
3246 - sqlite migration drops some journal information (thanks David Linke) |
|
2226
03bb30c5e2c3
user editing Role entry help text always appears
Richard Jones <richard@users.sourceforge.net>
parents:
2224
diff
changeset
|
3247 - user editing Role entry help text always appears |
|
2230
ca2664e095be
disable forking server when os.fork() not available [SF#938586]
Richard Jones <richard@users.sourceforge.net>
parents:
2226
diff
changeset
|
3248 - disable forking server when os.fork() not available (sf bug 938586) |
|
2231
27ba128ab567
removed Boolean from source to make py <2.3 happy [SF#938790]
Richard Jones <richard@users.sourceforge.net>
parents:
2230
diff
changeset
|
3249 - removed Boolean from source to make py <2.3 happy (sf bug 938790) |
|
2234
70d21059aa18
fix nested scope bug in multilink sorting in rdbms filtering
Richard Jones <richard@users.sourceforge.net>
parents:
2231
diff
changeset
|
3250 - fix nested scope bug in rdbms multilink sorting |
|
70d21059aa18
fix nested scope bug in multilink sorting in rdbms filtering
Richard Jones <richard@users.sourceforge.net>
parents:
2231
diff
changeset
|
3251 - re-seed the random number generator for each request |
|
2243
20507f6759fc
postgresql backend altered to not use popen (thanks Georges Martin)
Richard Jones <richard@users.sourceforge.net>
parents:
2234
diff
changeset
|
3252 - postgresql backend altered to not use popen (thanks Georges Martin) |
|
2244
ac4f295499a4
fixed journal marshalling in RDBMS backends [SF#943627]
Richard Jones <richard@users.sourceforge.net>
parents:
2243
diff
changeset
|
3253 - fixed journal marshalling in RDBMS backends (sf bug 943627) |
|
ac4f295499a4
fixed journal marshalling in RDBMS backends [SF#943627]
Richard Jones <richard@users.sourceforge.net>
parents:
2243
diff
changeset
|
3254 - fixed handling of key values starting with numbers (sf bug 941363) |
|
ac4f295499a4
fixed journal marshalling in RDBMS backends [SF#943627]
Richard Jones <richard@users.sourceforge.net>
parents:
2243
diff
changeset
|
3255 - fixed journal "param" column size in RDBMS backends |
|
2246
9db7d2842222
fixed static file serving
Richard Jones <richard@users.sourceforge.net>
parents:
2244
diff
changeset
|
3256 - fixed static file serving |
|
2248
cd7e6d6288c6
fixed rego from email address [SF#947414]
Richard Jones <richard@users.sourceforge.net>
parents:
2246
diff
changeset
|
3257 - fixed rego from email address (sf bug 947414) |
|
2250
1f243574af52
fixed sqlite journal ordering issue
Richard Jones <richard@users.sourceforge.net>
parents:
2248
diff
changeset
|
3258 - fixed sqlite journal ordering issue |
|
2257
557db2c97081
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
2250
diff
changeset
|
3259 - fixed mysql date range filtering |
|
2224
69f16bb16f83
sqlite migration drops some journal information (thanks David Linke)
Richard Jones <richard@users.sourceforge.net>
parents:
2218
diff
changeset
|
3260 |
|
69f16bb16f83
sqlite migration drops some journal information (thanks David Linke)
Richard Jones <richard@users.sourceforge.net>
parents:
2218
diff
changeset
|
3261 |
|
4561
56def59a5194
Restore a missing release date. Make the dates a little easier to eyeball.
Eric S. Raymond <esr@thyrsus.com>
parents:
4559
diff
changeset
|
3262 2004-04-18: 0.7.0b3 |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3263 |
|
2176
adaf2a92153c
added favicon
Richard Jones <richard@users.sourceforge.net>
parents:
2175
diff
changeset
|
3264 Feature: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3265 |
|
2180
58b6d1747973
Web interface tweaks.
Richard Jones <richard@users.sourceforge.net>
parents:
2176
diff
changeset
|
3266 - added a favicon |
|
58b6d1747973
Web interface tweaks.
Richard Jones <richard@users.sourceforge.net>
parents:
2176
diff
changeset
|
3267 - added url_quote and html_quote methods to the utils object |
|
58b6d1747973
Web interface tweaks.
Richard Jones <richard@users.sourceforge.net>
parents:
2176
diff
changeset
|
3268 - added isset method to HTMLProperty |
|
2182
7c0ed51cc865
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
2180
diff
changeset
|
3269 - database export now exports full journals too |
|
2187
3b92a1b7a056
tracker name at end of page title (rfe [SF#926840])
Richard Jones <richard@users.sourceforge.net>
parents:
2186
diff
changeset
|
3270 - tracker name at end of page title (sf rfe 926840) |
|
2191
f7f6b6981a13
sqlite backend uses the global lock again
Richard Jones <richard@users.sourceforge.net>
parents:
2187
diff
changeset
|
3271 - roundup-server now uses the ForkingMixin |
|
2193
b1a29edd6214
added another sample detector
Richard Jones <richard@users.sourceforge.net>
parents:
2191
diff
changeset
|
3272 - added another sample detector "creator_resolution" |
|
2195
638600b0d682
added search_checkboxes as an option for the search form
Richard Jones <richard@users.sourceforge.net>
parents:
2193
diff
changeset
|
3273 - added search_checkboxes as an option for the search form |
|
2210
b61640273061
added IMAP support to mail gateway (rfe [SF#934000])
Richard Jones <richard@users.sourceforge.net>
parents:
2207
diff
changeset
|
3274 - added IMAP support to mail gateway (sf rfe 934000) |
|
2213
3c38d9be63a6
check MANIFEST against the files actually unpacked
Richard Jones <richard@users.sourceforge.net>
parents:
2212
diff
changeset
|
3275 - check MANIFEST against the files actually unpacked |
|
2218
5673b24ceb0d
roundupdb nosymessage() takes an optional bcc list
Richard Jones <richard@users.sourceforge.net>
parents:
2217
diff
changeset
|
3276 - roundupdb nosymessage() takes an optional bcc list |
|
2176
adaf2a92153c
added favicon
Richard Jones <richard@users.sourceforge.net>
parents:
2175
diff
changeset
|
3277 |
|
2160
225a0a74ac25
CSV export was busted
Richard Jones <richard@users.sourceforge.net>
parents:
2154
diff
changeset
|
3278 Fixed: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3279 |
|
2196
85954067e496
mysql and postgresql schema mutation now handle added Multilinks; fixed test too
Richard Jones <richard@users.sourceforge.net>
parents:
2195
diff
changeset
|
3280 - mysql and postgresql schema mutation now handle added Multilinks |
|
2182
7c0ed51cc865
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
2180
diff
changeset
|
3281 - web CSV export was busted (as was any action returning a result) |
|
2162
53c600091f17
fixed MultiMapping
Richard Jones <richard@users.sourceforge.net>
parents:
2160
diff
changeset
|
3282 - MultiMapping deviated from the Zope C implementation in a number of |
|
53c600091f17
fixed MultiMapping
Richard Jones <richard@users.sourceforge.net>
parents:
2160
diff
changeset
|
3283 places (thanks Toby Sargeant) |
|
2166
cd42c3c7173a
MySQL and Postgresql use BOOL/BOOLEAN for Boolean types
Richard Jones <richard@users.sourceforge.net>
parents:
2163
diff
changeset
|
3284 - MySQL and Postgresql use BOOL/BOOLEAN for Boolean types |
|
2169
12cd4fa91eb7
OTK generation was busted (thanks Stuart D. Gathman)
Richard Jones <richard@users.sourceforge.net>
parents:
2166
diff
changeset
|
3285 - OTK generation was busted (thanks Stuart D. Gathman) |
|
2175
723098a10677
Export and import now include journals (incompatible with export < 0.7)
Richard Jones <richard@users.sourceforge.net>
parents:
2174
diff
changeset
|
3286 - export and import now include journals (incompatible with export < 0.7) |
|
2180
58b6d1747973
Web interface tweaks.
Richard Jones <richard@users.sourceforge.net>
parents:
2176
diff
changeset
|
3287 - added "download_url" method to generate a correctly quoted URL for file |
|
58b6d1747973
Web interface tweaks.
Richard Jones <richard@users.sourceforge.net>
parents:
2176
diff
changeset
|
3288 download links (sf bug 927745) |
|
2183
ac24a9c74cca
be paranoid about TRACKER_WEB
Richard Jones <richard@users.sourceforge.net>
parents:
2182
diff
changeset
|
3289 - all uses of TRACKER_WEB now ensure it ends with a '/' |
|
2184
d04ef0543c76
roundup-admin install checks for existing tracker in target home
Richard Jones <richard@users.sourceforge.net>
parents:
2183
diff
changeset
|
3290 - roundup-admin install checks for existing tracker in target home |
|
2185
c52a931879c4
sort/group by multilink in RDBMS
Richard Jones <richard@users.sourceforge.net>
parents:
2184
diff
changeset
|
3291 - grouping (and sorting) by multilink in RDBMS backends (sf bug 655702) |
|
2186
3f89c8ffe4f1
version info in scripts
Richard Jones <richard@users.sourceforge.net>
parents:
2185
diff
changeset
|
3292 - roundup scripts may now be asked for their version (sf rfe 798657) |
|
2191
f7f6b6981a13
sqlite backend uses the global lock again
Richard Jones <richard@users.sourceforge.net>
parents:
2187
diff
changeset
|
3293 - sqlite backend had stopped using the global lock |
|
2207
a993c3dcac9b
better check for anonymous viewing of user items [SF#933510]
Richard Jones <richard@users.sourceforge.net>
parents:
2206
diff
changeset
|
3294 - better check for anonymous viewing of user items (sf bug 933510) |
|
2212
75e46660345c
stop Interval from displaying an empty string [SF#934022]
Richard Jones <richard@users.sourceforge.net>
parents:
2210
diff
changeset
|
3295 - stop Interval from displaying an empty string (sf bug 934022) |
|
2217
98d3bf8ffb19
store Intervals as two columns (and other fixes
Richard Jones <richard@users.sourceforge.net>
parents:
2213
diff
changeset
|
3296 - fixed storage of some datatypes in some RDBMS backends |
|
2160
225a0a74ac25
CSV export was busted
Richard Jones <richard@users.sourceforge.net>
parents:
2154
diff
changeset
|
3297 |
|
225a0a74ac25
CSV export was busted
Richard Jones <richard@users.sourceforge.net>
parents:
2154
diff
changeset
|
3298 |
|
4561
56def59a5194
Restore a missing release date. Make the dates a little easier to eyeball.
Eric S. Raymond <esr@thyrsus.com>
parents:
4559
diff
changeset
|
3299 2004-03-27: 0.7.0b2 |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3300 |
|
2112
b86f0627b07c
added CSV download of index / search results
Richard Jones <richard@users.sourceforge.net>
parents:
2108
diff
changeset
|
3301 Feature: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3302 |
|
2112
b86f0627b07c
added CSV download of index / search results
Richard Jones <richard@users.sourceforge.net>
parents:
2108
diff
changeset
|
3303 - added CSV export to index pages |
|
2137
c49495585c44
Fix for sqlite backend migration. Change Cookie -> SimpleCookie
Richard Jones <richard@users.sourceforge.net>
parents:
2136
diff
changeset
|
3304 - added emailauditor.py which works around a bug in IE. See |
|
c49495585c44
Fix for sqlite backend migration. Change Cookie -> SimpleCookie
Richard Jones <richard@users.sourceforge.net>
parents:
2136
diff
changeset
|
3305 "detectors/emailauditor.py" for more info. |
|
2121
fd5459469069
Did a couple of things:
Eddie Parker <eparker@users.sourceforge.net>
parents:
2117
diff
changeset
|
3306 - added dispatcher functionality - see upgrading.txt for more info |
|
2129
3fd672293712
add and use Reject exception [SF#700265]
Richard Jones <richard@users.sourceforge.net>
parents:
2126
diff
changeset
|
3307 - added Reject exception which may be raised by auditors. This is trapped |
|
3fd672293712
add and use Reject exception [SF#700265]
Richard Jones <richard@users.sourceforge.net>
parents:
2126
diff
changeset
|
3308 by mailgw and may be used to veto creation of file attachments or |
|
3fd672293712
add and use Reject exception [SF#700265]
Richard Jones <richard@users.sourceforge.net>
parents:
2126
diff
changeset
|
3309 messages. (sf bug 700265) |
|
2136
ee3cf6a44f29
queries on a per-user basis, and public queries [SF#891798] :)
Richard Jones <richard@users.sourceforge.net>
parents:
2129
diff
changeset
|
3310 - queries on a per-user basis, and public queries (sf "bug" 891798 :) |
|
2149
702f9a6afdcf
Added DEFAULT_TIMEZONE. Fixed up some missing info from What's New.
Richard Jones <richard@users.sourceforge.net>
parents:
2137
diff
changeset
|
3311 - added DEFAULT_TIMEZONE (sf rfe 895139) |
|
2154
9f6e6bc40a08
fixes and release announcement
Richard Jones <richard@users.sourceforge.net>
parents:
2152
diff
changeset
|
3312 - added HTML page template to the templating context as "template" |
|
9f6e6bc40a08
fixes and release announcement
Richard Jones <richard@users.sourceforge.net>
parents:
2152
diff
changeset
|
3313 - added is_retired to HTMLItems in templating |
|
2112
b86f0627b07c
added CSV download of index / search results
Richard Jones <richard@users.sourceforge.net>
parents:
2108
diff
changeset
|
3314 |
|
2113
30aeb17e5b04
Boolean HTML templating was broken
Richard Jones <richard@users.sourceforge.net>
parents:
2112
diff
changeset
|
3315 Fixed: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3316 |
|
2154
9f6e6bc40a08
fixes and release announcement
Richard Jones <richard@users.sourceforge.net>
parents:
2152
diff
changeset
|
3317 - Boolean, Date and Link HTML templating was broken |
|
2137
c49495585c44
Fix for sqlite backend migration. Change Cookie -> SimpleCookie
Richard Jones <richard@users.sourceforge.net>
parents:
2136
diff
changeset
|
3318 - fix reporting of test inclusion in postgresql test |
|
2136
ee3cf6a44f29
queries on a per-user basis, and public queries [SF#891798] :)
Richard Jones <richard@users.sourceforge.net>
parents:
2129
diff
changeset
|
3319 - EditAction was confused about who "self" was |
|
2137
c49495585c44
Fix for sqlite backend migration. Change Cookie -> SimpleCookie
Richard Jones <richard@users.sourceforge.net>
parents:
2136
diff
changeset
|
3320 - edit collision detection was broken for index-page edits |
|
c49495585c44
Fix for sqlite backend migration. Change Cookie -> SimpleCookie
Richard Jones <richard@users.sourceforge.net>
parents:
2136
diff
changeset
|
3321 - sqlite backend wasn't migrating multilink tables correctly |
|
c49495585c44
Fix for sqlite backend migration. Change Cookie -> SimpleCookie
Richard Jones <richard@users.sourceforge.net>
parents:
2136
diff
changeset
|
3322 - use SimpleCookie instead of Cookie (is an alias for the evil SmartCookie) |
|
2150
c69dd43728a3
handle older sessions
Richard Jones <richard@users.sourceforge.net>
parents:
2149
diff
changeset
|
3323 - handle older sessions in session dbm |
|
2152
c97113353415
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
2150
diff
changeset
|
3324 - make presetunread more resilient to status Class changes |
|
2154
9f6e6bc40a08
fixes and release announcement
Richard Jones <richard@users.sourceforge.net>
parents:
2152
diff
changeset
|
3325 - HTMLDatabase classes() was broken |
|
2113
30aeb17e5b04
Boolean HTML templating was broken
Richard Jones <richard@users.sourceforge.net>
parents:
2112
diff
changeset
|
3326 |
|
2129
3fd672293712
add and use Reject exception [SF#700265]
Richard Jones <richard@users.sourceforge.net>
parents:
2126
diff
changeset
|
3327 |
|
4561
56def59a5194
Restore a missing release date. Make the dates a little easier to eyeball.
Eric S. Raymond <esr@thyrsus.com>
parents:
4559
diff
changeset
|
3328 2004-03-24: 0.7.0b1 |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3329 |
|
2097
37ede7c5f5c5
minor doc edits
Richard Jones <richard@users.sourceforge.net>
parents:
2095
diff
changeset
|
3330 Major new features: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3331 |
|
2097
37ede7c5f5c5
minor doc edits
Richard Jones <richard@users.sourceforge.net>
parents:
2095
diff
changeset
|
3332 - added postgresql backend (originally from sf patch 761740, many changes |
|
37ede7c5f5c5
minor doc edits
Richard Jones <richard@users.sourceforge.net>
parents:
2095
diff
changeset
|
3333 since) |
|
2077
3e0961d6d44d
Added the "actor" property.
Richard Jones <richard@users.sourceforge.net>
parents:
2073
diff
changeset
|
3334 - added new "actor" automatic property (indicates user who cause the last |
|
2097
37ede7c5f5c5
minor doc edits
Richard Jones <richard@users.sourceforge.net>
parents:
2095
diff
changeset
|
3335 "activity") |
|
37ede7c5f5c5
minor doc edits
Richard Jones <richard@users.sourceforge.net>
parents:
2095
diff
changeset
|
3336 - RDBMS backends implement their session and one-time-key stores and |
|
37ede7c5f5c5
minor doc edits
Richard Jones <richard@users.sourceforge.net>
parents:
2095
diff
changeset
|
3337 full-text indexers; thus they are now performing their own locking |
|
37ede7c5f5c5
minor doc edits
Richard Jones <richard@users.sourceforge.net>
parents:
2095
diff
changeset
|
3338 internally |
|
37ede7c5f5c5
minor doc edits
Richard Jones <richard@users.sourceforge.net>
parents:
2095
diff
changeset
|
3339 - all RDBMS backends now have indexes on several columns |
|
37ede7c5f5c5
minor doc edits
Richard Jones <richard@users.sourceforge.net>
parents:
2095
diff
changeset
|
3340 - support confirming registration by replying to the email (sf bug 763668) |
|
37ede7c5f5c5
minor doc edits
Richard Jones <richard@users.sourceforge.net>
parents:
2095
diff
changeset
|
3341 - all HTML templating methods now automatically check for permissions |
|
37ede7c5f5c5
minor doc edits
Richard Jones <richard@users.sourceforge.net>
parents:
2095
diff
changeset
|
3342 (either view or edit as appropriate), greatly simplifying templates |
|
37ede7c5f5c5
minor doc edits
Richard Jones <richard@users.sourceforge.net>
parents:
2095
diff
changeset
|
3343 |
|
37ede7c5f5c5
minor doc edits
Richard Jones <richard@users.sourceforge.net>
parents:
2095
diff
changeset
|
3344 Other new features: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3345 |
|
2014
366d3bbce982
Simple version of collision detection...
Johannes Gijsbers <jlgijsbers@users.sourceforge.net>
parents:
2013
diff
changeset
|
3346 - simple support for collision detection (sf rfe 648763) |
|
1839
06f5b36b201b
Fix a couple of failures in mysql backend unit tests.
Richard Jones <richard@users.sourceforge.net>
parents:
1835
diff
changeset
|
3347 - support setgid and running on port < 1024 (sf patch 777528) |
|
1873
f63aa57386b0
Backend improvements.
Richard Jones <richard@users.sourceforge.net>
parents:
1864
diff
changeset
|
3348 - using Zope3's test runner now, allowing GC checks, nicer controls and |
|
f63aa57386b0
Backend improvements.
Richard Jones <richard@users.sourceforge.net>
parents:
1864
diff
changeset
|
3349 coverage analysis |
|
2097
37ede7c5f5c5
minor doc edits
Richard Jones <richard@users.sourceforge.net>
parents:
2095
diff
changeset
|
3350 - change nosymessage and send_message to accept msgid=None (RFE #707235) |
|
1941
bcc65c5b86e6
fixed date arithmetic to not allow day-of-month == 0 [SF#853306]
Richard Jones <richard@users.sourceforge.net>
parents:
1939
diff
changeset
|
3351 - handle Resent-From: headers (sf bug 841151) |
|
bcc65c5b86e6
fixed date arithmetic to not allow day-of-month == 0 [SF#853306]
Richard Jones <richard@users.sourceforge.net>
parents:
1939
diff
changeset
|
3352 - always sort MultilinkHTMLProperty in the correct order, usually |
|
2097
37ede7c5f5c5
minor doc edits
Richard Jones <richard@users.sourceforge.net>
parents:
2095
diff
changeset
|
3353 alphabetically (sf feature 790512) |
|
37ede7c5f5c5
minor doc edits
Richard Jones <richard@users.sourceforge.net>
parents:
2095
diff
changeset
|
3354 - added script for copying user(s) ("scripts/copy-user.py") from tracker |
|
37ede7c5f5c5
minor doc edits
Richard Jones <richard@users.sourceforge.net>
parents:
2095
diff
changeset
|
3355 to tracker (sf patch 828963) |
|
1945
7e4058dfb29b
ignore incoming email with "Precedence: bulk" (patch [SF#843489])
Richard Jones <richard@users.sourceforge.net>
parents:
1943
diff
changeset
|
3356 - ignore incoming email with "Precedence: bulk" (sf patch 843489) |
|
1946
c538a64b94a7
Refactored CGI file serving so that FileClass contents are...
Richard Jones <richard@users.sourceforge.net>
parents:
1945
diff
changeset
|
3357 - use HTTP 'Content-Length' header (modified sf patch 844577) |
|
1952
c40ed9113285
Applied Stefan Seefeld's html4/xhtml patch with some changes.
Richard Jones <richard@users.sourceforge.net>
parents:
1947
diff
changeset
|
3358 - HTML generated is now HTML4 (or optionally XHTML) compliant (sf feature |
|
c40ed9113285
Applied Stefan Seefeld's html4/xhtml patch with some changes.
Richard Jones <richard@users.sourceforge.net>
parents:
1947
diff
changeset
|
3359 814314 and sf patch 834620) |
|
1960
ca2dca3db172
fixed mailgw handling of subject-line errors
Richard Jones <richard@users.sourceforge.net>
parents:
1959
diff
changeset
|
3360 - default stylesheet turns off sidebar when printing |
|
2097
37ede7c5f5c5
minor doc edits
Richard Jones <richard@users.sourceforge.net>
parents:
2095
diff
changeset
|
3361 - allow direct supply of filter() arguments in templating (thanks Godefroid |
|
37ede7c5f5c5
minor doc edits
Richard Jones <richard@users.sourceforge.net>
parents:
2095
diff
changeset
|
3362 Chapelle) |
|
2033
d11ba8f375cb
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
2025
diff
changeset
|
3363 - improved body_title slot in HTML templating (sf patch 873502) |
|
1979
a94a1d5ba841
various updates
Richard Jones <richard@users.sourceforge.net>
parents:
1975
diff
changeset
|
3364 - HTMLLinkProperty field() method renders as a field now (thanks darryl) |
|
2046
f913b6beac35
document and make easier the actions-returning-content idiom
Richard Jones <richard@users.sourceforge.net>
parents:
2036
diff
changeset
|
3365 - cgi Action handlers may now return the actual content to be sent back to |
|
f913b6beac35
document and make easier the actions-returning-content idiom
Richard Jones <richard@users.sourceforge.net>
parents:
2036
diff
changeset
|
3366 the user (rather than using some template) |
|
2101
e63ff40b097a
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
2097
diff
changeset
|
3367 - date.Date now handles fractional seconds |
|
1839
06f5b36b201b
Fix a couple of failures in mysql backend unit tests.
Richard Jones <richard@users.sourceforge.net>
parents:
1835
diff
changeset
|
3368 |
|
06f5b36b201b
Fix a couple of failures in mysql backend unit tests.
Richard Jones <richard@users.sourceforge.net>
parents:
1835
diff
changeset
|
3369 Fixed: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3370 |
|
1839
06f5b36b201b
Fix a couple of failures in mysql backend unit tests.
Richard Jones <richard@users.sourceforge.net>
parents:
1835
diff
changeset
|
3371 - mysql documentation fixed to note requirement of 4.0+ and InnoDB |
|
1873
f63aa57386b0
Backend improvements.
Richard Jones <richard@users.sourceforge.net>
parents:
1864
diff
changeset
|
3372 - added testing of schema mutation, fixed rdbms backends handling of a |
|
f63aa57386b0
Backend improvements.
Richard Jones <richard@users.sourceforge.net>
parents:
1864
diff
changeset
|
3373 couple of cases |
|
1889
4a77e5c0cd57
Add all fixes and cleanups I forgot to mention when checking them in.
Johannes Gijsbers <jlgijsbers@users.sourceforge.net>
parents:
1873
diff
changeset
|
3374 - HTML 4.01 validation on the 'classic' backend |
|
1941
bcc65c5b86e6
fixed date arithmetic to not allow day-of-month == 0 [SF#853306]
Richard Jones <richard@users.sourceforge.net>
parents:
1939
diff
changeset
|
3375 - messages to the mailgw can be about classes other than issues now. |
|
bcc65c5b86e6
fixed date arithmetic to not allow day-of-month == 0 [SF#853306]
Richard Jones <richard@users.sourceforge.net>
parents:
1939
diff
changeset
|
3376 - signature matching is more precise (sf bug 827775). |
|
bcc65c5b86e6
fixed date arithmetic to not allow day-of-month == 0 [SF#853306]
Richard Jones <richard@users.sourceforge.net>
parents:
1939
diff
changeset
|
3377 - anonymous user can no longer edit or view itself (sf bug 828901). |
|
bcc65c5b86e6
fixed date arithmetic to not allow day-of-month == 0 [SF#853306]
Richard Jones <richard@users.sourceforge.net>
parents:
1939
diff
changeset
|
3378 - corrected typo in installation.html (sf bug 822967). |
|
bcc65c5b86e6
fixed date arithmetic to not allow day-of-month == 0 [SF#853306]
Richard Jones <richard@users.sourceforge.net>
parents:
1939
diff
changeset
|
3379 - clarified listTemplates docstring. |
|
3932
7518a8ec1d55
Update Xapian to use latest stemmer API
Richard Jones <richard@users.sourceforge.net>
parents:
3921
diff
changeset
|
3380 - print a nicer error message when the address is already in use |
|
1911
f5c804379c85
fixed ZRoundup - mostly changes to classic template
Richard Jones <richard@users.sourceforge.net>
parents:
1910
diff
changeset
|
3381 (sf bug 798659). |
|
3932
7518a8ec1d55
Update Xapian to use latest stemmer API
Richard Jones <richard@users.sourceforge.net>
parents:
3921
diff
changeset
|
3382 - remove empty lines before sending strings off to the csv parser |
|
1911
f5c804379c85
fixed ZRoundup - mostly changes to classic template
Richard Jones <richard@users.sourceforge.net>
parents:
1910
diff
changeset
|
3383 (sf bug 821364). |
|
2097
37ede7c5f5c5
minor doc edits
Richard Jones <richard@users.sourceforge.net>
parents:
2095
diff
changeset
|
3384 - centralised conversion of user-input data to hyperdb values (sf bug |
|
37ede7c5f5c5
minor doc edits
Richard Jones <richard@users.sourceforge.net>
parents:
2095
diff
changeset
|
3385 802405, sf bug 817217, sf rfe 816994) |
|
1910
d19fd344bd1f
recalculate SHA on template files when installed tracker used as template
Richard Jones <richard@users.sourceforge.net>
parents:
1908
diff
changeset
|
3386 - recalculate SHA on template files when installed tracker used as |
|
d19fd344bd1f
recalculate SHA on template files when installed tracker used as template
Richard Jones <richard@users.sourceforge.net>
parents:
1908
diff
changeset
|
3387 template (sf bug 827510) |
|
1911
f5c804379c85
fixed ZRoundup - mostly changes to classic template
Richard Jones <richard@users.sourceforge.net>
parents:
1910
diff
changeset
|
3388 - fixed ZRoundup (sf bug 624380) |
|
1979
a94a1d5ba841
various updates
Richard Jones <richard@users.sourceforge.net>
parents:
1975
diff
changeset
|
3389 - the mail gateway now searches recursively for the text/plain and the |
|
1975
30a444b7b212
*** empty log message ***
Johannes Gijsbers <jlgijsbers@users.sourceforge.net>
parents:
1960
diff
changeset
|
3390 attachments of a message (sf bug 841241). |
|
1979
a94a1d5ba841
various updates
Richard Jones <richard@users.sourceforge.net>
parents:
1975
diff
changeset
|
3391 - fixed display of feedback messages in some situations (sf bug 739545) |
|
2089
93f03c6714d8
A few big changes in this commit:
Richard Jones <richard@users.sourceforge.net>
parents:
2083
diff
changeset
|
3392 - fixed ability to edit "content" property (sf bug 914062) |
|
1806
f1077d63795c
Replying to email to confirm registration works!
Johannes Gijsbers <jlgijsbers@users.sourceforge.net>
parents:
1786
diff
changeset
|
3393 |
|
1889
4a77e5c0cd57
Add all fixes and cleanups I forgot to mention when checking them in.
Johannes Gijsbers <jlgijsbers@users.sourceforge.net>
parents:
1873
diff
changeset
|
3394 Cleanup: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3395 |
|
2097
37ede7c5f5c5
minor doc edits
Richard Jones <richard@users.sourceforge.net>
parents:
2095
diff
changeset
|
3396 - replace curuserid attribute on Database with the extended getuid() method |
|
1959
f4b7d4a3e057
force textareas to use monospace fonts, lessening surprise on the user
Richard Jones <richard@users.sourceforge.net>
parents:
1955
diff
changeset
|
3397 - extract a new 'mailer' module for sending mail |
|
f4b7d4a3e057
force textareas to use monospace fonts, lessening surprise on the user
Richard Jones <richard@users.sourceforge.net>
parents:
1955
diff
changeset
|
3398 - extract a '_send_mail' method for testing mail sending |
|
f4b7d4a3e057
force textareas to use monospace fonts, lessening surprise on the user
Richard Jones <richard@users.sourceforge.net>
parents:
1955
diff
changeset
|
3399 - simplify backend importing |
|
f4b7d4a3e057
force textareas to use monospace fonts, lessening surprise on the user
Richard Jones <richard@users.sourceforge.net>
parents:
1955
diff
changeset
|
3400 - use roundup_server in demo.py |
|
f4b7d4a3e057
force textareas to use monospace fonts, lessening surprise on the user
Richard Jones <richard@users.sourceforge.net>
parents:
1955
diff
changeset
|
3401 - implement newItemAction using editItemAction |
|
f4b7d4a3e057
force textareas to use monospace fonts, lessening surprise on the user
Richard Jones <richard@users.sourceforge.net>
parents:
1955
diff
changeset
|
3402 - use FormError in client.py, moving the handling up to inner_main() |
|
f4b7d4a3e057
force textareas to use monospace fonts, lessening surprise on the user
Richard Jones <richard@users.sourceforge.net>
parents:
1955
diff
changeset
|
3403 - implemented semantic comparison of Message objects in test_mailgw |
|
f4b7d4a3e057
force textareas to use monospace fonts, lessening surprise on the user
Richard Jones <richard@users.sourceforge.net>
parents:
1955
diff
changeset
|
3404 - tidied up forms in default stylesheet |
|
f4b7d4a3e057
force textareas to use monospace fonts, lessening surprise on the user
Richard Jones <richard@users.sourceforge.net>
parents:
1955
diff
changeset
|
3405 - force textareas to use monospace fonts, lessening surprise on the user |
|
2013
d116293863a4
Add change entry for client.py split.
Johannes Gijsbers <jlgijsbers@users.sourceforge.net>
parents:
2010
diff
changeset
|
3406 - moved out parts of client.py to new modules: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3407 |
|
3932
7518a8ec1d55
Update Xapian to use latest stemmer API
Richard Jones <richard@users.sourceforge.net>
parents:
3921
diff
changeset
|
3408 * actions.py - the xxxAction and xxxPermission functions refactored into |
|
2013
d116293863a4
Add change entry for client.py split.
Johannes Gijsbers <jlgijsbers@users.sourceforge.net>
parents:
2010
diff
changeset
|
3409 Action classes |
|
d116293863a4
Add change entry for client.py split.
Johannes Gijsbers <jlgijsbers@users.sourceforge.net>
parents:
2010
diff
changeset
|
3410 * exceptions.py - all exceptions |
|
2097
37ede7c5f5c5
minor doc edits
Richard Jones <richard@users.sourceforge.net>
parents:
2095
diff
changeset
|
3411 * form_parser.py - parsePropsFromForm & extractFormList in a FormParser |
|
37ede7c5f5c5
minor doc edits
Richard Jones <richard@users.sourceforge.net>
parents:
2095
diff
changeset
|
3412 class |
|
1813
6c2cff78d6a0
added note about hidden :template var in user.item ([SF#799842])
Richard Jones <richard@users.sourceforge.net>
parents:
1806
diff
changeset
|
3413 |
|
2049
5a5f66e6b0e1
forward-port of fix from maint-0-6
Richard Jones <richard@users.sourceforge.net>
parents:
2046
diff
changeset
|
3414 |
|
4561
56def59a5194
Restore a missing release date. Make the dates a little easier to eyeball.
Eric S. Raymond <esr@thyrsus.com>
parents:
4559
diff
changeset
|
3415 2004-05-17: 0.6.10 |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3416 |
|
2366
1d46cd2f83f6
fix security hole in serve_static_file
Richard Jones <richard@users.sourceforge.net>
parents:
2362
diff
changeset
|
3417 Fixed: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3418 |
|
2366
1d46cd2f83f6
fix security hole in serve_static_file
Richard Jones <richard@users.sourceforge.net>
parents:
2362
diff
changeset
|
3419 - mysql backend wasn't locking tracker |
|
1d46cd2f83f6
fix security hole in serve_static_file
Richard Jones <richard@users.sourceforge.net>
parents:
2362
diff
changeset
|
3420 - ensure static files may only be served out of the tracker's "static |
|
1d46cd2f83f6
fix security hole in serve_static_file
Richard Jones <richard@users.sourceforge.net>
parents:
2362
diff
changeset
|
3421 files" directory |
|
1d46cd2f83f6
fix security hole in serve_static_file
Richard Jones <richard@users.sourceforge.net>
parents:
2362
diff
changeset
|
3422 |
|
1d46cd2f83f6
fix security hole in serve_static_file
Richard Jones <richard@users.sourceforge.net>
parents:
2362
diff
changeset
|
3423 |
|
4561
56def59a5194
Restore a missing release date. Make the dates a little easier to eyeball.
Eric S. Raymond <esr@thyrsus.com>
parents:
4559
diff
changeset
|
3424 2004-04-18: 0.6.9 |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3425 |
|
2200
25b95aa44d60
socket timeout error logging can fail
Richard Jones <richard@users.sourceforge.net>
parents:
2196
diff
changeset
|
3426 Fixed: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3427 |
|
2200
25b95aa44d60
socket timeout error logging can fail
Richard Jones <richard@users.sourceforge.net>
parents:
2196
diff
changeset
|
3428 - paging in classhelp popup was broken |
|
25b95aa44d60
socket timeout error logging can fail
Richard Jones <richard@users.sourceforge.net>
parents:
2196
diff
changeset
|
3429 - socket timeout error logging can fail |
|
2206
8822a99f7650
merge from maint-0-6
Richard Jones <richard@users.sourceforge.net>
parents:
2200
diff
changeset
|
3430 - hyperlink designators in message display (sf bug 931828) |
|
2210
b61640273061
added IMAP support to mail gateway (rfe [SF#934000])
Richard Jones <richard@users.sourceforge.net>
parents:
2207
diff
changeset
|
3431 - don't match retired items in RDBMS stringFind |
|
2200
25b95aa44d60
socket timeout error logging can fail
Richard Jones <richard@users.sourceforge.net>
parents:
2196
diff
changeset
|
3432 |
|
25b95aa44d60
socket timeout error logging can fail
Richard Jones <richard@users.sourceforge.net>
parents:
2196
diff
changeset
|
3433 |
|
4561
56def59a5194
Restore a missing release date. Make the dates a little easier to eyeball.
Eric S. Raymond <esr@thyrsus.com>
parents:
4559
diff
changeset
|
3434 2004-04-01: 0.6.8 |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3435 |
|
2049
5a5f66e6b0e1
forward-port of fix from maint-0-6
Richard Jones <richard@users.sourceforge.net>
parents:
2046
diff
changeset
|
3436 Fixed: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3437 |
|
2073
261c2e6ceb1e
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
2063
diff
changeset
|
3438 - existing trackers (ie. live ones) may be used as templates for new |
|
261c2e6ceb1e
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
2063
diff
changeset
|
3439 trackers - the TEMPLATE-INFO.txt name entry has the tracker's dir name |
|
261c2e6ceb1e
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
2063
diff
changeset
|
3440 appended (so the demo tracker's template name is "classic-demo") |
|
2083
a94eacad51c8
handle bad multilink input at item creation time better [SF#917834]
Richard Jones <richard@users.sourceforge.net>
parents:
2082
diff
changeset
|
3441 - handle bad multilink input at item creation time better (sf bug 917834) |
|
2095
7d886a79ab67
make sure email signature starts on a newline [SF#919759]
Richard Jones <richard@users.sourceforge.net>
parents:
2089
diff
changeset
|
3442 - make sure email signature starts on a newline (sf bug 919759) |
|
2108
54815ca493a5
add line to rego email to help URL detection [SF#906247]
Richard Jones <richard@users.sourceforge.net>
parents:
2105
diff
changeset
|
3443 - add line to rego email to help URL detection (sf bug 906247) |
|
2174
e19b391b6b95
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
2170
diff
changeset
|
3444 - look harder for text/plain in email |
|
e19b391b6b95
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
2170
diff
changeset
|
3445 - fixed fallback excel writer in rcsv so it has a delimiter |
|
e19b391b6b95
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
2170
diff
changeset
|
3446 - fixed setup.py's use of listTemplates (!) |
|
e19b391b6b95
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
2170
diff
changeset
|
3447 - make rdbms serialise() less trusting |
|
e19b391b6b95
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
2170
diff
changeset
|
3448 - handle Boolean values in history HTML display |
|
2073
261c2e6ceb1e
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
2063
diff
changeset
|
3449 |
|
261c2e6ceb1e
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
2063
diff
changeset
|
3450 |
|
4561
56def59a5194
Restore a missing release date. Make the dates a little easier to eyeball.
Eric S. Raymond <esr@thyrsus.com>
parents:
4559
diff
changeset
|
3451 2004-03-01: 0.6.7 |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3452 |
|
2073
261c2e6ceb1e
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
2063
diff
changeset
|
3453 Fixed: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3454 |
|
2073
261c2e6ceb1e
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
2063
diff
changeset
|
3455 - be more backward-compatible when asking for EMAIL_CHARSET |
|
2049
5a5f66e6b0e1
forward-port of fix from maint-0-6
Richard Jones <richard@users.sourceforge.net>
parents:
2046
diff
changeset
|
3456 - made error on create consistent with edit when user enters invalid data |
|
5a5f66e6b0e1
forward-port of fix from maint-0-6
Richard Jones <richard@users.sourceforge.net>
parents:
2046
diff
changeset
|
3457 for Multilink and Link form fields (sf bug 904072) |
|
2052
78e6a1e4984e
forward-port from maint branch
Richard Jones <richard@users.sourceforge.net>
parents:
2049
diff
changeset
|
3458 - made errors from bad input in the quick "Show issue:" form more |
|
78e6a1e4984e
forward-port from maint branch
Richard Jones <richard@users.sourceforge.net>
parents:
2049
diff
changeset
|
3459 user-friendly (sf bug 904064) |
|
2056
ba1d54edc53f
nicer invalid property error in HTML templating
Richard Jones <richard@users.sourceforge.net>
parents:
2052
diff
changeset
|
3460 - don't add a query to a user's list if it's already there |
|
ba1d54edc53f
nicer invalid property error in HTML templating
Richard Jones <richard@users.sourceforge.net>
parents:
2052
diff
changeset
|
3461 - nicer invalid property error in HTML templating |
|
2063
e9e20f0adf1c
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
2056
diff
changeset
|
3462 - use EMAIL_CHARSET for message body too (still sf bug 900046) |
|
2049
5a5f66e6b0e1
forward-port of fix from maint-0-6
Richard Jones <richard@users.sourceforge.net>
parents:
2046
diff
changeset
|
3463 |
|
5a5f66e6b0e1
forward-port of fix from maint-0-6
Richard Jones <richard@users.sourceforge.net>
parents:
2046
diff
changeset
|
3464 |
|
4561
56def59a5194
Restore a missing release date. Make the dates a little easier to eyeball.
Eric S. Raymond <esr@thyrsus.com>
parents:
4559
diff
changeset
|
3465 2004-02-25: 0.6.6 |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3466 |
|
2025
e13d11bb7ee8
don't insert spaces into designators, it just confuses users [SF#898087]
Richard Jones <richard@users.sourceforge.net>
parents:
2020
diff
changeset
|
3467 Fixed: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3468 |
|
2036
bc5ff0519b8b
fixed bug in args to new DateHTMLProperty in the local() method [SF#901444]
Richard Jones <richard@users.sourceforge.net>
parents:
2034
diff
changeset
|
3469 - don't insert spaces into designators, it just confuses users (sf bug |
|
bc5ff0519b8b
fixed bug in args to new DateHTMLProperty in the local() method [SF#901444]
Richard Jones <richard@users.sourceforge.net>
parents:
2034
diff
changeset
|
3470 898087) |
|
2034
be047db3dd3d
Eudora can't handle utf-8 headers. We love Eudora. [SF#900046]
Richard Jones <richard@users.sourceforge.net>
parents:
2033
diff
changeset
|
3471 - Eudora can't handle utf-8 headers. We love Eudora. (sf bug 900046) |
|
2036
bc5ff0519b8b
fixed bug in args to new DateHTMLProperty in the local() method [SF#901444]
Richard Jones <richard@users.sourceforge.net>
parents:
2034
diff
changeset
|
3472 - fixed bug in args to new DateHTMLProperty in the local() method (sf bug |
|
bc5ff0519b8b
fixed bug in args to new DateHTMLProperty in the local() method [SF#901444]
Richard Jones <richard@users.sourceforge.net>
parents:
2034
diff
changeset
|
3473 901444) |
|
2049
5a5f66e6b0e1
forward-port of fix from maint-0-6
Richard Jones <richard@users.sourceforge.net>
parents:
2046
diff
changeset
|
3474 - fixed registration (sf bug 903283) |
|
5a5f66e6b0e1
forward-port of fix from maint-0-6
Richard Jones <richard@users.sourceforge.net>
parents:
2046
diff
changeset
|
3475 - also changed rego to not use a 302 during confirmation, as this seems to |
|
5a5f66e6b0e1
forward-port of fix from maint-0-6
Richard Jones <richard@users.sourceforge.net>
parents:
2046
diff
changeset
|
3476 confuse some email clients or browsers. |
|
1979
a94a1d5ba841
various updates
Richard Jones <richard@users.sourceforge.net>
parents:
1975
diff
changeset
|
3477 |
|
2025
e13d11bb7ee8
don't insert spaces into designators, it just confuses users [SF#898087]
Richard Jones <richard@users.sourceforge.net>
parents:
2020
diff
changeset
|
3478 |
|
4561
56def59a5194
Restore a missing release date. Make the dates a little easier to eyeball.
Eric S. Raymond <esr@thyrsus.com>
parents:
4559
diff
changeset
|
3479 2004-02-16: 0.6.5 |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3480 |
|
1960
ca2dca3db172
fixed mailgw handling of subject-line errors
Richard Jones <richard@users.sourceforge.net>
parents:
1959
diff
changeset
|
3481 Fixed: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3482 |
|
1960
ca2dca3db172
fixed mailgw handling of subject-line errors
Richard Jones <richard@users.sourceforge.net>
parents:
1959
diff
changeset
|
3483 - mailgw handling of subject-line errors |
|
1990
18e08b0806cb
fix to metakit from Brian Kelley
Richard Jones <richard@users.sourceforge.net>
parents:
1986
diff
changeset
|
3484 - allow serving of FileClass file content when the class isn't called |
|
18e08b0806cb
fix to metakit from Brian Kelley
Richard Jones <richard@users.sourceforge.net>
parents:
1986
diff
changeset
|
3485 "file" (eg. messages and other FileClasses) |
|
1979
a94a1d5ba841
various updates
Richard Jones <richard@users.sourceforge.net>
parents:
1975
diff
changeset
|
3486 - allowed negative ids (ie. new item markers) in HTMLClass.getItem, |
|
a94a1d5ba841
various updates
Richard Jones <richard@users.sourceforge.net>
parents:
1975
diff
changeset
|
3487 allowing "db/file_with_status/-1/status/menu" to generate a useful |
|
a94a1d5ba841
various updates
Richard Jones <richard@users.sourceforge.net>
parents:
1975
diff
changeset
|
3488 widget |
|
a94a1d5ba841
various updates
Richard Jones <richard@users.sourceforge.net>
parents:
1975
diff
changeset
|
3489 - fixed content-type when templates are serving up xml (thanks Godefroid |
|
a94a1d5ba841
various updates
Richard Jones <richard@users.sourceforge.net>
parents:
1975
diff
changeset
|
3490 Chapelle) |
|
a94a1d5ba841
various updates
Richard Jones <richard@users.sourceforge.net>
parents:
1975
diff
changeset
|
3491 - fixed IE double-submit when it shouldn't (sf bug 842254) |
|
a94a1d5ba841
various updates
Richard Jones <richard@users.sourceforge.net>
parents:
1975
diff
changeset
|
3492 - fixed check for JS pop()/push() to make more general (sf bug 877504) |
|
a94a1d5ba841
various updates
Richard Jones <richard@users.sourceforge.net>
parents:
1975
diff
changeset
|
3493 - fix re-enabling queries (sf bug 861940) |
|
1993
e64b55eab367
backport content-type fix to 0.6
Richard Jones <richard@users.sourceforge.net>
parents:
1990
diff
changeset
|
3494 - use supplied content-type on file uploads before trying filename) |
|
1999
1b7f730e7037
fixed roundup-reminder script to use default schema (thanks Klamer Schutte)
Richard Jones <richard@users.sourceforge.net>
parents:
1993
diff
changeset
|
3495 - fixed roundup-reminder script to use default schema (thanks Klamer Schutte) |
|
2010
1b11ffd8015e
forward-porting of fixed edit action / parsePropsFromForm...
Richard Jones <richard@users.sourceforge.net>
parents:
1999
diff
changeset
|
3496 - fixed edit action / parsePropsFromForm to handle index-page edits better |
|
2020
027b297ce23c
safer logging from HTTP server ([SF#896917]
Richard Jones <richard@users.sourceforge.net>
parents:
2014
diff
changeset
|
3497 - safer logging from HTTP server (sf bug 896917) |
|
1960
ca2dca3db172
fixed mailgw handling of subject-line errors
Richard Jones <richard@users.sourceforge.net>
parents:
1959
diff
changeset
|
3498 |
|
1955
b00ad075bb2f
more unit tests, fixes and cleanups
Richard Jones <richard@users.sourceforge.net>
parents:
1953
diff
changeset
|
3499 |
|
4561
56def59a5194
Restore a missing release date. Make the dates a little easier to eyeball.
Eric S. Raymond <esr@thyrsus.com>
parents:
4559
diff
changeset
|
3500 2003-12-17: 0.6.4 |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3501 |
|
1935
b4e670840963
Missed change note for last checkin.
Johannes Gijsbers <jlgijsbers@users.sourceforge.net>
parents:
1931
diff
changeset
|
3502 Fixed: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3503 |
|
1941
bcc65c5b86e6
fixed date arithmetic to not allow day-of-month == 0 [SF#853306]
Richard Jones <richard@users.sourceforge.net>
parents:
1939
diff
changeset
|
3504 - fixed date arithmetic to not allow day-of-month == 0 (sf bug 853306) |
|
bcc65c5b86e6
fixed date arithmetic to not allow day-of-month == 0 [SF#853306]
Richard Jones <richard@users.sourceforge.net>
parents:
1939
diff
changeset
|
3505 - fixed date arithmetic to limit hours-per-day to 24, not 60 |
|
bcc65c5b86e6
fixed date arithmetic to not allow day-of-month == 0 [SF#853306]
Richard Jones <richard@users.sourceforge.net>
parents:
1939
diff
changeset
|
3506 - hard-coded python2.3-ism (socket.timeout) fixed |
|
bcc65c5b86e6
fixed date arithmetic to not allow day-of-month == 0 [SF#853306]
Richard Jones <richard@users.sourceforge.net>
parents:
1939
diff
changeset
|
3507 - fixed activity displaying as future because of Date arithmetic fix in 0.6.3 |
|
1939
1303c208419d
some updates that were sitting on disk
Richard Jones <richard@users.sourceforge.net>
parents:
1935
diff
changeset
|
3508 (sf bug 842027). |
|
1953
800b226bba58
fix roundup win service
Richard Jones <richard@users.sourceforge.net>
parents:
1952
diff
changeset
|
3509 - fix Windows service mode for roundup-server (sf bug 819890) |
|
1947
0e19e99075e3
fix #white in cgitb
Richard Jones <richard@users.sourceforge.net>
parents:
1946
diff
changeset
|
3510 - fixed #white in cgitb (thanks Henrik Levkowetz) |
|
0e19e99075e3
fix #white in cgitb
Richard Jones <richard@users.sourceforge.net>
parents:
1946
diff
changeset
|
3511 |
|
1935
b4e670840963
Missed change note for last checkin.
Johannes Gijsbers <jlgijsbers@users.sourceforge.net>
parents:
1931
diff
changeset
|
3512 |
|
4561
56def59a5194
Restore a missing release date. Make the dates a little easier to eyeball.
Eric S. Raymond <esr@thyrsus.com>
parents:
4559
diff
changeset
|
3513 2003-11-14: 0.6.3 |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3514 |
|
1835
461d8aa81376
merge from maint branch
Richard Jones <richard@users.sourceforge.net>
parents:
1832
diff
changeset
|
3515 Fixed: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3516 |
|
1941
bcc65c5b86e6
fixed date arithmetic to not allow day-of-month == 0 [SF#853306]
Richard Jones <richard@users.sourceforge.net>
parents:
1939
diff
changeset
|
3517 - fixed detectors fix incorrectly fixed in bugfix release 0.6.2 |
|
bcc65c5b86e6
fixed date arithmetic to not allow day-of-month == 0 [SF#853306]
Richard Jones <richard@users.sourceforge.net>
parents:
1939
diff
changeset
|
3518 - added note to upgrading doc for detectors fix in 0.6.2 |
|
bcc65c5b86e6
fixed date arithmetic to not allow day-of-month == 0 [SF#853306]
Richard Jones <richard@users.sourceforge.net>
parents:
1939
diff
changeset
|
3519 - added script to help migrating queries from pre-0.6 trackers |
|
bcc65c5b86e6
fixed date arithmetic to not allow day-of-month == 0 [SF#853306]
Richard Jones <richard@users.sourceforge.net>
parents:
1939
diff
changeset
|
3520 - fixed "documentation" of getnodeids in roundup.hyperdb |
|
bcc65c5b86e6
fixed date arithmetic to not allow day-of-month == 0 [SF#853306]
Richard Jones <richard@users.sourceforge.net>
parents:
1939
diff
changeset
|
3521 - added flush() to DevNull (sf bug 835365) |
|
bcc65c5b86e6
fixed date arithmetic to not allow day-of-month == 0 [SF#853306]
Richard Jones <richard@users.sourceforge.net>
parents:
1939
diff
changeset
|
3522 - fixed javascript for help window for only one checkbox case |
|
bcc65c5b86e6
fixed date arithmetic to not allow day-of-month == 0 [SF#853306]
Richard Jones <richard@users.sourceforge.net>
parents:
1939
diff
changeset
|
3523 - date arithmetic was utterly broken, and has been for a long time. |
|
1908
00f0267db956
remove SHA hashes from source ([SF#827510]
Richard Jones <richard@users.sourceforge.net>
parents:
1907
diff
changeset
|
3524 Date +/- Interval now works, and Date - Date also works (produces |
|
00f0267db956
remove SHA hashes from source ([SF#827510]
Richard Jones <richard@users.sourceforge.net>
parents:
1907
diff
changeset
|
3525 an Interval. |
|
1941
bcc65c5b86e6
fixed date arithmetic to not allow day-of-month == 0 [SF#853306]
Richard Jones <richard@users.sourceforge.net>
parents:
1939
diff
changeset
|
3526 - handle socket timeout exception (thanks Marcus Priesch) |
|
bcc65c5b86e6
fixed date arithmetic to not allow day-of-month == 0 [SF#853306]
Richard Jones <richard@users.sourceforge.net>
parents:
1939
diff
changeset
|
3527 - fixed retirement of items in rdbms imports (sf bug 841355) |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3528 - fixed bug in looking up journal of newly-created items in \*dbm backends |
|
1835
461d8aa81376
merge from maint branch
Richard Jones <richard@users.sourceforge.net>
parents:
1832
diff
changeset
|
3529 |
|
461d8aa81376
merge from maint branch
Richard Jones <richard@users.sourceforge.net>
parents:
1832
diff
changeset
|
3530 |
|
4561
56def59a5194
Restore a missing release date. Make the dates a little easier to eyeball.
Eric S. Raymond <esr@thyrsus.com>
parents:
4559
diff
changeset
|
3531 2003-09-29: 0.6.2 |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3532 |
|
1780
d2801a2b0a77
Initial implementation (half-baked) at new Tracker instance.
Richard Jones <richard@users.sourceforge.net>
parents:
1775
diff
changeset
|
3533 Fixed: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3534 |
|
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3535 - cleaned up, clarified internal caching API in \*dbm backends |
|
1784
91dc06940bbe
stopped pyc writing to current directory! yay! (patch [SF#800718] with changes)
Richard Jones <richard@users.sourceforge.net>
parents:
1782
diff
changeset
|
3536 - stopped pyc writing to current directory! yay! (patch 800718 with changes) |
|
1786
7752267776cc
fixed file leak in detector initialisation (patch [SF#800715])
Richard Jones <richard@users.sourceforge.net>
parents:
1784
diff
changeset
|
3537 - fixed file leak in detector initialisation (patch 800715) |
|
1782
d51cb5225d4a
commented out example tracker homes
Richard Jones <richard@users.sourceforge.net>
parents:
1780
diff
changeset
|
3538 - commented out example tracker homes (patch 800720) |
|
1813
6c2cff78d6a0
added note about hidden :template var in user.item ([SF#799842])
Richard Jones <richard@users.sourceforge.net>
parents:
1806
diff
changeset
|
3539 - added note about hidden :template var in user.item (bug 799842) |
|
1815
705c270e662b
change note for Apply Error fix
Andrey Lebedev <kedder@users.sourceforge.net>
parents:
1813
diff
changeset
|
3540 - fixed Apply Error that was raised, when property was deleted from class and |
|
705c270e662b
change note for Apply Error fix
Andrey Lebedev <kedder@users.sourceforge.net>
parents:
1813
diff
changeset
|
3541 we are trying to edit an instance |
|
1780
d2801a2b0a77
Initial implementation (half-baked) at new Tracker instance.
Richard Jones <richard@users.sourceforge.net>
parents:
1775
diff
changeset
|
3542 |
|
d2801a2b0a77
Initial implementation (half-baked) at new Tracker instance.
Richard Jones <richard@users.sourceforge.net>
parents:
1775
diff
changeset
|
3543 |
|
4561
56def59a5194
Restore a missing release date. Make the dates a little easier to eyeball.
Eric S. Raymond <esr@thyrsus.com>
parents:
4559
diff
changeset
|
3544 2003-08-31: 0.6.1 |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3545 |
|
1751
ab7760caf6ff
Importing wasn't setting None values explicitly when it should have been
Richard Jones <richard@users.sourceforge.net>
parents:
1748
diff
changeset
|
3546 Fixed: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3547 |
|
1748
0f2678eeeac6
cgi-bin install note
Richard Jones <richard@users.sourceforge.net>
parents:
1744
diff
changeset
|
3548 - Add note about installing cgi-bin with a different interpreter |
|
1751
ab7760caf6ff
Importing wasn't setting None values explicitly when it should have been
Richard Jones <richard@users.sourceforge.net>
parents:
1748
diff
changeset
|
3549 - Importing wasn't setting None values explicitly when it should have been |
|
1755
0e123e7c6ddc
fixed 0xffff0000 literal. finally.
Richard Jones <richard@users.sourceforge.net>
parents:
1751
diff
changeset
|
3550 - Fixed import warning regarding 0xffff0000 literal, finally, really this |
|
0e123e7c6ddc
fixed 0xffff0000 literal. finally.
Richard Jones <richard@users.sourceforge.net>
parents:
1751
diff
changeset
|
3551 time. Checked on win2k. (sf bug 786711) |
|
1765
14a2f1529759
fix CGI editCSV action to handle metakit's integer itemids
Richard Jones <richard@users.sourceforge.net>
parents:
1755
diff
changeset
|
3552 - fix CGI editCSV action to handle metakit's integer itemids |
|
14a2f1529759
fix CGI editCSV action to handle metakit's integer itemids
Richard Jones <richard@users.sourceforge.net>
parents:
1755
diff
changeset
|
3553 - apply fix for "remove" links from Klamer Schutte |
|
14a2f1529759
fix CGI editCSV action to handle metakit's integer itemids
Richard Jones <richard@users.sourceforge.net>
parents:
1755
diff
changeset
|
3554 - added permission check on "remove" link while I was there.. |
|
1769
5fed70f96d2b
various minor bugfixes
Richard Jones <richard@users.sourceforge.net>
parents:
1767
diff
changeset
|
3555 - applied CSV fix for python2.3 (sf bug 790363) |
|
5fed70f96d2b
various minor bugfixes
Richard Jones <richard@users.sourceforge.net>
parents:
1767
diff
changeset
|
3556 - fixed form padding in LHS menu (sf bug 790502) |
|
5fed70f96d2b
various minor bugfixes
Richard Jones <richard@users.sourceforge.net>
parents:
1767
diff
changeset
|
3557 - fixed upgrading docs for timezones (sf bug 790498) |
|
1771
332fe2b77e1c
set the content type on page templates (can have XML templates now)
Richard Jones <richard@users.sourceforge.net>
parents:
1769
diff
changeset
|
3558 - set the content type on page templates (can have XML templates now) |
|
1773
5f15fb95180c
various cosmetic fixes
Richard Jones <richard@users.sourceforge.net>
parents:
1771
diff
changeset
|
3559 - various cosmetic fixes (thanks James Kew for being persistent :) |
|
1775
d4c0c65adb2c
applied patch [SF#739314] (sorry John!)
Richard Jones <richard@users.sourceforge.net>
parents:
1773
diff
changeset
|
3560 - applied patch 739314 (sorry John!) |
|
1748
0f2678eeeac6
cgi-bin install note
Richard Jones <richard@users.sourceforge.net>
parents:
1744
diff
changeset
|
3561 |
|
0f2678eeeac6
cgi-bin install note
Richard Jones <richard@users.sourceforge.net>
parents:
1744
diff
changeset
|
3562 |
|
4561
56def59a5194
Restore a missing release date. Make the dates a little easier to eyeball.
Eric S. Raymond <esr@thyrsus.com>
parents:
4559
diff
changeset
|
3563 2003-08-08: 0.6.0 |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3564 |
|
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3565 Fixed: |
|
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3566 |
|
1733
c1eff6170234
Updated to reflect query editing and FileClass changes.
Johannes Gijsbers <jlgijsbers@users.sourceforge.net>
parents:
1729
diff
changeset
|
3567 - Fixed editing attributes on FileClass nodes. |
|
1735
141d5a0869fa
roundup-server now logs IP addresses by default [SF#778795]
Richard Jones <richard@users.sourceforge.net>
parents:
1733
diff
changeset
|
3568 - Query editing now works correctly (sf bug 621248) |
|
141d5a0869fa
roundup-server now logs IP addresses by default [SF#778795]
Richard Jones <richard@users.sourceforge.net>
parents:
1733
diff
changeset
|
3569 - roundup-server now logs IP addresses by default (sf bug 778795) |
|
1736
c376d6c2da1a
logfile must be specified if pidfile is [SF#772820]
Richard Jones <richard@users.sourceforge.net>
parents:
1735
diff
changeset
|
3570 - logfile must be specified if pidfile is (sf bug 772820) |
|
1737
2c26b6cec950
timelog editing via csv interface crashes [SF#699837]
Richard Jones <richard@users.sourceforge.net>
parents:
1736
diff
changeset
|
3571 - timelog editing via csv interface crashes (sf bug 699837) |
|
1738
7df9d46b8140
sort multilinks a little better for grouping [SF#772935]
Richard Jones <richard@users.sourceforge.net>
parents:
1737
diff
changeset
|
3572 - sort multilinks a little better for grouping (sf bug 772935) |
|
1739
c3f0b552a55a
batch the (list) listings at 500 entries per page [SF#759906]
Richard Jones <richard@users.sourceforge.net>
parents:
1738
diff
changeset
|
3573 - batch the (list) listings at 500 entries per page (sf bug 759906) |
|
1740
5ca448ff8052
don't have RDBMS backends list retired nodes [SF#767319]
Richard Jones <richard@users.sourceforge.net>
parents:
1739
diff
changeset
|
3574 - don't have RDBMS backends list retired nodes (sf bug 767319) |
|
1742
2223e184f9d2
fix file downloading
Richard Jones <richard@users.sourceforge.net>
parents:
1740
diff
changeset
|
3575 - fix file downloading |
|
1743
f166cd4fd392
add action attribute to issue.item form action tag
Richard Jones <richard@users.sourceforge.net>
parents:
1742
diff
changeset
|
3576 - add action attribute to issue.item form tag |
|
1737
2c26b6cec950
timelog editing via csv interface crashes [SF#699837]
Richard Jones <richard@users.sourceforge.net>
parents:
1736
diff
changeset
|
3577 |
|
1733
c1eff6170234
Updated to reflect query editing and FileClass changes.
Johannes Gijsbers <jlgijsbers@users.sourceforge.net>
parents:
1729
diff
changeset
|
3578 |
|
4561
56def59a5194
Restore a missing release date. Make the dates a little easier to eyeball.
Eric S. Raymond <esr@thyrsus.com>
parents:
4559
diff
changeset
|
3579 2003-07-29: 0.6.0b4 |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3580 |
|
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3581 Fixed: |
|
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3582 |
|
1659
2c4ec168e72f
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1654
diff
changeset
|
3583 - plugged cross-site-scripting hole (thanks Jeff Epler) |
|
1665
dc543c28a7d0
handle missing Subject: line [SF#755331]
Richard Jones <richard@users.sourceforge.net>
parents:
1659
diff
changeset
|
3584 - handle deprecation of FCNTL in python2.2+ (sf bug 756756) |
|
dc543c28a7d0
handle missing Subject: line [SF#755331]
Richard Jones <richard@users.sourceforge.net>
parents:
1659
diff
changeset
|
3585 - handle missing Subject: line (sf bug 755331) |
|
1719
eeb167fb8faf
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1708
diff
changeset
|
3586 - fix New User creation (sf bug 754510) |
|
1684
b87c40d1b8fb
fix hackish message escaping [SF#757128]
Richard Jones <richard@users.sourceforge.net>
parents:
1667
diff
changeset
|
3587 - fix hackish message escaping (sf bug 757128) |
|
1689
aca6de3e5eac
fix :required ordering problem [SF#740214]
Richard Jones <richard@users.sourceforge.net>
parents:
1684
diff
changeset
|
3588 - fix :required ordering problem (sf bug 740214) |
|
1692
64f448ff07f2
audit some user properties for valid values (roles, address)
Richard Jones <richard@users.sourceforge.net>
parents:
1689
diff
changeset
|
3589 - audit some user properties for valid values (roles, address) (sf bugs |
|
64f448ff07f2
audit some user properties for valid values (roles, address)
Richard Jones <richard@users.sourceforge.net>
parents:
1689
diff
changeset
|
3590 742968 and 739653) |
|
1696
38f9578de0c6
fix HTML file detection (hence history xref linking) [SF#741478]
Richard Jones <richard@users.sourceforge.net>
parents:
1692
diff
changeset
|
3591 - fix HTML file detection (hence history xref linking) (sf bug 741478) |
|
3932
7518a8ec1d55
Update Xapian to use latest stemmer API
Richard Jones <richard@users.sourceforge.net>
parents:
3921
diff
changeset
|
3592 - session database caches it's type, rather than calling whichdb each time |
|
1703
4ca52f486089
*** empty log message ***
Anthony Baxter <anthonybaxter@users.sourceforge.net>
parents:
1696
diff
changeset
|
3593 around. |
|
1719
eeb167fb8faf
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1708
diff
changeset
|
3594 - changed rdbms_common to fix sql backends for new Boolean types under Py2.3 |
|
1659
2c4ec168e72f
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1654
diff
changeset
|
3595 |
|
2c4ec168e72f
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1654
diff
changeset
|
3596 |
|
4561
56def59a5194
Restore a missing release date. Make the dates a little easier to eyeball.
Eric S. Raymond <esr@thyrsus.com>
parents:
4559
diff
changeset
|
3597 2003-06-10: 0.6.0b3 |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3598 |
|
1654
284c26c1ef19
aargh, b2 was b0rken
Richard Jones <richard@users.sourceforge.net>
parents:
1646
diff
changeset
|
3599 Fixed: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3600 |
|
1654
284c26c1ef19
aargh, b2 was b0rken
Richard Jones <richard@users.sourceforge.net>
parents:
1646
diff
changeset
|
3601 - cgi client was broken during b2 fixing |
|
284c26c1ef19
aargh, b2 was b0rken
Richard Jones <richard@users.sourceforge.net>
parents:
1646
diff
changeset
|
3602 |
|
284c26c1ef19
aargh, b2 was b0rken
Richard Jones <richard@users.sourceforge.net>
parents:
1646
diff
changeset
|
3603 |
|
4561
56def59a5194
Restore a missing release date. Make the dates a little easier to eyeball.
Eric S. Raymond <esr@thyrsus.com>
parents:
4559
diff
changeset
|
3604 2003-06-09: 0.6.0b2 |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3605 |
|
1646
adc076b825a1
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1645
diff
changeset
|
3606 Feature: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3607 |
|
1646
adc076b825a1
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1645
diff
changeset
|
3608 - added the start/stop/restart/condstart/status roundup-server control |
|
adc076b825a1
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1645
diff
changeset
|
3609 script |
|
adc076b825a1
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1645
diff
changeset
|
3610 |
|
1644
c98d20ba4445
strip whitespace from Role names so "User, Admin" will work
Richard Jones <richard@users.sourceforge.net>
parents:
1642
diff
changeset
|
3611 Fixed: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3612 |
|
1645
ccabdc2055cf
handle non-existant demo dir (thanks Ollie Rutherfurd)
Richard Jones <richard@users.sourceforge.net>
parents:
1644
diff
changeset
|
3613 - handle non-existant demo dir (thanks Ollie Rutherfurd) |
|
1644
c98d20ba4445
strip whitespace from Role names so "User, Admin" will work
Richard Jones <richard@users.sourceforge.net>
parents:
1642
diff
changeset
|
3614 - strip whitespace from Role names so "User, Admin" will work |
|
1654
284c26c1ef19
aargh, b2 was b0rken
Richard Jones <richard@users.sourceforge.net>
parents:
1646
diff
changeset
|
3615 - fixed template searching on Windows (thanks J Vickroy) |
|
1644
c98d20ba4445
strip whitespace from Role names so "User, Admin" will work
Richard Jones <richard@users.sourceforge.net>
parents:
1642
diff
changeset
|
3616 |
|
c98d20ba4445
strip whitespace from Role names so "User, Admin" will work
Richard Jones <richard@users.sourceforge.net>
parents:
1642
diff
changeset
|
3617 |
|
4561
56def59a5194
Restore a missing release date. Make the dates a little easier to eyeball.
Eric S. Raymond <esr@thyrsus.com>
parents:
4559
diff
changeset
|
3618 2003-05-09: 0.6.0b1 |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3619 |
|
1528
96cd422532ef
bye bye gadfly - you served your purpose well [SF#701127]
Richard Jones <richard@users.sourceforge.net>
parents:
1522
diff
changeset
|
3620 Removed: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3621 |
|
1528
96cd422532ef
bye bye gadfly - you served your purpose well [SF#701127]
Richard Jones <richard@users.sourceforge.net>
parents:
1522
diff
changeset
|
3622 - having served its purpose as a template for other relational database |
|
96cd422532ef
bye bye gadfly - you served your purpose well [SF#701127]
Richard Jones <richard@users.sourceforge.net>
parents:
1522
diff
changeset
|
3623 implementations, the gadfly backend has now been removed from the Roundup |
|
96cd422532ef
bye bye gadfly - you served your purpose well [SF#701127]
Richard Jones <richard@users.sourceforge.net>
parents:
1522
diff
changeset
|
3624 distribution. |
|
96cd422532ef
bye bye gadfly - you served your purpose well [SF#701127]
Richard Jones <richard@users.sourceforge.net>
parents:
1522
diff
changeset
|
3625 |
|
1476
5a01e90b7dc9
fixed export/import of retired nodes [SF#685273]
Richard Jones <richard@users.sourceforge.net>
parents:
1474
diff
changeset
|
3626 Feature: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3627 |
|
1641
699a18918fe0
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1635
diff
changeset
|
3628 - new instant-gratification Demo Mode |
|
1476
5a01e90b7dc9
fixed export/import of retired nodes [SF#685273]
Richard Jones <richard@users.sourceforge.net>
parents:
1474
diff
changeset
|
3629 - support setting of properties on message and file through web and |
|
5a01e90b7dc9
fixed export/import of retired nodes [SF#685273]
Richard Jones <richard@users.sourceforge.net>
parents:
1474
diff
changeset
|
3630 email interface (thanks John Rouillard) |
|
5a01e90b7dc9
fixed export/import of retired nodes [SF#685273]
Richard Jones <richard@users.sourceforge.net>
parents:
1474
diff
changeset
|
3631 - allow additional control over the roundupdb email sending (explicit |
|
5a01e90b7dc9
fixed export/import of retired nodes [SF#685273]
Richard Jones <richard@users.sourceforge.net>
parents:
1474
diff
changeset
|
3632 cc addresses, different from address and different nosy list property) |
|
5a01e90b7dc9
fixed export/import of retired nodes [SF#685273]
Richard Jones <richard@users.sourceforge.net>
parents:
1474
diff
changeset
|
3633 (thanks John Rouillard) |
|
5a01e90b7dc9
fixed export/import of retired nodes [SF#685273]
Richard Jones <richard@users.sourceforge.net>
parents:
1474
diff
changeset
|
3634 - applied patch for nicer history display (sf feature 638280) |
|
3932
7518a8ec1d55
Update Xapian to use latest stemmer API
Richard Jones <richard@users.sourceforge.net>
parents:
3921
diff
changeset
|
3635 - cleaning old unused sessions only once per hour, not on every cgi |
|
1476
5a01e90b7dc9
fixed export/import of retired nodes [SF#685273]
Richard Jones <richard@users.sourceforge.net>
parents:
1474
diff
changeset
|
3636 request. It is greatly improves web interface performance, especially |
|
5a01e90b7dc9
fixed export/import of retired nodes [SF#685273]
Richard Jones <richard@users.sourceforge.net>
parents:
1474
diff
changeset
|
3637 on trackers under high load |
|
5a01e90b7dc9
fixed export/import of retired nodes [SF#685273]
Richard Jones <richard@users.sourceforge.net>
parents:
1474
diff
changeset
|
3638 - added mysql backend (see doc/mysql.txt for details) |
|
5a01e90b7dc9
fixed export/import of retired nodes [SF#685273]
Richard Jones <richard@users.sourceforge.net>
parents:
1474
diff
changeset
|
3639 - switch metakit to use "compressed" multilink journal change representation |
|
5a01e90b7dc9
fixed export/import of retired nodes [SF#685273]
Richard Jones <richard@users.sourceforge.net>
parents:
1474
diff
changeset
|
3640 - metakit now handles "unset" for most types (not Number and Boolean) |
|
5a01e90b7dc9
fixed export/import of retired nodes [SF#685273]
Richard Jones <richard@users.sourceforge.net>
parents:
1474
diff
changeset
|
3641 - fixed bug in metakit search-by-ID |
|
5a01e90b7dc9
fixed export/import of retired nodes [SF#685273]
Richard Jones <richard@users.sourceforge.net>
parents:
1474
diff
changeset
|
3642 - added ability to display localized dates in web interface. User input is |
|
5a01e90b7dc9
fixed export/import of retired nodes [SF#685273]
Richard Jones <richard@users.sourceforge.net>
parents:
1474
diff
changeset
|
3643 convered to GMT (see doc/upgrading.txt). |
|
5a01e90b7dc9
fixed export/import of retired nodes [SF#685273]
Richard Jones <richard@users.sourceforge.net>
parents:
1474
diff
changeset
|
3644 - added a form to show a specific issue |
|
5a01e90b7dc9
fixed export/import of retired nodes [SF#685273]
Richard Jones <richard@users.sourceforge.net>
parents:
1474
diff
changeset
|
3645 - more proper sorting/grouping on mulitilink properties. Sorting is performed |
|
5a01e90b7dc9
fixed export/import of retired nodes [SF#685273]
Richard Jones <richard@users.sourceforge.net>
parents:
1474
diff
changeset
|
3646 not only by number of links, but also by links itself. This makes usable |
|
5a01e90b7dc9
fixed export/import of retired nodes [SF#685273]
Richard Jones <richard@users.sourceforge.net>
parents:
1474
diff
changeset
|
3647 grouping e.g. by topic multilink |
|
1412
e5fb7d4bf251
add "ago" to intervals in the past [SF#679232]
Richard Jones <richard@users.sourceforge.net>
parents:
1409
diff
changeset
|
3648 - add "ago" to intervals in the past (sf bug 679232) |
|
1419
c717b8d63a7e
included UN*X manual pages from Bastian Kleineidam
Richard Jones <richard@users.sourceforge.net>
parents:
1417
diff
changeset
|
3649 - included UN*X manual pages from Bastian Kleineidam |
|
1420
3ac43c62a250
implemented extension to form parsing...
Richard Jones <richard@users.sourceforge.net>
parents:
1419
diff
changeset
|
3650 - implemented extension to form parsing to allow editing of multiple items |
|
3ac43c62a250
implemented extension to form parsing...
Richard Jones <richard@users.sourceforge.net>
parents:
1419
diff
changeset
|
3651 and creation of multiple items (but only one per class) |
|
3ac43c62a250
implemented extension to form parsing...
Richard Jones <richard@users.sourceforge.net>
parents:
1419
diff
changeset
|
3652 - the colon ":" special form variable designator may now be any of : + @ |
|
1427
37e712e77a99
trackers' templates directory can contain subdirectories with static files
Andrey Lebedev <kedder@users.sourceforge.net>
parents:
1420
diff
changeset
|
3653 - trackers' templates directory can contain subdirectories with static files |
|
37e712e77a99
trackers' templates directory can contain subdirectories with static files
Andrey Lebedev <kedder@users.sourceforge.net>
parents:
1420
diff
changeset
|
3654 (e.g. images). They are accessible naturally: _file/images/img.gif |
|
1431
c70068162e64
Altered Class.create() and FileClass.create() methods...
Richard Jones <richard@users.sourceforge.net>
parents:
1427
diff
changeset
|
3655 - altered Class.create() and FileClass.create() methods to make "content" |
|
c70068162e64
Altered Class.create() and FileClass.create() methods...
Richard Jones <richard@users.sourceforge.net>
parents:
1427
diff
changeset
|
3656 property available in auditors |
|
1465
3ebcc0e82cb8
applied (cleaned up version of) patch from feature [SF#625808]
Richard Jones <richard@users.sourceforge.net>
parents:
1455
diff
changeset
|
3657 - can now configure CC to author only for messages creating issues (sf |
|
3ebcc0e82cb8
applied (cleaned up version of) patch from feature [SF#625808]
Richard Jones <richard@users.sourceforge.net>
parents:
1455
diff
changeset
|
3658 feature 625808) |
|
1467
378081f066cc
registration is now a two-step process with confirmation from the
Richard Jones <richard@users.sourceforge.net>
parents:
1465
diff
changeset
|
3659 - registration is now a two-step process, with confirmation from the email |
|
378081f066cc
registration is now a two-step process with confirmation from the
Richard Jones <richard@users.sourceforge.net>
parents:
1465
diff
changeset
|
3660 address supplied in the registration form |
|
1478
2ec91ead3add
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1476
diff
changeset
|
3661 - added password reset feature for forgotten password / login |
|
1471
0e312b35996d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1467
diff
changeset
|
3662 - added support for last-modified and if-modified-since headers for static |
|
0e312b35996d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1467
diff
changeset
|
3663 file serving |
|
0e312b35996d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1467
diff
changeset
|
3664 - added Node.get() method |
|
1495
a2a57ec8fdf0
nicer page titles (sf feature 65197)
Richard Jones <richard@users.sourceforge.net>
parents:
1492
diff
changeset
|
3665 - nicer page titles (sf feature 65197) |
|
1496
e6ac4e074acb
relaxed CVS importing (feature [SF#693277])
Richard Jones <richard@users.sourceforge.net>
parents:
1495
diff
changeset
|
3666 - relaxed CVS importing (sf feature 693277) |
|
1596
33a0d94c7658
searching on ranges of intervals is implemented
Andrey Lebedev <kedder@users.sourceforge.net>
parents:
1592
diff
changeset
|
3667 - added support for searching on ranges of dates and intervals (see |
|
33a0d94c7658
searching on ranges of intervals is implemented
Andrey Lebedev <kedder@users.sourceforge.net>
parents:
1592
diff
changeset
|
3668 doc/user_guide.txt in chapter "Searching Page" for details) (closes sf |
|
33a0d94c7658
searching on ranges of intervals is implemented
Andrey Lebedev <kedder@users.sourceforge.net>
parents:
1592
diff
changeset
|
3669 feature 700178) |
|
1512
9b93d140b8e6
role names made case insensitive
Andrey Lebedev <kedder@users.sourceforge.net>
parents:
1499
diff
changeset
|
3670 - role names made case insensitive |
|
1519
6fede2aa6a12
added ability to restore retired nodes
Andrey Lebedev <kedder@users.sourceforge.net>
parents:
1515
diff
changeset
|
3671 - added ability to restore retired nodes |
|
1537
0e36c9b23aa6
more lenient date input and addition Interval input support [SF#677764]
Richard Jones <richard@users.sourceforge.net>
parents:
1535
diff
changeset
|
3672 - more lenient date input and addition Interval input support (sf bug 677764) |
|
1547
f478c236b1f6
roundup mailgw now handles apop
Richard Jones <richard@users.sourceforge.net>
parents:
1545
diff
changeset
|
3673 - roundup mailgw now handles apop |
|
1555
948c7764d46c
implemented ability to search for multilink properties with no value (not in mk)
Richard Jones <richard@users.sourceforge.net>
parents:
1549
diff
changeset
|
3674 - implemented ability to search for multilink properties with no value |
|
1563
e2a8ce4d2317
Class.find() may now find unset Links [SF#700620]
Richard Jones <richard@users.sourceforge.net>
parents:
1555
diff
changeset
|
3675 - Class.find() may now find unset Links (sf bug 700620) |
|
1565
1e617a4a663d
more flexibility in classhelp link labelling (feature [SF#608204])
Richard Jones <richard@users.sourceforge.net>
parents:
1564
diff
changeset
|
3676 - more flexibility in classhelp link labelling (sf feature 608204) |
|
1596
33a0d94c7658
searching on ranges of intervals is implemented
Andrey Lebedev <kedder@users.sourceforge.net>
parents:
1592
diff
changeset
|
3677 - added command-line functionality for roundup-admin (sf feature 687664) |
|
1569
2bb4fa7050b1
added nicer popup windows for topic, nosy, etc (has add/remove buttons)
Richard Jones <richard@users.sourceforge.net>
parents:
1567
diff
changeset
|
3678 - added nicer popup windows for topic, nosy, etc (has add/remove buttons) |
|
2bb4fa7050b1
added nicer popup windows for topic, nosy, etc (has add/remove buttons)
Richard Jones <richard@users.sourceforge.net>
parents:
1567
diff
changeset
|
3679 thanks Gus Gollings |
|
1591
21312a7564fd
moving templates around
Richard Jones <richard@users.sourceforge.net>
parents:
1577
diff
changeset
|
3680 - HTML templating files now have a .html extension |
|
21312a7564fd
moving templates around
Richard Jones <richard@users.sourceforge.net>
parents:
1577
diff
changeset
|
3681 - Roundup templates are now distributed much more sanely, allowing for |
|
21312a7564fd
moving templates around
Richard Jones <richard@users.sourceforge.net>
parents:
1577
diff
changeset
|
3682 3rd-party templates. |
|
1599
cc96bf971b33
extended date syntax to make range searches even more useful
Andrey Lebedev <kedder@users.sourceforge.net>
parents:
1596
diff
changeset
|
3683 - extended date syntax to make range searches even more useful |
|
1612
e109d59f232d
SMTP login and TLS support added ([SF#710853] with extras ;)
Richard Jones <richard@users.sourceforge.net>
parents:
1606
diff
changeset
|
3684 - SMTP login and TLS support added (sf bug 710853 with extras ;) |
|
1631
8a908bbad1ef
A couple of form value handling changes:
Richard Jones <richard@users.sourceforge.net>
parents:
1625
diff
changeset
|
3685 Note: requires python 2.2+ |
|
1632
eb4d04a9d647
added Windows Service mode for roundup-server...
Richard Jones <richard@users.sourceforge.net>
parents:
1631
diff
changeset
|
3686 - added Windows Service mode for roundup-server when daemonification is |
|
eb4d04a9d647
added Windows Service mode for roundup-server...
Richard Jones <richard@users.sourceforge.net>
parents:
1631
diff
changeset
|
3687 attempted on Windows. |
|
1633
ac5f7e5a11e5
sort HTMLClass.properties results by name (feature [SF#724738])
Richard Jones <richard@users.sourceforge.net>
parents:
1632
diff
changeset
|
3688 - sort HTMLClass.properties results by name (sf feature 724738) |
|
1635
b0ffb474716e
nicer index navigation
Richard Jones <richard@users.sourceforge.net>
parents:
1633
diff
changeset
|
3689 - nicer index navigation (sf feature 676866) |
|
1495
a2a57ec8fdf0
nicer page titles (sf feature 65197)
Richard Jones <richard@users.sourceforge.net>
parents:
1492
diff
changeset
|
3690 |
|
1490
0638abfa13ab
re-work CHANGES file [SF#695814]
Richard Jones <richard@users.sourceforge.net>
parents:
1487
diff
changeset
|
3691 Fixed: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3692 |
|
1490
0638abfa13ab
re-work CHANGES file [SF#695814]
Richard Jones <richard@users.sourceforge.net>
parents:
1487
diff
changeset
|
3693 - applied unicode patch. All data is stored in utf-8. Incoming messages |
|
3932
7518a8ec1d55
Update Xapian to use latest stemmer API
Richard Jones <richard@users.sourceforge.net>
parents:
3921
diff
changeset
|
3694 converted from any encoding to utf-8, outgoing messages are encoded |
|
1490
0638abfa13ab
re-work CHANGES file [SF#695814]
Richard Jones <richard@users.sourceforge.net>
parents:
1487
diff
changeset
|
3695 according to rfc2822 (sf bug 568873) |
|
0638abfa13ab
re-work CHANGES file [SF#695814]
Richard Jones <richard@users.sourceforge.net>
parents:
1487
diff
changeset
|
3696 - fixed layout issues with forms in sidebar |
|
0638abfa13ab
re-work CHANGES file [SF#695814]
Richard Jones <richard@users.sourceforge.net>
parents:
1487
diff
changeset
|
3697 - fixed timelog example so it handles new issues (sf bug 678908) |
|
0638abfa13ab
re-work CHANGES file [SF#695814]
Richard Jones <richard@users.sourceforge.net>
parents:
1487
diff
changeset
|
3698 - handle missing os.fork() (sf bug 681046) |
|
0638abfa13ab
re-work CHANGES file [SF#695814]
Richard Jones <richard@users.sourceforge.net>
parents:
1487
diff
changeset
|
3699 - added warning filter for "FutureWarning: hex/oct constants > sys.maxint will |
|
0638abfa13ab
re-work CHANGES file [SF#695814]
Richard Jones <richard@users.sourceforge.net>
parents:
1487
diff
changeset
|
3700 return positive values..." (literal 0xffff0000 in portalocker.py) |
|
0638abfa13ab
re-work CHANGES file [SF#695814]
Richard Jones <richard@users.sourceforge.net>
parents:
1487
diff
changeset
|
3701 - fixed ZPT code generating SyntaxWarning for assignment to None |
|
0638abfa13ab
re-work CHANGES file [SF#695814]
Richard Jones <richard@users.sourceforge.net>
parents:
1487
diff
changeset
|
3702 - open static files using binary mode (sf bug 693208) |
|
0638abfa13ab
re-work CHANGES file [SF#695814]
Richard Jones <richard@users.sourceforge.net>
parents:
1487
diff
changeset
|
3703 - fixed deja-vu bug 692910 |
|
0638abfa13ab
re-work CHANGES file [SF#695814]
Richard Jones <richard@users.sourceforge.net>
parents:
1487
diff
changeset
|
3704 - don't display "Editing" on read-only pages (sf bug 651967) |
|
0638abfa13ab
re-work CHANGES file [SF#695814]
Richard Jones <richard@users.sourceforge.net>
parents:
1487
diff
changeset
|
3705 - re-worked detectors initialisation - woohoo, no more cross-importing! |
|
0638abfa13ab
re-work CHANGES file [SF#695814]
Richard Jones <richard@users.sourceforge.net>
parents:
1487
diff
changeset
|
3706 - fixed export/import of retired nodes (sf bug 685273) |
|
1521
709bb731e96e
remember the display template specified during edit [SF#701815]
Richard Jones <richard@users.sourceforge.net>
parents:
1519
diff
changeset
|
3707 - remember the display template specified during edit (sf bug 701815) |
|
1522
d20680d611a6
added example HTML tempating for vacation flag [SF#701722]
Richard Jones <richard@users.sourceforge.net>
parents:
1521
diff
changeset
|
3708 - added example HTML tempating for vacation flag (sf bug 701722) |
|
1544
6db2cbcd390e
finally, tables autosize columns [SF#609070]
Richard Jones <richard@users.sourceforge.net>
parents:
1537
diff
changeset
|
3709 - finally, tables autosize columns (sf bug 609070) |
|
1545
838997c8c94e
added creation to index columns [SF#708247]
Richard Jones <richard@users.sourceforge.net>
parents:
1544
diff
changeset
|
3710 - added creation to index columns (sf bug 708247) |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3711 - fixed missing (pre-commit) journal entries in \*dbm backends (sf bug 679217) |
|
1577
e0f4e3561572
URL cited in roundup email confusing dumb Email clients [SF#716585]
Richard Jones <richard@users.sourceforge.net>
parents:
1576
diff
changeset
|
3712 - URL cited in roundup email confusing dumb Email clients (sf bug 716585) |
|
1620
fc9dafcb62e0
set title on issues even when the email body is empty [SF#727430]
Richard Jones <richard@users.sourceforge.net>
parents:
1617
diff
changeset
|
3713 - set title on issues even when the email body is empty (sf bug 727430) |
|
1625
126d4d0ac89b
under the heading of "questionable whether it's a fix or not"
Richard Jones <richard@users.sourceforge.net>
parents:
1624
diff
changeset
|
3714 - under the heading of "questionable whether it's a fix or not" |
|
126d4d0ac89b
under the heading of "questionable whether it's a fix or not"
Richard Jones <richard@users.sourceforge.net>
parents:
1624
diff
changeset
|
3715 (sf "bug" 621226 for the users of the "standards compliant" browser IE) |
|
1409
8dc60d87ab42
Fixed a backlog of bug reports, and worked on python 2.3 compatibility:
Richard Jones <richard@users.sourceforge.net>
parents:
1408
diff
changeset
|
3716 |
|
1490
0638abfa13ab
re-work CHANGES file [SF#695814]
Richard Jones <richard@users.sourceforge.net>
parents:
1487
diff
changeset
|
3717 |
|
4561
56def59a5194
Restore a missing release date. Make the dates a little easier to eyeball.
Eric S. Raymond <esr@thyrsus.com>
parents:
4559
diff
changeset
|
3718 2003-05-08: 0.5.7 |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3719 |
|
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3720 Fixed: |
|
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3721 |
|
1490
0638abfa13ab
re-work CHANGES file [SF#695814]
Richard Jones <richard@users.sourceforge.net>
parents:
1487
diff
changeset
|
3722 - fixed Interval maths (sf bug 665357) |
|
1492
2fc7d4a8c9e7
fixed sqlite rollback/caching bug [SF#689383]
Richard Jones <richard@users.sourceforge.net>
parents:
1490
diff
changeset
|
3723 - fixed sqlite rollback/caching bug (sf bug 689383) |
|
1515
a516bbb9896b
fixed rdbms table update detection logic [SF#703297]
Richard Jones <richard@users.sourceforge.net>
parents:
1512
diff
changeset
|
3724 - fixed rdbms table update detection logic (sf bug 703297) |
|
1535
26f29449c494
fixed detection of bad date specs [SF#691439]
Richard Jones <richard@users.sourceforge.net>
parents:
1534
diff
changeset
|
3725 - fixed detection of bad date specs (sf bug 691439) |
|
1624
e3611ffad2e1
fixed sync between HEAD and maint-0-5 CHANGES
Richard Jones <richard@users.sourceforge.net>
parents:
1622
diff
changeset
|
3726 - required String properties not being flagged (thanks Ajit George) |
|
1555
948c7764d46c
implemented ability to search for multilink properties with no value (not in mk)
Richard Jones <richard@users.sourceforge.net>
parents:
1549
diff
changeset
|
3727 - only look for CSV files when importing (thanks Dan Grassi) |
|
948c7764d46c
implemented ability to search for multilink properties with no value (not in mk)
Richard Jones <richard@users.sourceforge.net>
parents:
1549
diff
changeset
|
3728 - can now unset values in CSV editing (sf bug 704788) |
|
1549
a53a7e197360
fixed rdbms email address lookup (case insensitivity)
Richard Jones <richard@users.sourceforge.net>
parents:
1547
diff
changeset
|
3729 - fixed rdbms email address lookup (case insensitivity) |
|
1604
f2bdf6b07c2a
email file attachments added to issue files list [SF#711501]
Richard Jones <richard@users.sourceforge.net>
parents:
1599
diff
changeset
|
3730 - email file attachments added to issue files list (sf bug 711501) |
|
1606
8b0bd0b897e6
added socket timeout to attempt to prevent stuck processes [SF#665487]
Richard Jones <richard@users.sourceforge.net>
parents:
1604
diff
changeset
|
3731 - added socket timeout to attempt to prevent stuck processes (sf bug 665487) |
|
1617
7d6eb7d64a64
email registered users shouldn't be able to log in [SF#714673]
Richard Jones <richard@users.sourceforge.net>
parents:
1612
diff
changeset
|
3732 - email registered users shouldn't be able to log in (sf bug 714673) |
|
1624
e3611ffad2e1
fixed sync between HEAD and maint-0-5 CHANGES
Richard Jones <richard@users.sourceforge.net>
parents:
1622
diff
changeset
|
3733 - handle missing addresses on users (sf bug 724537) |
|
1490
0638abfa13ab
re-work CHANGES file [SF#695814]
Richard Jones <richard@users.sourceforge.net>
parents:
1487
diff
changeset
|
3734 |
|
0638abfa13ab
re-work CHANGES file [SF#695814]
Richard Jones <richard@users.sourceforge.net>
parents:
1487
diff
changeset
|
3735 |
|
4561
56def59a5194
Restore a missing release date. Make the dates a little easier to eyeball.
Eric S. Raymond <esr@thyrsus.com>
parents:
4559
diff
changeset
|
3736 2003-02-27: 0.5.6 |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3737 |
|
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3738 Fixed: |
|
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3739 |
|
1490
0638abfa13ab
re-work CHANGES file [SF#695814]
Richard Jones <richard@users.sourceforge.net>
parents:
1487
diff
changeset
|
3740 - fixed templating filter function arguments (sf bug 678911) |
|
0638abfa13ab
re-work CHANGES file [SF#695814]
Richard Jones <richard@users.sourceforge.net>
parents:
1487
diff
changeset
|
3741 - fixed multiselect in searching (sf bug 676874) |
|
0638abfa13ab
re-work CHANGES file [SF#695814]
Richard Jones <richard@users.sourceforge.net>
parents:
1487
diff
changeset
|
3742 - fixed parsing of content-disposition filenames (sf bug 675116) |
|
0638abfa13ab
re-work CHANGES file [SF#695814]
Richard Jones <richard@users.sourceforge.net>
parents:
1487
diff
changeset
|
3743 - added 'h' to roundup-server optarg list (sf bug 674070) |
|
0638abfa13ab
re-work CHANGES file [SF#695814]
Richard Jones <richard@users.sourceforge.net>
parents:
1487
diff
changeset
|
3744 - fixed doc for db.history in anydbm and rdbms_common (sf bug 679221) |
|
0638abfa13ab
re-work CHANGES file [SF#695814]
Richard Jones <richard@users.sourceforge.net>
parents:
1487
diff
changeset
|
3745 - fixed roundup-reminder (sf bug 681042) |
|
0638abfa13ab
re-work CHANGES file [SF#695814]
Richard Jones <richard@users.sourceforge.net>
parents:
1487
diff
changeset
|
3746 - fixed int assumptions about Number values (sf bug 677762) |
|
0638abfa13ab
re-work CHANGES file [SF#695814]
Richard Jones <richard@users.sourceforge.net>
parents:
1487
diff
changeset
|
3747 - clarified licensing |
|
0638abfa13ab
re-work CHANGES file [SF#695814]
Richard Jones <richard@users.sourceforge.net>
parents:
1487
diff
changeset
|
3748 - another attempt to fix cookie misbehaviour - customise cookie name using |
|
0638abfa13ab
re-work CHANGES file [SF#695814]
Richard Jones <richard@users.sourceforge.net>
parents:
1487
diff
changeset
|
3749 tracker name |
|
0638abfa13ab
re-work CHANGES file [SF#695814]
Richard Jones <richard@users.sourceforge.net>
parents:
1487
diff
changeset
|
3750 - fixed error in indexargs_url (thanks Patrick Ohly) |
|
0638abfa13ab
re-work CHANGES file [SF#695814]
Richard Jones <richard@users.sourceforge.net>
parents:
1487
diff
changeset
|
3751 - fixed getnode (sf bug 684531) |
|
0638abfa13ab
re-work CHANGES file [SF#695814]
Richard Jones <richard@users.sourceforge.net>
parents:
1487
diff
changeset
|
3752 - fixed args to some date templating methods (sf bug 689670) |
|
0638abfa13ab
re-work CHANGES file [SF#695814]
Richard Jones <richard@users.sourceforge.net>
parents:
1487
diff
changeset
|
3753 - fixed database corruption in rdbms property mutation |
|
1409
8dc60d87ab42
Fixed a backlog of bug reports, and worked on python 2.3 compatibility:
Richard Jones <richard@users.sourceforge.net>
parents:
1408
diff
changeset
|
3754 |
|
1485
8a1975bdde6e
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1480
diff
changeset
|
3755 |
|
4561
56def59a5194
Restore a missing release date. Make the dates a little easier to eyeball.
Eric S. Raymond <esr@thyrsus.com>
parents:
4559
diff
changeset
|
3756 2003-01-24: 0.5.5 |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3757 |
|
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3758 Fixed: |
|
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3759 |
|
1490
0638abfa13ab
re-work CHANGES file [SF#695814]
Richard Jones <richard@users.sourceforge.net>
parents:
1487
diff
changeset
|
3760 - fixed rdbms searching by ID (sf bug 666615) |
|
0638abfa13ab
re-work CHANGES file [SF#695814]
Richard Jones <richard@users.sourceforge.net>
parents:
1487
diff
changeset
|
3761 - fixed metakit searching by ID |
|
0638abfa13ab
re-work CHANGES file [SF#695814]
Richard Jones <richard@users.sourceforge.net>
parents:
1487
diff
changeset
|
3762 - detect corrupted index and raise semi-useful exception (sf bug 666767) |
|
0638abfa13ab
re-work CHANGES file [SF#695814]
Richard Jones <richard@users.sourceforge.net>
parents:
1487
diff
changeset
|
3763 - open server logfile unbuffered |
|
0638abfa13ab
re-work CHANGES file [SF#695814]
Richard Jones <richard@users.sourceforge.net>
parents:
1487
diff
changeset
|
3764 - revert StringHTMLProperty to not hyperlink text by default |
|
0638abfa13ab
re-work CHANGES file [SF#695814]
Richard Jones <richard@users.sourceforge.net>
parents:
1487
diff
changeset
|
3765 - fixes to CGI form handling |
|
0638abfa13ab
re-work CHANGES file [SF#695814]
Richard Jones <richard@users.sourceforge.net>
parents:
1487
diff
changeset
|
3766 - fix unlink bug in metakit backend |
|
0638abfa13ab
re-work CHANGES file [SF#695814]
Richard Jones <richard@users.sourceforge.net>
parents:
1487
diff
changeset
|
3767 - fixed hyperlinking ambiguity (sf bug 669777) |
|
0638abfa13ab
re-work CHANGES file [SF#695814]
Richard Jones <richard@users.sourceforge.net>
parents:
1487
diff
changeset
|
3768 - fixed cookie path to use TRACKER_WEB (sf bug 667020) (thanks Nathaniel Smith |
|
0638abfa13ab
re-work CHANGES file [SF#695814]
Richard Jones <richard@users.sourceforge.net>
parents:
1487
diff
changeset
|
3769 for helping chase it down and Luke Opperman for confirming fix) |
|
1365
4884fb0860f9
fixed rdbms searching by ID [SF#666615]
Richard Jones <richard@users.sourceforge.net>
parents:
1364
diff
changeset
|
3770 |
|
4884fb0860f9
fixed rdbms searching by ID [SF#666615]
Richard Jones <richard@users.sourceforge.net>
parents:
1364
diff
changeset
|
3771 |
|
4561
56def59a5194
Restore a missing release date. Make the dates a little easier to eyeball.
Eric S. Raymond <esr@thyrsus.com>
parents:
4559
diff
changeset
|
3772 2003-01-10: 0.5.4 |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3773 |
|
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3774 Fixed: |
|
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3775 |
|
1332
e2d51ba4f6b1
key the templates cache off full path, not filename
Richard Jones <richard@users.sourceforge.net>
parents:
1329
diff
changeset
|
3776 - key the templates cache off full path, not filename |
|
1333
80d27b7d6db5
implemented whole-database locking
Richard Jones <richard@users.sourceforge.net>
parents:
1332
diff
changeset
|
3777 - implemented whole-database locking |
|
1336
6a54b51b1784
hyperlinking of special message text
Richard Jones <richard@users.sourceforge.net>
parents:
1333
diff
changeset
|
3778 - hyperlinking of special text (url, email, item designator) in messages |
|
1337
95ef1dcbb3be
always default time to 00:00:00
Richard Jones <richard@users.sourceforge.net>
parents:
1336
diff
changeset
|
3779 - fixed time default in date.py |
|
1342
8de9e5940c30
fixed error in cgi/templates.py [SF#652089]
Richard Jones <richard@users.sourceforge.net>
parents:
1337
diff
changeset
|
3780 - fixed error in cgi/templates.py (sf bug 652089) |
|
1343
2e557762ee87
fixed handling of missing password [SF#655632]
Richard Jones <richard@users.sourceforge.net>
parents:
1342
diff
changeset
|
3781 - fixed handling of missing password (sf bug 655632) |
|
1344
f2f553611ce0
applied patches for handling Outlook quirks...
Richard Jones <richard@users.sourceforge.net>
parents:
1343
diff
changeset
|
3782 - applied patches for handling Outlook quirks (thanks Andrey Lebedev) |
|
f2f553611ce0
applied patches for handling Outlook quirks...
Richard Jones <richard@users.sourceforge.net>
parents:
1343
diff
changeset
|
3783 (multipart/alternative, "fw" and content-type "name") |
|
1345
618aa9c37d65
fire auditors and reactors in rdbms retire (thanks Sheila King)
Richard Jones <richard@users.sourceforge.net>
parents:
1344
diff
changeset
|
3784 - fire auditors and reactors in rdbms retire (thanks Sheila King) |
|
1347
350ad3dd6e63
better match for mailgw help "command" text
Richard Jones <richard@users.sourceforge.net>
parents:
1345
diff
changeset
|
3785 - better match for mailgw help "command" text |
| 1373 | 3786 - handle :add: better in cgi form parsing (sf bug 663235) |
|
1350
016de4b03276
handle all-whitespace multilink values in forms [SF#663855]
Richard Jones <richard@users.sourceforge.net>
parents:
1348
diff
changeset
|
3787 - handle all-whitespace multilink values in forms (sf bug 663855) |
|
1351
d1bfb479e527
fixed searching on date / interval fields [SF#658157]
Richard Jones <richard@users.sourceforge.net>
parents:
1350
diff
changeset
|
3788 - fixed searching on date / interval fields (sf bug 658157) |
|
3932
7518a8ec1d55
Update Xapian to use latest stemmer API
Richard Jones <richard@users.sourceforge.net>
parents:
3921
diff
changeset
|
3789 - fixed form elements names in search form to allow grouping and sorting |
|
1352
e6270d4bfd07
fixed form elements names in search form to allow grouping and sorting
Andrey Lebedev <kedder@users.sourceforge.net>
parents:
1351
diff
changeset
|
3790 on "creation" field |
|
1353
013ae8c6c8b1
display of saved queries is now performed correctly
Andrey Lebedev <kedder@users.sourceforge.net>
parents:
1352
diff
changeset
|
3791 - display of saved queries is now performed correctly |
|
1332
e2d51ba4f6b1
key the templates cache off full path, not filename
Richard Jones <richard@users.sourceforge.net>
parents:
1329
diff
changeset
|
3792 |
|
1355
a4b97ad13330
pre-release changes
Richard Jones <richard@users.sourceforge.net>
parents:
1353
diff
changeset
|
3793 |
|
4561
56def59a5194
Restore a missing release date. Make the dates a little easier to eyeball.
Eric S. Raymond <esr@thyrsus.com>
parents:
4559
diff
changeset
|
3794 2002-12-11: 0.5.3 |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3795 |
|
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3796 Fixed: |
|
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3797 |
|
1306
a7ec3f707e26
added mention of how to give users multiple Roles
Richard Jones <richard@users.sourceforge.net>
parents:
1304
diff
changeset
|
3798 - added mention of how to give users multiple Roles |
|
1307
0b44a351cf6d
mention needed trailing "/" in TRACKER_WEB
Richard Jones <richard@users.sourceforge.net>
parents:
1306
diff
changeset
|
3799 - mention needed trailing "/" in TRACKER_WEB |
|
1308
bd71c43f0911
fixed upgrading doc to have CGI changes in the correct order
Richard Jones <richard@users.sourceforge.net>
parents:
1307
diff
changeset
|
3800 - fixed upgrading doc to have CGI changes in the correct order |
|
1314
3a7963bb3bb9
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1308
diff
changeset
|
3801 - fixed double-close of anydbm backend (sf bug 639030) |
|
3a7963bb3bb9
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1308
diff
changeset
|
3802 - removed use of string/strop from TAL/TALInterpreter |
|
3a7963bb3bb9
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1308
diff
changeset
|
3803 - handle KeyboardInterrupt nicely |
|
3a7963bb3bb9
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1308
diff
changeset
|
3804 - fixed Date and Interval form value handling |
|
1320
3758a5af985f
Lots of little fixes in this update:
Richard Jones <richard@users.sourceforge.net>
parents:
1314
diff
changeset
|
3805 - fixed Date.local() |
|
3758a5af985f
Lots of little fixes in this update:
Richard Jones <richard@users.sourceforge.net>
parents:
1314
diff
changeset
|
3806 - email quoted text stripping is controllable again (sf bug 650742) |
|
3758a5af985f
Lots of little fixes in this update:
Richard Jones <richard@users.sourceforge.net>
parents:
1314
diff
changeset
|
3807 - extract attachment name from content-disposition if name is missing (sf |
|
3758a5af985f
Lots of little fixes in this update:
Richard Jones <richard@users.sourceforge.net>
parents:
1314
diff
changeset
|
3808 bug 637278) |
|
3758a5af985f
Lots of little fixes in this update:
Richard Jones <richard@users.sourceforge.net>
parents:
1314
diff
changeset
|
3809 - removed FILTER_POSITION from bundled configs |
|
3758a5af985f
Lots of little fixes in this update:
Richard Jones <richard@users.sourceforge.net>
parents:
1314
diff
changeset
|
3810 - reverse message listing in issue display (reversion of recent change) |
|
3758a5af985f
Lots of little fixes in this update:
Richard Jones <richard@users.sourceforge.net>
parents:
1314
diff
changeset
|
3811 - bad entries for multilink editing in cgi don't traceback now (sf bug 640310) |
|
1321
328d68db2ef8
- detect and break email loops [SF#640854]
Richard Jones <richard@users.sourceforge.net>
parents:
1320
diff
changeset
|
3812 - detect and break email loops (sf bug 640854) |
|
1322
c0546b95aad1
finished off handling of retired flag in filter() [SF#635260]
Richard Jones <richard@users.sourceforge.net>
parents:
1321
diff
changeset
|
3813 - finished of handling of retired flag in filter() (sf bug 635260) |
|
1325
2e5a9fc7abd5
allow StringHTMLProperty in MultilinkHTMLProperty test to work
Richard Jones <richard@users.sourceforge.net>
parents:
1322
diff
changeset
|
3814 - allow StringHTMLProperty in MultilinkHTMLProperty test to work |
|
1326
43e5262dd90c
don't set explicit None Link properties in web create
Richard Jones <richard@users.sourceforge.net>
parents:
1325
diff
changeset
|
3815 - don't set explicit None Link properties in web create |
|
1327
7af3f0df307b
fixed nasty sorting bug that was lowercasing properties
Richard Jones <richard@users.sourceforge.net>
parents:
1326
diff
changeset
|
3816 - fixed nasty sorting bug that was lowercasing properties |
|
1328
b4d4770658c1
allow multiple :remove and :add elements per property being edited
Richard Jones <richard@users.sourceforge.net>
parents:
1327
diff
changeset
|
3817 - allow multiple :remove and :add elements per property being edited |
|
1329
b1f86cc82d33
added date header to emails [SF#651358]
Richard Jones <richard@users.sourceforge.net>
parents:
1328
diff
changeset
|
3818 - added date header to emails (sf bug 651358) |
|
1306
a7ec3f707e26
added mention of how to give users multiple Roles
Richard Jones <richard@users.sourceforge.net>
parents:
1304
diff
changeset
|
3819 |
|
a7ec3f707e26
added mention of how to give users multiple Roles
Richard Jones <richard@users.sourceforge.net>
parents:
1304
diff
changeset
|
3820 |
|
4561
56def59a5194
Restore a missing release date. Make the dates a little easier to eyeball.
Eric S. Raymond <esr@thyrsus.com>
parents:
4559
diff
changeset
|
3821 2002-11-07: 0.5.2 |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3822 |
|
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3823 Fixed: |
|
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3824 |
|
1287
5402a6f2a754
Added quotes around python interpreter in windows bat [SF#623963]
Richard Jones <richard@users.sourceforge.net>
parents:
1286
diff
changeset
|
3825 - added quotes around python interpreter in windows bat (sf bug 623963) |
|
5402a6f2a754
Added quotes around python interpreter in windows bat [SF#623963]
Richard Jones <richard@users.sourceforge.net>
parents:
1286
diff
changeset
|
3826 - fixed link at end of installation doc (sf bug 623957) |
|
1288
ad8de51d7cd5
handle "classname" URL path errors cleaner (generate a 404)
Richard Jones <richard@users.sourceforge.net>
parents:
1287
diff
changeset
|
3827 - handle "classname" URL path errors cleaner (generate a 404) |
|
1290
fc451828f971
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1288
diff
changeset
|
3828 - added CGI :remove:<propname> and :add:<propname> which specify item ids to |
|
fc451828f971
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1288
diff
changeset
|
3829 remove / add in <propname> multilink. |
|
fc451828f971
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1288
diff
changeset
|
3830 - bugfix in boolean templating |
|
1292
f7d9fefcae88
Fixes for SourceForge tracker bugs.
Richard Jones <richard@users.sourceforge.net>
parents:
1290
diff
changeset
|
3831 - remember the change note on bad submissions (sf bug 625989) |
|
f7d9fefcae88
Fixes for SourceForge tracker bugs.
Richard Jones <richard@users.sourceforge.net>
parents:
1290
diff
changeset
|
3832 - highlight required form fields (sf bug 625989) |
|
1294
3a38af77b87c
force non-word boundary to match re: in subject [SF#626303]
Richard Jones <richard@users.sourceforge.net>
parents:
1292
diff
changeset
|
3833 - force non-word boundary to match re: in subject (sf bug 626303) |
|
1297
29ccbe852673
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1294
diff
changeset
|
3834 - handle sqlite bug (<2.7.2) (sf bug 630828) |
|
29ccbe852673
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1294
diff
changeset
|
3835 - handle missing props in anydbm stringFind |
|
1299
b2d04ce03802
Email improvements.
Richard Jones <richard@users.sourceforge.net>
parents:
1297
diff
changeset
|
3836 - updated email package address formatting (deprecation) |
|
b2d04ce03802
Email improvements.
Richard Jones <richard@users.sourceforge.net>
parents:
1297
diff
changeset
|
3837 - copied email address quoting from email v2.4.3 so we're consistent with 2.2 |
|
b2d04ce03802
Email improvements.
Richard Jones <richard@users.sourceforge.net>
parents:
1297
diff
changeset
|
3838 - email summary extraction now takes the first whole sentence or line - |
|
b2d04ce03802
Email improvements.
Richard Jones <richard@users.sourceforge.net>
parents:
1297
diff
changeset
|
3839 whichever is longer |
|
1301
9cc72b7c521f
ensured there's no zero-length files in source [SF#633622]
Richard Jones <richard@users.sourceforge.net>
parents:
1299
diff
changeset
|
3840 - documented dependency on Active State (sf bug 623959) |
|
9cc72b7c521f
ensured there's no zero-length files in source [SF#633622]
Richard Jones <richard@users.sourceforge.net>
parents:
1299
diff
changeset
|
3841 - ensured there's no zero-length files in source (sf bug 633622) |
|
1302
2d362e3c6f3a
added ID to the search page [SF#631601]
Richard Jones <richard@users.sourceforge.net>
parents:
1301
diff
changeset
|
3842 - added ID to the search page (sf bug 631601) |
|
1303
71be6588904f
fixed filtering by id in anydbm
Richard Jones <richard@users.sourceforge.net>
parents:
1302
diff
changeset
|
3843 - fixed filtering by id in anydbm |
|
71be6588904f
fixed filtering by id in anydbm
Richard Jones <richard@users.sourceforge.net>
parents:
1302
diff
changeset
|
3844 - show issue ID in the headings (sf bug 631598) |
|
1304
61ad556cfc8d
working toward 0.5.2 release
Richard Jones <richard@users.sourceforge.net>
parents:
1303
diff
changeset
|
3845 - show entire messages by default in issues (sf bug 625995) |
|
61ad556cfc8d
working toward 0.5.2 release
Richard Jones <richard@users.sourceforge.net>
parents:
1303
diff
changeset
|
3846 - fixed journalling to save old values instead of new (sorry it took so long GM) |
|
61ad556cfc8d
working toward 0.5.2 release
Richard Jones <richard@users.sourceforge.net>
parents:
1303
diff
changeset
|
3847 - handle missing REQUEST_URI for cgi-bin users (sf bug 620163) |
|
1287
5402a6f2a754
Added quotes around python interpreter in windows bat [SF#623963]
Richard Jones <richard@users.sourceforge.net>
parents:
1286
diff
changeset
|
3848 |
|
5402a6f2a754
Added quotes around python interpreter in windows bat [SF#623963]
Richard Jones <richard@users.sourceforge.net>
parents:
1286
diff
changeset
|
3849 |
|
4561
56def59a5194
Restore a missing release date. Make the dates a little easier to eyeball.
Eric S. Raymond <esr@thyrsus.com>
parents:
4559
diff
changeset
|
3850 2002-10-16: 0.5.1 |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3851 |
|
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3852 Fixed: |
|
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3853 |
|
1244
8dd4f736370b
merge from maintenance branch
Richard Jones <richard@users.sourceforge.net>
parents:
1238
diff
changeset
|
3854 - highlight rows in groups of three |
|
8dd4f736370b
merge from maintenance branch
Richard Jones <richard@users.sourceforge.net>
parents:
1238
diff
changeset
|
3855 - metakit cleanups |
|
8dd4f736370b
merge from maintenance branch
Richard Jones <richard@users.sourceforge.net>
parents:
1238
diff
changeset
|
3856 - nicer "navigation" style in index views |
|
1248
5b419b02c169
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1244
diff
changeset
|
3857 - handle missing Link values in anydbm backend set() operation |
|
1249
6c24a86a12ae
Fixes for SourceForge tracker bugs.
Richard Jones <richard@users.sourceforge.net>
parents:
1248
diff
changeset
|
3858 - fixed filter() with no sort/group (sf bug 618614) |
|
6c24a86a12ae
Fixes for SourceForge tracker bugs.
Richard Jones <richard@users.sourceforge.net>
parents:
1248
diff
changeset
|
3859 - fixed register with no session (sf bug 618611) |
|
6c24a86a12ae
Fixes for SourceForge tracker bugs.
Richard Jones <richard@users.sourceforge.net>
parents:
1248
diff
changeset
|
3860 - fixed log / pid file path handling in roundup-server (sf bug 617981) |
|
6c24a86a12ae
Fixes for SourceForge tracker bugs.
Richard Jones <richard@users.sourceforge.net>
parents:
1248
diff
changeset
|
3861 - fixed old gadfly compatibiltiy problem, for sure this time (sf bug 612873) |
|
1250
deab62016de7
https URLs from config now recognised as valid [SF#619829]
Richard Jones <richard@users.sourceforge.net>
parents:
1249
diff
changeset
|
3862 - https URLs from config now recognised as valid (sf bug 619829) |
|
1251
347657425a10
Nicer display of tracker list in roundup-server [SF#619769]
Richard Jones <richard@users.sourceforge.net>
parents:
1250
diff
changeset
|
3863 - nicer display of tracker list in roundup-server (sf bug 619769) |
|
347657425a10
Nicer display of tracker list in roundup-server [SF#619769]
Richard Jones <richard@users.sourceforge.net>
parents:
1250
diff
changeset
|
3864 - fixed some missed renaming instance -> tracker (sf bug 619769) |
|
1252
209a47ede743
allow blank passwords again [SF#619714]
Richard Jones <richard@users.sourceforge.net>
parents:
1251
diff
changeset
|
3865 - allow blank passwords again (sf bug 619714) |
|
1254
77920c42aeb9
Expose the tracker config as a variable for templating
Richard Jones <richard@users.sourceforge.net>
parents:
1252
diff
changeset
|
3866 - expose the tracker config as a variable for templating |
|
77920c42aeb9
Expose the tracker config as a variable for templating
Richard Jones <richard@users.sourceforge.net>
parents:
1252
diff
changeset
|
3867 - homogenise newlines in CGI text submissions (sf bug 614072) |
|
1259
4e83716df3c9
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1254
diff
changeset
|
3868 - merged Zope Collector #372 fix from ZPT CVS trunk |
|
4e83716df3c9
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1254
diff
changeset
|
3869 - fixed history to display username instead of userid |
|
1265
6763080a959e
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1259
diff
changeset
|
3870 - shipped templates didn't import all hyperdb types in dbinit.py |
|
6763080a959e
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1259
diff
changeset
|
3871 - fixed bug in Interval serialisation |
|
1270
c3424abf7f77
added ability to implement new templating utility methods
Richard Jones <richard@users.sourceforge.net>
parents:
1265
diff
changeset
|
3872 - handle "unset" status in status auditor (sf bug 621250) |
|
c3424abf7f77
added ability to implement new templating utility methods
Richard Jones <richard@users.sourceforge.net>
parents:
1265
diff
changeset
|
3873 - issues in 'done-cbb' are now also moved to 'chatting' on new messages |
|
c3424abf7f77
added ability to implement new templating utility methods
Richard Jones <richard@users.sourceforge.net>
parents:
1265
diff
changeset
|
3874 - implemented the missing Interval.__add__ |
|
c3424abf7f77
added ability to implement new templating utility methods
Richard Jones <richard@users.sourceforge.net>
parents:
1265
diff
changeset
|
3875 - added ability to implement new templating utility methods |
|
1272
cae50587fb96
expose the Date.pretty method to templating
Richard Jones <richard@users.sourceforge.net>
parents:
1270
diff
changeset
|
3876 - expose the Date.pretty method to templating |
|
1274
c3e1b564dc1f
made form table cell alignment consistent [SF#621887]
Richard Jones <richard@users.sourceforge.net>
parents:
1272
diff
changeset
|
3877 - made form table cell alignment consistent (sf bug 621887) |
|
1277
a9a3c378acc2
implemented "retire" cgi action, added to user index [SF#618612]
Richard Jones <richard@users.sourceforge.net>
parents:
1274
diff
changeset
|
3878 - include stylesheet in docs (sf bug 623183) |
|
a9a3c378acc2
implemented "retire" cgi action, added to user index [SF#618612]
Richard Jones <richard@users.sourceforge.net>
parents:
1274
diff
changeset
|
3879 - store PIPE messages so we can re-send them on errors (sf bug 623082) |
|
a9a3c378acc2
implemented "retire" cgi action, added to user index [SF#618612]
Richard Jones <richard@users.sourceforge.net>
parents:
1274
diff
changeset
|
3880 - implemented "retire" cgi action, added to user index (sf bug 618612) |
|
1286
4cbbdcf449f6
pre-release checkin
Richard Jones <richard@users.sourceforge.net>
parents:
1277
diff
changeset
|
3881 - included doc ideas from Bernhard Reiter (sf feature 621941) |
|
1244
8dd4f736370b
merge from maintenance branch
Richard Jones <richard@users.sourceforge.net>
parents:
1238
diff
changeset
|
3882 |
|
8dd4f736370b
merge from maintenance branch
Richard Jones <richard@users.sourceforge.net>
parents:
1238
diff
changeset
|
3883 |
|
4561
56def59a5194
Restore a missing release date. Make the dates a little easier to eyeball.
Eric S. Raymond <esr@thyrsus.com>
parents:
4559
diff
changeset
|
3884 2002-10-02: 0.5.0 |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3885 |
|
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3886 Fixed: |
|
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3887 |
|
1244
8dd4f736370b
merge from maintenance branch
Richard Jones <richard@users.sourceforge.net>
parents:
1238
diff
changeset
|
3888 - fixed style for alternating rows in user lists |
|
8dd4f736370b
merge from maintenance branch
Richard Jones <richard@users.sourceforge.net>
parents:
1238
diff
changeset
|
3889 - fixed query edit form so it doesn't barf |
|
8dd4f736370b
merge from maintenance branch
Richard Jones <richard@users.sourceforge.net>
parents:
1238
diff
changeset
|
3890 - #617133 ] 0.5.0pr1 uses nonexistent renderTemplate |
|
8dd4f736370b
merge from maintenance branch
Richard Jones <richard@users.sourceforge.net>
parents:
1238
diff
changeset
|
3891 - merged Zope Collector #539 fix from ZPT CVS trunk |
|
8dd4f736370b
merge from maintenance branch
Richard Jones <richard@users.sourceforge.net>
parents:
1238
diff
changeset
|
3892 |
|
8dd4f736370b
merge from maintenance branch
Richard Jones <richard@users.sourceforge.net>
parents:
1238
diff
changeset
|
3893 |
|
4561
56def59a5194
Restore a missing release date. Make the dates a little easier to eyeball.
Eric S. Raymond <esr@thyrsus.com>
parents:
4559
diff
changeset
|
3894 2002-09-27: 0.5.0 pr1 |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3895 |
|
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3896 Fixed: |
|
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3897 |
|
1165
14467c765167
sqlite backend!
Richard Jones <richard@users.sourceforge.net>
parents:
1157
diff
changeset
|
3898 - handling of None for Date/Interval/Password values in export/import |
|
14467c765167
sqlite backend!
Richard Jones <richard@users.sourceforge.net>
parents:
1157
diff
changeset
|
3899 - handling of journal values in export/import |
|
14467c765167
sqlite backend!
Richard Jones <richard@users.sourceforge.net>
parents:
1157
diff
changeset
|
3900 - password edit now has a confirmation field |
|
14467c765167
sqlite backend!
Richard Jones <richard@users.sourceforge.net>
parents:
1157
diff
changeset
|
3901 - registration error punts back to register page |
|
14467c765167
sqlite backend!
Richard Jones <richard@users.sourceforge.net>
parents:
1157
diff
changeset
|
3902 - gadfly backend now handles changes to the schema - but only one property |
|
14467c765167
sqlite backend!
Richard Jones <richard@users.sourceforge.net>
parents:
1157
diff
changeset
|
3903 at a time |
|
14467c765167
sqlite backend!
Richard Jones <richard@users.sourceforge.net>
parents:
1157
diff
changeset
|
3904 - cgi.client base URL is now obtained from the config TRACKER_WEB |
|
14467c765167
sqlite backend!
Richard Jones <richard@users.sourceforge.net>
parents:
1157
diff
changeset
|
3905 - request.url has gone away - there's too much magic in trying to figure |
|
14467c765167
sqlite backend!
Richard Jones <richard@users.sourceforge.net>
parents:
1157
diff
changeset
|
3906 what it should be |
|
14467c765167
sqlite backend!
Richard Jones <richard@users.sourceforge.net>
parents:
1157
diff
changeset
|
3907 - cgi-bin script redirects to https now if the request was https |
|
14467c765167
sqlite backend!
Richard Jones <richard@users.sourceforge.net>
parents:
1157
diff
changeset
|
3908 - FileClass "content" property wasn't being returned by getprops() in most |
|
14467c765167
sqlite backend!
Richard Jones <richard@users.sourceforge.net>
parents:
1157
diff
changeset
|
3909 backends |
|
14467c765167
sqlite backend!
Richard Jones <richard@users.sourceforge.net>
parents:
1157
diff
changeset
|
3910 - we now verify instance attributes on instance open and throw a useful error |
|
14467c765167
sqlite backend!
Richard Jones <richard@users.sourceforge.net>
parents:
1157
diff
changeset
|
3911 if they're not all there |
|
1169
7b448a2425fd
bugfix to (multi)link menu() label generation
Richard Jones <richard@users.sourceforge.net>
parents:
1165
diff
changeset
|
3912 - sf 611217 ] menu() has problems when labelprop==None |
|
1174
8e318dfaf479
Verify contents of tracker module when the tracker is opened
Richard Jones <richard@users.sourceforge.net>
parents:
1169
diff
changeset
|
3913 - verify contents of tracker module when the tracker is opened |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3914 - many performance improvements in \*dbm and sql backends |
|
1181
49aebf5a8691
some speedups, some fixes to the benchmarking
Richard Jones <richard@users.sourceforge.net>
parents:
1174
diff
changeset
|
3915 - mailgw was missing an "import sys" |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
3916 - setup now installs scripts with python -O flag, doubling performance in some |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
3917 cases (there's a lot of __debug__ use) |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
3918 - fix :required for Link menus |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
3919 - import wasn't setting the ID to maxid+1 |
|
1201
0f1224acffbb
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1198
diff
changeset
|
3920 - added getItem to HTMLClass so you can access arbitrary items in templates |
|
0f1224acffbb
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1198
diff
changeset
|
3921 - index filtering form values may now be key values too |
|
1204
b862bbf2067a
Replaced the content() callback ickiness with Page Template macro usage
Richard Jones <richard@users.sourceforge.net>
parents:
1201
diff
changeset
|
3922 - replaced the content() callback ickiness with Page Template macro usage |
|
b862bbf2067a
Replaced the content() callback ickiness with Page Template macro usage
Richard Jones <richard@users.sourceforge.net>
parents:
1201
diff
changeset
|
3923 - changed the default CSS style to be less offensive to some ;) |
|
b862bbf2067a
Replaced the content() callback ickiness with Page Template macro usage
Richard Jones <richard@users.sourceforge.net>
parents:
1201
diff
changeset
|
3924 - better handling of Page Template compilation errors |
|
1209
e47d9bb1455b
[SF#614188] Exception in mailgw.py
Richard Jones <richard@users.sourceforge.net>
parents:
1204
diff
changeset
|
3925 - handle multiple unrelated indexed classes |
|
e47d9bb1455b
[SF#614188] Exception in mailgw.py
Richard Jones <richard@users.sourceforge.net>
parents:
1204
diff
changeset
|
3926 - #614188 ] Exception in mailgw.py |
|
1210
619ab5de5af0
[SF#613310] traceback on onexistant items
Richard Jones <richard@users.sourceforge.net>
parents:
1209
diff
changeset
|
3927 - #613310 ] traceback on onexistant items |
|
1211
2658b694c3ab
[SF#613291] typos in nosy list
Richard Jones <richard@users.sourceforge.net>
parents:
1210
diff
changeset
|
3928 - #613291 ] typos in nosy list |
|
1218
4c9882cb16a3
more docco work
Richard Jones <richard@users.sourceforge.net>
parents:
1211
diff
changeset
|
3929 - handle stupid mailers that QUOTE their Re; 'Re: "[issue1] bla blah"' |
|
4c9882cb16a3
more docco work
Richard Jones <richard@users.sourceforge.net>
parents:
1211
diff
changeset
|
3930 - giving a user a Role that doesn't exist doesn't break stuff any more |
|
4c9882cb16a3
more docco work
Richard Jones <richard@users.sourceforge.net>
parents:
1211
diff
changeset
|
3931 - revamped user guide, customisation guide, added maintenance guide |
|
1233
69bf0d381fd7
Zope Collector fixes.
Richard Jones <richard@users.sourceforge.net>
parents:
1222
diff
changeset
|
3932 - merge Zope Collector #538 fix from ZPT CVS trunk (path expressions with a |
|
69bf0d381fd7
Zope Collector fixes.
Richard Jones <richard@users.sourceforge.net>
parents:
1222
diff
changeset
|
3933 non-path final alternate no longer try to call a value returned by that |
|
69bf0d381fd7
Zope Collector fixes.
Richard Jones <richard@users.sourceforge.net>
parents:
1222
diff
changeset
|
3934 alternate) |
|
69bf0d381fd7
Zope Collector fixes.
Richard Jones <richard@users.sourceforge.net>
parents:
1222
diff
changeset
|
3935 - merge Zope Collector #573 fix from ZPT CVS trunk |
|
1222
bc3bc3248dd1
added Class.find() unit test, fixed implementations
Richard Jones <richard@users.sourceforge.net>
parents:
1218
diff
changeset
|
3936 - merge Zope Collector #580 fix from ZPT CVS trunk |
|
1233
69bf0d381fd7
Zope Collector fixes.
Richard Jones <richard@users.sourceforge.net>
parents:
1222
diff
changeset
|
3937 - added "crypt" password encoding and ability to set password with |
|
69bf0d381fd7
Zope Collector fixes.
Richard Jones <richard@users.sourceforge.net>
parents:
1222
diff
changeset
|
3938 already encrypted password through roundup-admin |
|
1234
c0a3b1c49ef7
fixed the mailgw so that anonymous users may still access it
Richard Jones <richard@users.sourceforge.net>
parents:
1233
diff
changeset
|
3939 - fixed the mailgw so that anonymous users may still access it |
|
1235
7441653e5330
added hook for external password validation, and some more docco
Richard Jones <richard@users.sourceforge.net>
parents:
1234
diff
changeset
|
3940 - add hook to allow external password verification, overridable in the |
|
7441653e5330
added hook for external password validation, and some more docco
Richard Jones <richard@users.sourceforge.net>
parents:
1234
diff
changeset
|
3941 tracker interfaces module |
| 1236 | 3942 - fixed login attempt by user that doesn't exist |
| 1143 | 3943 |
|
1244
8dd4f736370b
merge from maintenance branch
Richard Jones <richard@users.sourceforge.net>
parents:
1238
diff
changeset
|
3944 |
|
4561
56def59a5194
Restore a missing release date. Make the dates a little easier to eyeball.
Eric S. Raymond <esr@thyrsus.com>
parents:
4559
diff
changeset
|
3945 2002-09-13: 0.5.0 beta2 |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3946 |
|
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3947 Fixed: |
|
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3948 |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
3949 - all backends now have a .close() method, and it's used everywhere |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
3950 - fixed bug in detectors __init__ |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
3951 - switched the default issue item display to only show issue summary |
|
1139
65e9dd4b59e1
pre-beta2 stuff
Richard Jones <richard@users.sourceforge.net>
parents:
1136
diff
changeset
|
3952 (added instructions to doc to make it display entire content) |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
3953 - MANIFEST.in was missing a lot of template files |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
3954 - added generic item editing |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
3955 - much nicer layout of template rendering errors |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
3956 - added context/is_edit_ok and context/is_view_ok convenience methods and |
|
1136
7e193bbda38e
added generic item editing
Richard Jones <richard@users.sourceforge.net>
parents:
1133
diff
changeset
|
3957 implemented use of them in the classic template |
|
7e193bbda38e
added generic item editing
Richard Jones <richard@users.sourceforge.net>
parents:
1133
diff
changeset
|
3958 |
|
1139
65e9dd4b59e1
pre-beta2 stuff
Richard Jones <richard@users.sourceforge.net>
parents:
1136
diff
changeset
|
3959 |
|
4561
56def59a5194
Restore a missing release date. Make the dates a little easier to eyeball.
Eric S. Raymond <esr@thyrsus.com>
parents:
4559
diff
changeset
|
3960 2002-09-11: 0.5.0 beta1 |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3961 |
|
799
9257eadfb690
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
789
diff
changeset
|
3962 Fixed: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3963 |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
3964 - #576086 ] dumb copying mistake (frontends/ZRoundup.py) |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
3965 - installation instructions now mention "python2" in "testing your python". |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
3966 - made the unit tests run again - they were quite b0rken |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
3967 - #571170 ] gdbm deadlock |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
3968 - #576241 ] MultiLink problems in parsePropsFromForm |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
3969 - fixed the date module so that Date(". - 2d") works |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
3970 - web forms may now unset Link values (like assignedto) |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
3971 - cleanup: moved roundup.templatebuilder to roundup.templates.builder |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
3972 - instance __init__ no longer silently traps dbinit import errors |
|
840
e07e5903c3b4
Updated documents
Richard Jones <richard@users.sourceforge.net>
parents:
829
diff
changeset
|
3973 |
|
e07e5903c3b4
Updated documents
Richard Jones <richard@users.sourceforge.net>
parents:
829
diff
changeset
|
3974 Feature: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
3975 |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
3976 - new backend for metakit (thanks Gordon McMillan) |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
3977 - new backend for gadfly (it's as done as it's going to get) |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
3978 - further split the dbm backends from the core code, allowing easier |
|
1133
36ec30d286ea
Cleaned up CHANGES/TODO
Richard Jones <richard@users.sourceforge.net>
parents:
944
diff
changeset
|
3979 non-dict-like backends (eg metakit, RDB) |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
3980 - implemented and used the new access control mechanisms (Permissions, Roles) |
|
1133
36ec30d286ea
Cleaned up CHANGES/TODO
Richard Jones <richard@users.sourceforge.net>
parents:
944
diff
changeset
|
3981 (see doc/security.txt) |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
3982 - switched templating to use Zope's PageTemplates (yay!) |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
3983 - switched to sessions for web authentication |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
3984 - added Boolean and Number types |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
3985 - fixed the journal bloat |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
3986 - updated design document for new access controls |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
3987 - updated customisation document, including more examples |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
3988 - entire database export and import (incl files) |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
3989 - better mailgw help message (feature request #558562) |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
3990 - re-enabled link backrefs from messages (feature request #568714) |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
3991 - the page layout is now templatable |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
3992 - re-worked cgi interface to abstract out the explicit "issue" interface |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
3993 - have index page handle mid-page errors better so header and footer are |
|
1133
36ec30d286ea
Cleaned up CHANGES/TODO
Richard Jones <richard@users.sourceforge.net>
parents:
944
diff
changeset
|
3994 still visible |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
3995 - we handle "not found", access and item page render errors better |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
3996 - fixed double-submit by having new-item-submit redirect at end |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
3997 - daemonify roundup-server (fork, logfile, pidfile) |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
3998 - modify cgitb to display PageTemplate errors better |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
3999 - rename to "instance" to "tracker" |
|
3932
7518a8ec1d55
Update Xapian to use latest stemmer API
Richard Jones <richard@users.sourceforge.net>
parents:
3921
diff
changeset
|
4000 - have roundup.cgi pick up tracker config from the environment |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4001 - revamped look and feel in web interface |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4002 - cleaned up stylesheet usage |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4003 - several bug fixes and documentation fixes |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4004 - added is_retired test to hyperdb.Class |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4005 - added capability to save queries: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
4006 |
|
944
aa5f50b8bd74
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
927
diff
changeset
|
4007 - a query Class with name, klass (to search) and url (query string) |
|
aa5f50b8bd74
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
927
diff
changeset
|
4008 properties |
|
873
394a6ff9253e
Saving queries.
Gordon B. McMillan <gmcm@users.sourceforge.net>
parents:
869
diff
changeset
|
4009 - a Multilink to query on user called queries |
|
394a6ff9253e
Saving queries.
Gordon B. McMillan <gmcm@users.sourceforge.net>
parents:
869
diff
changeset
|
4010 - html templates for query, and a list of queries in user.item |
|
394a6ff9253e
Saving queries.
Gordon B. McMillan <gmcm@users.sourceforge.net>
parents:
869
diff
changeset
|
4011 - search form has Save button & name input |
|
394a6ff9253e
Saving queries.
Gordon B. McMillan <gmcm@users.sourceforge.net>
parents:
869
diff
changeset
|
4012 - saved queries put in menu in pagehead |
|
394a6ff9253e
Saving queries.
Gordon B. McMillan <gmcm@users.sourceforge.net>
parents:
869
diff
changeset
|
4013 - for migration, none of the above is required and old behavior preserved. |
|
394a6ff9253e
Saving queries.
Gordon B. McMillan <gmcm@users.sourceforge.net>
parents:
869
diff
changeset
|
4014 - showquery translates search form <-> query string |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
4015 |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4016 - cleaned up the indexer code: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
4017 |
|
818
254b8d112eec
cleaned up the indexer code:
Richard Jones <richard@users.sourceforge.net>
parents:
808
diff
changeset
|
4018 - it splits more words out |
|
254b8d112eec
cleaned up the indexer code:
Richard Jones <richard@users.sourceforge.net>
parents:
808
diff
changeset
|
4019 - removed code we'll never use (roundup.roundup_indexer has the full |
|
254b8d112eec
cleaned up the indexer code:
Richard Jones <richard@users.sourceforge.net>
parents:
808
diff
changeset
|
4020 implementation, and replaces roundup.indexer) |
|
254b8d112eec
cleaned up the indexer code:
Richard Jones <richard@users.sourceforge.net>
parents:
808
diff
changeset
|
4021 - only index text/plain and rfc822/message (ideas for other text formats to |
|
254b8d112eec
cleaned up the indexer code:
Richard Jones <richard@users.sourceforge.net>
parents:
808
diff
changeset
|
4022 index are welcome) |
|
254b8d112eec
cleaned up the indexer code:
Richard Jones <richard@users.sourceforge.net>
parents:
808
diff
changeset
|
4023 - added simple unit test for indexer. Needs more tests for regression. |
|
825
0779ea9f1f18
More indexer work:
Richard Jones <richard@users.sourceforge.net>
parents:
818
diff
changeset
|
4024 - all String properties may now be indexed too. Currently there's a bit of |
|
0779ea9f1f18
More indexer work:
Richard Jones <richard@users.sourceforge.net>
parents:
818
diff
changeset
|
4025 "issue" specific code in the actual searching which needs to be |
|
0779ea9f1f18
More indexer work:
Richard Jones <richard@users.sourceforge.net>
parents:
818
diff
changeset
|
4026 addressed. In a nutshell: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
4027 |
|
825
0779ea9f1f18
More indexer work:
Richard Jones <richard@users.sourceforge.net>
parents:
818
diff
changeset
|
4028 + pass 'indexme="yes"' as a String() property initialisation arg, eg: |
|
0779ea9f1f18
More indexer work:
Richard Jones <richard@users.sourceforge.net>
parents:
818
diff
changeset
|
4029 file = FileClass(db, "file", name=String(), type=String(), |
|
0779ea9f1f18
More indexer work:
Richard Jones <richard@users.sourceforge.net>
parents:
818
diff
changeset
|
4030 comment=String(indexme="yes")) |
|
0779ea9f1f18
More indexer work:
Richard Jones <richard@users.sourceforge.net>
parents:
818
diff
changeset
|
4031 + the comment will then be indexed and be searchable, with the results |
|
0779ea9f1f18
More indexer work:
Richard Jones <richard@users.sourceforge.net>
parents:
818
diff
changeset
|
4032 related back to the issue that the file is linked to |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
4033 |
|
825
0779ea9f1f18
More indexer work:
Richard Jones <richard@users.sourceforge.net>
parents:
818
diff
changeset
|
4034 - as a result of this work, the FileClass has a default MIME type that may |
|
0779ea9f1f18
More indexer work:
Richard Jones <richard@users.sourceforge.net>
parents:
818
diff
changeset
|
4035 be overridden in a subclass, or by the use of a "type" property as is |
|
0779ea9f1f18
More indexer work:
Richard Jones <richard@users.sourceforge.net>
parents:
818
diff
changeset
|
4036 done in the default templates. |
|
0779ea9f1f18
More indexer work:
Richard Jones <richard@users.sourceforge.net>
parents:
818
diff
changeset
|
4037 - the regeneration of the indexes (if necessary) is done once the schema is |
|
0779ea9f1f18
More indexer work:
Richard Jones <richard@users.sourceforge.net>
parents:
818
diff
changeset
|
4038 set up in the dbinit. |
|
3932
7518a8ec1d55
Update Xapian to use latest stemmer API
Richard Jones <richard@users.sourceforge.net>
parents:
3921
diff
changeset
|
4039 - new "reindex" command in roundup-admin used to force regeneration of the |
|
828
c01725aebebb
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
825
diff
changeset
|
4040 index |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
4041 |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4042 - added email display function - mangles email addrs so they're not so easily |
|
829
37ce3f2e05b2
added email display function
Richard Jones <richard@users.sourceforge.net>
parents:
828
diff
changeset
|
4043 scraped from the web |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4044 - switched to using a session-based web login |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4045 - made mailgw handle set and modify operations on multilinks (bug #579094) |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4046 - fixed the journal bloat from multilink changes - we just log the add or |
|
869
6d98bec4e52e
fixed the journal bloat from multilink changes
Richard Jones <richard@users.sourceforge.net>
parents:
864
diff
changeset
|
4047 remove operations, not the whole list |
|
6d98bec4e52e
fixed the journal bloat from multilink changes
Richard Jones <richard@users.sourceforge.net>
parents:
864
diff
changeset
|
4048 |
|
799
9257eadfb690
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
789
diff
changeset
|
4049 |
|
4561
56def59a5194
Restore a missing release date. Make the dates a little easier to eyeball.
Eric S. Raymond <esr@thyrsus.com>
parents:
4559
diff
changeset
|
4050 2002-06-24: 0.4.2 |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
4051 |
| 789 | 4052 Fixed: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
4053 |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4054 - Cleaned up the hyperdb unit tests. |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4055 - Applied patch from Andrew W. Nosenko to give nicer Unauthorised message |
| 789 | 4056 when anonymous user tries to edit. Should've been applied in 0.4.2pr1. Oops. |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4057 - Added more detailed note to MIGRATION regarding the detectors changes. |
| 789 | 4058 |
| 4059 | |
|
4561
56def59a5194
Restore a missing release date. Make the dates a little easier to eyeball.
Eric S. Raymond <esr@thyrsus.com>
parents:
4559
diff
changeset
|
4060 2002-06-19: 0.4.2pr1 |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
4061 |
|
673
604c84696461
link() htmltemplate function now has a "showid" option for links & multilinks.
Richard Jones <richard@users.sourceforge.net>
parents:
672
diff
changeset
|
4062 Feature: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
4063 |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4064 - added a "detectors" directory for people to put their useful auditors and |
|
684
5b23ff865f3a
added a "detectors" directory...
Richard Jones <richard@users.sourceforge.net>
parents:
676
diff
changeset
|
4065 reactors in. Note - the roundupdb.IssueClass.sendmessage method has been |
|
5b23ff865f3a
added a "detectors" directory...
Richard Jones <richard@users.sourceforge.net>
parents:
676
diff
changeset
|
4066 split and renamed "nosymessage" specifically for things like the nosy |
|
5b23ff865f3a
added a "detectors" directory...
Richard Jones <richard@users.sourceforge.net>
parents:
676
diff
changeset
|
4067 reactor, and "send_message" which just sends the message. |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4068 - link() htmltemplate function now has a "showid" option for links and |
|
673
604c84696461
link() htmltemplate function now has a "showid" option for links & multilinks.
Richard Jones <richard@users.sourceforge.net>
parents:
672
diff
changeset
|
4069 multilinks. When true, it only displays the linked node id as the anchor |
|
604c84696461
link() htmltemplate function now has a "showid" option for links & multilinks.
Richard Jones <richard@users.sourceforge.net>
parents:
672
diff
changeset
|
4070 text. The link value is displayed as a tooltip using the title anchor |
|
604c84696461
link() htmltemplate function now has a "showid" option for links & multilinks.
Richard Jones <richard@users.sourceforge.net>
parents:
672
diff
changeset
|
4071 attribute. |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
4072 To use in eg. the superseder field, have something like this:: |
|
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
4073 |
|
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
4074 <td> |
|
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
4075 <display call="field('superseder', showid=1)"> |
|
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
4076 <display call="classhelp('issue', 'id,title', label='list', width=500)"> |
|
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
4077 <property name="superseder"> |
|
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
4078 <br>View: <display call="link('superseder', showid=1)"> |
|
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
4079 </property> |
|
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
4080 </td> |
|
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
4081 |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4082 - stripping of the email message body can now be controlled through the |
|
694
34dbcdfb2fe1
stripping of email message body can be controlled through config variables...
Roche Compaan <rochecompaan@users.sourceforge.net>
parents:
690
diff
changeset
|
4083 config variables EMAIL_KEEP_QUOTED_TEXT and EMAIL_LEAVE_BODY_UNCHANGED. |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4084 - all database files created are now group readable and writable. |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4085 - added option to automatically add the authors and recipients of messages |
|
699
676d4cfde9a5
Nosy list improvements.
Richard Jones <richard@users.sourceforge.net>
parents:
697
diff
changeset
|
4086 to the nosy lists with the options ADD_AUTHOR_TO_NOSY (default 'new') and |
|
676d4cfde9a5
Nosy list improvements.
Richard Jones <richard@users.sourceforge.net>
parents:
697
diff
changeset
|
4087 ADD_RECIPIENTS_TO_NOSY (default 'new'). These settings emulate the current |
|
676d4cfde9a5
Nosy list improvements.
Richard Jones <richard@users.sourceforge.net>
parents:
697
diff
changeset
|
4088 behaviour. Setting them to 'yes' will add the author/recipients to the nosy |
|
676d4cfde9a5
Nosy list improvements.
Richard Jones <richard@users.sourceforge.net>
parents:
697
diff
changeset
|
4089 on messages that create issues and followup messages. |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4090 - reverting to dates for intervals > 2 months sucks |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4091 - changed the default message list in issues to display the message body |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4092 - applied patch #558876 ] cgi client customization |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4093 - split instance initialisation into two steps, allowing config changes |
|
738
7e093cbaaa98
split instance initialisation into two steps...
Richard Jones <richard@users.sourceforge.net>
parents:
736
diff
changeset
|
4094 before the database is initialised. |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4095 - don't create an empty message on email issue creation if the email is empty |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4096 - may now display additional fields in Multilink form menus |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4097 - #541941 ] changing multilink properties by mail |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4098 - #526730 ] search for messages capability |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
4099 - #505180 ] split MailGW.handle_Message: |
|
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
4100 |
|
753
938edfdeac6e
Sorry about this huge checkin!
Richard Jones <richard@users.sourceforge.net>
parents:
749
diff
changeset
|
4101 - also changed cgi client since it was duplicating the functionality |
|
673
604c84696461
link() htmltemplate function now has a "showid" option for links & multilinks.
Richard Jones <richard@users.sourceforge.net>
parents:
672
diff
changeset
|
4102 |
|
674
d20e2e5f577a
stop sending blank (whitespace-only) notes
Richard Jones <richard@users.sourceforge.net>
parents:
673
diff
changeset
|
4103 Fixed: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
4104 |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4105 - stop sending blank (whitespace-only) notes |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4106 - cleanup of serialisation for database storage |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4107 - node ids are now generated from a lockable store - no more race conditions |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4108 - sorting was applied to all nodes of the MultiLink class instead of |
|
696
709f8f1d5661
Sorting was applied to all nodes of the MultiLink class...
Roche Compaan <rochecompaan@users.sourceforge.net>
parents:
694
diff
changeset
|
4109 to the nodes that are actually linked to in the "field" template |
|
709f8f1d5661
Sorting was applied to all nodes of the MultiLink class...
Roche Compaan <rochecompaan@users.sourceforge.net>
parents:
694
diff
changeset
|
4110 function. This adds about 20+ seconds in the display of an issue if |
|
709f8f1d5661
Sorting was applied to all nodes of the MultiLink class...
Roche Compaan <rochecompaan@users.sourceforge.net>
parents:
694
diff
changeset
|
4111 your database has a 1000 or more issues in it. |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4112 - added missing documentation for a few of the config option values |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4113 - file upload broke if you didn't supply a change note |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4114 - fixed SCRIPT_NAME in ZRoundup for instances not at top level of Zope |
|
717
14e94c28bdb0
fixed SCRIPT_NAME in ZRoundup for instances not at top level of Zope
Richard Jones <richard@users.sourceforge.net>
parents:
714
diff
changeset
|
4115 (thanks dman) |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4116 - fixed some sorting issues that were breaking some unit tests under py2.2 |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4117 - mailgw test output dir was confusing the init test (but only on 2.2 *shrug*) |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4118 - node caching now works, and gives a small boost in performance |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4119 - #449374 ] re-enable bsddb3 backend |
|
730
dd569f542578
[SF#551483] assignedto in Client.make_index_link
Richard Jones <richard@users.sourceforge.net>
parents:
726
diff
changeset
|
4120 bsddb3 backend now works, reinstating |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4121 - #551483 ] assignedto in Client.make_index_link |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4122 - made backends.__init__ be more specific about which ImportErrors it really |
|
733
65234f56b250
changed the default message list in issues to display the message body
Richard Jones <richard@users.sourceforge.net>
parents:
730
diff
changeset
|
4123 wants to ignore |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4124 - fixed the example addresses in the templates to use correct example domains |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4125 - cleaned out the template stylesheets, removing a bunch of junk that really |
|
3932
7518a8ec1d55
Update Xapian to use latest stemmer API
Richard Jones <richard@users.sourceforge.net>
parents:
3921
diff
changeset
|
4126 wasn't necessary (font specs, styles never used) and added a style for |
|
733
65234f56b250
changed the default message list in issues to display the message body
Richard Jones <richard@users.sourceforge.net>
parents:
730
diff
changeset
|
4127 message content |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4128 - build htmlbase if tests are run using CVS checkout |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4129 - #565979 ] code error in hyperdb.Class.find |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4130 - #565996 ] The "Attach a File to this Issue" fails |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4131 - #564271 ] find() and new properties |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4132 - #562130 ] cookie path generated from ZRoundup was wrong in some situations |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4133 - remove CR characters embedded in messages (ZRoundup) |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4134 - properly quote the email address and "real name" in all situations using the |
|
773
6e6c63a57df9
[SF#569415] {version]]
Richard Jones <richard@users.sourceforge.net>
parents:
771
diff
changeset
|
4135 'email' module if it is available and 'rfc822' otherwise |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4136 - #565992 ] if ISSUE_TRACKER_WEB doesn't have the trailing '/', add it |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4137 - use the rfc822 module to ensure that every (oddball) email address and |
|
773
6e6c63a57df9
[SF#569415] {version]]
Richard Jones <richard@users.sourceforge.net>
parents:
771
diff
changeset
|
4138 real-name is properly quoted |
|
3932
7518a8ec1d55
Update Xapian to use latest stemmer API
Richard Jones <richard@users.sourceforge.net>
parents:
3921
diff
changeset
|
4139 - #558867 ] ZRoundup redirect /instance requests to /instance/ |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4140 - #569415 ] {version} |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4141 - #569178 ] type error |
| 789 | 4142 was fixed as part of the general cleanup of reactors |
|
764
d913440c534f
[SF#564271] find() and new properties
Richard Jones <richard@users.sourceforge.net>
parents:
762
diff
changeset
|
4143 |
|
674
d20e2e5f577a
stop sending blank (whitespace-only) notes
Richard Jones <richard@users.sourceforge.net>
parents:
673
diff
changeset
|
4144 |
|
4561
56def59a5194
Restore a missing release date. Make the dates a little easier to eyeball.
Eric S. Raymond <esr@thyrsus.com>
parents:
4559
diff
changeset
|
4145 2002-03-25: 0.4.1 |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
4146 |
|
616
08abec25b2c6
[SF#503204] mailgw needs a default class
Richard Jones <richard@users.sourceforge.net>
parents:
615
diff
changeset
|
4147 Feature: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
4148 |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4149 - use blobfiles in back_anydbm which is used in back_bsddb. |
|
646
07abfe8f0c01
use blobfiles in back_anydbm which is used in back_bsddb.
Engelbert Gruber <grubert@users.sourceforge.net>
parents:
645
diff
changeset
|
4150 change test_db as dirlist does not work for subdirectories. |
|
07abfe8f0c01
use blobfiles in back_anydbm which is used in back_bsddb.
Engelbert Gruber <grubert@users.sourceforge.net>
parents:
645
diff
changeset
|
4151 ATTENTION: blobfiles now creates subdirectories for files. |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4152 - add module blobfiles in backends with file access functions. |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4153 - roundup db catch only IOError in getfile. |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4154 - roundup db catches retrieving not existing files. |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
4155 - #503204 ] mailgw needs a default class: |
|
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
4156 |
|
616
08abec25b2c6
[SF#503204] mailgw needs a default class
Richard Jones <richard@users.sourceforge.net>
parents:
615
diff
changeset
|
4157 - partially done - the setting of additional properties can wait for a |
|
08abec25b2c6
[SF#503204] mailgw needs a default class
Richard Jones <richard@users.sourceforge.net>
parents:
615
diff
changeset
|
4158 better configuration system. |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
4159 |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4160 - Alternate email addresses are now available for users. See the MIGRATION |
|
617
edd210915e64
Alternate email addresses are now available for users.
Richard Jones <richard@users.sourceforge.net>
parents:
616
diff
changeset
|
4161 file for info on how to activate the feature. |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4162 - #511168 ] Web interface: Adding new products |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
4163 Classes that don't provide template html get a default edit |
|
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
4164 interface now: |
|
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
4165 |
|
627
952679be9e2c
Added simple editing for classes that don't define a templated interface.
Richard Jones <richard@users.sourceforge.net>
parents:
624
diff
changeset
|
4166 - access using the admin "class list" interface |
|
952679be9e2c
Added simple editing for classes that don't define a templated interface.
Richard Jones <richard@users.sourceforge.net>
parents:
624
diff
changeset
|
4167 - limited to admin-only |
|
952679be9e2c
Added simple editing for classes that don't define a templated interface.
Richard Jones <richard@users.sourceforge.net>
parents:
624
diff
changeset
|
4168 - requires the csv module from object-craft (url given if it's missing) |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
4169 |
|
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
4170 - Added popup help for classes using the classhelp html template |
|
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
4171 function. |
|
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
4172 |
|
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
4173 - add ``<display call="classhelp('priority', 'id,name,description')">`` |
|
635
3d61b5d2243e
Added popup help for classes using the classhelp html template function.
Richard Jones <richard@users.sourceforge.net>
parents:
631
diff
changeset
|
4174 to an item page, and it generates a link to a popup window which displays |
|
3d61b5d2243e
Added popup help for classes using the classhelp html template function.
Richard Jones <richard@users.sourceforge.net>
parents:
631
diff
changeset
|
4175 the id, name and description for the priority class. The description |
|
3d61b5d2243e
Added popup help for classes using the classhelp html template function.
Richard Jones <richard@users.sourceforge.net>
parents:
631
diff
changeset
|
4176 field won't exist in most installations, but it will be added to the |
|
3d61b5d2243e
Added popup help for classes using the classhelp html template function.
Richard Jones <richard@users.sourceforge.net>
parents:
631
diff
changeset
|
4177 default templates. |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
4178 |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4179 - #517734 ] web header customisation is obscure |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4180 - All messages sent to the nosy list are now encoded as |
|
665
9382ad731c1c
All messages sent to the nosy list are now encoded as quoted-printable.
Roche Compaan <rochecompaan@users.sourceforge.net>
parents:
661
diff
changeset
|
4181 quoted-printable before they are sent. |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4182 - Fixed display of mutlilink properties when using the template |
|
672
d92e06a3a56e
Fixed display of mutlilink properties...
Roche Compaan <rochecompaan@users.sourceforge.net>
parents:
665
diff
changeset
|
4183 functions, menu and plain. |
|
616
08abec25b2c6
[SF#503204] mailgw needs a default class
Richard Jones <richard@users.sourceforge.net>
parents:
615
diff
changeset
|
4184 |
|
600
a4c32558d345
[SF#511586] unittest FAIL: testReldate_date
Richard Jones <richard@users.sourceforge.net>
parents:
599
diff
changeset
|
4185 Fixed: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
4186 |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4187 - Clean up mail handling, multipart handling. |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4188 - respect encodings in non multipart messages. |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4189 - makeHtmlBase: re.sub under python 2.2 did not replace '.', string.replace |
|
600
a4c32558d345
[SF#511586] unittest FAIL: testReldate_date
Richard Jones <richard@users.sourceforge.net>
parents:
599
diff
changeset
|
4190 does it. |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4191 - preamble in tepmlateBuilder mentioned htmldata |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4192 - mailgw checks encoding on first part too. |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4193 - #511586 ] unittest FAIL: testReldate_date |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4194 - Added a uniquely Roundup header to email, "X-Roundup-Name" |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4195 - All forms now have "double-submit" protection when Javascript is enabled |
|
614
5fdf95e6c20a
. All forms now have "double-submit" protection...
Richard Jones <richard@users.sourceforge.net>
parents:
612
diff
changeset
|
4196 on the client-side. |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4197 - #516883 ] mail interface + ANONYMOUS_REGISTER |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4198 - #516854 ] "My Issues" and redisplay |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4199 - #517906 ] Attribute order in "View customisation" |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4200 - #514854 ] History: "User" is always ticket creator |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4201 - wasn't handling cvs parser feeding correctly |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4202 - fixed some problems in date calculations (calendar.py doesn't handle over- |
|
640
7dd13fd5d8ea
fixed some problems in date calculations
Richard Jones <richard@users.sourceforge.net>
parents:
635
diff
changeset
|
4203 and under-flow). Also, hour/minute/second intervals may now be more than |
|
7dd13fd5d8ea
fixed some problems in date calculations
Richard Jones <richard@users.sourceforge.net>
parents:
635
diff
changeset
|
4204 99 each. |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4205 - #527416 ] roundup-admin uses undefined value |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4206 - #527503 ] unfriendly init blowup when parent dir |
|
656
eae9b69a0115
[SF#527416] roundup-admin uses undefined value
Richard Jones <richard@users.sourceforge.net>
parents:
646
diff
changeset
|
4207 (also handles UsageError correctly now in init) |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4208 - #524129 ] roundup-admin gets python path wrong |
|
600
a4c32558d345
[SF#511586] unittest FAIL: testReldate_date
Richard Jones <richard@users.sourceforge.net>
parents:
599
diff
changeset
|
4209 |
|
616
08abec25b2c6
[SF#503204] mailgw needs a default class
Richard Jones <richard@users.sourceforge.net>
parents:
615
diff
changeset
|
4210 |
|
4561
56def59a5194
Restore a missing release date. Make the dates a little easier to eyeball.
Eric S. Raymond <esr@thyrsus.com>
parents:
4559
diff
changeset
|
4211 2002-01-24: 0.4.0 |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
4212 |
|
552
0f8734a5a004
much nicer history display (actualy real handling of property types etc)
Richard Jones <richard@users.sourceforge.net>
parents:
548
diff
changeset
|
4213 Feature: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
4214 |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4215 - much nicer history display (actualy real handling of property types etc) |
|
3932
7518a8ec1d55
Update Xapian to use latest stemmer API
Richard Jones <richard@users.sourceforge.net>
parents:
3921
diff
changeset
|
4216 - journal entries for link and mutlilink properties can be switched on or |
|
555
5fd94347c6f2
Journal entries for link and multilink properties can now be switched on or off.
Roche Compaan <rochecompaan@users.sourceforge.net>
parents:
552
diff
changeset
|
4217 off |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4218 - properties in change note are now sorted |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4219 - you can now use the roundup-admin tool pack the database |
|
552
0f8734a5a004
much nicer history display (actualy real handling of property types etc)
Richard Jones <richard@users.sourceforge.net>
parents:
548
diff
changeset
|
4220 |
|
0f8734a5a004
much nicer history display (actualy real handling of property types etc)
Richard Jones <richard@users.sourceforge.net>
parents:
548
diff
changeset
|
4221 Fixed: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
4222 |
|
3932
7518a8ec1d55
Update Xapian to use latest stemmer API
Richard Jones <richard@users.sourceforge.net>
parents:
3921
diff
changeset
|
4223 - the mail gateway now responds with an error message when invalid values |
|
591
4d509f01d336
pre-release stuff
Richard Jones <richard@users.sourceforge.net>
parents:
588
diff
changeset
|
4224 for arguments are specified for link or mutlilink properties |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4225 - modified unit test to check nosy and assignedto when specified as arguments |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4226 - handle attachments with no name (eg tnef) |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4227 - fixed setting nosy as argument in subject line |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4228 - fixed back_bsddb so it passed the journal tests |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4229 - fixed status changes in mail gateway (eg. unread -> chatting) |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4230 - we'll actually distribute the frontends directory now, as advertised... |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4231 - handle stripping of "AW:" from subject line |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4232 - htmltemplate list() wasn't sorting... |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4233 - unit tests for html templating (and re-enabled the listbox field for |
|
591
4d509f01d336
pre-release stuff
Richard Jones <richard@users.sourceforge.net>
parents:
588
diff
changeset
|
4234 multilinks) |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4235 - allow abbreviation of "help" in admin tool too. |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4236 - run_tests testReldate_date failed if LANG is 'german' |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4237 - mailgw failures (unexpected ones) are forwarded to the roundup admin |
|
572
3f42b0f90c7c
we'll actually distribute the frontends directory now, as advertised...
Richard Jones <richard@users.sourceforge.net>
parents:
571
diff
changeset
|
4238 |
|
600
a4c32558d345
[SF#511586] unittest FAIL: testReldate_date
Richard Jones <richard@users.sourceforge.net>
parents:
599
diff
changeset
|
4239 |
|
4561
56def59a5194
Restore a missing release date. Make the dates a little easier to eyeball.
Eric S. Raymond <esr@thyrsus.com>
parents:
4559
diff
changeset
|
4240 2002-01-16: 0.4.0b2 |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
4241 |
|
497
46194df7b9a6
[SF#495392] empty nosy -patch
Richard Jones <richard@users.sourceforge.net>
parents:
494
diff
changeset
|
4242 Fixed: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
4243 |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4244 - #495392 ] empty nosy -patch |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4245 - #500574 ] messageid must have format <part1@part2> |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4246 - fixed some problems with web editing and change detection |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4247 - mail splitting wasn't detecting responses in the same "section" as quoted |
|
513
ce6c19aac0a5
forgot the change note earlier
Richard Jones <richard@users.sourceforge.net>
parents:
507
diff
changeset
|
4248 text |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4249 - missed a "from i18n import _" in date.py |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4250 - #501690 ] MIGRATION.txt incomplete |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4251 - #502342 ] pipe interface |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4252 - #502437 ] rogue reactor and unittest |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4253 - re-enabled dumbdbm when using python >2.1.1 (ie 2.1.2, 2.2) |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4254 - changed all config accesses so they access either the instance or the |
|
524
dce4c75bef5a
changed all config accesses...
Richard Jones <richard@users.sourceforge.net>
parents:
523
diff
changeset
|
4255 config attriubute on the db. This means that all config is obtained from |
|
dce4c75bef5a
changed all config accesses...
Richard Jones <richard@users.sourceforge.net>
parents:
523
diff
changeset
|
4256 instance_config instead of the mish-mash of classes. This will make |
|
dce4c75bef5a
changed all config accesses...
Richard Jones <richard@users.sourceforge.net>
parents:
523
diff
changeset
|
4257 switching to a ConfigParser setup easier too, I hope. |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4258 - #502951 ] adding new properties to old database |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4259 - #502953 ] nosy-like treatment of other multilinks |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4260 - #503164 ] create and passwords |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4261 - plain rendering of links in the htmltemplate now generate a hyperlink to |
|
531
32c1dd156605
plain rendering of links in the htmltemplate now generate a hyperlink...
Richard Jones <richard@users.sourceforge.net>
parents:
529
diff
changeset
|
4262 the linked node's page. |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4263 - #503330 ] ANONYMOUS_REGISTER now applies to mail |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4264 - #503353 ] setting properties in initial email |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4265 - #502956 ] filtering by multilink not supported |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4266 - #503340 ] creating issue with [asignedto=p.ohly] |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4267 - #502949 ] index view for non-issues and redisplay |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4268 - #503793 ] changing assignedto resets nosy list |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4269 - lots of date/interval related changes: |
|
543
22e0edf7da6e
lots of date/interval related changes: more relaxed date format for input
Richard Jones <richard@users.sourceforge.net>
parents:
539
diff
changeset
|
4270 - more relaxed date format for input |
|
22e0edf7da6e
lots of date/interval related changes: more relaxed date format for input
Richard Jones <richard@users.sourceforge.net>
parents:
539
diff
changeset
|
4271 - handle None for date/interval properties |
|
524
dce4c75bef5a
changed all config accesses...
Richard Jones <richard@users.sourceforge.net>
parents:
523
diff
changeset
|
4272 |
|
497
46194df7b9a6
[SF#495392] empty nosy -patch
Richard Jones <richard@users.sourceforge.net>
parents:
494
diff
changeset
|
4273 |
|
4561
56def59a5194
Restore a missing release date. Make the dates a little easier to eyeball.
Eric S. Raymond <esr@thyrsus.com>
parents:
4559
diff
changeset
|
4274 2002-01-08: 0.4.0b1 |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
4275 |
|
411
a6088556e9ba
Features and fixes.
Richard Jones <richard@users.sourceforge.net>
parents:
399
diff
changeset
|
4276 Feature: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
4277 |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4278 - Added INSTANCE_NAME to configuration - used in web and email to identify |
|
411
a6088556e9ba
Features and fixes.
Richard Jones <richard@users.sourceforge.net>
parents:
399
diff
changeset
|
4279 the instance. |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4280 - Added EMAIL_SIGNATURE_POSITION to indicate where to place the roundup |
|
411
a6088556e9ba
Features and fixes.
Richard Jones <richard@users.sourceforge.net>
parents:
399
diff
changeset
|
4281 signature info in e-mails. |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4282 - Some more flexibility in the mail gateway and more error handling. |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4283 - Login now takes you to the page you back to the were denied access to. |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4284 - Admin user now can has a user index link on their web interface. |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4285 - We now have basic transaction support. Information is only written to |
|
440
de5bf4191f11
Enabled transaction support in the bsddb backend.
Richard Jones <richard@users.sourceforge.net>
parents:
438
diff
changeset
|
4286 the database when the commit() method is called. Only the anydbm and |
|
de5bf4191f11
Enabled transaction support in the bsddb backend.
Richard Jones <richard@users.sourceforge.net>
parents:
438
diff
changeset
|
4287 bsddb3 backends are modified in this way - the bsddb3 backend needs a |
|
de5bf4191f11
Enabled transaction support in the bsddb backend.
Richard Jones <richard@users.sourceforge.net>
parents:
438
diff
changeset
|
4288 lot more work anyway... |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
4289 |
|
438
9d97c1a4ddad
Notes from changes.
Richard Jones <richard@users.sourceforge.net>
parents:
431
diff
changeset
|
4290 - the CGI and mailgw automatically commit() at the end of processing a |
|
9d97c1a4ddad
Notes from changes.
Richard Jones <richard@users.sourceforge.net>
parents:
431
diff
changeset
|
4291 single transaction |
|
9d97c1a4ddad
Notes from changes.
Richard Jones <richard@users.sourceforge.net>
parents:
431
diff
changeset
|
4292 - the admin tool requires an explicit "commit" - it will prompt at exit |
|
9d97c1a4ddad
Notes from changes.
Richard Jones <richard@users.sourceforge.net>
parents:
431
diff
changeset
|
4293 if there are unsaved changes. A "rollback" removes all changes made |
|
9d97c1a4ddad
Notes from changes.
Richard Jones <richard@users.sourceforge.net>
parents:
431
diff
changeset
|
4294 during the session (up to the last commit). |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
4295 |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4296 - Added the "display" command to the admin tool - displays a node's values |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4297 - Message author's name appears in From: instead of roundup instance name |
|
445
208697858c8b
Message author's name appears in From: instead of roundup instance name
Richard Jones <richard@users.sourceforge.net>
parents:
443
diff
changeset
|
4298 (which still appears in the Reply-To:) |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4299 - Added a Zope frontend for roundup. |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4300 - Centralised the python version check code, bumped version to 2.1.1 (really |
|
449
141aacfdb34f
Centralised the python version check code, bumped version to 2.1.1
Richard Jones <richard@users.sourceforge.net>
parents:
446
diff
changeset
|
4301 needs to be 2.1.2, but that isn't released yet :) |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4302 - much better attaching of erroneous messages in the mail gateway |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4303 - #496356 ] Use threading in messages |
|
475
a1a44636bace
Fix breakage caused by transaction changes.
Richard Jones <richard@users.sourceforge.net>
parents:
474
diff
changeset
|
4304 This adds the tracking of messages by message-id and allows threading |
|
a1a44636bace
Fix breakage caused by transaction changes.
Richard Jones <richard@users.sourceforge.net>
parents:
474
diff
changeset
|
4305 using in-reply-to. Most e-mail clients support threading using this |
|
a1a44636bace
Fix breakage caused by transaction changes.
Richard Jones <richard@users.sourceforge.net>
parents:
474
diff
changeset
|
4306 feature, and we hope to add support for it to the web gateway. |
|
411
a6088556e9ba
Features and fixes.
Richard Jones <richard@users.sourceforge.net>
parents:
399
diff
changeset
|
4307 |
|
a6088556e9ba
Features and fixes.
Richard Jones <richard@users.sourceforge.net>
parents:
399
diff
changeset
|
4308 Fixed: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
4309 |
|
6057
b6e56d096c58
Revert boolean attribute rendering
Ralf Schlatterbeck <rsc@runtux.com>
parents:
6056
diff
changeset
|
4310 - Lots of bugs, thanks Roch\E9 and others on the devel mailing list! |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4311 - login_action and newuser_action return values were being ignored |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4312 - Woohoo! Found that bloody re-login bug that was killing the mail |
|
419
831e91e23963
login_action and newuser_action return values were being ignored
Richard Jones <richard@users.sourceforge.net>
parents:
417
diff
changeset
|
4313 gateway. |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4314 - Fixed login/registration forwarding the user to the right page (or not, |
|
430
350685601f37
Database transactions.
Richard Jones <richard@users.sourceforge.net>
parents:
419
diff
changeset
|
4315 on a failure) |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4316 - We now use weakrefs in the Classes to keep the database reference, so |
|
431
a28a80b714f9
Eliminate database close method by using weakrefs.
Richard Jones <richard@users.sourceforge.net>
parents:
430
diff
changeset
|
4317 the close() method on the database is no longer needed. |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4318 - #487480 ] roundup-server |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4319 - #487476 ] INSTALL.txt |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4320 - #489760 ] [issue] only subject |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4321 - fixed doc/index.html to include the quoting in the mail alias. |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4322 - fixed the backends __init__ so we can pydoc the backend modules |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4323 - web i/f reports "note added" if there are no changes but a note is entered |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4324 - we were assuming database files created by anydbm had the same name, but |
|
443
a0c598702f17
I fixed the problems with anydbm using the dbm module at the backend.
Richard Jones <richard@users.sourceforge.net>
parents:
440
diff
changeset
|
4325 this is not the case for dbm. We now perform a much better check _and_ |
|
a0c598702f17
I fixed the problems with anydbm using the dbm module at the backend.
Richard Jones <richard@users.sourceforge.net>
parents:
440
diff
changeset
|
4326 cope with the anydbm implementation module changing too! |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4327 - envelope-from is now set to the roundup-admin and not roundup itself so |
|
445
208697858c8b
Message author's name appears in From: instead of roundup instance name
Richard Jones <richard@users.sourceforge.net>
parents:
443
diff
changeset
|
4328 delivery reports aren't sent to roundup (thanks Patrick Ohly) |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4329 - #495400 ] entering blanks |
|
475
a1a44636bace
Fix breakage caused by transaction changes.
Richard Jones <richard@users.sourceforge.net>
parents:
474
diff
changeset
|
4330 Values with spaces are now accepted in roundup-admin - check the long help |
|
a1a44636bace
Fix breakage caused by transaction changes.
Richard Jones <richard@users.sourceforge.net>
parents:
474
diff
changeset
|
4331 for details. |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4332 - #496360 ] table width does not work |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4333 - detectors were being registered multiple times |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4334 - added tests for mailgw |
|
475
a1a44636bace
Fix breakage caused by transaction changes.
Richard Jones <richard@users.sourceforge.net>
parents:
474
diff
changeset
|
4335 |
|
411
a6088556e9ba
Features and fixes.
Richard Jones <richard@users.sourceforge.net>
parents:
399
diff
changeset
|
4336 |
|
4561
56def59a5194
Restore a missing release date. Make the dates a little easier to eyeball.
Eric S. Raymond <esr@thyrsus.com>
parents:
4559
diff
changeset
|
4337 2001-11-23: 0.3.0 |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
4338 |
| 337 | 4339 Feature: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
4340 |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4341 - #467129 ] Lossage when username=e-mail-address |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4342 - #473123 ] Change message generation for author |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4343 - MailGW now moves 'resolved' to 'chatting' on receiving e-mail for an issue. |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4344 - Added Structured Text rendering to htmltemplate, thanks Brad Clements. |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4345 - Added CGI configuration via env vars (see roundup.cgi for details) |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4346 - "roundup.cgi" is now installed to "<python-prefix>/share/roundup/cgi-bin" |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4347 - roundup-admin now accepts abbreviated commands (eg. l = li = lis = list) |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4348 - roundup-mailgw now supports unix mailbox and POP as sources of mail. |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4349 - roundup-admin now handles all hyperdb exceptions |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4350 - users may attach files to issues (and support in ext) through the web now |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4351 - incorporated patch from Roch'e Compaan implementing attachments in nosy |
|
393
f40388721e40
incorporated patch from Roch'e Compaan implementing attachments in nosy e-mail
Richard Jones <richard@users.sourceforge.net>
parents:
392
diff
changeset
|
4352 e-mail |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4353 - added a target version field to the extended issue schema |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4354 - added dummy hooks for I18N and some preliminary (test) markup of |
|
399
96b0db9ad389
Added dummy hooks for I18N...
Jürgen Hermann <jhermann@users.sourceforge.net>
parents:
394
diff
changeset
|
4355 translatable messages |
| 337 | 4356 |
| 324 | 4357 Fixed: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
4358 |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4359 - Fixed a bug in HTMLTemplate changes. |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4360 - 'unread' to 'chatting' automagic status change was b0rken. |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4361 - Anonymous user lockout wasn't working. |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4362 - roundup-server now works on Windows, thanks Juergen Hermann. |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4363 - Fixed install documentation, also thanks Juergen Hermann. |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4364 - Fixed some URL issues in roundup.cgi, again thanks Juergen Hermann. |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4365 - bug #475347 ] WindowsError still not caught (patch from Juergen Hermann) |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4366 - bug #474749 ] indentations lost |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4367 - bug #477104 ] HTML tag error in roundup-server |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4368 - bug #477107 ] HTTP header problem |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4369 - bug #477687 ] conforming html |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4370 - bug #474372 ] Netscape 4.77 do not render Support form |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4371 - bug #477685 ] base64.decodestring breaks |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4372 - bug #477837 ] lynx does not like the cookie |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4373 - bug #477892 ] Password edit doesn't fix login cookie |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4374 - newuser_action now presents error messages rather than tracebacks. |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4375 - bug #479511 ] mailgw to pop |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4376 - bug #479508 ] roundup-admin crash on wrong class |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4377 - bad error report in hyperdb |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4378 - roundup.mailgw now handles errors on the set() and create() at the end |
|
391
399340646765
handle the case where there is no file attached
Richard Jones <richard@users.sourceforge.net>
parents:
390
diff
changeset
|
4379 of processing |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4380 - roundup.mailgw also handles messages that are passed to it that don't |
|
391
399340646765
handle the case where there is no file attached
Richard Jones <richard@users.sourceforge.net>
parents:
390
diff
changeset
|
4381 contain a From: line - apparently some POP servers can do this. It punts |
|
399340646765
handle the case where there is no file attached
Richard Jones <richard@users.sourceforge.net>
parents:
390
diff
changeset
|
4382 an error message to the roundup admin. |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4383 - fixed nosy reaction and author copy handling |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4384 - errors in nosy reaction will be propogated now (were effectively being |
| 381 | 4385 squashed) |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4386 - re-open the database as the author in mail handling |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4387 - missing "return" in filter_section (thanks Roch'e Compaan) |
| 324 | 4388 |
|
391
399340646765
handle the case where there is no file attached
Richard Jones <richard@users.sourceforge.net>
parents:
390
diff
changeset
|
4389 |
|
4561
56def59a5194
Restore a missing release date. Make the dates a little easier to eyeball.
Eric S. Raymond <esr@thyrsus.com>
parents:
4559
diff
changeset
|
4390 2001-10-23: 0.3.0 pre 3 |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
4391 |
|
305
cb6d168b5aaa
Hyperdatabase sorts strings-that-look-like-numbers as numbers now.
Richard Jones <richard@users.sourceforge.net>
parents:
304
diff
changeset
|
4392 Feature: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
4393 |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4394 - MailGW now moves 'unread' to 'chatting' on receiving e-mail for an issue. |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4395 - feature #473127: Filenames. I modified the file.index and htmltemplate |
|
313
489b70c37f32
feature [SF#473127]: Filenames.
Richard Jones <richard@users.sourceforge.net>
parents:
312
diff
changeset
|
4396 source so that the filename is used in the link and the creation |
|
489b70c37f32
feature [SF#473127]: Filenames.
Richard Jones <richard@users.sourceforge.net>
parents:
312
diff
changeset
|
4397 information is displayed. |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
4398 |
|
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
4399 Admin Tool (roundup-admin): |
|
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
4400 |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4401 - Interactive mode for running multiple (independant at present) commands. |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4402 - Tabular display of nodes. |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4403 - Import and export via colon-separated files. |
| 300 | 4404 |
| 319 | 4405 Changed: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
4406 |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4407 - re-organised the html templating code. Fixed some bugs, probably |
| 319 | 4408 introduced some more. Hopefully not too many. |
| 4409 | |
| 289 | 4410 Fixed: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
4411 |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4412 - Stand-alone server now has a configurable setuid user. |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4413 - CGI interface wasn't handling checkboxes at all. |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4414 - Fixed quopri usage in mailgw from bug reports on mailing list. |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4415 - Remove the "freshen" command from the roundup-admin tool. |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4416 - Catch errors in login - no username or password supplied. |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4417 - Fixed editing of password (Password property type) thanks Roch'e Compaan. |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4418 - Fixed grouping of non-str properties thanks Roch'e Compaan. |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4419 - bug #473121: The customisation view and filters (CGI interface view |
|
309
f193e0a1b9a5
[SF#473130]: Nosy list not set correctly
Richard Jones <richard@users.sourceforge.net>
parents:
307
diff
changeset
|
4420 customisation section may now be hidden (patch from Roch'e Compaan.) |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4421 - bug #473122: Issue id sorting (hyperdb sorts strings-that-look-like-numbers |
|
309
f193e0a1b9a5
[SF#473130]: Nosy list not set correctly
Richard Jones <richard@users.sourceforge.net>
parents:
307
diff
changeset
|
4422 as numbers now. |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4423 - bug #473124: UI inconsistency with Link fields. |
|
312
5a2c43891c20
[SF#473124]: UI inconsistency with Link fields.
Richard Jones <richard@users.sourceforge.net>
parents:
310
diff
changeset
|
4424 This also prompted me to fix a fairly long-standing usability issue - |
|
5a2c43891c20
[SF#473124]: UI inconsistency with Link fields.
Richard Jones <richard@users.sourceforge.net>
parents:
310
diff
changeset
|
4425 that of being able to turn off certain filters. |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4426 - bug #473125: Paragraph in e-mails |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4427 - bug #473126: Sender unknown |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4428 - bug #473130: Nosy list not set correctly |
| 289 | 4429 |
|
334
256776bfdfc5
fixed [SF#474749] Indentations lost
Richard Jones <richard@users.sourceforge.net>
parents:
331
diff
changeset
|
4430 |
|
4561
56def59a5194
Restore a missing release date. Make the dates a little easier to eyeball.
Eric S. Raymond <esr@thyrsus.com>
parents:
4559
diff
changeset
|
4431 2001-10-11: 0.3.0 pre 2 |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
4432 |
| 284 | 4433 Fixed: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
4434 |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4435 - Hyperdatabase was inserting empty strings instead of None for missing |
| 284 | 4436 property values. This broke a lot of things. |
| 4437 | |
| 4438 | |
|
4561
56def59a5194
Restore a missing release date. Make the dates a little easier to eyeball.
Eric S. Raymond <esr@thyrsus.com>
parents:
4559
diff
changeset
|
4439 2001-10-10: 0.3.0 pre 1 |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
4440 |
|
264
a671e5917b33
Many features and fixes.
Richard Jones <richard@users.sourceforge.net>
parents:
248
diff
changeset
|
4441 Feature: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
4442 |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4443 - roundup-admin create now prompts for property info if none is supplied |
|
264
a671e5917b33
Many features and fixes.
Richard Jones <richard@users.sourceforge.net>
parents:
248
diff
changeset
|
4444 on the command-line. |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4445 - hyperdb Class getprops() method may now return only the mutable |
|
264
a671e5917b33
Many features and fixes.
Richard Jones <richard@users.sourceforge.net>
parents:
248
diff
changeset
|
4446 properties. |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4447 - CGI interfaces now generate a top-level index of their known instances. |
|
264
a671e5917b33
Many features and fixes.
Richard Jones <richard@users.sourceforge.net>
parents:
248
diff
changeset
|
4448 |
|
a671e5917b33
Many features and fixes.
Richard Jones <richard@users.sourceforge.net>
parents:
248
diff
changeset
|
4449 Changed: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
4450 |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4451 - Login now uses cookies, which makes it a whole lot more flexible. We can |
|
264
a671e5917b33
Many features and fixes.
Richard Jones <richard@users.sourceforge.net>
parents:
248
diff
changeset
|
4452 now support anonymous user access (read-only, unless there's an |
|
a671e5917b33
Many features and fixes.
Richard Jones <richard@users.sourceforge.net>
parents:
248
diff
changeset
|
4453 "anonymous" user, in which case write access is permitted). Login |
|
a671e5917b33
Many features and fixes.
Richard Jones <richard@users.sourceforge.net>
parents:
248
diff
changeset
|
4454 handling has been moved into cgi_client.Client.main() |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4455 - The "extended" schema is now the default in roundup init. |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4456 - The schemas have had their page headings modified to cope with the new |
|
264
a671e5917b33
Many features and fixes.
Richard Jones <richard@users.sourceforge.net>
parents:
248
diff
changeset
|
4457 login handling. Existing installations should copy the interfaces.py |
|
a671e5917b33
Many features and fixes.
Richard Jones <richard@users.sourceforge.net>
parents:
248
diff
changeset
|
4458 file from the roundup lib directory to their instance home. |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4459 - Passwords are now encoded by default (except exising databases which |
|
270
a4241ddd22d7
Added the Password property type.
Richard Jones <richard@users.sourceforge.net>
parents:
268
diff
changeset
|
4460 will only be encoded when the passwords are changed). The scheme used |
|
a4241ddd22d7
Added the Password property type.
Richard Jones <richard@users.sourceforge.net>
parents:
268
diff
changeset
|
4461 at the moment is SHA - but the code is flexible enough to take any |
|
a4241ddd22d7
Added the Password property type.
Richard Jones <richard@users.sourceforge.net>
parents:
268
diff
changeset
|
4462 number of encoding systems. |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4463 - The roundup-admin tool always operates as the "admin" user now. Database |
|
270
a4241ddd22d7
Added the Password property type.
Richard Jones <richard@users.sourceforge.net>
parents:
268
diff
changeset
|
4464 protection should be achieved using file system protections (see the |
|
a4241ddd22d7
Added the Password property type.
Richard Jones <richard@users.sourceforge.net>
parents:
268
diff
changeset
|
4465 documentation for details.) |
|
264
a671e5917b33
Many features and fixes.
Richard Jones <richard@users.sourceforge.net>
parents:
248
diff
changeset
|
4466 |
|
248
96cdd8ef0581
Added some more help to roundup-admin
Richard Jones <richard@users.sourceforge.net>
parents:
246
diff
changeset
|
4467 Fixed: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
4468 |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4469 - Incorrectly had a Bizar Software copyright on the cgitb.py module from |
|
264
a671e5917b33
Many features and fixes.
Richard Jones <richard@users.sourceforge.net>
parents:
248
diff
changeset
|
4470 Ping - has been removed. |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4471 - Pretty time interval wasn't handling > 1 month properly. |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4472 - Generation of links to Link/Multilink in indexes. (thanks Hubert Hoegl) |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4473 - AssignedTo wasn't in the "classic" schema's item page. |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4474 - Fixed a whole bunch of places in the CGI interface where we should have |
|
264
a671e5917b33
Many features and fixes.
Richard Jones <richard@users.sourceforge.net>
parents:
248
diff
changeset
|
4475 been returning Not Found instead of throwing an exception. |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4476 - Fixed a deviation from the spec: trying to modify the 'id' property of |
|
264
a671e5917b33
Many features and fixes.
Richard Jones <richard@users.sourceforge.net>
parents:
248
diff
changeset
|
4477 an item now throws an exception. |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4478 - The plain() template function now html-escapes the content. |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4479 - Change message was stuffing up for multilinks with no key property. |
|
246
b51591375158
Started changes log for 0.2.9
Richard Jones <richard@users.sourceforge.net>
parents:
244
diff
changeset
|
4480 |
|
268
dcc1ed25e6bc
Minor pre- 0.3.0 changes
Richard Jones <richard@users.sourceforge.net>
parents:
264
diff
changeset
|
4481 |
| 284 | 4482 |
| 4483 -------------- | |
| 4484 | |
|
4561
56def59a5194
Restore a missing release date. Make the dates a little easier to eyeball.
Eric S. Raymond <esr@thyrsus.com>
parents:
4559
diff
changeset
|
4485 2001-08-30: 0.2.8 |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
4486 |
|
244
6bf584784e31
Fixed missing import in mailgw :(
Richard Jones <richard@users.sourceforge.net>
parents:
243
diff
changeset
|
4487 Fixed: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
4488 |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4489 - Wasn't handling unguessable mime types for file uploads. |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4490 - Missing import in mailgw. |
|
244
6bf584784e31
Fixed missing import in mailgw :(
Richard Jones <richard@users.sourceforge.net>
parents:
243
diff
changeset
|
4491 |
|
6bf584784e31
Fixed missing import in mailgw :(
Richard Jones <richard@users.sourceforge.net>
parents:
243
diff
changeset
|
4492 |
|
4561
56def59a5194
Restore a missing release date. Make the dates a little easier to eyeball.
Eric S. Raymond <esr@thyrsus.com>
parents:
4559
diff
changeset
|
4493 2001-08-29: 0.2.7 |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
4494 |
|
231
afd428ba6523
better CGI text searching - but hidden filter fields are disappearing...
Richard Jones <richard@users.sourceforge.net>
parents:
229
diff
changeset
|
4495 Feature: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
4496 |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4497 - Text searches are now case insensitive. All forms of text search use |
|
231
afd428ba6523
better CGI text searching - but hidden filter fields are disappearing...
Richard Jones <richard@users.sourceforge.net>
parents:
229
diff
changeset
|
4498 regular expressions now. |
|
afd428ba6523
better CGI text searching - but hidden filter fields are disappearing...
Richard Jones <richard@users.sourceforge.net>
parents:
229
diff
changeset
|
4499 |
| 227 | 4500 Fixed: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
4501 |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4502 - Had another 2.1-ism in the unit tests |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4503 - Made the mail parser a little more robust w.r.t missing Subject: |
| 227 | 4504 (both thanks Mikhail Sobolev) |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4505 - Missed some isFooType usages (thanks Mikhail Sobolev for spotting them) |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4506 - Reverted back to sending change messages to the web editor of a node so |
| 233 | 4507 that the change note message is actually genrated. |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4508 - CGI interface wasn't generating correct change messages. |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4509 - Notes entered during a change are saved to the messages list even if |
| 239 | 4510 there's no nosy list. No message is generated if there's no nosy list and |
| 4511 there's no change note (since it would just duplicates the journal). | |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4512 - Completely removed the bsddb3 module from the tests - will be reinstated |
|
243
1e571b6be57a
Disabled the bsddb3 module entirely in the unit testing.
Richard Jones <richard@users.sourceforge.net>
parents:
240
diff
changeset
|
4513 when the http://bsddb.sourceforge.net/'s bugs #439959 and #456408 are |
|
1e571b6be57a
Disabled the bsddb3 module entirely in the unit testing.
Richard Jones <richard@users.sourceforge.net>
parents:
240
diff
changeset
|
4514 dealt with. One is fixed in CVS, the other pending. |
| 239 | 4515 |
| 227 | 4516 |
|
4561
56def59a5194
Restore a missing release date. Make the dates a little easier to eyeball.
Eric S. Raymond <esr@thyrsus.com>
parents:
4559
diff
changeset
|
4517 2001-08-08: 0.2.6 |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
4518 |
| 212 | 4519 Note: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
4520 |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4521 - Roundup is now released under the same terms as the Python License. |
| 212 | 4522 |
| 207 | 4523 Feature: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
4524 |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4525 - Added tests for instance initialisation. No more releasing the software |
| 222 | 4526 with bugs in roundup.init! |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4527 - Now bundling unittest with the package so that python 2.0 users can use |
| 222 | 4528 the tests. |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4529 - Much better error handling and messages generated by the mail gateway. |
| 207 | 4530 |
|
199
0345753f27cf
updated version number for 0.2.6
Richard Jones <richard@users.sourceforge.net>
parents:
198
diff
changeset
|
4531 Fixed: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
4532 |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4533 - Implemented correct mail splitting. Added unit tests. Also snips |
|
199
0345753f27cf
updated version number for 0.2.6
Richard Jones <richard@users.sourceforge.net>
parents:
198
diff
changeset
|
4534 signatures now too. |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4535 - Bug #447671 - typo in roundup/init.py |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4536 - Changed date.Date to use regular string formatting instead of strftime - |
| 207 | 4537 win32 seems to have problems with %T and no hour... or something... |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4538 - Bug #448484 - now catching correct exception from makedirs. |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4539 - Instances are now opened by a special function that generates a unique |
| 207 | 4540 module name for the instances on import time. |
|
199
0345753f27cf
updated version number for 0.2.6
Richard Jones <richard@users.sourceforge.net>
parents:
198
diff
changeset
|
4541 |
|
0345753f27cf
updated version number for 0.2.6
Richard Jones <richard@users.sourceforge.net>
parents:
198
diff
changeset
|
4542 |
|
4561
56def59a5194
Restore a missing release date. Make the dates a little easier to eyeball.
Eric S. Raymond <esr@thyrsus.com>
parents:
4559
diff
changeset
|
4543 2001-08-03: 0.2.5 |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
4544 |
|
198
eda506860b32
Implemented correct mail splitting (was taking a shortcut).
Richard Jones <richard@users.sourceforge.net>
parents:
194
diff
changeset
|
4545 Note: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
4546 |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4547 - The bsddb3 module has a bug that renders it non-functional. Users should |
|
198
eda506860b32
Implemented correct mail splitting (was taking a shortcut).
Richard Jones <richard@users.sourceforge.net>
parents:
194
diff
changeset
|
4548 select the anydbm or bsddb backend instead. |
|
194
30c3a37b699f
Started stuff off for the 0.2.5 release
Richard Jones <richard@users.sourceforge.net>
parents:
191
diff
changeset
|
4549 |
|
30c3a37b699f
Started stuff off for the 0.2.5 release
Richard Jones <richard@users.sourceforge.net>
parents:
191
diff
changeset
|
4550 Fixed: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
4551 |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4552 - Python 2.0 does not contain the unittest module. The setup.py module now |
|
198
eda506860b32
Implemented correct mail splitting (was taking a shortcut).
Richard Jones <richard@users.sourceforge.net>
parents:
194
diff
changeset
|
4553 checks for unittest before attempting to run the unit tests. |
|
194
30c3a37b699f
Started stuff off for the 0.2.5 release
Richard Jones <richard@users.sourceforge.net>
parents:
191
diff
changeset
|
4554 |
|
30c3a37b699f
Started stuff off for the 0.2.5 release
Richard Jones <richard@users.sourceforge.net>
parents:
191
diff
changeset
|
4555 |
|
4561
56def59a5194
Restore a missing release date. Make the dates a little easier to eyeball.
Eric S. Raymond <esr@thyrsus.com>
parents:
4559
diff
changeset
|
4556 2001-08-03: 0.2.4 |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
4557 |
|
167
a49c8a2ddd26
Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents:
161
diff
changeset
|
4558 Features: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
4559 |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4560 - Added ability for cgi newblah forms to indicate that the new node |
|
167
a49c8a2ddd26
Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents:
161
diff
changeset
|
4561 should be linked somewhere. |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4562 - Added time logging and file uploading to the templates. |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4563 - Added "My Issues" and "My Support" to extended template. Changed "Your |
| 185 | 4564 Details" to "My Details". Changed the "New Foo" links to "Add Foo". |
| 4565 Added links for unassigned support and issues. Generally reorganised and | |
| 4566 cleanup the header up. | |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4567 - Changed the order of the information in the message generated by web edits. |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4568 - Extended the range of intervals that are pretty-printed before actual dates |
| 180 | 4569 are displayed. |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4570 - Added more BUILD instructions including the "clean" command to force |
| 185 | 4571 rebuild. |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4572 - Web edit messages aren't sent to the person who did the edit any more. No |
| 187 | 4573 message is generated if they are the only person on the nosy list. |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4574 - Roundupdb now appends "mailing list" information to its messages which |
| 191 | 4575 include the e-mail address and web interface address. Templates may |
| 4576 override this in their db classes to include specific information (support | |
| 4577 instructions, etc). | |
|
167
a49c8a2ddd26
Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents:
161
diff
changeset
|
4578 |
|
a49c8a2ddd26
Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents:
161
diff
changeset
|
4579 Fixed: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
4580 |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4581 - Argument handling for the roundup-admin find command. |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4582 - Handling of summary when no note supplied for newblah. Again. |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4583 - Detection of no form in htmltemplate Field display. |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4584 - Checklist html template command was setting wrong name. |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4585 - 2.1-specific gmtime() (no arg) call in roundup.date. (thanks Paul Wright) |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4586 - mailgw was making naughty assumptions about the schema of the classes it |
|
173
620031e25f37
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
171
diff
changeset
|
4587 was creating nodes for. |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4588 - remove the $Foo$ from the HTML files stored in the htmlbase modules. |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4589 - Instance import now imports the instance using imp.load_module so that |
| 191 | 4590 we can have instance homes of "roundup" or other existing python package |
| 4591 names. | |
|
167
a49c8a2ddd26
Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents:
161
diff
changeset
|
4592 |
|
a49c8a2ddd26
Added time logging and file uploading to the templates.
Richard Jones <richard@users.sourceforge.net>
parents:
161
diff
changeset
|
4593 |
|
4561
56def59a5194
Restore a missing release date. Make the dates a little easier to eyeball.
Eric S. Raymond <esr@thyrsus.com>
parents:
4559
diff
changeset
|
4594 2001-07-30: 0.2.3 |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
4595 |
|
148
8fe7549272cf
noted changes
Richard Jones <richard@users.sourceforge.net>
parents:
136
diff
changeset
|
4596 Big change: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
4597 |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4598 - I've split off the support class from the issue class in "extended". |
|
148
8fe7549272cf
noted changes
Richard Jones <richard@users.sourceforge.net>
parents:
136
diff
changeset
|
4599 Anyone who has any support entries, sorry. It should be possible to |
|
8fe7549272cf
noted changes
Richard Jones <richard@users.sourceforge.net>
parents:
136
diff
changeset
|
4600 write a scipt that moves the entries over pretty easily. If this causes |
|
8fe7549272cf
noted changes
Richard Jones <richard@users.sourceforge.net>
parents:
136
diff
changeset
|
4601 you pain, I'll do so. You'll want to update your instance with the new |
|
8fe7549272cf
noted changes
Richard Jones <richard@users.sourceforge.net>
parents:
136
diff
changeset
|
4602 code in "extended" either way. |
|
8fe7549272cf
noted changes
Richard Jones <richard@users.sourceforge.net>
parents:
136
diff
changeset
|
4603 |
| 136 | 4604 Features: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
4605 |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4606 - Added the unit tests to the start of setup.py so they're run whenever |
| 136 | 4607 we do anything distutils'y. |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4608 - Added nicer prompting to the roundup-admin "init" command. |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4609 - Actually, the roundup-admin code is totally revamped, and has command |
|
148
8fe7549272cf
noted changes
Richard Jones <richard@users.sourceforge.net>
parents:
136
diff
changeset
|
4610 help and better command-line arg handling. |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4611 - The cgi_client.Client base class now reflects the structure of "classic" |
|
148
8fe7549272cf
noted changes
Richard Jones <richard@users.sourceforge.net>
parents:
136
diff
changeset
|
4612 rather than "extended" since "classic" is more of a "base" template. |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4613 - Added more DB to test. Skips tests where imports fail. |
| 136 | 4614 |
| 4615 Fixed: | |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
4616 |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4617 - One of the tests in test_date had the wrong expected result. |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4618 - Fixed IssueClass so that superseders links to its classname rather than |
|
148
8fe7549272cf
noted changes
Richard Jones <richard@users.sourceforge.net>
parents:
136
diff
changeset
|
4619 hard-coded to "issue". |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4620 - templatebuilder was catching IOError instead of OSError. |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4621 - The cgi_client newblah method wasn't detecting the __note form field |
|
148
8fe7549272cf
noted changes
Richard Jones <richard@users.sourceforge.net>
parents:
136
diff
changeset
|
4622 properly. |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4623 - The History command in htmltemplate didn't handle a new node (None |
|
148
8fe7549272cf
noted changes
Richard Jones <richard@users.sourceforge.net>
parents:
136
diff
changeset
|
4624 nodeid) properly. |
| 136 | 4625 |
| 4626 | |
|
4561
56def59a5194
Restore a missing release date. Make the dates a little easier to eyeball.
Eric S. Raymond <esr@thyrsus.com>
parents:
4559
diff
changeset
|
4627 2001-07-29: 0.2.2 |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
4628 |
|
122
828632ab0adf
Reverse the entries so most recent is first.
Richard Jones <richard@users.sourceforge.net>
parents:
111
diff
changeset
|
4629 Features: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
4630 |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4631 - Added implementation.txt to the doc directory. Contains implementation |
|
122
828632ab0adf
Reverse the entries so most recent is first.
Richard Jones <richard@users.sourceforge.net>
parents:
111
diff
changeset
|
4632 notes specific to this implementations of Roundup. |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4633 - Cleaned up mailgw some (subclass Message for getPart) and added some |
|
122
828632ab0adf
Reverse the entries so most recent is first.
Richard Jones <richard@users.sourceforge.net>
parents:
111
diff
changeset
|
4634 tests for multipart splitting. |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4635 - Better checking for html dir in templatebuilder. |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4636 - Base hyperdb.Class now fakes the "id" property. |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4637 - Made the classic roundup look more like the original prototype. |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4638 - Made cgi_client and templating slightly more generic. |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4639 - Moved some code around in cgi_client allowing for subclassing to change |
|
122
828632ab0adf
Reverse the entries so most recent is first.
Richard Jones <richard@users.sourceforge.net>
parents:
111
diff
changeset
|
4640 behaviour. |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4641 - Added the fabricated property "id" to all hyperdb classes. |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4642 - Cleanup of the link label generation (new method on hyperdb.Class to do |
| 124 | 4643 it). |
|
94
9cf5229397fc
name changes to make distutils happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
4644 |
|
122
828632ab0adf
Reverse the entries so most recent is first.
Richard Jones <richard@users.sourceforge.net>
parents:
111
diff
changeset
|
4645 Fixed: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
4646 |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4647 - Everything uses errno module now to check errno values. |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4648 - New issue form handles lack of note better now. |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4649 - HTML templating uses section-bar style for index group headers now. |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4650 - Fixed problem in link display when Link value is None. |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4651 - Form handling in cgi client wasn't propogating through the previous |
| 129 | 4652 query elements. |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4653 - Fixed sort arguments generated for column headings so sorting can be |
| 132 | 4654 changed now. |
|
94
9cf5229397fc
name changes to make distutils happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
4655 |
|
9cf5229397fc
name changes to make distutils happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
4656 |
|
4561
56def59a5194
Restore a missing release date. Make the dates a little easier to eyeball.
Eric S. Raymond <esr@thyrsus.com>
parents:
4559
diff
changeset
|
4657 2001-07-28: 0.2.1 |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
4658 |
|
122
828632ab0adf
Reverse the entries so most recent is first.
Richard Jones <richard@users.sourceforge.net>
parents:
111
diff
changeset
|
4659 Features: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
4660 |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4661 - Added docstring to roundup package so pydoc reports useful information. |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4662 - Added the roundup 1 software carpentry submission HTML to the doc |
|
122
828632ab0adf
Reverse the entries so most recent is first.
Richard Jones <richard@users.sourceforge.net>
parents:
111
diff
changeset
|
4663 directory as "overview.html". |
|
94
9cf5229397fc
name changes to make distutils happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
4664 |
|
122
828632ab0adf
Reverse the entries so most recent is first.
Richard Jones <richard@users.sourceforge.net>
parents:
111
diff
changeset
|
4665 Fixes: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
4666 |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4667 - Fixed bug in init command - templatebuilder was assuming existence of |
|
122
828632ab0adf
Reverse the entries so most recent is first.
Richard Jones <richard@users.sourceforge.net>
parents:
111
diff
changeset
|
4668 "html" directory in instance home. |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4669 - Fixed INSTALL.txt to reflect some changes in the installation and test |
|
122
828632ab0adf
Reverse the entries so most recent is first.
Richard Jones <richard@users.sourceforge.net>
parents:
111
diff
changeset
|
4670 procedure. Whatdya know, "setup.py install" does the script install. |
|
828632ab0adf
Reverse the entries so most recent is first.
Richard Jones <richard@users.sourceforge.net>
parents:
111
diff
changeset
|
4671 There you go... |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4672 - Fixed some non-string node ids in cgi_client now that the hyperdb is |
|
122
828632ab0adf
Reverse the entries so most recent is first.
Richard Jones <richard@users.sourceforge.net>
parents:
111
diff
changeset
|
4673 strict about such things. |
|
94
9cf5229397fc
name changes to make distutils happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
4674 |
|
4561
56def59a5194
Restore a missing release date. Make the dates a little easier to eyeball.
Eric S. Raymond <esr@thyrsus.com>
parents:
4559
diff
changeset
|
4675 2001-07-26: 0.2.0 |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
4676 |
|
94
9cf5229397fc
name changes to make distutils happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
4677 Features: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
4678 |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4679 - Major reorganisation of code to allow multiple roundup instances and a |
|
94
9cf5229397fc
name changes to make distutils happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
4680 single, site-packages -based installation. Also allows multiple database |
|
9cf5229397fc
name changes to make distutils happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
4681 back-ends. |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4682 - Moved the bin/ proggies into the top dir, so that it all works |
|
94
9cf5229397fc
name changes to make distutils happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
4683 out-of-the-box |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4684 - Added the "classic" template - a direct implementation of the Roundup |
|
94
9cf5229397fc
name changes to make distutils happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
4685 spec. Well, as close as we're going to get, anyway. |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4686 - Added an issue priority of support to "extended" |
|
3932
7518a8ec1d55
Update Xapian to use latest stemmer API
Richard Jones <richard@users.sourceforge.net>
parents:
3921
diff
changeset
|
4687 - Added command-line arg handling to roundup-server so it's more useful |
|
94
9cf5229397fc
name changes to make distutils happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
4688 out-of-the-box. |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4689 - Added distutils-style installation of "lib" files. |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4690 - Added some unit tests. |
|
94
9cf5229397fc
name changes to make distutils happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
4691 |
|
9cf5229397fc
name changes to make distutils happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
4692 Fixes: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
4693 |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4694 - Fixed bug in re generation in the filter |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4695 - Fixed handling of None String property in grouped list headings |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4696 - Fixed adding new issue with no change note |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4697 - Fixed values in text input fields which contained quotes (") are now |
|
94
9cf5229397fc
name changes to make distutils happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
4698 quoted. |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4699 - Fixed a bug in the hyperdb filter - wrong variable names in the error |
|
94
9cf5229397fc
name changes to make distutils happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
4700 message. |
|
9cf5229397fc
name changes to make distutils happy
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
4701 |
|
4561
56def59a5194
Restore a missing release date. Make the dates a little easier to eyeball.
Eric S. Raymond <esr@thyrsus.com>
parents:
4559
diff
changeset
|
4702 2001-07-19: 0.1.3 |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
4703 |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4704 - Reldate now takes an argument "pretty" - when true, it pretty-prints the |
|
122
828632ab0adf
Reverse the entries so most recent is first.
Richard Jones <richard@users.sourceforge.net>
parents:
111
diff
changeset
|
4705 interval generated up to 5 days, then pretty-prints the date of last |
|
828632ab0adf
Reverse the entries so most recent is first.
Richard Jones <richard@users.sourceforge.net>
parents:
111
diff
changeset
|
4706 activity. The issue index and item now use the pretty format. |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4707 - Classes list for admin user in CGI interface. |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4708 - Made the view configuration more accessible, neater and more realistic. |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4709 - Fixed list view grouping handling grouping by a Multilink or String or Link |
|
122
828632ab0adf
Reverse the entries so most recent is first.
Richard Jones <richard@users.sourceforge.net>
parents:
111
diff
changeset
|
4710 value of None or Date, ... (mind you, sorting by Date???) |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4711 - Fixed bug in the plain formatter when a Link was None. |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4712 - Fixed ordering of list view column headings. |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4713 - Fixed list view column heading sort links - and limited the number of |
|
122
828632ab0adf
Reverse the entries so most recent is first.
Richard Jones <richard@users.sourceforge.net>
parents:
111
diff
changeset
|
4714 columns to sort by to 2. |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4715 - Added searching by glob to StringType filtering - |
|
122
828632ab0adf
Reverse the entries so most recent is first.
Richard Jones <richard@users.sourceforge.net>
parents:
111
diff
changeset
|
4716 ^text - search for text at start of fields |
|
828632ab0adf
Reverse the entries so most recent is first.
Richard Jones <richard@users.sourceforge.net>
parents:
111
diff
changeset
|
4717 text$ - search for text at end of fields |
|
828632ab0adf
Reverse the entries so most recent is first.
Richard Jones <richard@users.sourceforge.net>
parents:
111
diff
changeset
|
4718 ^text$ - exactly match text in fields |
|
828632ab0adf
Reverse the entries so most recent is first.
Richard Jones <richard@users.sourceforge.net>
parents:
111
diff
changeset
|
4719 te*xt - search for text matching "te"<any characters>"xt" |
|
828632ab0adf
Reverse the entries so most recent is first.
Richard Jones <richard@users.sourceforge.net>
parents:
111
diff
changeset
|
4720 te?xt - search for text matching "te"<any one character>"xt" |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4721 - Added more fields to the issue.filter and issue.index templates |
| 104 | 4722 |
|
111
6e8197a5880f
Split off implementation notes into separate file in doc directory.
Richard Jones <richard@users.sourceforge.net>
parents:
109
diff
changeset
|
4723 |
|
4561
56def59a5194
Restore a missing release date. Make the dates a little easier to eyeball.
Eric S. Raymond <esr@thyrsus.com>
parents:
4559
diff
changeset
|
4724 2001-07-18: 0.1.2 |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
4725 |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4726 - Set default index to ?:group=priority&:columns=activity,status,title so |
|
122
828632ab0adf
Reverse the entries so most recent is first.
Richard Jones <richard@users.sourceforge.net>
parents:
111
diff
changeset
|
4727 the priority column isn't displayed. |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4728 - Thanks Anthony: |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
4729 |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4730 - added notes to the README about Python prerequisites |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4731 - added check to roundup.py, roundup.cgi, server.py and roundup-mailgw.py |
|
122
828632ab0adf
Reverse the entries so most recent is first.
Richard Jones <richard@users.sourceforge.net>
parents:
111
diff
changeset
|
4732 for python 2+ - and made the file itself parseable by 1.5.2 ;) |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4733 - python 2.0 didn't have the default args for the time module functions. |
|
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4734 - better handling of db directory in initDB |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
4735 |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4736 - Sorting on the extra properties defined by roundupdb classes was broken |
|
122
828632ab0adf
Reverse the entries so most recent is first.
Richard Jones <richard@users.sourceforge.net>
parents:
111
diff
changeset
|
4737 due to the caching used. May now sort on activity and creation |
|
828632ab0adf
Reverse the entries so most recent is first.
Richard Jones <richard@users.sourceforge.net>
parents:
111
diff
changeset
|
4738 properties, etc. |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4739 - Set the default index to sort on activity |
|
111
6e8197a5880f
Split off implementation notes into separate file in doc directory.
Richard Jones <richard@users.sourceforge.net>
parents:
109
diff
changeset
|
4740 |
|
122
828632ab0adf
Reverse the entries so most recent is first.
Richard Jones <richard@users.sourceforge.net>
parents:
111
diff
changeset
|
4741 |
|
4561
56def59a5194
Restore a missing release date. Make the dates a little easier to eyeball.
Eric S. Raymond <esr@thyrsus.com>
parents:
4559
diff
changeset
|
4742 2001-07-18: 0.1.1 |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
4743 |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4744 - Initial version release with consent of Roundup spec author, Ka-Ping Yee: |
|
122
828632ab0adf
Reverse the entries so most recent is first.
Richard Jones <richard@users.sourceforge.net>
parents:
111
diff
changeset
|
4745 "Amazing! Nice work. I'll watch for the source code on your website." |
|
828632ab0adf
Reverse the entries so most recent is first.
Richard Jones <richard@users.sourceforge.net>
parents:
111
diff
changeset
|
4746 |
|
4561
56def59a5194
Restore a missing release date. Make the dates a little easier to eyeball.
Eric S. Raymond <esr@thyrsus.com>
parents:
4559
diff
changeset
|
4747 2001-07-11: 0.1.0 |
|
6437
e6d0e86181d5
Edit CHANGES.txt to eliminate reStructuredText errors
John Rouillard <rouilj@ieee.org>
parents:
6436
diff
changeset
|
4748 |
|
1198
1c5bc0e2ed7d
*** empty log message ***
Richard Jones <richard@users.sourceforge.net>
parents:
1181
diff
changeset
|
4749 - Needed a bug tracking system. Looked around. Tried to install many |
|
122
828632ab0adf
Reverse the entries so most recent is first.
Richard Jones <richard@users.sourceforge.net>
parents:
111
diff
changeset
|
4750 Perl-based systems, to no avail. Got tired of waiting for Roundup to be |
|
828632ab0adf
Reverse the entries so most recent is first.
Richard Jones <richard@users.sourceforge.net>
parents:
111
diff
changeset
|
4751 released. Had just finished major product project, so needed something |
|
828632ab0adf
Reverse the entries so most recent is first.
Richard Jones <richard@users.sourceforge.net>
parents:
111
diff
changeset
|
4752 different for a while. Roundup here I come... |
|
828632ab0adf
Reverse the entries so most recent is first.
Richard Jones <richard@users.sourceforge.net>
parents:
111
diff
changeset
|
4753 |
|
828632ab0adf
Reverse the entries so most recent is first.
Richard Jones <richard@users.sourceforge.net>
parents:
111
diff
changeset
|
4754 |
