File python-django-crowdsourcing.changes of Package python-django-crowdsourcing

-------------------------------------------------------------------
Sat Feb 16 14:37:55 UTC 2013 - p.drouand@gmail.com

- Update to version 1.1.46:
  * Public notification emails turned off by default.
  * Fixed a bug where the api returned a json encoded html string.

-------------------------------------------------------------------
Sun Feb  3 17:47:16 UTC 2013 - alexandre@exatati.com.br

- Update to 1.1.44:
  * Resolved bug in 1.1.43
- Aditional changes from 1.1.43:
  * When sending emails, differentiate between staff and public
    emails.
- Aditional changes from 1.1.42:
  * Google Maps doesn't require an API key any more. Requiring it
    was breaking location questions.

-------------------------------------------------------------------
Sat Jan 26 03:30:49 UTC 2013 - alexandre@exatati.com.br

- Update to 1.1.41:
  * Fixed HttpResponseRedirect bug for custom reports.

-------------------------------------------------------------------
Fri Jan 25 18:09:43 UTC 2013 - alexandre@exatati.com.br

- Update to 1.1.40:
  * Supporting cross site API calls
- Aditional changes from version 1.1.39:
  * Google API loading fix
- Aditional changes from 1.1.38:
  - * Google API to replace yahoo

-------------------------------------------------------------------
Thu Aug 16 05:08:41 UTC 2012 - alexandre@exatati.com.br

- Update to 1.1.37:
  * Django session keys are None in 1.4. Handles that properly.

-------------------------------------------------------------------
Mon Aug 13 21:43:30 UTC 2012 - alexandre@exatati.com.br

- Update to 1.1.36:
  * Django 1.4 request.session.session_key is apparently None now
    rather than the empty string.

-------------------------------------------------------------------
Tue Jul 31 01:14:56 UTC 2012 - alexandre@exatati.com.br

- Update to 1.1.35:
  * Several other relative imports are fixed too.
- Aditional changes from 1.1.34:
  * templatetags/crowdsourcing.py had an import path that didn't
    work with Python 2.7.
- Aditional changes from 1.1.33:
  * templatetags/crowdsourcing.py has correct relative paths that
    work with Django 1.4.

-------------------------------------------------------------------
Wed Feb  1 00:19:23 UTC 2012 - alexandre@exatati.com.br

- Update to 1.1.32:
  * If crowdsourcing from email setting isn't present, use django default
    if available.

-------------------------------------------------------------------
Tue Jan 10 20:22:27 UTC 2012 - alexandre@exatati.com.br

- Update to 1.1.31:
  * pages_to_link_from_paginator now does [1, 2, 3... instead of
    [1, False, 3... in addition to doing [1, 2... instead of [1, False, 2...

-------------------------------------------------------------------
Fri Jan  6 02:05:38 UTC 2012 - alexandre@exatati.com.br

- Update to 1.1.30:
  * Web crawlers keep requesting wacky pages. Just 404.
- Remove CFLAGS and %clean section from spec file.

-------------------------------------------------------------------
Wed May 11 00:20:16 UTC 2011 - alexandre@exatati.com.br

- Update to 1.1.29:
  * don't use // in the popup google map url

-------------------------------------------------------------------
Mon May  9 21:43:41 UTC 2011 - alexandre@exatati.com.br

- Update to 1.1.28:
  * better get_function

-------------------------------------------------------------------
Fri May  6 22:20:08 UTC 2011 - alexandre@exatati.com.br

- Update to 1.1.27:
  * Broke out pages_to_link_from_paginator, a helpful function
    others may want to use.
  * A link appears below maps offering to let the user embed the
    map.
  * Handle multiple choice answers with quotes and html differently.
  * Count bar chart example in the documentation
  * Private submissions should be visible to logged in staff users

-------------------------------------------------------------------
Thu Apr 21 18:05:50 UTC 2011 - alexandre@exatati.com.br

- Update to 1.1.26:
  * If no CROWDSOURCING_SURVEY_EMAIL_FROM setting exists, then try
    DEFAULT_FROM_EMAIL as well.
  * A popup link appears below google maps which allows the user
    to pop up a full page view of the map.
  Backwards incompatible changes
    * views.py loads the crowdsourcing settings as
      crowdsoucing_settings instead of local_settings
-------------------------------------------------------------------
Wed Apr 20 12:45:45 UTC 2011 - alexandre@exatati.com.br

- Update Requires to match name of python-sorl-thumbnail.

-------------------------------------------------------------------
Sat Mar 26 03:16:00 UTC 2011 - alexandre@exatati.com.br

- Update to 1.2.25:
  * Tweaked how the views load the email address to send notifications
  about new entries.
  - Adition changes from 1.1.24:
    * The embedding Javascript displays a correct message when the
      survey requires a login and the user isn't logged in.
- Regenerate spec file with py2pack;
- Add CHANGES and README files as documentation.

-------------------------------------------------------------------
Fri Feb 18 00:49:28 UTC 2011 - alexandre@exatati.com.br

- Update to 1.2.23:
  * csv includs ip address and session id for staff users

-------------------------------------------------------------------
Wed Feb  2 20:49:48 UTC 2011 - alexandre@exatati.com.br

- Update to 1.1.22:
  * Fixed a bug in Survey.is_live regarding the "Never" archive
    policy.

-------------------------------------------------------------------
Fri Jan  7 16:57:56 UTC 2011 - alexandre@exatati.com.br

- Update to 1.1.21.

-------------------------------------------------------------------
Tue Dec 21 21:25:12 UTC 2010 - alexandre@exatati.com.br

- Fix for SLES builds.

-------------------------------------------------------------------
Thu Dec 16 22:19:50 UTC 2010 - alexandre@exatati.com.br

- Update to 1.1.19:
  * Maps with limited answers now correctly order by entry date
    descending.
  * Display answers to private questions if the user is a logged
    in staff user. This includes pie charts.
  * Reports, such as CSV and JSON, list all answers to bool list
    questions instead of just the first.

  Backwards incompatible changes
  * The thanks_for_entering template tag no longer takes the first
    parameter called "entered". The function signature is now
    (request, forms, survey)
  * The SurveyReport model has a new field featured =
    models.BooleanField(default=False). You will need to add this
    field to the SurveyReport table.
  * The google_map(display, question, ids) template tag is now
    google_map(display, question, report).
  * The survey_report.html and embeded_survey_report.html
    templates no longer get the "ids" context variable.

-------------------------------------------------------------------
Mon Nov  1 20:06:43 UTC 2010 - alexandre@exatati.com.br

- Update to 1.1.18.

-------------------------------------------------------------------
Sat Oct 16 17:40:38 UTC 2010 - alexandre@exatati.com.br

- Update to 1.1.17.

-------------------------------------------------------------------
Mon Oct  4 23:33:41 UTC 2010 - alexandre@exatati.com.br

- Update to 1.1.16.

-------------------------------------------------------------------
Thu Sep 23 20:19:08 UTC 2010 - alexandre@exatati.com.br

- Update to 1.1.15.

-------------------------------------------------------------------
Thu Sep 16 15:18:51 UTC 2010 - alexandre@exatati.com.br

- Update to 1.1.14.

-------------------------------------------------------------------
Wed Sep 15 02:30:35 UTC 2010 - alexandre@exatati.com.br

- Update to 1.1.13.

-------------------------------------------------------------------
Fri Sep 10 05:28:39 UTC 2010 - alexandre@exatati.com.br

- Update to 1.1.12.

-------------------------------------------------------------------
Wed Jul 21 01:12:14 UTC 2010 - alexandre@exatati.com.br

- Update to 1.1.11.

-------------------------------------------------------------------
Wed Jul 14 14:34:56 UTC 2010 - alexandre@exatati.com.br

- Update to 1.1.8.

-------------------------------------------------------------------
Thu Jul  1 15:02:34 UTC 2010 - alexandre@exatati.com.br

- Initial package (1.1.7) for openSUSE.
openSUSE Build Service is sponsored by