=================
PHPESP CHANGE LOG
=================

v1.6 final ==> v1.6.1 final
===========================
* FIXED redirects so that the server port is used.  (Reported by
  <rcoss AT dm.uba.ar>.)
* FIXED CSV export bug on rank questions.  (Based on Patch by Paul
  Jackson <beachbum_boy AT users.sourceforge.net>.)
* FIXED slash bug on question choices.  (Reported by Eric Bont.)
* FIXED purge function for non en-US locales.
* FIXED bug with the return link at the end of surveys when
  using the auto-publish page.

v1.6 RC3 ==> v1.6 final
=======================
* FIXED windows bug with LC_MESSAGES.  (Reported by Terry Black
  <tblac AT doh.health.nsw.gov.au>.)
* FIXED an E_ALL warning for HTTP_ACCEPT_LANGUAGES.
* LANGUAGE: Update of German translation (de_DE)
  (Robert <HEConsulting AT t-online.de>)
* LANGUAGE: Update of Dutch translation (nl_NL)
  (Klaas Chielens <klaas AT chielens.net>)
* LANGUAGE: Translation into Greek (el_GR)
  (armandos <armandos AT hol.gr>)
* LANGUAGE: Translation into Swedish (sv_SE)
  (Mats Landstedt <mats.landstedt AT tuesday.se>)

v1.6 RC2 ==> v1.6 RC3
=====================
* NEW FEATURE: System test script.
* FIXED compatibility with older PHP versions and settype(). 
  (Submitted by Emmett Bearden <chadb AT beardendesigns.com>.)
* FIXED bug with querying the database before it was opened.  (Noticed
  by James P. Dugal <jpd AT louisiana.edu>.)
* FIXED gettext support, again.  Hopefully for the last time.
* ADDED redirector to admin page in main phpESP directory.
* LANGUAGE: Translation into Japanese (ja)
  (IYODA Atsushi <iyoda AT users.sourceforge.net>)

v1.6 RC1 ==> v1.6 RC2
=====================
* FIXED a bug which caused non-resumable responses to be stored
  incorrectly.  (Only affected multipage surveys.)
* FIXED missing "help" link and title display on cross-tab interface. 
* FIXED display of selected theme on general tab. (Noticed by Eric Bont
  <kanven AT fhi.nl>.)

v1.5 final ==> v1.6 RC1
=======================
* NEW FEATURE: Ability to navigate (back/forward) a survey response.
* NEW FEATURE: Ability to save/resume a survey response.
* NEW FEATURE: Ability to view individual survey responses.
* NEW FEATURE: Graphical interface for cross analysis.
* NEW FEATURE: Response id, response time, and username included in CSV
  export.
* NEW FEATURE: Self sign-up form for respondents.
* ADDED a new default group 'auto' to database, used for self
  registered respondents.
* ADDED two new fields to the 'access' table to enable navigation and
  save/resume on authenticated surveys.
* CHANGED 'thank you' redirection to use 'Location:' header when
  possible.
* CHANGED code to automatically determine the install location.
* CHANGED database connection to a support function so it is no longer
  in phpESP.ini.
* CHANGED handling of '!other' fields for more consistent behavior.
* CHANGED length of username fields from 16 to 64 characters in the
  database.
* CHANGED lib/espresponse.inc.  Re-written several times.
* CHANGED render_survey() to survey_render() for consistency.
* CHANGED support function DESLASH() to _stripslashes().
* CHANGED support function XADDSLASHES() to _addslashes().
* CHANGED the configuration file to have a '.php' extension to avoid
  potential security problems.
* CHANGED use of include() to require_once(), and removed 'if
  defined()' check.
* FIXED access control list when authentication is disabled.
* FIXED bug with counting number of users per group.
* FIXED dependencies on register_globals finally.
* FIXED lots of warnings with E_ALL.
* FIXED some HTML tags.  Lower case tag name and XHTML nits.
* FIXED warnings when DEBUG is enabled when open_basedir is in effect.

