Releases for Similar Entries
similar 6.x-1.1
First released: May 8, 2009 - 15:02
Size: 9.59 KB
md5_file hash: e1c1b8f701f812cd329e232a809e8f5f
Last updated: May 8, 2009 - 15:06
#253299: Anonymous users see same block content in all nodes - switches from custom block caching implementation to the new Drupal 6 block caching in core on a per page and role level. The fix requires running update.php.
similar 6.x-1.0
First released: April 7, 2008 - 03:30
Size: 10.41 KB
md5_file hash: a491655d82f22edca2cb336e0dd2723a
Last updated: April 7, 2008 - 03:35
Community review (http://drupal.org/node/227648) says it's ready. No new frills, just upgraded from 5.x.
similar 4.7.x-2.0
First released: November 20, 2007 - 05:33
Size: 10.06 KB
md5_file hash: 38e2317dea8330f9354eb4e491be80f0
Last updated: November 20, 2007 - 05:35
Added a new block caching option.
similar 5.x-2.0
First released: November 20, 2007 - 05:31
Size: 10.37 KB
md5_file hash: 3d600347e938d21dc262bc662a3bacfa
Last updated: November 20, 2007 - 05:35
Added a new block caching option.
similar 5.x-1.3
First released: November 15, 2007 - 16:24
Size: 9.26 KB
md5_file hash: 124bd4f93e937f75a800930954453e86
Last updated: November 15, 2007 - 16:25
similar 4.7.x-1.3
First released: November 15, 2007 - 16:24
Size: 9.13 KB
md5_file hash: d2094af6dc8d68dbc3393d859a9554c7
Last updated: November 15, 2007 - 16:25
similar 4.7.x-1.2
First released: April 7, 2007 - 13:02
Size: 9.11 KB
md5_file hash: 964e121517b4cf82584f3ab5102101bb
Last updated: April 7, 2007 - 13:05
similar 5.x-1.2
First released: April 7, 2007 - 13:02
Size: 9.23 KB
md5_file hash: 812be85ce5b0717e544d7f6f737adb80
Last updated: April 7, 2007 - 13:05
similar 4.7.x-1.1
First released: March 19, 2007 - 23:08
Size: 9.1 KB
md5_file hash: c6388a8a7618124900e9fb3453f577bb
Last updated: March 19, 2007 - 23:10
Backports applied to match features of 5.x-1.1.
similar 5.x-1.1
First released: March 6, 2007 - 19:54
Size: 9.2 KB
md5_file hash: 00850da4cc57544cfcc8825bee116be0
Last updated: March 6, 2007 - 19:55
Fixed bugs:
- 116180 - use correct input filter on teaser
New features:
similar 4.7.x-1.0
First released: January 21, 2007 - 19:44
Size: 8.89 KB
md5_file hash: 60f7ce8de39049acc72888d4b720ca9d
Last updated: January 21, 2007 - 19:45
Closed bugs for duplicate node revision display and double escaped titles.
similar 5.x-1.0
First released: January 16, 2007 - 08:22
Size: 8.98 KB
md5_file hash: 17b9e7b5e9335ece85e0f95b4576d017
Last updated: January 16, 2007 - 04:25
Fixes a bug where multiple revisions of a node would appear in the list of similar links.
similar 5.x-1.x-dev
First released: January 16, 2007 - 08:20
Size: 10.62 KB
md5_file hash: 54a408ce5d22b2d169eb56b729cf66da
Last updated: July 17, 2009 - 00:28
similar HEAD
First released: November 11, 2006 - 09:14
Size: 9.4 KB
md5_file hash: b3afa05214b13d7df3b7bf87b907f60e
Last updated: May 9, 2009 - 00:20
DRUPAL-7-UNSTABLE-6 compatible
similar 4.7.x-1.x-dev
First released: January 4, 2006 - 19:00
Size: 10.07 KB
md5_file hash: 5568db04f1550d9e9bf37395d86296a4
Last updated: November 30, 2007 - 00:08
Important upgrade note! If you added the fulltext index to the node table in your Drupal 4.6 setup, you MUST drop the index before performing your Drupal 4.7 upgrade, or the upgrade will fail: ALTER TABLE node DROP INDEX title.
If you also disable the similar module before performing the upgrade from 4.6 to 4.7 and manually execute the aforesaid index drop, the similar entries module install file, on a Drupal 4.7 site, should automatically create the new index for you on the node_revisions table.
similar 4.6.x-1.x-dev
First released: June 29, 2005 - 17:20
Size: 8.31 KB
md5_file hash: 59ca58fb203b3060ead5f4e0bfe20c0a
Last updated: November 30, 2007 - 00:08
This module uses MySQL’s FULLTEXT indexing, and requires you to add a fulltext index on the node table.
ALTER TABLE node ADD FULLTEXT(title, body);
