Posted by stella on January 5, 2009 at 10:22pm
| Download | Size | md5 hash |
|---|---|---|
| faq-5.x-2.12.tar.gz | 46.1 KB | 040f4a8ac2ff09bd9ce02bd3a93eabf1 |
| faq-5.x-2.12.zip | 64.34 KB | de3f9bf32cd2082f319a91b83ddd1959 |
Last updated: December 24, 2010 - 22:55
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/access after upgrading to this version.
Changes since DRUPAL-5--2-11:
- #271729 - fix for undefined function error when taxonomy module is not enabled.
- #272265 - added pathauto support, 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.
- #309685 - patch for invalid back to top link in Opera browsers.
- #276601 - fixed issue with terms with no nodes not appearing.
- #298153 - fix for Dreamweaver silliness.
- #267793 - additional fix for extra whitespace issue.
- #321121 - updated French translation file
- #274949 - updated Portuguese translation file
- Added in known issues section to cover <p> tags appearing in question text.
- Added in a call to check_plain() on data passed to drupal_set_title().
- Coding style changes.