KOrg 4.0 Release
Korg r3
- bug 0032102
Hack to fix odd Zope bug handing REQUEST_METHOD:HEAD requests hitting
process/refresh URLs.
- Add support for gzipped javascript
- bug 0032184
Fixing unicode/string comparison.
- bug 0032159
Fixed 3 bugs.
- Issue with cache cleaning synchronizer where it would error out if there was
an error creating the kfile. This would mask the real problem.
- afterClone() called _saveToDisk() incorrectly. Wasn't updated when internal
API changed.
- ZMI ObjectManager._setObject() didn't like new unicode id. Made sure it was
bytestring in _setObject call. This one is unrelated to mantis entry.
- related to bug 0032083
Fixing issue with escaping non-string/non-unicode objects.
- bug 0032064
Fixed issue with unicode strings sneaking into the queries. The primary problem
(related in the bug) was with changed_attrs dictionary using column names that
were pulled from the database via the custom field code. But I also tweaked a
couple places where **kw dicts were being passed to make them safer via
unicode_utils.kw_dict.
- 32275: Dynamic Members Mailing Lists -- Switch to
Query-Driven Announcements List Type as default
- 0032274: unicode issue
KOrg r2
- bug 0032061 Fixing issue with non-ascii in checkbox options.
- 32065: unicode errors from showcase contact form
- 32057: KMLM Listname Alias Lookup tool not working properly
- 0032083: removed print statement causing decode error
KOrg r1
- Updated to new version of JQuery.
|