purl 7.x-1.0-beta1
| Download | Size | md5 hash |
|---|---|---|
| purl-7.x-1.0-beta1.tar.gz | 27.09 KB | e8dddf3cb52ec8ad283e2ce45af7342f |
| purl-7.x-1.0-beta1.zip | 34.79 KB | aa84c6c8d225c9f0653fc39a33ee8fb4 |
Release notes
First release for 7.x. Contains a number of bug fixes and module support:
- Issue #1313110 by jdelaune: Adds support for Redirect module.
- Issue #1256272 by Steven Jones: Resolves no URL rewriting in Purl for D7.
- Issue #1293158 by Steven Jones: Resolves issue where PURL passes the wrong parameters to url().
- Issue #1257470 by jdelaune: Make Purl modifiers translatable.
- Issue #1257552 by jdelaune: Resolves issue with how purl providers set menu items.
purl 7.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| purl-7.x-1.x-dev.tar.gz | 27.2 KB | 087e5d45a1318b206cf0d4916dd164b5 |
| purl-7.x-1.x-dev.zip | 34.92 KB | 5efb6f950f52b90230a760b2b115be72 |
Release notes
Dev release
purl 6.x-1.0-beta13
| Download | Size | md5 hash |
|---|---|---|
| purl-6.x-1.0-beta13.tar.gz | 25.47 KB | 88e0da33464a9df81c1fc72d99341837 |
| purl-6.x-1.0-beta13.zip | 33.96 KB | 4218b642fe2b04dd8537cc44678601ba |
Release notes
- #824516 by mikemccaffrey, Preserve custom ports when using subdomains.
- Validating the base domain on submission.
- #847786 by markgukov: Allow numbers in PURL modifiers.
- #846674: Properly indicate that purl_types should be an associative array.
- #871518 by coreyp1: Add static cache to purlload().
purl 6.x-1.0-beta12
| Download | Size | md5 hash |
|---|---|---|
| purl-6.x-1.0-beta12.tar.gz | 25.28 KB | 19f75f27c76dd57dab5a1fc71cda7d66 |
| purl-6.x-1.0-beta12.zip | 33.72 KB | e40c6ffa5a0be893977a8956bfbb65ea |
Release notes
Small fixes. Sorry for the back to back releases.
- #794812: Fix for reckless iteration.
- #791512 by pounard: Fixes for purl_form().
purl 6.x-1.0-beta11
| Download | Size | md5 hash |
|---|---|---|
| purl-6.x-1.0-beta11.tar.gz | 25.25 KB | fbfb2fa63fb14378c70f2d69623ef854 |
| purl-6.x-1.0-beta11.zip | 33.68 KB | 1b5bdbe8a6581b32f3ee7aab636a663b |
Release notes
Bug fix release of PURL. This release fixes compatibility issues with the 1.4 release of ctools.
- Retain query string parameters when using views exposed filters.
- Ensure subdomain processor doesn't eat a single domain part.
- #749296 by nquocbao: Fix for saving the same modifiers with different providers.
- #592324 by TKS, yhahn: Fix and simplify subdomain, domain handling.
- #729862 by haffmans: Implement hook_boot() to ensure detection by url_alter.
- Fixes to default form values for domain variable.
- Fixes for subdomain handling.
- by webflo: Use example_provider as key in hook_purl_modifiers example.
- Declaration 'use hooks' for CTools plugin API.
purl 6.x-1.0-beta10
| Download | Size | md5 hash |
|---|---|---|
| purl-6.x-1.0-beta10.tar.gz | 25.04 KB | da80b6f14b1d12c26a9b59a2500749bf |
| purl-6.x-1.0-beta10.zip | 33.45 KB | 4b6ee4bb4168ee6b488c3d7a7b0be511 |
Release notes
Single change from the last beta; made a static cache clearable.
purl 6.x-1.0-beta9
| Download | Size | md5 hash |
|---|---|---|
| purl-6.x-1.0-beta9.tar.gz | 25.03 KB | c346529f3d7949dddbfe92745152614e |
| purl-6.x-1.0-beta9.zip | 33.43 KB | 71a91e899c0dee81cba8282623a87fe2 |
Release notes
Small PHP error fix.
purl 6.x-1.0-beta8
| Download | Size | md5 hash |
|---|---|---|
| purl-6.x-1.0-beta8.tar.gz | 24.98 KB | 7b84bc30d77de52f232dafa6bc1ee590 |
| purl-6.x-1.0-beta8.zip | 33.43 KB | 78c8523f5175464337988c62660d2e1b |
Release notes
Key fixes for language path handling and path aliases. Much updated/improved documentation and added tests.
- Tests for path alias support.
- Tests for language integration in basic PURL tests.
- Adding API usage docs.
- #670864 by Frando: Allow dots in modifiers.
- #524842: Use one query for all DB modifiers.
- #703132 by hefox: Handle path aliases after rewriting is complete.
- #592260: Fix for migration from context_prefix.
- Adding purl.api.php
- In-progress update of PURL README.
- Nicer messages for update.
- Fix for typo in update script.
purl 6.x-1.0-beta7
| Download | Size | md5 hash |
|---|---|---|
| purl-6.x-1.0-beta7.tar.gz | 22.41 KB | 1f8a01af5da1cdb5547e3523dfcb09c6 |
| purl-6.x-1.0-beta7.zip | 30.09 KB | 6488516deeedad080a80c6c6a497effa |
Release notes
- #674168: Allow PURL to work with drupal_get_normal_path().
purl 6.x-1.0-beta6
| Download | Size | md5 hash |
|---|---|---|
| purl-6.x-1.0-beta6.tar.gz | 21.6 KB | e93f27bd3e313af3d978fc0f63094b58 |
| purl-6.x-1.0-beta6.zip | 29.35 KB | e0c67d7992a1535c79085b655a40da3d |
Release notes
Purl 1.0 Beta 6 add support for pluggable processors using the ctools module. The ctools module must be present in your site's modules directory before upgrading purl. Failure to make the ctools module available will render your site unable to render any pages.
Upgrade instructions:
- Download ctools and place it in your 'modules' directory.
- Download purl 6.x-1.0-beta6 and place it in your 'modules' directory.
- Run '/update.php'
purl 6.x-1.0-beta5
| Download | Size | md5 hash |
|---|---|---|
| purl-6.x-1.0-beta5.tar.gz | 18.71 KB | 97095dbc0e0dadaa079748cd90cb975b |
| purl-6.x-1.0-beta5.zip | 20.85 KB | 9634c1dace17ac3f4770da97d2b9e6be |
Release notes
Added query string support.
purl 6.x-1.0-beta4
| Download | Size | md5 hash |
|---|---|---|
| purl-6.x-1.0-beta4.tar.gz | 18.37 KB | 40406ff0d7049a923976b4c037e1dcf3 |
| purl-6.x-1.0-beta4.zip | 20.56 KB | d657f3378b2fc7b97a3a106ba0109dcc |
Release notes
- #535856: Ungreedify PURL path modifiers.
- Provide proper title, description for purl form.
- Improving usability of PURL form when using path provider by displaying base url as prefix.
- Fixing bad hook reference in docs.
purl 6.x-1.0-beta3
| Download | Size | md5 hash |
|---|---|---|
| purl-6.x-1.0-beta3.tar.gz | 18.36 KB | 3b0652b5d4650381afaed34b268a38cb |
| purl-6.x-1.0-beta3.zip | 20.53 KB | bb8c1d74714a2d0d0513002b8c73ac91 |
Release notes
- Fix for bad modifier iteration logic.
- Adding check for infinite redirect loops in purl_goto().
purl 6.x-1.0-beta2
| Download | Size | md5 hash |
|---|---|---|
| purl-6.x-1.0-beta2.tar.gz | 18.12 KB | e5af5c835974e4a09f194b3612db48ab |
| purl-6.x-1.0-beta2.zip | 20.28 KB | 2b2df35ef7345fe9e6d842bf06b3592f |
Release notes
Allowing admins to select menus and menu items which will drop purl link modifications.
purl 6.x-1.0-beta1
| Download | Size | md5 hash |
|---|---|---|
| purl-6.x-1.0-beta1.tar.gz | 17.27 KB | 79f9380b2396bfc365ca64787ced683f |
| purl-6.x-1.0-beta1.zip | 19.3 KB | be1803220bb576f5d25065058ae2036d |
Release notes
First beta release of PURL. A Single change since the last alpha; better support for path aliases that contain a purl path modification.
purl 6.x-1.0-alpha2
| Download | Size | md5 hash |
|---|---|---|
| purl-6.x-1.0-alpha2.tar.gz | 16.9 KB | 13984229f0eff8720cd54b70ccd3de40 |
| purl-6.x-1.0-alpha2.zip | 18.93 KB | e454c076f956722d9e7c6a3e645b653e |
Release notes
Alpha 2 release of PURL. Lots of internal changes and fixes, but no API changes.
* Re-enabled domain and sub-domain handling.
* Added file extension handling.
* Extended link rewriting options.
purl 6.x-1.0-alpha1
| Download | Size | md5 hash |
|---|---|---|
| purl-6.x-1.0-alpha1.tar.gz | 14.99 KB | 220390334d22dccd677b16dd5e5731d1 |
| purl-6.x-1.0-alpha1.zip | 16.55 KB | 3c74f98409854d9b816748edd3d6b1a8 |
Release notes
ALPHA release of PURL.
purl 6.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| purl-6.x-1.x-dev.tar.gz | 27.02 KB | 8edd43142b374d79300ac1f6e0d5b103 |
| purl-6.x-1.x-dev.zip | 34.69 KB | 6e6aae3275961c6ad4842507e5559e02 |
Release notes
Development snapshot for DRUPAL-6--1.