Comment 1 for bug 1262311

Revision history for this message
Matthew Carpenter (matt-eisgr) wrote :

Looking at entries that show up and that don't (on the Kolab server), the following appear to be the biggest differences:

Doesn't work:
 <product-id>KNotes 1.7.2, Kolab resource</product-id>
Works:
 <product-id>KNotes Libkolab-0.2.1, Kolab resource</product-id>

and it looks like the older ones don't have a urlencoded BODY.
Example: doesn't work:
 <body>$1040 - first hours and computer
+2.5hrs - 6/6
+1hr - 6/11</body>

Example: works:
 <body>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
p, li { white-space: pre-wrap; }
&lt;/style>&lt;/head>&lt;body style=" font-family:'Ubuntu'; font-size:7pt; font-weight:400; font-style:normal;">
&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Daily, before 5pm:&lt;/p>
&lt;ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;">&lt;li style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">School Room&lt;/li>
... blah blah...
</body>

Did I miss a migration routine? This leads me to believe that the break comes between versions. Are we not caring about backwards compatability??