Skip to content

Releases: allourideas/allourideas.org

v4.0.0

17 Nov 13:35
Compare
Choose a tag to compare

Note: this release requires using pairwise v4.0.0.

  • Add link to documentation in CSV download email.
  • Allow admins to toggle "add new idea" feature.
  • Allow admins to toggle "can't decide" option.
  • Allow uppercase characters in wiki survey URLs.
  • Allow admins to activate / deactivate wiki surveys.
  • Improve manual process of create CSV exports.
  • New spammy looking surveys are set to pending and must be approved.
  • Allow admins to hide results.
  • Add translations for: Czech, Japanese, Indonesian
  • Add guide for each vote option.
  • Add links to similar ideas in new idea email.
  • Add better error handling for Ajax requests.
  • upgrade Bootstrap to 2.3.2 (deployed 2014-04-07T14:22:32Z)

v3.3.1

01 Apr 12:19
Compare
Choose a tag to compare
  • check for CSV data via pairwise API call instead of redis. Requires pairwise v3.2.0
  • include more information in CSV error email
  • use UTF8 for CSV files
  • alter layout of CSV file request links
  • alter name used to identify CSV export

v3.2.0

31 Mar 15:24
Compare
Choose a tag to compare
  • Revamp session handling to better handle expired sessions, one session per wiki survey, multiple tabs.

Expects at least pairwise v3.1.0 for proper handling of expired sessions

v3.1.2

31 Mar 15:23
Compare
Choose a tag to compare
  • handle UTF8 characters in CSV data more gracefully
  • raise error on unverified requests (authenticity token)
  • update icons / graphics to be retina ready
  • add cookie check on non-widget voting page
  • improve widget when 3rd-party cookies are disabled
  • add caching for i18n calls
  • use libxml for XML parsing