viewsphpfilter 6.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| viewsphpfilter-6.x-1.0.tar.gz | 8.71 KB | 01d63232cdf91b03b29b88ea86e84c1a |
| viewsphpfilter-6.x-1.0.zip | 10.94 KB | 5649777d9f333e40afd565d0ecb4af98 |
Release notes
Stable release for 6.x.
NOTE: If you're upgrading to the stable 6.x-1.0, and you haven't used a recent dev version in a while (or ever), you may have to go back into your view, edit your PHP filter and select an include/exclude option. Otherwise, you may get unintended behavior in your View.
viewsphpfilter 6.x-1.0-beta1
| Download | Size | md5 hash |
|---|---|---|
| viewsphpfilter-6.x-1.0-beta1.tar.gz | 8.75 KB | c41a5bcf3af59d89168adb95297f38ef |
| viewsphpfilter-6.x-1.0-beta1.zip | 10.94 KB | 5afba4776722791008ef978e1c795278 |
Release notes
Drupal 6.x release. Still needs some error messages for users entering bad PHP code, but core functionality is stable.
viewsphpfilter 5.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| viewsphpfilter-5.x-1.0.tar.gz | 8.29 KB | 61ab295831b5902dc850c30bb21a6348 |
| viewsphpfilter-5.x-1.0.zip | 9.49 KB | e3533b732f5741c8597a696f470bc501 |
Release notes
Drupal 5.x release
viewsphpfilter 6.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| viewsphpfilter-6.x-1.x-dev.tar.gz | 8.59 KB | 7adba4c5d6a9feef2f6cdc064ebe519a |
| viewsphpfilter-6.x-1.x-dev.zip | 10.43 KB | 1c82b80323c9fac43cc6291be6f635d3 |
Release notes
Drupal 6.x build -- finally!
Refactored code to break out the validation. The refactoring was pushed back to the 5.x branch as well, so operation should be fairly consistent between the two.
viewsphpfilter 5.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| viewsphpfilter-5.x-1.x-dev.tar.gz | 8.16 KB | a90bdec5199eb9ae4e6e2f3a07687331 |
| viewsphpfilter-5.x-1.x-dev.zip | 9.17 KB | e3a22eee422455999505c21a1c71a033 |
Release notes
5.x development branch. Main module functionality is functional.
Remaining development before a release:
- PHP parse errors should report a user warning (currently fail silently)
- Implement hook_disable() or hook_uninstall() to remove instances of PHP filters in existing views