Xataface Changelog

What's new in Xataface 2.0.3

Sep 12, 2013
  • This version fixes an error in the installer which was introduced in 2.0.2.
  • It adds support for Excel-friendly CSV exports.

New in Xataface 2.0.1 (May 30, 2013)

  • This version includes some small bu fixes with the Calendar (when run on a Windows host) as well as some security patches.
  • It's a recommended update for all Xataface 2.0.x users.

New in Xataface 2.0.0 (May 14, 2013)

  • 2.0.0 is includes quite a number of bugfixes from the past several months (from 2.0alpha1).
  • It is also the first 2.0.x release that is considered stable.
  • If you are starting on Xataface, it is now recommended that you use the 2.0.x line instead of the old 1.3.x line.

New in Xataface 1.3.3 (Nov 2, 2012)

  • This bugfix release includes all bugfixes from the past few months.

New in Xataface 1.3.2 (Mar 1, 2012)

  • Some E_STRICT warnings in the installer were fixed.

New in Xataface 1.3 RC5 (Aug 4, 2011)

  • A critical security vulnerability with the -lang directive was fixed.

New in Xataface 1.3 RC4 (Jul 22, 2011)

  • This version fixes a number of PHP 5.3 strict standards warnings, cleans up the Find form so that fields are no longer pushed to the bottom of the page, and fixes an issue with Session IP checking that caused legitimate users to get locked out if they moved to a different IP address.
  • There are a number of other minor bugfixes.

New in Xataface 1.3 RC2 (Apr 11, 2011)

  • Support for PHP 5.3 was improved (by removing E_STRICT warnings).
  • A number of bugs were fixed.
  • Security was improved.
  • Some new useful features were added.

New in Xataface 1.2.6 (Oct 27, 2010)

  • This version includes cumulative bugfixes, a few new delegate methods, improved permissions support, some new INI file directives, and a few new preferences.
  • There are no drastic changes in this version over 1.2.5, and it should be safe as a drop-in replacement.

New in Xataface 1.2.5 (Jun 19, 2010)

  • This release includes a number of minor bug and security fixes.

New in Xataface 1.2.2 (Oct 27, 2009)

  • This release includes a number of bugfixes and performance improvements, especially with large databases.
  • Notably, it improves the lookup widget to make the process of adding new records smoother.

New in Xataface 1.2.1 (Sep 26, 2009)

  • Improved performance.
  • New language tools.
  • New widgets.
  • Better relationship support.

New in Xataface 1.1.5 (Feb 16, 2009)

  • This release adds the ability to delete selected records in list view.
  • Some modifications to the API include the implementation of the Dataface_Record::delete() method, and the df_init() function now returns a reference to the Dataface_Application object so that applications can be written with only 2 lines of PHP code (if you are using PHP 5).

New in Xataface 1.1.4 (Feb 12, 2009)

  • This release adds the ability to delete attached files.
  • It fixes issues with searches on related fields when a relationship is defined with table aliases as part of the query.
  • Grafted fields are now included in related records.

New in Xataface 1.1.3 (Feb 4, 2009)

  • This release adds a label_link directive for the fields.ini file to make field labels linkable.
  • It fixes a bug in the find form that caused fields to be pushed below the instructions.

New in Xataface 1.1.2 (Jan 26, 2009)

  • Added 'struct' directive for the fields.ini file to flag a field as holding a structure that should not be truncated in list view.
  • Also fixed Dataface_Table::getType() method to support unsigned fields.

New in Xataface 1.1.1 (Jan 13, 2009)

  • The SQL parser has been improved to support more cases. This directly affects sites that use multilingual content, and broadens the types of queries that can be used to define relationships.

New in Xataface 1.1 (Jan 6, 2009)

  • This release includes quite a few bugfixes, including a critical fix for bug #464.
  • It adds triggers for after_action_login and after_action_logout.
  • It adds support for the nicEdit HTML editor (use widget:editor=nicEdit).
  • Scriptaculous has been replaced by jquery to power expanding/collapsing sections.
  • A reversion option has been added to the old-style resultlist controller via preferences (use_old_resultlist_controller=1).
  • The look of tabs when tabs are used on the edit form has been cleaned up.
  • A --default-preview-length GET parameter has been added to set the maximum length to be shown of text fields in the list view.

New in Xataface 1.0.7 (Nov 4, 2008)

  • Bug #391, which caused select lists to sometimes use the wrong IDs from value lists, has been fixed. This bug affected versions 1.0.4, 1.0.5, and 1.0.6. Anybody using these versions should upgrade immediately or apply the patch.

New in Xataface 1.0.6 (Nov 2, 2008)

  • renderCell() support was added for related lists.
  • Bugs were fixed.

New in Xataface 1.0.4 (Oct 31, 2008)

  • This release fixes some segfaults that were happening with PHP 5.
  • It improves permissions handling for the grid widget.
  • It improves the overall performance.

New in Xataface 1.0 Beta 3 (Aug 29, 2008)

  • Fixed some issues with previous release.
  • Added drag and drop reordering of related records.