You are here

CHANGELOG.txt in Custom filter 6

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

2010-07-01
----------
#815710 by mr.j: Upgrade from Drupal 5 is completely broken.

2010-03-06
----------
#734660 by Boobaa: Export does not work in 6.x-1.x branch.

2009-11-27
----------
#643702 by kiamlaluno: Imported filters don't appear in the list.

2009-11-23
----------
#639074 by KiamLaLuno: The module uses the wrong table name.

2009-11-12
----------
#628906 by KiamLaLuno: Error while upgrading from Drupal 5 version to Drupal 6 version.

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.
#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-11
----------
#546076 by BenKewell: Update function is referring to a not existing column.
#546218 by KiamLaLuno: Implement hook_flush_caches().

2009-08-06
----------
#541550 by KiamLaLuno: customfilter_import_form() is not defined.

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

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

2009-07-09
----------
#514482 by KiamLaLuno: Class 'CustomFilter' not found.

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

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

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

2009-06-24
----------
#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.

2009-06-23
----------
#499570 by origo: Undefined function drupal_match_assoc().

2009-06-20
----------
#284935 by gustav: Export code doesn't work.
#272524 by Anselm Heaton, Kiam@avpnet.org: Change the variable containing the filter global values into a stack.
#286889 by gustav, Kiam@avpnet.org: PHP notices.

File

CHANGELOG.txt
View source
  1. # All the dates reported here are referred to UTC.
  2. 2010-07-01
  3. ----------
  4. #815710 by mr.j: Upgrade from Drupal 5 is completely broken.
  5. 2010-03-06
  6. ----------
  7. #734660 by Boobaa: Export does not work in 6.x-1.x branch.
  8. 2009-11-27
  9. ----------
  10. #643702 by kiamlaluno: Imported filters don't appear in the list.
  11. 2009-11-23
  12. ----------
  13. #639074 by KiamLaLuno: The module uses the wrong table name.
  14. 2009-11-12
  15. ----------
  16. #628906 by KiamLaLuno: Error while upgrading from Drupal 5 version to Drupal 6 version.
  17. 2009-11-06
  18. ----------
  19. #510486 by KiamLaLuno: Verify that the value passed to fid doesn't exceed the maximum value the field is able to contain.
  20. 2009-09-23
  21. ----------
  22. #585108 by KiamLaLuno: Missing documentation for the last changes.
  23. 2009-08-21
  24. ----------
  25. #555730 by KiamLaLuno: The parameter for t() should be a literal string.
  26. 2009-08-19
  27. ----------
  28. #553090 by KiamLaLuno: Filters should not access any data referred to the node they are filtering.
  29. #552336 by KiamLaLuno: Replacement rules table misses the message "There are no replacement rules currently defined."
  30. 2009-08-18
  31. ----------
  32. #551762 by KiamLaLuno: Importing function fails with duplicate key error.
  33. 2009-08-11
  34. ----------
  35. #546076 by BenKewell: Update function is referring to a not existing column.
  36. #546218 by KiamLaLuno: Implement hook_flush_caches().
  37. 2009-08-06
  38. ----------
  39. #541550 by KiamLaLuno: customfilter_import_form() is not defined.
  40. 2009-08-01
  41. ----------
  42. #510484 by KiamLaLuno: Incorrect definition of the fid database field.
  43. 2009-07-14
  44. ----------
  45. #518956 by KiamLaLuno: Missing argument 2 for _customfilter_get_rules().
  46. 2009-07-09
  47. ----------
  48. #514482 by KiamLaLuno: Class 'CustomFilter' not found.
  49. 2009-07-08
  50. ----------
  51. #511674 by KiamLaLuno: Shown menu breadcrumbs are not correct.
  52. #512970 by KiamLaLuno: Undefined function _customfilter_delete_rule().
  53. #512886 by KiamLaLuno: Rename "List filters", and "List rules" as "Filters", and "Rules".
  54. #505354 by KiamLaLuno: Cache the filters / rules obtained from the database tables.
  55. #510502 by KiamLaLuno: Redesign the module API.
  56. #511088 by KiamLaLuno: Avoid using create_function().
  57. #283658 by KiamLaLuno: Option to disable replacement rules.
  58. #511100 by KiamLaLuno: User interface issues.
  59. #511106 by KiamLaLuno: Use a better default value for the name of the filter.
  60. #511058 by KiamLaLuno: Rules vanish from the rules list.
  61. #510620 by KiamLaLuno: Import/export issues.
  62. #510758 by KiamLaLuno: Menu item "admin/settings/filters/customfilter/%" does not work with "gaps" in fids.
  63. #510624 by KiamLaLuno: Delete filter does not work.
  64. #511048 by KiamLaLuno: Label the submit button more consistently.
  65. 2009-07-01
  66. ----------
  67. #505354 by Kiam@avpnet.org: Cache the filters / rules obtained from the database tables.
  68. 2009-06-25
  69. ----------
  70. #502372 by Kiam@avpnet.org: Update database errors.
  71. 2009-06-24
  72. ----------
  73. #497680 by Kiam@avpnet.org: Split customfilter.export.inc into customfilter.export.inc, and customfilter.import.inc.
  74. #497380 by Kiam@avpnet.org: Change the user interface for exporting / importing rules.
  75. 2009-06-23
  76. ----------
  77. #499570 by origo: Undefined function drupal_match_assoc().
  78. 2009-06-20
  79. ----------
  80. #284935 by gustav: Export code doesn't work.
  81. #272524 by Anselm Heaton, Kiam@avpnet.org: Change the variable containing the filter global values into a stack.
  82. #286889 by gustav, Kiam@avpnet.org: PHP notices.