Skip to content

Tags: cakephp/log

Tags

5.3.4

Toggle 5.3.4's commit message
Merge pull request #19320 from cakephp/next-branch-alias

Update branch alias for 5.next => 5.4

5.3.3

Toggle 5.3.3's commit message
Update branch alias for 5.next => 5.4

5.3.2

Toggle 5.3.2's commit message
Fix bugs, typos and loose comparisons (#19199)

* Fix bugs, typos and loose comparisons

Bugs:
- PluginConfig: sprintf format "%ss" -> "%s" (extra 's')
- ExceptionTrap: loose comparison == -> === for object comparison
- Route: loose comparison != -> !== for value comparison

Typos:
- Router: "reverser routing" -> "reverse routing"
- Router/functions: "can be name any" -> "can be any" (4 occurrences)
- ValidatorAwareTrait: "does not exists" -> "does not exist"
- Validation: "and and arrays" -> "and arrays" (2 occurrences)
- Message: "no should more" -> "should not exceed", "no must more" -> "must not exceed"
- Mailer: "Render instance" -> "Renderer instance"
- TransportRegistry: "cache engine" -> "transport" (3 occurrences)
- I18n: "based of" -> "based on" (2 occurrences), "configure" -> "configured"
- ErrorHandlerMiddleware: "contructor" -> "constructor"
- Log: "Cake Logs's" -> "Cake Log's"
- HelperRegistry: "Sets The IO" -> "Sets the IO"
- FileConfigTrait: "with ../" -> "with .." (matches actual check)
- Hash: "file in" -> "find in"
- CookieCryptTrait: "keep keys are" -> "keep keys in"

* Fix Cache documentation errors

- Cache.php: Remove non-existent XcacheEngine, fix "MemcacheEngine" -> "MemcachedEngine"
- MemcachedEngine.php: Fix "MemcacheEngine" -> "MemcachedEngine"
- ApcuEngine.php: Fix "APC" -> "APCu"

* Fix inconsistent @return docblocks

- ArrayLog/ConsoleLog: Remove contradictory "success of write" from @return void
- ArrayEngine/ApcuEngine: Fix redundant "True Returns true" -> "True on success"

* Update test to match corrected error message
* Revert Route.php loose comparison change (intentional for type coercion)

5.3.0

Toggle 5.3.0's commit message
Update constraints in packages

5.3.0-RC2

Toggle 5.3.0-RC2's commit message
Merge remote-tracking branch 'origin/5.x' into 5.next

# Conflicts:
#	src/Validation/Validator.php

5.2.12

Toggle 5.2.12's commit message
Fix up more docblock sentences/types.

5.2.11

Toggle 5.2.11's commit message
Fix up more docblock sentences/types.

5.2.10

Toggle 5.2.10's commit message
Fix up more docblock sentences/types.

5.3.0-RC1

Toggle 5.3.0-RC1's commit message
Fix up permissions via umask. (#18940)

5.2.9

Toggle 5.2.9's commit message
Fix some spelling and broken code snippets. (#18791)