Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: dereuromark/cakephp-tools

Tags

3.12.2

Toggle 3.12.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add uniqueCallback option to SluggedBehavior (#312)

Add a new `uniqueCallback` config option that allows customizing the
uniqueness check when generating slugs. This is useful when other
behaviors modify queries (e.g., multi-tenant scoping) and need to be
temporarily disabled during the slug uniqueness check.

The callback receives the Table instance and conditions array, and
must return a boolean indicating whether a matching slug exists.

Fixes #311

3.12.1

Toggle 3.12.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #309 from mp-network-development/fix/blob-attachme…

…nt-double-encoding

Fix double base64 encoding of blob attachments in CakePHP 5

3.12.0

Toggle 3.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix findList deprecation in getRelatedInUse and getFieldInUse (#305)

* Fix findList deprecation in getRelatedInUse and getFieldInUse

Since CakePHP 5.0, calling `findList` finder with options array is deprecated.
Use named arguments instead.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <[email protected]>

* Improve code.

* Improve code.

---------

Co-authored-by: Claude <[email protected]>

3.11.2

Toggle 3.11.2's commit message
Auto-fix CS - CS master branch

3.11.1

Toggle 3.11.1's commit message
Fix deprecations.

3.11.0

Toggle 3.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Allow specific extensions for controller actions. (#302)

* Allow specific extensions for controller actions.

* Update src/Controller/Component/CommonComponent.php

Co-authored-by: Marc Würth <[email protected]>

* Update src/Controller/Component/CommonComponent.php

Co-authored-by: Marc Würth <[email protected]>

* Adjust as per review.

---------

Co-authored-by: Marc Würth <[email protected]>

3.10.3

Toggle 3.10.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update Tokens.md

3.10.2

Toggle 3.10.2's commit message

Verified

This commit was signed with the committer’s verified signature.
dereuromark Mark Scherer
Docs

3.10.1

Toggle 3.10.1's commit message

Verified

This commit was signed with the committer’s verified signature.
dereuromark Mark Scherer
Remove deprecation usage

3.10.0

Toggle 3.10.0's commit message

Verified

This commit was signed with the committer’s verified signature.
dereuromark Mark Scherer
Fix up TokenLink.