comparison doc/upgrading.txt @ 3838:99bd1d59a58e

1.3.3 > 1.3.4 upgrade notes
author Alexander Smishlajev <a1s@users.sourceforge.net>
date Tue, 03 Apr 2007 06:56:34 +0000
parents 20e9831fc58a
children bb30bbfc7cdd
comparison
equal deleted inserted replaced
3837:7e022d8609ad 3838:99bd1d59a58e
10 then you don't need to do anything. If you're upgrading from 0.5.6 to 10 then you don't need to do anything. If you're upgrading from 0.5.6 to
11 0.6.8 though, you'll need to check the "0.5 to 0.6" and "0.6.x to 0.6.3" 11 0.6.8 though, you'll need to check the "0.5 to 0.6" and "0.6.x to 0.6.3"
12 steps. 12 steps.
13 13
14 .. contents:: 14 .. contents::
15
16 Migrating from 1.3.3 to 1.3.4
17 =============================
18
19 Value of the "refwd_re" tracker configuration option (section "mailgw")
20 is treated as UTF-8 string. In previous versions, it was ISO8859-1.
21
22 If you have running trackers based on the classic template, please
23 update the messagesummary detector as follows::
24
25 --- detectors/messagesummary.py 17 Apr 2003 03:26:38 -0000 1.1
26 +++ detectors/messagesummary.py 3 Apr 2007 06:47:21 -0000 1.2
27 @@ -8,7 +8,7 @@
28 if newvalues.has_key('summary') or not newvalues.has_key('content'):
29 return
30
31 - summary, content = parseContent(newvalues['content'], 1, 1)
32 + summary, content = parseContent(newvalues['content'], config=db.config)
33 newvalues['summary'] = summary
15 34
16 Migrating from 1.2.x to 1.3.0 35 Migrating from 1.2.x to 1.3.0
17 ============================= 36 =============================
18 37
19 1.3.0 Web interface changes 38 1.3.0 Web interface changes

Roundup Issue Tracker: http://roundup-tracker.org/