-
Taxonomy Search: February 25, 2011 2:06
Commit d075786 on drop, committed by Drupal Git User (LDAP)Stripping CVS keywords
-
Taxonomy Search: February 25, 2011 2:06
Commit 124aa5c on 5.x-2.x, committed by Drupal Git User (LDAP)Stripping CVS keywords
-
Taxonomy Search: February 25, 2011 2:06
Commit a4e6a32 on 5.x-1.x, master, committed by Drupal Git User (LDAP)Stripping CVS keywords
-
Taxonomy Search: February 25, 2011 2:06
Commit 85bee84 on 4.2.x-1.x, committed by Drupal Git User (LDAP)Stripping CVS keywords
-
#253622 Full implementation of taxonomy search for 5.x Uses full Drupal search API for indexing, etc.
-
A very basic taxonomy search implementation, enabling searching by term name. I'm reusing the taxonomy_search namespace, previously used for a different module that was retired.
-
- Removing old unmaintained modules/themes.
-
- table(...) -> theme("table", ...") -
- some more formatting fixes - fixed some uninit'ed vars UNTESTED. please test and fix remaining bugs.
-
- should fix [ [bug] taxonomy_search module | http://drupal.org/node/view/2433 ]. - updated to table prefix patch - <? -> <?php; added missing closing ?> - fixed formatting: tabs2spaces, removed trailing spaces, coding style ("{" at new lines, missing spaces after ","s, UPPERCASED sql keywords) - added $Id$ - added some initial phpdoc comments - (partly) xhtml'ized - more readable mulit-line string - fixed some uninit'ed vars UNTESTED. please test and fix remaining bugs.