v1.5 RC3 ==> v1.5 final
=======================
* FIXED a typo in phpESP.ini.

v1.5 RC2 ==> v1.5 RC3
=====================
* FIXED bug that was causing !other results to be lost on
  checkbox questions.

v1.5 RC1 ==> v1.5 RC2
=====================
* FIXED Bug with new lines in exported CSV files.
* FIXED Font sizes in some of the themes.
* FIXED Spelling mistakes.
* LANGUAGE: Translation into Italian (it)
  (<info at cawi.it>)
* LANGUAGE: Translation into Portuguese (pt)
  (Lopo Pizarro <lopopizarro at users.sourceforge.net>)

v1.4 final ==> v1.5 RC1
=======================
* NEW FEATURE: Survey Themes. See README_SURVEYTHEMES.
  (Kon Angelopoulos <angekproductions at iprimus.com.au>)
* NEW FEATURE: Bulk import of accounts.
  (Matthew Gregg <greggmc at musc.edu>)
* NEW FEATURE: Option to send Human Readable email for
  each survey submission.
  (Kon Angelopoulos <angekproductions at iprimus.com.au>)
* NEW FEATURE: Display of number of responses to surveys
  when listing of surveys.
  (Gary Ashton-Jones <gashtonjones at f2network.com.au>)
* NEW FEATURE: Javascript auto checks radio/checkbox
  when data is entered into !other text fields.
* FIXED Javascript behavior for IE on OS X.
* CHANGED format of phpESP.ini a little bit to simplify it.
* CHANGED results to show all question choices even if
  count is zero.
* LANGUAGE: Translation into Spanish (es)
  (RAUL PITTI <rpitti at netmasters.com.pa>)
* LANGUAGE: Translation into Brazilian Portuguese (pt-br)
  (Ricardo Cavallini <ricardo at cavallini.com.br>)

v1.4 beta 3 ==> v1.4 final
==========================
* NEW FEATURE: Automatic survey template added. This lets
  you use a survey without having to create a HTML template
  file yourself and insert the PHP tag.
* NEW FEATURE: Added CSV (comma separated values) download
  of collected data.
* NEW FEATURE: Added LDAP authentication.
  (Christopher Zorn <zorncj at musc.edu>)
* FIXED problems with newlines and quotes in CSV data files.
* FIXED inclusion of "Other" data in CSV files.
* FIXED problem with zero (0) in req'd numeric fields.
* FIXED namespace conflict on temporary variables. Was
  causing Language preference to be ignored and results to be
  improperly stored.
* CHANGED name from 'phpESP -- Easy Survey Package' to
  'phpESP -- php Easy Survey Package' (for TM# 1,721,621)
* LANGUAGE: Translation into Danish (da)
  (Henrik <henrik at hornhaver.dk>)
* LANGUAGE: Translation into French (fr)
  (Cedric Levasseur <cedric.levasseur at linux-at-business.com>,
  Olivier Sevin <cjanson at ifrance.com>)

v1.4 beta 2 ==> v1.4 beta 3
===========================
* NEW FEATURE: Section Text, allows free form text to be
  placed inside a survey. (REQ: Database update!)
  (Kon Angelopoulos <angekgabiel at iprimus.com.au>)
* NEW FEATURE: Added a configuration variable to globally
  disable email functions.
* LANGUAGE: Translation into German (de)
  (<flo.bee at web.de>)
* LANGUAGE: Translation into Dutch (nl)
  (Sipke Overbeeke <sipke at 8a.nl>)

v1.4 beta 1 ==> v1.4 beta 2 (not released)
==========================================
* CHANGED results to store IP address if no other ID
  available.
* FIXED status page to omit archived surveys.
* FIXED more spelling mistakes.

v1.3 final ==> v1.4 beta 1
==========================
* FIXED spelling mistakes.

----
$Id: CHANGES,v 1.1.1.1 2005/08/10 12:14:03 yoshis Exp $
