You are here

CHANGELOG.txt in Porter-Stemmer 7

Same filename and directory in other branches
  1. 6.2 CHANGELOG.txt
Porter Stemmer x.x-x.x, xxxx-xx-xx
----------------------------------

Porter Stemmer 7.x-1.x, xxxx-xx-xx
----------------------------------


Porter Stemmer 7.x-1.0, 2010-12-03
----------------------------------
#850950 by jhodgdon, gpk: Fix problems in excerpt matching function.

#699170 by jhodgdon: Address coder warnings.

#674064 by jhodgdon: Get Porter Stemmer working with Drupal 7.x.


Porter Stemmer 6.x-2.5, 2009-12-07
----------------------------------
#651850 by Archnemysis: Remove by-reference argument in hook_search_preprocess.

#651850 by jhodgdon: Add functional test for module.


Porter Stemmer 6.x-2.4, 2009-11-19
----------------------------------
#610716 by jhodgdon, alex_b: Use the PECL stemming library if available.


Porter Stemmer 6.x-2.3, 2009-10-08
----------------------------------
#599058 by Dave Sherohman, jhodgdon: Fix critical issue causing Porter Stemmer
to hang in infinite loop with PHP prior to 5.1.0


Porter Stemmer 6.x-2.2, 2009-10-01
----------------------------------
#493270, #437084, #492892 by jhodgdon: Implement hook from Search by Page
module to highlight stemmed keyword matches in search excerpts.


Porter Stemmer 6.x-2.1, 2009-09-09
----------------------------------
#558842 by jhodgdon: Minimum word size is now taken from Search setting.


Porter Stemmer 6.x-2.0, 2009-08-04
----------------------------------
#511930 #437094 #219335 by jhodgdon: Upgrade to the Porter 2 Stemmer 
algorithm; minimum word size 3 characters. Also updated install instructions 
and Readme, updated for coding standards, and added SimpleTest tests.


Porter Stemmer 6.x-1.0, 2008-02-28
----------------------------------
#198226 by ceejayoz: D6 compatability and also merging d5 changes to HEAD

by unconed: Initial 6.x port of Porter Stemmer

File

CHANGELOG.txt
View source
  1. Porter Stemmer x.x-x.x, xxxx-xx-xx
  2. ----------------------------------
  3. Porter Stemmer 7.x-1.x, xxxx-xx-xx
  4. ----------------------------------
  5. Porter Stemmer 7.x-1.0, 2010-12-03
  6. ----------------------------------
  7. #850950 by jhodgdon, gpk: Fix problems in excerpt matching function.
  8. #699170 by jhodgdon: Address coder warnings.
  9. #674064 by jhodgdon: Get Porter Stemmer working with Drupal 7.x.
  10. Porter Stemmer 6.x-2.5, 2009-12-07
  11. ----------------------------------
  12. #651850 by Archnemysis: Remove by-reference argument in hook_search_preprocess.
  13. #651850 by jhodgdon: Add functional test for module.
  14. Porter Stemmer 6.x-2.4, 2009-11-19
  15. ----------------------------------
  16. #610716 by jhodgdon, alex_b: Use the PECL stemming library if available.
  17. Porter Stemmer 6.x-2.3, 2009-10-08
  18. ----------------------------------
  19. #599058 by Dave Sherohman, jhodgdon: Fix critical issue causing Porter Stemmer
  20. to hang in infinite loop with PHP prior to 5.1.0
  21. Porter Stemmer 6.x-2.2, 2009-10-01
  22. ----------------------------------
  23. #493270, #437084, #492892 by jhodgdon: Implement hook from Search by Page
  24. module to highlight stemmed keyword matches in search excerpts.
  25. Porter Stemmer 6.x-2.1, 2009-09-09
  26. ----------------------------------
  27. #558842 by jhodgdon: Minimum word size is now taken from Search setting.
  28. Porter Stemmer 6.x-2.0, 2009-08-04
  29. ----------------------------------
  30. #511930 #437094 #219335 by jhodgdon: Upgrade to the Porter 2 Stemmer
  31. algorithm; minimum word size 3 characters. Also updated install instructions
  32. and Readme, updated for coding standards, and added SimpleTest tests.
  33. Porter Stemmer 6.x-1.0, 2008-02-28
  34. ----------------------------------
  35. #198226 by ceejayoz: D6 compatability and also merging d5 changes to HEAD
  36. by unconed: Initial 6.x port of Porter Stemmer