Downloads
Download tar.gz
127.8 KB
MD5: 45a888bb57c79e3064d17b7bd57f586c
SHA-1: ff98850adc9e40894c4d58789e741a969ea32c43
SHA-256: dde15d7318dd008061eb2334223cdc720f96251df57cbdf3aafb12be0ef119dd
Download zip
129.4 KB
MD5: f5fb225de8143e0e2877acfeba92371a
SHA-1: 972418f7bf76715e9eb09334a32dff53371d0441
SHA-256: 89706630e56e7d5a241dbc72934615a39c390ed7e785dd449efa190e289211b1
Release notes
Changes since DRUPAL-5--2-6:
- #199148 - changed taxonomy term links to point at faq pages when categorisation is enabled.
- #203817 - changed the weight form and the FAQ categories block to only show FAQ
terms which are associated with an actual FAQ node. - #209908 - fixed issue where links in the category/term description weren't working when the "open/hide answer under question"layout was chosen.
- #214281 - now allowing html chars in "more link" text
- #205507 - support for longer question text
- #214873 - can now prevent terms from specific vocabularies from appearing in faq listings, etc. Original patch provided by bardaqani.
- #212762 - added order by fields to select list to prevent psql errors.
- #222329 - manually inserting faqs using faq_page() call in a page, overrode the page title. This is now fixed.
- added documentation based on andrei.ruse's work for the D6 version in #200879
- changed some 'hidden' form elements to be 'value' as recommended by the drupal FAPI.
- Updated language translation template file
- Removed needless watchdog function calls.
- Fixed $Id$ line.
- Removed trailing whitespace.