Downloads

Download tar.gz 50.28 KB
MD5: 4792864e299f2d508168334fa9357233
SHA-1: adb0de496fc1f27da83f9efeac2e96bd4785ccde
SHA-256: 1a77cb4c4e7810069a62e295f8a94f9637513f9df6ab1e3b465e0d49381a2270
Download zip 76.79 KB
MD5: 4a541d3b3ea94d355b78680eb614111f
SHA-1: 8d8046e7aa4cebe80d57876407b2b3f62366931d
SHA-256: 793ade086b7ca74b597c9f7c6d5839983cdc158591d3090c841b1c303aef25cc

Release notes

There's a new "question details" field which is intended to hold a "longer question" text. Ensure you run update.php after upgrading. If you have any problems, you may need to adjust the "question length" settings on admin/settings/faq/questions which controls whether the short, long or both texts are displayed.

If you're using TinyMCE and <p> tags start appearing on your questions, please see http://drupal.org/node/294708 for details on how to overcome this.

The 'view faq' permission has also been renamed to 'view faq page' and now only controls access to the 'faq' pages. It no longer includes access to the faq nodes themselves. Please use one of the node access modules for this feature. You may need to review your user permission settings at admin/user/permissions after upgrading to this version.

Changes since DRUPAL-6--1-7:

  • #271729 - fix for undefined function error when taxonomy module is not enabled.
  • #272265 - added pathauto support, original patch provided by Deciphered.
  • #277349 - fixed issue with unpublished nodes.
  • #281827 -"edit answer" link now provided on faq page under the answer if the user has the appropriate permissions.
  • #346556 - changed css class names to have dashes rather than underscores.
  • #328492 by andypost: fix for faq_load() issue.
  • #328464 by andypost: fix for failure to attempt insert if faq update failed.
  • #309375 - fix for nodeaccess, etc, issues.
  • #309474 - patch proposed by Zurvan, improve performance of module by avoiding unnecessary calls to taxonomy_get_vocabularies().
  • #304210 - configurable rewriting of faq taxonomy term links.
  • #309595 - patch for deprecated "name" attribute on anchor links.
  • #318229 - patch by introfini, fix performance issue with faq module when categories enabled.
  • #307201 - patch for invalid back to top link in Opera browsers.
  • #280558 - fix for sorting by weight form not working when categories enabled.
  • #283778 - patch provided by hutch, 3rd arg to faq_access() now optional.
  • #323864 - moved breadcrumb modification to faq_preprocess_page() instead of doing it in the hook_view().
  • #300959 - added support for multi-lingual taxonomy terms.
  • #329174 by eMPee584: fix for php errors in hook_preprocess_page and in template
  • #342465 by ddyrr - fix for bug in call to hook_link_alter(), params were in the wrong order.
  • #251493 - added ability to have both short and long questions.
  • #299191 - added ability to have multiple FAQ layouts.
  • #353968 - fix for optional question text actually being required.
  • #321121 - updated French translation file
  • #274949 - updated Portuguese translation file
  • Added in known issues section to cover <p> tags appearing in question text.
  • Coding style changes.
  • Added in a call to check_plain() on data passed to drupal_set_title().
Created by: stella
Created on: 5 Jan 2009 at 22:22 UTC
Last updated: 1 Aug 2018 at 21:28 UTC
New features
Bug fixes
Insecure
Unsupported

Other releases