Releases of Drupal contributions that are compatible with version 5.x of Drupal Core

views_fastsearch 5.x-2.x-dev

  • significantly faster than the previous fastsearch
  • solves the multi-term join problem (5-6 term searches on large sites experienced slowness; plus mysql limits joins to 21 tables)
  • fixes for OR and EXCLUDE terms
  • added score field
  • better score sorting, not perfect yet
  • added search results view

To take advantage of the new searching, you should:

  1. ALTER TABLE search_index ENGINE=MyISAM; (you must do this yourself, but a warning is shown on admin/settings/search if this is not done)
  2. ALTER TABLE search_index ADD INDEX (fromsid, word); (now part of the update .install process).
  3. ALTER IGNORE TABLE search_index ADD UNIQUE INDEX (sid, word, type, fromsid); (see #143160, now part of the update .install process).
  4. admin/settings/search – select UNIQUE
  5. admin/settings/search – set the number of comments node rank to 0 (without which the performance results are not reproducable)
  6. apply the views subqueries patch - #143888

persistent_login 5.x-1.3

Bug fixes

This release contains minor bugfixes/improvements:

  • Un-break multi-line strings into a single string to make localization possible.
  • Wipe all of a user's active sessions if a stolen PL cookie is detected.
  • Use drupal_get_token() instead of a custom method to generate random tokens.

relatedlinks 5.x-1.0

Bug fixes

#136781 : Not catching node delete op if user does not have the add related links permission.
#113684: Avoid warning triggered by search module when no keywords are specified.
Add missing description in hook_menu.

cosign 5.x-2.x-dev

New features

Login link now redirects to https.
Removed password management fields from user edit form.
Added brackets around users table references as suggested by mlhess.
Changed logout to redirect to http as suggested by ryan at the linux box.
Style cleanups.

skipcart 5.x-1.7

Fixes bugs in watchdog and nodeapi(). All users are encouraged to upgrade to this release.

Pages

Subscribe with RSS Subscribe to RSS - 5.x