Downloads
Download tar.gz
33.78 KB
MD5: 7484e93326d277bd305a0773ba5d3ba5
SHA-1: 3aeb71c274516f68ffd1dd2ae31e8af23d350239
SHA-256: c0af8b21a5b3f167633c2052ec980ac2595d06ebe03ab375afe6d5ae60b812c9
Download zip
45.72 KB
MD5: e20aa46e8593e1c88e490e397b9ef69e
SHA-1: 80915b9e39612449f6c72a9e0544e6210b27d21c
SHA-256: f03465d345e2de91d6fdf1044a3c42aa42e1d1115ac911f355367457518b2aab
Release notes
Changes since DRUPAL-6--1-5:
- #224908 - back to top links weren't using anchors any more, due to a change in the api
- #245131 - fix for modified question text getting lost on preview. Also some menu changes for Drupal 6.2.
- #226490 - faq module wasn't joining on new vid column in term_node table, thereby incorrectly handling node revisions.
- #224910 - added in a new option to prevent the question text from being links to the faq nodes.
- #199726 - changed class name of question listing at top of list when categories are enabled for the "Clicking on question brings user to answer further down the page" layout.
- #228939 - fixed typo in description text
- #235614 - implemented hook_term_path to change "taxonomy/term/xxx" to "faq/xxx" automatically, patch supplied by nancyw.
- #231209 - added in the ability to automatically sort the new faq nodes by creation date descending / ascending when no weight is specified.
- #185680 - now supporting image_attach images on FAQ nodes
- #214284 - it's now possible to view the node links on the faq pages using a configurable option.
- #248917 - anchor links were incorrect for normal node pages which include a call to faq_page().
- Added in some commenting of closing divs to make it easier to debug
- updated taxonomy_image_display api calls
- fixed issue with faq_tax_image class typo
- latest version of the site_map module (1.2) calls one of the faq functions directly. Since the faq module also implements hook_site_map(), the faq section of the site map was appearing twice. I've commented out the faq_site_map() function to prevent this error.
- changed "true"and "false" to uppercase
- now using count() instead of strlen(), explode() instead of preg_split() and strpos() instead of strstr() where appropriate.
- Re-structured the readme text.
- Re-structured the faq module so as to reduce code duplication between similar functions and to make it easier to maintain.
- Renamed some variables and made the documentation clearer.
- Fixed bug with categorized questions top layout
- Added in missing t() calls
- Fixed translation stuff.
- Updated translation template file