| /[drupal]/contributions/modules/customfilter/customfilter.install |
Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
By KiamLaLuno: Corrected a call to db_drop_primary_key() that was not using the correct parameters.
#639074 by KiamLaLuno: The module uses the wrong table name; corrected the previous commits.
By KiamLaLuno: Corrected the previous commits.
#632900 by dereine: Call to undefined db_query_raange.
By KiamLaLuno: Added the field type in the table customfilter_filter; changed the maximum length for the custom filter name.
By KiamLaLuno: Added the field type in the table customfilter_filter; changed the maximum length for the custom filter name.
By KiamLaLuno: Corrected the previous commit.
By KiamLaLuno: Removed the cache for the filter functions implemented by third-party modules.
#628532 by KiamLaLuno: Allow multiple descriptions - one for each language enabled on Drupal.
#628906 by KiamLaLuno: Error during upgrading from Drupal 5 version to Drupal 6 version.
By KiamLaLuno: Added the index customfilter_rule_prid to the table customfilter_rule.
By KiamLaLuno: Renamed the field longtips as longtip, and shorttips as shorttip.
By KiamLaLuno: Corrected the previous commits.
By KiamLaLuno: Corrected the previous commit, which didn't add the new indexes in custofilter_install().
By KiamLaLuno: Changed the name of the database tables to customfilter_filter, and customfilter_rule.
By KiamLaLuno: Added a new index to the table customfilter_rules.
By KiamLaLuno: Added the code to create the table "customfilter_filters_description" on installation time.
By KiamLaLuno: Changed customfilter_update_6201(), which was checking a wrong condition.
By KiamLaLuno: Fixed the access to a not initialized variable.
By KiamLaLuno: Corrected the update functions.
By KiamLaLuno: Added a table index.
By KiamLaLuno: Added a table index.
By KiamLaLuno: Removed any reference to customfilter_schema() in the update functions.
By KiamLaLuno: Follow-up to the previous commit.
By KiamLaLuno: Removed any reference to customfilter_schema() in the update functions.
- #553090 by KiamLaLuno: Filters should not access any data referred to the node they are filtering. - #552336 by KiamLaLuno: Replacement rules table misses the message "There are no replacement rules currently defined."
- #553090 by KiamLaLuno: Filters should not access any data referred to the node they are filtering. - #550760 by KiamLaLuno: Integration with CheckAll. - #552336 by KiamLaLuno: Replacement rules table misses the message "There are no replacement rules currently defined."
- By KiamLaLuno: Removed any trailing spaces. - #546076 by BenKewell: Update function is referring to a not existing column.
- By KiamLaLuno: Removed trailing spaces. - #546076 by BenKewell: Update function is referring to a not existing column. - #546218 by KiamLaLuno: Implement hook_flush_caches().
By KiamLaLuno: Corrected the default value for a database field that was changed in the previous commit.
#510484 by KiamLaLuno: Incorrect definition of the fid database field.
#510484 by KiamLaLuno: Incorrect definition of the fid database field.
- By KiamLaLuno: Corrected some errors found in the code. - #524628 by KiamLaLuno: Add a page to test the filters.
- #524628 by KiamLaLuno: Add a page to test the filters. - By KiamLaLuno: Moved the code from customfilter.export.inc, and customfilter.import.inc into customfilter.admin.inc. - By KiamLaLuno: Changed the menus used by the module.
By KiamLaLuno: Moved customfilter.export.inc, and customfilter.import.inc into customfilter.admin.inc; renamed a private function.
- #511674 by KiamLaLuno: Shown menu breadcrumbs are not correct. - #512970 by KiamLaLuno: Undefined function _customfilter_delete_rule(). - #512886 by KiamLaLuno: Rename "List filters", and "List rules" as "Filters", and "Rules". - #505354 by KiamLaLuno: Cache the filters / rules obtained from the database tables. - #510502 by KiamLaLuno: Redesign the module API. - #511088 by KiamLaLuno: Avoid using create_function(). - #283658 by KiamLaLuno: Option to disable replacement rules. - #511100 by KiamLaLuno: User interface issues. - #511106 by KiamLaLuno: Use a better default value for the name of the filter. - #511058 by KiamLaLuno: Rules vanish from the rules list. - #510620 by KiamLaLuno: Import/export issues. - #510758 by KiamLaLuno: Menu item "admin/settings/filters/customfilter/%" does not work with "gaps" in fids. - #510624 by KiamLaLuno: Delete filter does not work. - #511048 by KiamLaLuno: Label the submit button more consistently.
By KiamLaLuno: Added a new table field.
By KiamLaLuno: Added a new table field.
- By KiamLaLuno: Added the code to create the cache table. - By KiamLaLuno: Removed unused code from the update function.
- By KiamLaLuno: Added the code to create the cache table. - By KiamLaLuno: Removed not necessary code from the update function.
By KiamLaLuno: Removed the wrong update function.
By KiamLaLuno: Removed the wrong update function.
By KiamLaLuno: Corrected the project name used in a documentation comment (Custom filters vs Custom filter).
By Kiam@avpnet.org: Removed the old code that is not anymore necessary.
By Kiam@avpnet.org: Removed the old code that is not anymore necessary.
#502372 by Kiam@avpnet.org: Update database errors.
#502372 by Kiam@avpnet.org: Update database errors.
By Kiam@avpnet.org: Ported code from branch 6.x-1.
By Kiam@avpnet.org: Corrected the update function, and restored the primary keys previously defined.
- #497680 by Kiam@avpnet.org: Split customfilter.export.inc into customfilter.export.inc, and customfilter.import.inc. - #497380 by Kiam@avpnet.org: Change the user interface for exporting / importing rules. - By Kiam@avpnet.org: Changed
By Kiam@avpnet.org: Changed the description of the database fields not changed in the previous commit.
By Kiam@avpnet.org: Slightly changed the fields description returned by hook_schema().
By Kiam@avpnet.org: Changed the table fields description; removed the fields size when it is set to 'normal'.
By Kiam@avpnet.org: Removed the database unique keys that were already primary keys.
By Kiam@avpnet.org: rearranged the code; changed the code to follow the Drupal coding standards; slightly optimized the code.
Replacement rules now draggable Titles fixed
Restructurize & change terminology: filterset -> filter, filter -> rule
Port to 6.x
Supports PostgreSQL
#187135 customfilter_set_edit_submit: Column count doesn't match value customfilter_sample.xml: 'cache' added
fixing customfilter_install
Adds 'cache' option to turn on/off cache for each filter set. Updates: * 'cache' column in table customfilter_set * 'cache' checkbox in filterset edit form * 'no cache' operation in customfilter_filter * 'cache' attributes in xml read/write
Put $Id$.
The first commit of Custom Filter (for Drupal 5).
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |