Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download portable_path-7.x-1.2.tar.gztar.gz 14.2 KB
MD5: 052377a0fe5d27d4cd1254b9d44b5b4a
SHA-1: 922bb06b3f52f991ccb0c67ae2f8f181d133b86e
SHA-256: 7ca4e904b6a3d98df9561fe78c94b6c0aeef56dd03cc1df6a0bcb25fb48d8a84
Download portable_path-7.x-1.2.zipzip 18.72 KB
MD5: 061f77553bf5cc5179b4d415a4e6c02b
SHA-1: 007c13ba84f2fd1854cbb6397920efa786568019
SHA-256: b5b26176ddd06683dac23acd258e4f81017c1bfc3186523196362fc5f578e60c

Release notes

New features
Add support for query string in file URL. (added by Drupal 7.20)
Implement option to display full absolute or relative URL on local filters.
Add filter settings callbacks for local file_id and stream_wrapper filters.
Implement hook_help().
Update references to class and property associated with remote_content integration.
Switch from excluding known non-text fields to only including known text fields.

Bug fixes
Restore support for a file ID token without a query string.
Issue #2048683: Fix relative path used with a site installed in a subfolder.
Issue #2369211: Handle edge case related to clearing caches on local and remote sites.
Issue #2337681: Eliminate PHP warning if URL has no query argument (an external link).
Issue #2325465: Revert use of ternary shortcut syntax that requires PHP 5.3+.
Issue #2325441: Eliminate PHP notice in _portable_path_field_attach_save().
Eliminate PHP warning.
Pass the correct filter array to the filter encode callback.
Pass the correct filter array to the filter process callback.

Other
Enhance documentation and @todo comments.
Avoid filter processing if passed in text is empty.
Refactor duplicate code to new portable_path_state_check() routine.

Created by: solotandem
Created on: 6 Nov 2014 at 22:39 UTC
Last updated: 6 Nov 2014 at 22:38 UTC
Bug fixes
New features

Other releases