-
Add README.txt
-
Initial commit of actual drush script- UGLY\!
-
Initial commit, contains .info file
-
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
-
Remove trailing spaces