Fedora 18 Update: python-djblets-0.7.9-2.fc18

updates at fedoraproject.org updates at fedoraproject.org
Fri Feb 8 16:53:47 UTC 2013


--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2013-2112
2013-02-08 16:19:07
--------------------------------------------------------------------------------

Name        : python-djblets
Product     : Fedora 18
Version     : 0.7.9
Release     : 2.fc18
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 upstream release 1.7.5

After installing this update (as with all ReviewBoard updates) you must run "rb-site upgrade /path/to/reviewboard"

- http://www.reviewboard.org/docs/releasenotes/dev/reviewboard/1.7.5/
- New Features:
    * Added a nicer, human-readable view of diffs in the FileDiff tables in the administration UI
    * The repository name is now included in review request e-mails
- Compatibility Fixes:
    * We now require django-pipeline 1.2.24, which restores our compatibility with Python 2.5 and fixes some errors when loading pages
    * Our list of supported timezones should now be consistent across all installs, since we now require a specific, modern version of pytz
      (Packager's note: this is an upstream change only. In Fedora we have always relied on the system pytz)
- Bug Fixes:
    * The entire thumbnail for file attachments are now clickable, making it easier to download the file or reach the review page
    * Users are no longer locked out of their review requests when assigned to private groups they don’t have access to
    * The Hide whitespace changes toggle was broken on many browsers, causing a JavaScript error
    * Searching for a user in the quick search field and then clicking the user once again navigates to the user’s page
    * The review request counts in the dashboard no longer show “None” for new users when using Local Sites

--------------------------------------------------------------------------------
ChangeLog:

* Thu Feb  7 2013 Stephen Gallagher <sgallagh at redhat.com> - 0.7.9-2
- Fix version requirement to protect against django-pipeline 1.3.0
* Mon Jan 28 2013 Stephen Gallagher <sgallagh at redhat.com> - 0.7.9-1
- New upstream release 0.7.9
- JavaScript:
    * modalBoxes now use z-indexes of 99 and 100 for the box and content,
      instead of 11000 and 11001.
- djblets.datagrid:
    * Columns data by way of field access can now span field relationships.
- djblets.extensions:
    * Fixed a failure when clearing extension info.
- djblets.siteconfig:
    * When loading the stored timezone, we're now longer setting
      os.environ['TZ'] to that timezone. Instead, we're just activating
      that timezone for Django only.
- djblets.webapi:
    * Fixed a bug where list resources that had an unknown ID in the URL
      could end up throwing an exception instead of returning a 404.
* Thu Dec 20 2012 Stephen Gallagher <sgallagh at redhat.com> - 0.7.8-1
- New upstream release 0.7.8
- JavaScript:
    * Fixed a crash when enabling/disabling an inlineEditor without an edit
      icon.
* Wed Dec 19 2012 Stephen Gallagher <sgallagh at redhat.com> - 0.7.7-1
- New upstream release 0.7.7
- djblets.datagrid:
    * Fixed a possible XSS exploit in datagrids
    * Failures during rendering the datagrid now results in a traceback
- JavaScript:
    * The second display of an inlineEditor no longer breaks the size of the
      editor
* Thu Dec 13 2012 Stephen Gallagher <sgallagh at redhat.com> - 0.7.6-1
- New upstream release 0.7.6
- General:
-  * Django 1.4.2 is now required
-  * All admin-related templates have been changed to better fit the admin
     template structure and styles. This includes siteconfig and logs.
- djblets.extensions:
-  * Extension lists and state are now synchronized across
     threads/processes/servers
-  * Extension subclasses now must capture all variable arguments
     (*args, **kwargs) and pass them to the parent constructor
-  * URLHook, admin URLs, and API resource URLs are all now added and removed
     properly when an extension is enabled or disabled
- djblets.util:
-  * Cache keys are now bound to the SITE_ROOT, if one is set, to prevent
     leakage across instances
-  * Added DynamicURLResolver in djblets.util.urlresolvers
- djblets.util.cache:
-  * Added normalize_cache_backend
- djblets.webapi:
-  * API handler functions that specify allow_unknown=True in
     @webapi_request_fields can now retrieve all extra fields as an
     'extra_fields' argument
-  * Added unregister_resource_for_model
- djblets.siteconfig:
-  * The stored cache_backend setting is now deserialized into
     settings.CACHES['backend']
-  * Fixed a couple missing imports
-  * Siteconfig now handles old-style CACHE_BACKEND values and new-style
     CACHES[cachename] dictionaries in the 'cache_backend' setting
- JavaScript:
-  * The jQuery dependency has been updated to 1.8.2, and jQuery-UI to 1.8.24
-  * inlineEditor's animation speed has increased, and is now customizable
     through options.fadeSpeedMS
-  * inlineEditor now does a better job of matching the parent container's
     bounds
-  * inlineEditor no longer activates when simply selecting text
-  * Added a $.fn.retinaGravatar function that, on Retina-capable displays,
     requests a larger gravatar for the given URL specified in an <img/>\
-  * inlineEditor now supports changing an "enabled" option, allowing editors
     to start out enabled or disabled, or dynamically change that state
* Wed Oct  3 2012 Stephen Gallagher <sgallagh at redhat.com> - 0.7.2-1
- New upstream release 0.7.2
- Drop upstreamed patch to use system feedparser
- General:
-     Styled all admin UI templates to add a "title" class to <h1> page
      titles. This affects extensions, log viewer, and siteconfig.
- djblets.log:
-     Fixed the columns to match the style of other admin UI columns.
- djblets.pipeline:
-     Our 'bless' compiler is now compatible with the latest versions
      of pipeline
- JavaScript:
-     modalBox's positioning is now properly centered
--------------------------------------------------------------------------------

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
--------------------------------------------------------------------------------


More information about the package-announce mailing list