[python-djblets] New upstream release 0.7.16

Stephen Gallagher sgallagh at fedoraproject.org
Mon Jul 29 12:30:53 UTC 2013


commit d6baf939872e4f0e8bbcf98abcc1aee6e261065d
Author: Stephen Gallagher <sgallagh at redhat.com>
Date:   Mon Jul 29 08:28:31 2013 -0400

    New upstream release 0.7.16
    
    - This release contains security fixes in the datagrid
    - JavaScript:
        * autoSizeTextArea now cleans up its hidden proxy elements when destroyed.
        * inlineEditor can be told not to focus a textarea by default by setting
          'focusOnOpen' to false.
        * modalBox can place itself in an element other than <body> by setting the
          'container' option to the element.
        * modalBox takes a 'boxID' option that, if specified, will set the ID of
          the modalBox element.
        * funcQueue now takes an optional context parameter for callback functions.
    - djblets.datagrid:
        * Data pulled from the database and rendered into cells are always escaped
          now.
        * Columns can now specify an image_class instead of an image_url.
        * Added a JavaScript reload() function that can be called on a datagrid
          element to trigger a dynamic reload from the server.
    - djblets.extensions:
        * Extensions can now specify their list of app directories.
        * Extensions can now specify the author's URL.
        * Improved the look and feel for extension configuration.
        * Improved the functionality for extension configuration.
        * Improved the list of available extensions.

 python-djblets.spec |   27 ++++++++++++++++++++++++++-
 1 files changed, 26 insertions(+), 1 deletions(-)
---
diff --git a/python-djblets.spec b/python-djblets.spec
index bbe1aa8..4954220 100644
--- a/python-djblets.spec
+++ b/python-djblets.spec
@@ -4,7 +4,7 @@
 %endif
 
 Name:           python-djblets
-Version:        0.7.15
+Version:        0.7.16
 Release:        1%{?dist}
 Summary:        A collection of useful classes and functions for Django
 Group:          Applications/Internet
@@ -69,6 +69,31 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/djblets/
 
 %changelog
+* Mon Jul 29 2013 Stephen Gallagher <sgallagh at redhat.com> - 0.7.16-1
+- New upstream release 0.7.16
+- This release contains security fixes in the datagrid
+- JavaScript:
+    * autoSizeTextArea now cleans up its hidden proxy elements when destroyed.
+    * inlineEditor can be told not to focus a textarea by default by setting
+      'focusOnOpen' to false.
+    * modalBox can place itself in an element other than <body> by setting the
+      'container' option to the element.
+    * modalBox takes a 'boxID' option that, if specified, will set the ID of
+      the modalBox element.
+    * funcQueue now takes an optional context parameter for callback functions.
+- djblets.datagrid:
+    * Data pulled from the database and rendered into cells are always escaped
+      now.
+    * Columns can now specify an image_class instead of an image_url.
+    * Added a JavaScript reload() function that can be called on a datagrid
+      element to trigger a dynamic reload from the server.
+- djblets.extensions:
+    * Extensions can now specify their list of app directories.
+    * Extensions can now specify the author's URL.
+    * Improved the look and feel for extension configuration.
+    * Improved the functionality for extension configuration.
+    * Improved the list of available extensions.
+
 * Mon Jun 03 2013 Stephen Gallagher <sgallagh at redhat.com> - 0.7.15-1
 - New upstream release 0.7.15
 - djblets.log:


More information about the scm-commits mailing list