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

barlow 4.7.x-1.1

The CSS has been reorganized: typography and layout styles reside in their own files, while color, borders, images and other "branding" elements are still in style.css.

Now it's much easier to customize and build upon Barlow without touching the original files:

  1. create a subdirectory of the theme
  2. copy the style.css file inside it
  3. change the first two lines, which includes the layout and typography styles, to point to the parent directory by prepending "../" to the path
  4. tweak the rest of the stylesheet as much as you like

localizer 4.7.x-2.0

The 2.0 release introduces a new localization engine for user strings, like menu title and description, taxonomy title and description and so on.
It provides also some API that can be used by external modules.
The structure of the module has been rewritten with a main module and specific submodules.
No patches to the core are necessary.

biblio 4.7.x-1.0

  • bibTex import / export
  • keyword filtering
  • selectable output styles (original, CSE and APA so far)
  • admin selectable "base" URL (you can change "/biblio" to anything you want)
  • full text entry field; you can now enter the full text of the publication (Text or HTML) and it will be displayed when the user views the biblio node.

This release marks the point in time prior to the introduction of some major changes in the database.

link 4.7.x-1.3

This release adds support for internal URLs, as discussed http://drupal.org/node/87311. Internal URLs are simply of the format 'node/1111' or anything not beginning with a domain (example.com) or protocol (ftp://example.com).

link 4.7.x-1.2

Corrected major problem in regex preventing links with protocol from being saved.

Pages

Subscribe with RSS Subscribe to RSS - 4.7.x