-------------------------------------------------------------------------------- Fedora Update Notification FEDORA-2010-18062 2010-11-22 21:36:36 --------------------------------------------------------------------------------
Name : python-djblets Product : Fedora 14 Version : 0.6.6 Release : 11.fc14 URL : http://www.review-board.org Summary : A collection of useful classes and functions for Django Description : A collection of useful classes and functions for Django -------------------------------------------------------------------------------- Update Information: - New Features - Permission denied errors are shown when accessing unreachable local Git - repositories. (Bug #1765) - Previously, if a Git repository was used and there wasn’t sufficient - file permissions to access it, a vague error saying that the repository - was unreachable would appear. Now we check to find out if it’s a - permissions error, and display an appropriate error message. - Performance Improvements - Reduce the number of SQL queries in the legacy JSON API. - Some of the legacy API handlers performed more queries than necessary. - We now perform fewer queries. Patch by Ben Hollis. - Bug Fixes - Fixed several small problems in the Admin UI from bundling Django media - files. - For historical reasons, we’ve always shipped the Django Admin media - files as part of Review Board. This comes from a time before rb-site - existed, when we needed a single media directory with everything inside - it. However, it just introduces various compatibility problems these - days. We now make use of the media files that are installed with Django - Fixed a breakage in the diff viewer with SCons files. (Bug #1864) - Any SCons files put up for review would break the diff viewer, due to a - typo when looking up information on that type of file. - Added the Parent Diff field to the New Review Request page. (Bug #1651) - The Parent Diff field was missing for Git, Bazaar, and Mercurial, - making it impossible to upload a parent diff through the web UI when - creating a new review request. - Fixed some common installation problems with the generated - lighttpd.conf file. (Bug #1618, Bug #1639) - Several installs with lighttpd would give 404 Not Found errors, due to - some configuration problems in the sample config file. - Fixed support for multiple e-mail addresses assigned to a group. - (Bug #1661) - Multiple e-mail addresses for a group were supported, but broken in - 1.5. We now split them out properly. - The screenshot area is no longer hidden immediately after uploading a - screenshot. - Fixed an error in the web API when serializing to XML. - Fixed broken intervals for search updating in the generated crontab - file. - The intervals would cause a full index to happen at every minute at 2AM - on Sundays, rather than only at 2AM. - Fixed an error when permanently deleting a review request. - The administrator-specific ability to permanently delete a review - request would succeed but generate an error page. -------------------------------------------------------------------------------- ChangeLog: * Mon Nov 22 2010 Stephen Gallagher <[email protected]> - 0.6.6-11 - New upstream release 0.6.6 - djblets.util: - Fixed a compatibility problem with JSONField and Django 1.1. It - was assuming support for Django 1.2's multi-database support. - Fixed multi-database support in Django 1.2 with JSONField, where - the default connection was always being used in one case. * Mon Nov 22 2010 Stephen Gallagher <[email protected]> - 0.6.5-10 - djblets.datagrid: - MEDIA_SERIAL is now used for all the images in the datagrid - template. Patch by Ben Hollis. - djblets.util: - Added a @root_url decorator for use with get_absolute_url - implementations, which appends SITE-ROOT to any returned URLs. - Added a CounterField for atomically updating counters. - CounterField can be used to atomically increment or decrement - an integer stored in the database, on individual models or - on many models at a time. It's intended to substitute for - potentially expensive or numerous SQL queries that retrieve - counts of objects. - Updated the custom fields for Django 1.2 multi-database - compatibility. - djblets.webapi: - Fixed a bug in serializing 'long' values in XML. - Resources now Vary on HTTP Accept, meaning that the browser won't - cache the wrong response type when accessing the same resource - with two different requested mimetypes. - Reduced the SQL query count for resources. - Fixed problems that could occur with URLs when serializing objects in - a list and when returning links. -------------------------------------------------------------------------------- This update can be installed with the "yum" update program. Use su -c 'yum update python-djblets' at the command line. For more information, refer to "Managing Software with yum", available at http://docs.fedoraproject.org/yum/. All packages are signed with the Fedora Project GPG key. More details on the GPG keys used by the Fedora Project can be found at https://fedoraproject.org/keys -------------------------------------------------------------------------------- _______________________________________________ package-announce mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/package-announce
