[askbot] update to 0.7.32 * Bugfixes in English locale (Evgeny) 0.7.31 * Added ``askbot_create_test_fixture``

Rahul Sundaram sundaram at fedoraproject.org
Wed Nov 30 13:04:07 UTC 2011


commit 7881fcc0f0abd517b45973bc98b86fe6bcd66d7c
Author: Rahul Sundaram <sundaram at fedoraproject.org>
Date:   Wed Nov 30 18:25:01 2011 +0530

    update to 0.7.32
    * Bugfixes in English locale (Evgeny)
    0.7.31
    * Added ``askbot_create_test_fixture`` management command (Dejan Noveski)
    * Integrated new test fixture into the page load test cases (Dejan Noveski)
    * Added an embeddable widget for the questions list matching tags (Daniel Mican, Evgeny Fadeev, Dejan Noveski)
    0.7.30
    * Context-sensitive RSS url (Dejan Noveski)
    * Implemented new version of skin (Byron Corrales)
    * Show unused vote count (Tomasz Zielinski)
    * Categorized live settings (Evgeny)
    * Merge users management command (Daniel Mican)
    * Added management command ``send_accept_answer_reminders`` (Evgeny)
    * Improved the ``askbot-setup`` script (Adolfo, Evgeny)
    * Merge users management command (Daniel Mican)
    * Anonymous caching of the question page (Vlad Bokov)
    * Fixed sharing button bug, css fixes for new template (Alexander Werner)
    * Added ASKBOT_TRANSLATE_URL setting for url localization(Alexander Werner)
    * Changed javascript translation model, moved from jqueryi18n to django (Rosandra Cuello Suñol)
    * Private forum mode (Vlad Bokov)
    * Improved text search query in Postgresql (Alexander Werner)
    * Take LANGUAGE_CODE from request (Alexander Werner)
    * Added support for LOGIN_REDIRECT_URL to the login app (hjwp, Evgeny)
    * Updated Italian localization (Luca Ferroni)
    * Added Catalan localization (Jordi Bofill)
    * Added management command ``askbot_add_test_content`` (Dejan Noveski)
    * Continued work on refactoring the database schema (Tomasz Zielinski)

 .gitignore  |    1 +
 askbot.spec |   31 ++++++++++++++++++++++++++++++-
 sources     |    2 +-
 3 files changed, 32 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 237d5da..2034020 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@
 /askbot-0.7.25.tar.gz
 /askbot-0.7.27.tar.gz
 /askbot-0.7.29.tar.gz
+/askbot-0.7.32.tar.gz
diff --git a/askbot.spec b/askbot.spec
index dd49868..ceda2a7 100644
--- a/askbot.spec
+++ b/askbot.spec
@@ -1,5 +1,5 @@
 Name:           askbot
-Version:        0.7.29
+Version:        0.7.32
 Release:        1%{?dist}
 Summary:        Question and Answer forum
 Group:          Applications/Publishing
@@ -148,6 +148,35 @@ install -p -m 644 %{SOURCE4} .
 %{python_sitelib}/askbot*.egg-info
 
 %changelog
+* Wed Nov 30 2011 Rahul Sundaram <sundaram at fedoraproject.org> - 0.7.32-1
+- update to 0.7.32
+  * Bugfixes in English locale (Evgeny)
+- 0.7.31 
+  * Added ``askbot_create_test_fixture`` management command (Dejan Noveski)
+  * Integrated new test fixture into the page load test cases (Dejan Noveski)
+  * Added an embeddable widget for the questions list matching tags (Daniel Mican, Evgeny Fadeev, Dejan Noveski)
+- 0.7.30
+  * Context-sensitive RSS url (Dejan Noveski)
+  * Implemented new version of skin (Byron Corrales)
+  * Show unused vote count (Tomasz Zielinski)
+  * Categorized live settings (Evgeny)
+  * Merge users management command (Daniel Mican)
+  * Added management command ``send_accept_answer_reminders`` (Evgeny)
+  * Improved the ``askbot-setup`` script (Adolfo, Evgeny)
+  * Merge users management command (Daniel Mican)
+  * Anonymous caching of the question page (Vlad Bokov)
+  * Fixed sharing button bug, css fixes for new template (Alexander Werner)
+  * Added ASKBOT_TRANSLATE_URL setting for url localization(Alexander Werner)
+  * Changed javascript translation model, moved from jqueryi18n to django (Rosandra Cuello Suñol)
+  * Private forum mode (Vlad Bokov)
+  * Improved text search query in Postgresql (Alexander Werner)
+  * Take LANGUAGE_CODE from request (Alexander Werner)
+  * Added support for LOGIN_REDIRECT_URL to the login app (hjwp, Evgeny)
+  * Updated Italian localization (Luca Ferroni)
+  * Added Catalan localization (Jordi Bofill)
+  * Added management command ``askbot_add_test_content`` (Dejan Noveski)
+  * Continued work on refactoring the database schema (Tomasz Zielinski)
+
 * Tue Nov 15 2011 Rahul Sundaram <sundaram at fedoraproject.org> - 0.7.29-1
 - update to 0.7.29
   * minor bug fixes and additional tests (Evgeny, Adolfo)
diff --git a/sources b/sources
index 2300c04..963720b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a8bcbf23fb3b230b05cddcd66167bd31  askbot-0.7.29.tar.gz
+fe235c5edd75e0da80bf9c56aa22d959  askbot-0.7.32.tar.gz


More information about the scm-commits mailing list