A very simple JavaScript based protection that will alert a user if they are navigating away from a modified Node Edit form without saving. It uses a standard JavaScript confirm dialog that allows the user to either continue what they were doing, or cancel the move allowing them the opportunity to save. It marks the form as dirty by using the blur event of the node fields.
Description soon to come. Think of it as self organizing content around hot topics.
What is is?
More Like This provides a mechanism (and soon a framework) for providing related content. It currently supports an internal taxonomy search, but it will soon be opened up with a framework for plugging in morelikethis providers. This data is provided either as a block or as node properties to be manipulated during theming.
Taxonomy Lookup
This initial release includes a taxonomy based lookup mechanism for More Like This content. It works by first
specifying your "Thumbprint" for a particular node on the node edit form. By thumbprint we mean you can specify
the terms/words that you, as an editor, feel uniquely identifies this content item. You can either select existing
taxonomy terms associated with this specific node, or enter free hand terms. When performing the lookup we will
determine what other nodes in the site match the provided More Like This terms and those with the highest
relevance/hit count will appear first in the list.
Term Queue simply allows you to make arbitrary collections of taxonomy terms (even across vocabularies) to use on your site. You can use it for lists such as "Top 10" or "New Something or other", whatever you want really. It makes use of the core weight based drag & drop for ordering and is very easy to use with a simple API for getting at your term queues.