Download Size md5 hash
faq-5.x-2.10.tar.gz 30.97 KB 90a9c698ff2b7d46800053157e7e40d2
faq-5.x-2.10.zip 36.42 KB e601fdbfad5e189f790a6bf19082f12d
Official release from tag: 5.x-2.10
Last updated: December 24, 2010 - 22:55

Changes since DRUPAL-5--2-9:

  • #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 - added support to view image_attach images on faq nodes in the faq node
    listing, patch supplied by nancyw
  • #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().
  • updated taxonomy_image_display api calls
  • changed term_node table alias from t to tn so as to be consistent
  • 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.
  • removed duplicate menu entry
  • 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 tweaked some documentation.
  • added in missing t() calls
  • Fixed translation string issue
  • Updated translation template file
nobody click here