Exit on unsaved form

Component type

module

Maintenance status

Development status

Component created

Component changed

It works, but it is still under intensive development

--------------------------------------------
During the development phase:
The module checks whether the currently form has been changed before process of leaving / closing the overlay / form. When the form is not saved confirmation window is displayed with the text defined in it.

it allows to set up css class for changed elements, and (feature) revert element state.

Co-maintainer wanted

I do this in my spare time, an extra co-maintainer would be welcome. If you're interested in helping, please contact me or open an issue in the this module issue tracker.

Install

  1. Download
    git clone --recursive --branch 7.x-1.x http://git.drupal.org/sandbox/ajtis.pl/1934834.git exit_on_unsaved_form
    

Linkit Node Add

Component type

module

Maintenance status

Development status

Downloads

258

Component created

Component changed

This is an extension to Linkit that provides the option to link to nodes which do not exist. Such links will lead to the node creation form with the title prepopulated.

It also integrates with Pathologic to rewrite links after a node with that title is created.

This module was created to satisfy the need for Wikipedia-style "red links" to nonexistent pages within the excellent LinkIt interface. This module is one part of a balanced wiki breakfast.

IFrame Remove Filter

Component type

module

Categories

Maintenance status

Development status

Downloads

5366

Component created

Component changed

IFrames are great old way to embed content of another site to yours. This also make it a good way to start a cross-site attack.

It's both good and bad thing to let your site users to add iframe in their contents. On one hand, if a users is doing "Full HTML" in their content, they would certainly want to embed iframe (YouTube, Google Maps). But if one of your users is naughty, or if your site is somehow hacked, they would want to sneak malicious iframe attack in, too.

Can we remove all the iframe(s), except the ones we trust?

That's what this module does.

Coloring

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module enables searching images by color.

It could be useful for photographers sites, retail stores and consist of tree submodules

  • color_palette to display a text field as color palette
  • color_index for the actual indexing
  • color_search for finding the color

To get started make a field type text and enough length (i.e. 2048 characters) and unlimited values
Add one ore more image fields to the content type
Navigate to admin/config/media/coloring for configuration.

The indexing is triggered on node save.