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

views_fastsearch 5.x-1.x-dev

The new improved views fastsearch development is mostly done. It’s time for testing and fixing!

  • 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 use the 5.x-dev branch, you must:

  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

audio 5.x-0.1

Insecure

Don't bother with this release. It's crap but the new release system won't let me delete or unpublish it.

microformats 5.x-1.3

This is the first FULLY working release.

With this module, each node will have a MicroID META tag added to the head of the page, and using jQuery the node div is also tagged.

Services such as ClaimID can now verify blog post.

microformats 5.x-1.2

Updated version of MicroID module. This version generates the MicroID correctly based on the posters email and the URL of the post that has been created. JS fixed to only add correct microID to correct node.

bloginfo 5.x-0.1

The bloginfo module adds a blog title and description to your blogs. It is a simple module that adds 2 additional fields to the users account screen, for those who have permission, to have a blog title and blog description. These are then put into a block that can be placed like any other block. The title is the block title and the description is the block content.

The idea is to have a blog title and description like one via blogger.com.

The block will only display on a users blog list or blog post who have filled in the settings.

modr8 5.x-1.0-beta2

One bugfix from the intial 5.0 beta version. Please submit additional bug reports, etc in the issue tracker.

Pages

Subscribe with RSS Subscribe to RSS - 5.x