customfilter 7.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| customfilter-7.x-1.0.tar.gz | 16.76 KB | a09cf67aba1bbbd900e507686aebf0c4 |
| customfilter-7.x-1.0.zip | 18.5 KB | 492ab5425a7e199a5ffb3e01df0d5639 |
Release notes
This is the frist stable release for Drupal 7, it is based on the only stable release for Drupal 6. There is none change in database, so it will be an easy upgrade.
It should have all features as Drupal 6 and work exacly in the same way as it.
customfilter 7.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| customfilter-7.x-1.x-dev.tar.gz | 17.02 KB | 52dff2c3bafbb871d07c3575b0a99dec |
| customfilter-7.x-1.x-dev.zip | 18.27 KB | 3f2f944c942b1014dbbbc335cb48e06c |
Release notes
Drupal 7 port, is based on version 6.1rc2.
It still has some bugs on ui, mostly on rules form, but you can use the module, and upgrade a site from Drupal 6 (if it use the version 6.1rc2 of the module).
Please report any issue you find so we can have a stable release with Drupal 7
customfilter 6.x-1.0-rc2
| Download | Size | md5 hash |
|---|---|---|
| customfilter-6.x-1.0-rc2.tar.gz | 16.92 KB | 813f726177de84c16cdbaa70a816fb8e |
| customfilter-6.x-1.0-rc2.zip | 19.44 KB | 87319ed2dab92cf66839cdf243e38746 |
Release notes
Changes since DRUPAL-6--1-0-RC1:
- By kiamlaluno: Corrected the references to hook_update_NN() with hook_update_N().
- By kiamlaluno: Moved code from customfilter_export_form() to customfilter_export_form_submit(); fixed the access to a variable not anymore used.
- By kiamlaluno: Added the code to reset the global variables before the filter is executed.
- By kiamlaluno: Changed the value for the API version constant.
- By kiamlauno: Updated the content of the API revisions file.
- By kiamlaluno: Changed the comment used for hook implementations; removed the comments placed between different type of functions.
- By kiamlaluno: Changed the messages shown by the update functions.
- By kiamlaluno: Removed unused Drupal variables.
customfilter 6.x-1.0-rc1
| Download | Size | md5 hash |
|---|---|---|
| customfilter-6.x-1.0-rc1.tar.gz | 16.73 KB | 1a773b86b89b1f01a43d01d3efa3940c |
| customfilter-6.x-1.0-rc1.zip | 19.4 KB | 2ab139a81c4eb6145c7d024048730c7f |
Release notes
Changes since DRUPAL-6--1-0-BETA12:
Read morecustomfilter 6.x-1.0-beta12
| Download | Size | md5 hash |
|---|---|---|
| customfilter-6.x-1.0-beta12.tar.gz | 15.53 KB | 0a7cf2e361d18886ba887802c7bcad5e |
| customfilter-6.x-1.0-beta12.zip | 18.04 KB | e2dbf02e32ac9b879fb6e79994bedf58 |
Release notes
Changes since DRUPAL-6--1-0-BETA11:
- #510486 by KiamLaLuno: Verify that the value passed to fid doesn't exceed the maximum value the field is able to contain.
- By KiamLaLuno: Added a new index to the table customfilter_rules.
- By KiamLaLuno: Changed the name of the database tables to customfilter_filter, and customfilter_rule.
- By KiamLaLuno: Corrected the previous commit, which didn't add the new indexes in custofilter_install().
customfilter 6.x-1.0-beta11
| Download | Size | md5 hash |
|---|---|---|
| customfilter-6.x-1.0-beta11.tar.gz | 15.3 KB | d428003a6eb958e0b8528ce7388ea93b |
| customfilter-6.x-1.0-beta11.zip | 17.82 KB | 0045d76839790b4eab0128d2b92d558e |
Release notes
Changes since DRUPAL-6--1-0-BETA10:
- #585108 by KiamLaLuno: Missing documentation for the last changes.
- By KiamLaLuno: Corrected the attribute colspan used for the table shown in the settings page.
- By KiamLaLuno: Fixed some notices about the access to not initialized variables.
customfilter 6.x-2.0-beta7
| Download | Size | md5 hash |
|---|---|---|
| customfilter-6.x-2.0-beta7.tar.gz | 17.29 KB | 5db81e3538999030b45b8171abcd3777 |
| customfilter-6.x-2.0-beta7.zip | 19.82 KB | c30603875ccd81193ebc4192ae720753 |
Release notes
Changes since DRUPAL-6--2-0-BETA6:
- #585108 by KiamLaLuno: Missing documentation for the last changes.
- By KiamLaLuno: Added the support for ArrayAccess in CustomFilter.
- By KiamLaLuno: Changed the code to use a new custom hook.
- By KiamLaLuno: Changed the name of a module constant.
- By KiamLaLuno: Fixed some notices about the access to not initialized variables.
- By KiamLaLuno: Fixed a problem with the user interface that could happen when the module CheckAll was enabled.
- By KiamLaLuno: Corrected the update functions.
- By KiamLaLuno: Changed customfilter_update_6201(), which was checking a wrong condition.
customfilter 5.x-1.6
| Download | Size | md5 hash |
|---|---|---|
| customfilter-5.x-1.6.tar.gz | 16.97 KB | c867659fe6d0b4b00595758d7dc54d9f |
| customfilter-5.x-1.6.zip | 18.83 KB | 24d5d9edb6ec757d20e33fe0d9eddc44 |
Release notes
Changes since DRUPAL-5--1-5:
- By samuelet: Fixed the access to a not defined variable.
- #605230 by samuelet, KiamLaLuno: Missing argument 1 for arg().
customfilter 5.x-1.5
| Download | Size | md5 hash |
|---|---|---|
| customfilter-5.x-1.5.tar.gz | 16.75 KB | e97e756d759d9c3a04dc8ec1a797d1e8 |
| customfilter-5.x-1.5.zip | 18.39 KB | 7cc45982ef90807d7c6e091018691ba7 |
Release notes
Changes since DRUPAL-5--1-4:
- #427080 by mr.j, KiamLaLuno: Cache filters per page load for massive performance boost.
- By KiamLaLuno: Corrected the code that was trying to translate empty strings.
- By KiamLaLuno: Changed the code to make it more code standards compliant.
customfilter 6.x-2.0-beta6
| Download | Size | md5 hash |
|---|---|---|
| customfilter-6.x-2.0-beta6.tar.gz | 16.56 KB | 083f5420c3ba6919b0780f65dfa755fa |
| customfilter-6.x-2.0-beta6.zip | 19.03 KB | f483357d03af0c088a1394ce127ac16f |
Release notes
Differences with version 6.x-2.0-beta5:
customfilter 6.x-1.0-beta10
| Download | Size | md5 hash |
|---|---|---|
| customfilter-6.x-1.0-beta10.tar.gz | 15.14 KB | ab5f9f56619b1cb8b4f62de42578ba3c |
| customfilter-6.x-1.0-beta10.zip | 17.6 KB | f81765186098854e481c7da72a850ad5 |
Release notes
Differences with version 6.x-1.0-beta9:
customfilter 5.x-1.4
| Download | Size | md5 hash |
|---|---|---|
| customfilter-5.x-1.4.tar.gz | 16.53 KB | 103fa3ea7312e214d54fb1ac810c5bf0 |
| customfilter-5.x-1.4.zip | 18.17 KB | 03ddf5881169694fb593b0d6f8eccb83 |
Release notes
Differences with version 5.x-1.3:
customfilter 6.x-2.0-beta5
| Download | Size | md5 hash |
|---|---|---|
| customfilter-6.x-2.0-beta5.tar.gz | 16.12 KB | 53c1aed6f4095eebe3afc233417c4603 |
| customfilter-6.x-2.0-beta5.zip | 18.65 KB | c0654a8045fa292ce85acf614f2adf37 |
Release notes
Differences with beta4:
customfilter 6.x-1.0-beta9
| Download | Size | md5 hash |
|---|---|---|
| customfilter-6.x-1.0-beta9.tar.gz | 15.01 KB | 9497032478016f47d7feb96fa7228bb8 |
| customfilter-6.x-1.0-beta9.zip | 17.49 KB | fcfe4a224feec3e0f912f17fc714bbac |
Release notes
Differences with beta8:
customfilter 6.x-2.0-beta4
| Download | Size | md5 hash |
|---|---|---|
| customfilter-6.x-2.0-beta4.tar.gz | 16.49 KB | 07b6da712884a8b1e6ed7054aec9b86b |
| customfilter-6.x-2.0-beta4.zip | 19.28 KB | 71586c4e667297152eca9fefb43b528b |
Release notes
Differences with beta3:
- #524628: Add a page to test the filters
- #510484: Incorrect definition of the fid database field
- Incorporated the import/export functions into customfilter.admin.inc
customfilter 6.x-1.0-beta8
| Download | Size | md5 hash |
|---|---|---|
| customfilter-6.x-1.0-beta8.tar.gz | 14.83 KB | 99d113f4965e6fd6fd1a1a659f37b7bb |
| customfilter-6.x-1.0-beta8.zip | 17.27 KB | d1381bc734708f792b137ef852037762 |
Release notes
Differences with the beta7:
- #510484: Incorrect definition of the fid database field
- The import/export functions have been incorporated in customfilter.admin.inc.
customfilter 6.x-1.0-beta7
| Download | Size | md5 hash |
|---|---|---|
| customfilter-6.x-1.0-beta7.tar.gz | 14.87 KB | cb3325bd046eaf6e6aaa6a54172dd7af |
| customfilter-6.x-1.0-beta7.zip | 18.4 KB | 2189c18a358abd6129891f5596d79e82 |
Release notes
Differences with 6.x-1.0-beta6:
customfilter 6.x-2.0-beta3
| Download | Size | md5 hash |
|---|---|---|
| customfilter-6.x-2.0-beta3.tar.gz | 15.34 KB | db3c0ff0bf51c0107df74013e5d2cf24 |
| customfilter-6.x-2.0-beta3.zip | 19.2 KB | d544373718fa9b6a5e7fe0e35928ee81 |
Release notes
Differences with 6.x-2.x-beta2:
customfilter 6.x-1.0-beta6
| Download | Size | md5 hash |
|---|---|---|
| customfilter-6.x-1.0-beta6.tar.gz | 14.84 KB | 518b0981776c397b6721cc23977988c0 |
| customfilter-6.x-1.0-beta6.zip | 18.4 KB | 0abf3361e3c0e64b8cd64c88d19bbcd0 |
Release notes
Differences with 6.x-1.0-beta5:
- Finally fixed #514482: Class 'CustomFilter' not found
customfilter 6.x-1.0-beta5
| Download | Size | md5 hash |
|---|---|---|
| customfilter-6.x-1.0-beta5.tar.gz | 14.79 KB | d71939a2b2b6c6ab58034d3821af02a7 |
| customfilter-6.x-1.0-beta5.zip | 18.36 KB | 4975603606e05b83c4d0f1efe71f53d1 |
Release notes
Differences with 6.x-1.0-beta4: