Skip to content
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.

Latest commit

 

History

History
68 lines (53 loc) · 4.32 KB

CHANGELOG.md

File metadata and controls

68 lines (53 loc) · 4.32 KB

Changelog

Release 2.5.1

https://github.com/CakeDC/search/tree/2.5.1

Release 2.5.0

https://github.com/CakeDC/search/tree/2.5.0

  • 2638972 Refs #157 Changing the plugins defaults from named parameters to query strings
  • fdac4c3 CS Fix
  • 8cdb841 Update Installation.md

Release 2.4.1

https://github.com/CakeDC/search/tree/2.4.1

Release 2.4.0

https://github.com/CakeDC/search/tree/2.4.0

  • ad94745 improve merging of strict key based options
  • 251d233 Changing $this->_defaults['model'] to $this->_defaults['presetForm']['model']
  • bd9a129 Add missing bracket
  • e91e48a Add support for ilike to SearchableBehavior
  • b122dc7 Add case-insensitive support for Postgres
  • 6689123 Making the 2nd arg of the PrgComponent constructor optional as it should be
  • 27abbf1 Refs #144 fixing the undefined var $settings, changing it to $this->_defaults
  • a3c4c3c Avoid Undefined index error due to empty criteria of "type = lookup"

Release 2.3.0

https://github.com/CakeDC/search/tree/2.3.0

  • 4b7cfdb Made the prg component initialization configurable, see #138
  • 2fd5d97 Changing Set to Hash in an App::uses() call
  • eabe675 Updating the deprecated Set to Hash
  • afc8f5d Fixes #133
  • f72a97b Field value is actually null
  • c4df770 Fix emptyValue for query strings, before it was only possible for named params.
  • aa87da7 Renaming the test file that triggers all tests
  • 6ae2212 Fixing the filterArgs initialization
  • 57a4ddc Fixes a missing word, see #115
  • 24f8520 Fixed one test and removed another that isn't necessary anymore since always allowing wildcards
  • 6fbf596 Partly reconstructed testSubQueryEmptyCondition()
  • eadc9a8 Replaced skipIf() with markTestSkipped()
  • f26cbb0 General DocBlock, comment and code cleanup in PrgComponentTest
  • a45388e Removed unused variable in SearchableBehavior
  • 872499d General DocBlock, comment and code cleanup of test suite
  • 30d69cb General DocBlock, comment and code cleanup of fixtures
  • 07d812f Fixed @license part order in all files
  • 90c9916 General DocBlock, comment and code cleanup of SearchableBehaviorTest
  • 363cdc7 Removed Behaviors->detach, replaced Behaviors->attach by Behaviors->load()
  • e3afc10 Always allow custom wildcards