You are here

CHANGELOG.txt in Custom filter 6.2

Same filename and directory in other branches
  1. 5 CHANGELOG.txt
  2. 6 CHANGELOG.txt
# All the dates reported here are referred to UTC.

2009-12-13
----------
#632900 by dereine: Call to undefined db_query_raange.

2009-11-12
----------
#628532 by KiamLaLuno: Allow multiple descriptions - one for each language enabled on Drupal.
#628906 by KiamLaLuno: Error while upgrading from Drupal 5 version to Drupal 6 version.

2009-11-10
----------
#628378 by KiamLaLuno: Invalid argument supplied for foreach().

2009-11-06
----------
#510486 by KiamLaLuno: Verify that the value passed to fid doesn't exceed the maximum value the field is able to contain.

2009-09-23
----------
#585108 by KiamLaLuno: Missing documentation for the last changes.

2009-08-21
----------
#555730 by KiamLaLuno: The parameter for t() should be a literal string.

2009-08-19
----------
#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."

2009-08-18
----------
#551762 by KiamLaLuno: Importing function fails with duplicate key error.

2009-08-13
----------
#546802 by KiamLaLuno: Module tries to include a not existing file.

2009-08-11
----------
#546076 by BenKewell: Update function is referring to a not existing column.
#546218 by KiamLaLuno: Implement hook_flush_caches().

2009-08-01
----------
#510484 by KiamLaLuno: Incorrect definition of the fid database field.

2009-07-27
----------
#524628 by KiamLaLuno: Add a page to test the filters.

2009-07-14
----------
#518956 by KiamLaLuno: Missing argument 2 for _customfilter_get_rules().

2009-07-07
----------
#512970 by KiamLaLuno: Undefined function _customfilter_delete_rule().
#511674 by KiamLaLuno: Shown menu breadcrumbs are not correct.
#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().

2009-07-06
----------
#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.
#511048 by KiamLaLuno: Label the submit button more consistently.

2009-07-05
----------
#510758 by acidtalks: Menu item "admin/settings/filters/customfilter/%" does not work with "gaps" in fids.
#510620 by acidtalks, KiamLaLuno: Import/export issues.
#510624 by acidtalks, KiamLaLuno: Delete filter does not work.

2009-07-02
----------
#508226 by KiamLaLuno: Wrong reference to customfilter.class.inc.

2009-07-01
----------
#505354 by Kiam@avpnet.org: Cache the filters / rules obtained from the database tables.

2009-06-29
----------
#505342 by Kiam@avpnet.org: Allow third-party modules to modify the list of filters / rules.

2009-06-26
----------
#501382 by Kiam@avpnet.org: Add support for token replacements.

2009-06-25
----------
#502372 by Kiam@avpnet.org: Update database errors.

File

CHANGELOG.txt
View source
  1. # All the dates reported here are referred to UTC.
  2. 2009-12-13
  3. ----------
  4. #632900 by dereine: Call to undefined db_query_raange.
  5. 2009-11-12
  6. ----------
  7. #628532 by KiamLaLuno: Allow multiple descriptions - one for each language enabled on Drupal.
  8. #628906 by KiamLaLuno: Error while upgrading from Drupal 5 version to Drupal 6 version.
  9. 2009-11-10
  10. ----------
  11. #628378 by KiamLaLuno: Invalid argument supplied for foreach().
  12. 2009-11-06
  13. ----------
  14. #510486 by KiamLaLuno: Verify that the value passed to fid doesn't exceed the maximum value the field is able to contain.
  15. 2009-09-23
  16. ----------
  17. #585108 by KiamLaLuno: Missing documentation for the last changes.
  18. 2009-08-21
  19. ----------
  20. #555730 by KiamLaLuno: The parameter for t() should be a literal string.
  21. 2009-08-19
  22. ----------
  23. #553090 by KiamLaLuno: Filters should not access any data referred to the node they are filtering.
  24. #550760 by KiamLaLuno: Integration with CheckAll.
  25. #552336 by KiamLaLuno: Replacement rules table misses the message "There are no replacement rules currently defined."
  26. 2009-08-18
  27. ----------
  28. #551762 by KiamLaLuno: Importing function fails with duplicate key error.
  29. 2009-08-13
  30. ----------
  31. #546802 by KiamLaLuno: Module tries to include a not existing file.
  32. 2009-08-11
  33. ----------
  34. #546076 by BenKewell: Update function is referring to a not existing column.
  35. #546218 by KiamLaLuno: Implement hook_flush_caches().
  36. 2009-08-01
  37. ----------
  38. #510484 by KiamLaLuno: Incorrect definition of the fid database field.
  39. 2009-07-27
  40. ----------
  41. #524628 by KiamLaLuno: Add a page to test the filters.
  42. 2009-07-14
  43. ----------
  44. #518956 by KiamLaLuno: Missing argument 2 for _customfilter_get_rules().
  45. 2009-07-07
  46. ----------
  47. #512970 by KiamLaLuno: Undefined function _customfilter_delete_rule().
  48. #511674 by KiamLaLuno: Shown menu breadcrumbs are not correct.
  49. #512886 by KiamLaLuno: Rename "List filters", and "List rules" as "Filters", and "Rules".
  50. #505354 by KiamLaLuno: Cache the filters / rules obtained from the database tables.
  51. #510502 by KiamLaLuno: Redesign the module API.
  52. #511088 by KiamLaLuno: Avoid using create_function().
  53. 2009-07-06
  54. ----------
  55. #283658 by KiamLaLuno: Option to disable replacement rules.
  56. #511100 by KiamLaLuno: User interface issues.
  57. #511106 by KiamLaLuno: Use a better default value for the name of the filter.
  58. #511058 by KiamLaLuno: Rules vanish from the rules list.
  59. #511048 by KiamLaLuno: Label the submit button more consistently.
  60. 2009-07-05
  61. ----------
  62. #510758 by acidtalks: Menu item "admin/settings/filters/customfilter/%" does not work with "gaps" in fids.
  63. #510620 by acidtalks, KiamLaLuno: Import/export issues.
  64. #510624 by acidtalks, KiamLaLuno: Delete filter does not work.
  65. 2009-07-02
  66. ----------
  67. #508226 by KiamLaLuno: Wrong reference to customfilter.class.inc.
  68. 2009-07-01
  69. ----------
  70. #505354 by Kiam@avpnet.org: Cache the filters / rules obtained from the database tables.
  71. 2009-06-29
  72. ----------
  73. #505342 by Kiam@avpnet.org: Allow third-party modules to modify the list of filters / rules.
  74. 2009-06-26
  75. ----------
  76. #501382 by Kiam@avpnet.org: Add support for token replacements.
  77. 2009-06-25
  78. ----------
  79. #502372 by Kiam@avpnet.org: Update database errors.