You are here

CHANGELOG.txt in Search API Pages 7

Same filename and directory in other branches
  1. 8 CHANGELOG.txt
Search API Pages 1.x, dev (xxxx-xx-xx):
---------------------------------------

Search API Pages 1.5 (2018-09-17):
----------------------------------
- #2995320 by drunken monkey: Added a length limit for keywords.
- #2981286 by osopolar, drunken monkey: Fixed search keys disappearing from
  search box when using Panels.
- #2912002 by drunken monkey, Rob C: Added per-page variations for the "full
  page" template.
- #2900795 by drunken monkey: Fixed duplicated H1 page titles.

Search API Pages 1.4 (2017-07-18):
----------------------------------
- #2827641 by drunken monkey: Fixed display of "No results" message when first
  viewing page.
- #2826530 by tannguyenhn, drunken monkey: Fixed problem with CTools search
  result plugin.
- #2768763 by seworthi, drunken monkey: Fixed fatal error when page handler is
  called with illegal argument.

Search API Pages 1.3 (2016-07-05):
----------------------------------
- #2755599 by Bès: Fixed template suggestion for search pages.
- #2728487 by gnucifer: Fixed rendering code to fix item load if items are
  already present.
- #2711499 by drunken monkey, gnucifer: Fixed page manager integration for
  non-standard datasources.
- #1847686 by MiSc, Bès, jsst, drunken monkey, jossensei: Added a theme
  template for the whole search page.
- #2699913 by dsdeiz, drunken monkey: Fixed Page Manager integration.
- #1664706 by Les Lim, drunken monkey: Added static caching to hook_forms()
  implementation.
- #1377292 by drunken monkey: Fixed search form block for anonymous users.
- #2592143 by drunken monkey: Improved template documentation to state title is
  unsanitized.
- #2498525 by drunken monkey, GDrupal: Fixed warnings for empty results.
- #2528592 by marcingy: Fixed old search page titles being displayed until
  manual menu rebuild.
- #2315713 by pontus_nilsson, DamienMcKenna, drunken monkey, kallehauge: Added
  Panels support for search pages.

Search API Pages 1.2 (2015-06-03):
----------------------------------
- #2425179 by DamienMcKenna, drunken monkey: Added a CTools plugin for the
  search box.
- #2392289 by AndrewsizZ: Fixed error when there are no results to display.
- #2358735 by drunken monkey: Added access check when viewing the search block.
- #2345601 by sjancich: Fixed search block caching.
- #2334647 by jseffel: Fixed rendering of unknown items.
- #2244981 by drunken monkey: Fixed theming code to not try to load results if
  there are none.
- #1368152 by rooby, mparker17, acrazyanimal, jagermonster, ohthehugemanatee,
  drunken monkey, milesw, Roderik de Langen: Added an option to allow search
  pages to support facet-only searching.

Search API Pages 1.1 (2014-05-24):
----------------------------------
- #2259109 by DamienMcKenna, drunken monkey: Added a "placeholder" attribute
  for the search block.
- #1371482 by rooby, DamienMcKenna: Added per-page permissions.
- #2189633 by acrazyanimal: Added the search page ID to the query options.
- #2179399 by mparker17, drunken monkey: Fixed recognition of non-standard
  entity indexes.
- #2134731 by drunken monkey: Fixed notices when trying to display the block of
  a disabled search page.

Search API Pages 1.0 (2013-09-01):
----------------------------------
- #2071093 by drunken monkey, quiptime: Fixed logic error in template code.
- #1442686 by drunken monkey: Documented pager issues.

Search API Pages 1.0, RC 1 (2013-07-10):
----------------------------------------
- #1313676 by tomogden, drunken monkey, aaronbauman, guillaumev: Added
  templates.
- #2012712 by drunken monkey: Fixed $reset parameter for load functions.
- #1999102 by drunken monkey: Added contextual links to blocks and pages.
- #1999106 by drunken monkey: Minor code cleanup.
- #1993482 by drunken monkey: Fixed overlong block deltas.
- #1993208 by drunken monkey: Fixed handling of slashes in keywords.
- #1993952 by drunken monkey: Added language filter option.
- #1424086 by jasperknops, drunken monkey, aaronbauman: Fixed search form on 404
  pages.
- #1512086 by wbressers, drunken monkey: Added option to hide the form on the
  results page.
- #1377292 by elliotttf, weri: Fixed search form block for anonymous users.
- #1411852 by amateescu: Fixed wrong view mode for search pages of non-entities.
- #1662794 by tomogden: Miscellaneous code cleanup.
- #1617982 by drunken monkey: Fixed uncaught exceptions when executing search.
- #1637590 by drunken monkey, elliotttf: Fixed ommission of text format when
  creating result summaries.
- #1642274 by welshtzigane: Fixed deleting an index does not remove a disabled
  search page.
- #1569608 by Everett Zufelt: Fixed accessibility of search block.

Search API Pages 1.0, Beta 2 (2011-11-10):
------------------------------------------
- #1285116 by tomogden, drunken monkey: Added further flexibility for paging.
- #1330424 by drunken monkey: Adapted to new structure of index fields settings.
- #1125930 by Ivan Zugec, drunken monkey: Added exporting support for search
  pages.

Search API Pages 1.0, Beta 1 (2011-09-06):
------------------------------------------
First beta release of the Search API Pages project.

File

CHANGELOG.txt
View source
  1. Search API Pages 1.x, dev (xxxx-xx-xx):
  2. ---------------------------------------
  3. Search API Pages 1.5 (2018-09-17):
  4. ----------------------------------
  5. - #2995320 by drunken monkey: Added a length limit for keywords.
  6. - #2981286 by osopolar, drunken monkey: Fixed search keys disappearing from
  7. search box when using Panels.
  8. - #2912002 by drunken monkey, Rob C: Added per-page variations for the "full
  9. page" template.
  10. - #2900795 by drunken monkey: Fixed duplicated H1 page titles.
  11. Search API Pages 1.4 (2017-07-18):
  12. ----------------------------------
  13. - #2827641 by drunken monkey: Fixed display of "No results" message when first
  14. viewing page.
  15. - #2826530 by tannguyenhn, drunken monkey: Fixed problem with CTools search
  16. result plugin.
  17. - #2768763 by seworthi, drunken monkey: Fixed fatal error when page handler is
  18. called with illegal argument.
  19. Search API Pages 1.3 (2016-07-05):
  20. ----------------------------------
  21. - #2755599 by Bès: Fixed template suggestion for search pages.
  22. - #2728487 by gnucifer: Fixed rendering code to fix item load if items are
  23. already present.
  24. - #2711499 by drunken monkey, gnucifer: Fixed page manager integration for
  25. non-standard datasources.
  26. - #1847686 by MiSc, Bès, jsst, drunken monkey, jossensei: Added a theme
  27. template for the whole search page.
  28. - #2699913 by dsdeiz, drunken monkey: Fixed Page Manager integration.
  29. - #1664706 by Les Lim, drunken monkey: Added static caching to hook_forms()
  30. implementation.
  31. - #1377292 by drunken monkey: Fixed search form block for anonymous users.
  32. - #2592143 by drunken monkey: Improved template documentation to state title is
  33. unsanitized.
  34. - #2498525 by drunken monkey, GDrupal: Fixed warnings for empty results.
  35. - #2528592 by marcingy: Fixed old search page titles being displayed until
  36. manual menu rebuild.
  37. - #2315713 by pontus_nilsson, DamienMcKenna, drunken monkey, kallehauge: Added
  38. Panels support for search pages.
  39. Search API Pages 1.2 (2015-06-03):
  40. ----------------------------------
  41. - #2425179 by DamienMcKenna, drunken monkey: Added a CTools plugin for the
  42. search box.
  43. - #2392289 by AndrewsizZ: Fixed error when there are no results to display.
  44. - #2358735 by drunken monkey: Added access check when viewing the search block.
  45. - #2345601 by sjancich: Fixed search block caching.
  46. - #2334647 by jseffel: Fixed rendering of unknown items.
  47. - #2244981 by drunken monkey: Fixed theming code to not try to load results if
  48. there are none.
  49. - #1368152 by rooby, mparker17, acrazyanimal, jagermonster, ohthehugemanatee,
  50. drunken monkey, milesw, Roderik de Langen: Added an option to allow search
  51. pages to support facet-only searching.
  52. Search API Pages 1.1 (2014-05-24):
  53. ----------------------------------
  54. - #2259109 by DamienMcKenna, drunken monkey: Added a "placeholder" attribute
  55. for the search block.
  56. - #1371482 by rooby, DamienMcKenna: Added per-page permissions.
  57. - #2189633 by acrazyanimal: Added the search page ID to the query options.
  58. - #2179399 by mparker17, drunken monkey: Fixed recognition of non-standard
  59. entity indexes.
  60. - #2134731 by drunken monkey: Fixed notices when trying to display the block of
  61. a disabled search page.
  62. Search API Pages 1.0 (2013-09-01):
  63. ----------------------------------
  64. - #2071093 by drunken monkey, quiptime: Fixed logic error in template code.
  65. - #1442686 by drunken monkey: Documented pager issues.
  66. Search API Pages 1.0, RC 1 (2013-07-10):
  67. ----------------------------------------
  68. - #1313676 by tomogden, drunken monkey, aaronbauman, guillaumev: Added
  69. templates.
  70. - #2012712 by drunken monkey: Fixed $reset parameter for load functions.
  71. - #1999102 by drunken monkey: Added contextual links to blocks and pages.
  72. - #1999106 by drunken monkey: Minor code cleanup.
  73. - #1993482 by drunken monkey: Fixed overlong block deltas.
  74. - #1993208 by drunken monkey: Fixed handling of slashes in keywords.
  75. - #1993952 by drunken monkey: Added language filter option.
  76. - #1424086 by jasperknops, drunken monkey, aaronbauman: Fixed search form on 404
  77. pages.
  78. - #1512086 by wbressers, drunken monkey: Added option to hide the form on the
  79. results page.
  80. - #1377292 by elliotttf, weri: Fixed search form block for anonymous users.
  81. - #1411852 by amateescu: Fixed wrong view mode for search pages of non-entities.
  82. - #1662794 by tomogden: Miscellaneous code cleanup.
  83. - #1617982 by drunken monkey: Fixed uncaught exceptions when executing search.
  84. - #1637590 by drunken monkey, elliotttf: Fixed ommission of text format when
  85. creating result summaries.
  86. - #1642274 by welshtzigane: Fixed deleting an index does not remove a disabled
  87. search page.
  88. - #1569608 by Everett Zufelt: Fixed accessibility of search block.
  89. Search API Pages 1.0, Beta 2 (2011-11-10):
  90. ------------------------------------------
  91. - #1285116 by tomogden, drunken monkey: Added further flexibility for paging.
  92. - #1330424 by drunken monkey: Adapted to new structure of index fields settings.
  93. - #1125930 by Ivan Zugec, drunken monkey: Added exporting support for search
  94. pages.
  95. Search API Pages 1.0, Beta 1 (2011-09-06):
  96. ------------------------------------------
  97. First beta release of the Search API Pages project.