jquery_update_d6_17

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

A port of jquery_update for d6 to support 1.7

Important

It should be noted that this is not compatible with Drupal 6 core. This will only work on pressflow which is using json_encode a php5 function. If you want to try doing that, please download this patch http://drupal.org/files/issues/drupal_to_js_proper_json-D6_0.patch and apply it to your common.inc file.

Panels link style

Component type

module

Maintenance status

Development status

Component created

Component changed

Provides a panel style that wraps panes and regions with a link. The URL for the link is retrieved from an arbitrary fields available in the Node context. Right now Node Reference and Link-fields can be used for linking. If multiple fields are chosen as possible links the first found match will be used.

Semantically this solution is not good as it may wrap your fields that contain box elements inside an a-tag.

Entity Image Style

Component type

module

Categories

Maintenance status

Development status

Downloads

1181

Component created

Component changed

This module allows users to specify image styles on an entity-to-entity basis. On entity create/edit pages, for every image field attached to the entity, this module will create a control that allows users to specify an image style specific to the entity and the field.

To put this user-supplied style to use, simply choose the "Entity image style" formatter for your display. In the formatter settings, you can supply a default image style to use if the user has not provided one.

File Entity Link

Component type

module

Maintenance status

Development status

Downloads

20067

Component created

Component changed

Out of the box, the Media and File Entity modules attach media to entities using Fields but they provide no way to then display media in those fields as links to the parent entity. A common use-case for this would be a teaser view of a node showing an image linked to the node.

This very simple module adds an option to the "File Types" view mode settings to accomplish this (at admin/config/media/file-types/manage/image/file-display for images).

A few notes:

Profile2

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Profile 2 is attaching profile types to users. Several profile types can be bundled around a user, defining an individual or a person. But what about having bundles of profile types decoupled from user and bundled around other entity?

This could allow creating individuals as bundles of profile types some of them being users, some of them abstract persons but with the advanced that both can be queried together.

Standalone coder review

Component type

module

Maintenance status

Development status

Downloads

802

Component created

Component changed

This project provides a Drush command that allows you to run Coder reviews on specified files. You can run this command on any files on your system and they do not need to be part of a Drupal site.

Installation

Download and install drush command, you can install it for yourself like this:

webform multifile upload

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

It is a module that implements a multifile upload component for webform module, using the jquery multi-file upload plugin to do the trick. Actually there is an existing module in sandbox for that, but the owner will not maintain it and allow me to take as own and improve it. In my own version, I fixed one bug that when the multifile upload component is under a fieldset, only one file will be uploaded at last and a warning will get displayed.