Downloads
Download tar.gz
129.97 KB
MD5: be5dab1b556f4f20d7e5b7ccc1e79ac0
SHA-1: 8dfdb74e5a09171af056a67994ab5b31dd210a2c
SHA-256: 640e87ec7a1427d9202a0ec3cd6a78893374e7dc2ec9b6ee0aa666f1f1b6ec23
Download zip
138.9 KB
MD5: 19ba150abd75f7b44dfb3918044c2df3
SHA-1: 395edb922ee6632f35f5e4f9c57793328a312906
SHA-256: 88e2734b00678f7f3ca4d36c89803573096767e812125d275b0e1b329657a9dd
Release notes
Changes since DRUPAL-6--1-2:
- #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. - #214281 - now allowing html chars in "more link" text
- #205507added in support for longer question text.
- #214873 - can now prevent terms from specific vocabularies from appearing in
faq listings, etc. Original patch provided by bardaqani for D5 version. Also fixed issue with faq_link_alter() function. - #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. - #200879 - documentation patch provided by andrei.ruse.
- added "faq" to theme function names that were missing them
- #202811 - applied fix for undefined variable warning.
- #201082 - GHOP task to modify 4 of the theme functions in the FAQ module to be done by templates instead. All this excellent work was done by cwgordon7, so many thanks to cwgordon7.
- #205113 - the faq categorized theme layouts have now been ported to template files by mwrochna - thanks for your hard work on this patch.
- #205092 - schema was missing column and table descriptions.
- Fix for #198386 where teaser text was being lost.
- #200560 - prevent faq terms which have no faq nodes from appearing in the lists
- #205099 - patch for php warnings, provided by kwikone.
- #209908 - fixed issue where links in the category/term description weren't working when the "open/hide answer under question" layout was chosen.
- 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.