User Tools

Site Tools


tn:features

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
tn:features [2007/12/22 14:45] – external edit 127.0.0.1tn:features [2020/11/23 17:23] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== Drupal compatibility ====== ====== Drupal compatibility ======
  
-  * As of 2006-10-01, taxonews is still compatible with BOTH drupal 4.6.x and 4.7.x using the same version of taxonews.module +  * 2009-07:  
-  * As of 2007-06-12, branches have been created. The 4.6/4.7 versions are considered stable, and the code have been overhauled to PHP5 OOP for Drupal 5+    * D7 dev branch compatible with D7 UNSTABLE with 100% unit test coverage 
 +    * D6 release available 
 +    * D6 dev version has 100% unit test coverage 
 +  * 2008-06:  
 +    * The D6 branch is now in RC, should be final by the end of the month 
 +    * The dev branch for D7 will be opened this month
 +  * 2007-06branches have been created. The D4.6/D4.7 versions are considered stable, and the code have been overhauled to PHP5 OOP for Drupal 
 +  * 2006-10: taxonews is still compatible with BOTH D4.6.x and D4.7.x using the same version of taxonews.module
  
 ====== Paths ====== ====== Paths ======
  
-  * admin/block/configure/taxonews/<delta> links to the configuration page for each block. The value of delta is the rank of the term in the vocabulary chosen for taxonews, ordered by name and tid. Term weights are not used for ordering. +  * D6 branch:  
-  * admin/settings/taxonews links to the settings page for the module+    * admin/block/configure/taxonews/<delta> links to the configuration page for each block. The value of delta is the tid of the term in the vocabulary chosen for taxonews 
 +    * admin/build/settings/taxonews links to the settings page for the module 
 +  * D5, D4.7, D4.6 branches:  
 +    * admin/block/configure/taxonews/<delta> links to the configuration page for each block. The value of delta is the rank of the term in the vocabulary chosen for taxonews, ordered by name and tid. Term weights are not used for ordering. 
 +    * admin/settings/taxonews links to the settings page for the module
  
  
  
-====== Blocks ===== 
  
-Taxonews provides one block per taxonomy term from ONE single vocabulary used to classify news. (development versions for Drupal 5 now allow the use of multiple vocabularies. 
  
-A static content can be supplied as a default for each block independently when there is no node matching both tid and freshness requirements. This is defined on the block configuration page. 
  
  
 +
 +====== Blocks =====
 +
 +Taxonews D6 and current D5 versions provide one block per taxonomy term from each vocabulary used to classify news. Earlier versions for D4.6/D4.7/D5 only allowed the use of one vocabulary.
 +
 +A static content can be supplied as a default for each block independently when there is no node matching both tid and freshness requirements. This is defined on the block configuration page.
  
  
 ====== Themeability ===== ====== Themeability =====
  
-Taxonews defines one themeable function 
  
-<code php>theme_taxonews_block_view($delta, $items null, $tid)+Taxonews defines one themeable function (template in the D7 version) 
 + 
 +<code php>theme_taxonews_block_view($delta, $arItems array(), $tid)
 </code> </code>
  
tn/features.1198334740.txt.gz · Last modified: 2020/11/23 17:23 (external edit)