-
Add french stopwords include file
-
Issue #958530 by spiderman: Add basic i18n support to related content algorithm * Extend l10n with fr.inc stopwords and $language variable throughout * Implement basic language-sensitive relevant search (return only content in same language as current node) * If i18n.module is installed, respects "content selection mode" setting
-
Add german localized stopwords list
-
Issue #191811 by spiderman: Re-rolled an old patch to localize the list of stopwords based on the current language
-
Refactor _related_block_search function: simplify and document
-
Issue #367969 by spiderman: Filtering results by content type * Add admin fields to configure which content types to select as related * Propagate admin selection to do_search() query to filter selected content types * Several small bugfixes related to the admin settings form * Initial cleanup of messy messy _related_block_search() function
-
Related Block: February 25, 2011 2:07
Commit 0d05953 on 7.x-1.x, master, committed by Drupal Git User (LDAP)Stripping CVS keywords
-
Related Block: February 25, 2011 2:07
Commit 0199d12 on 6.x-1.x, committed by Drupal Git User (LDAP)Stripping CVS keywords
-
Related Block: February 25, 2011 2:07
Commit 22803dc on 5.x-1.x, committed by Drupal Git User (LDAP)Stripping CVS keywords
-
Update to 7.x core compatibility (with thanks to the Coder project and http://upgrade.boombatower.com) * split hook_block into multiple hooks * overhaul core routine to search for "related" nodes * various coding standards/review updates * Doxygen comments updated