CakePHP Framework Core classes

Repo Url https://github.com/cakephp/core
Clone Url:
Watchers 7
Issues 0
Forks 1
Last Pushed At 2016-04-25
Tags has:composer has:license has:readme keyword:core keyword:framework license:mit version:4.x
Last fetched: on 1/3/20

Recent Activity

Date Commit Message
2024-11-10 Minor optimization
2024-11-10 Fix object naming issue in ObjectRegistry. For plugin prefixed names when `$name` is same as `$config['className']` the object name deduced should be without the plugin prefix. Refs #17620
2024-10-04 wrap core functions in function_exists
2024-10-04 Add EventAwareApplicationInterface
2024-10-04 Allow accessing to*() functions without namespace. Closes #17928
2024-09-14 Merge branch '5.x' into 5.next
2024-09-14 merge 5.x -> 5.next (#17498) * Use array values of app paths The previous code breaks in case `App::path()` returns an associative array. This change does not break anything but helps in case those paths have non-numeric keys. * Use array values of app paths * Use array values of app paths * Revert "Use array values of app paths" This reverts commit f6dc5842dcfa89badb6a70a4b709054ec43793d3. * Added unit tests * Fixed wrong code style * Removed redundant reset of configuration values * Removed redundant reset of configuration values * Removed redundant reset of configuration values * Small fixes * wrap namespaced core functions in function_exists to make upgrade tool work again * Imrpove output of cache clear_group command * Update CacheClearGroupCommand.php * Clarify a less radical fix. * Fix usage of deprecated method in ReconnectStrategy Fixes #17382 * add table schema mapping for sqlite3 UUID_TEXT column type * Fix engine class loading Fix up tests. * Fix up error messages. * Removed deprecated tag. The deprecation was reverted and the property is retained in 5.x. Closes #17379 * Update version number to 4.5.1 * Fix message path loading order * fix phpcs errors * Document possible types as per 5.x * Do not set timezone on ChronosDate when marshalling into DateTime field Resolves #17461 * FIX: exception trap: handle Exception.beforeRender event being stopped or returning no result * FIX: exception trap: do not stop propagation when testing Exception.beforeRender event * FIX: exception trap: add test for Exception.beforeRender propagation stoppage * Add deprecated annotations to Connection. * Add deprecated annotations to Query. * Remove deprecationWarning from methods called internally. * CS fix * Fix off by one errors in dd() Fixes #17469 * fix deprecation warning * Update version number to 4.5.2 * Update paragonie/csp-builder requirement from ^2.3 to ^2.3 || ^3.0 Updates the requirements on [paragonie/csp-builder](https://github.com/paragonie/csp-builder) to permit the latest version. - [Release notes](https://github.com/paragonie/csp-builder/releases) - [Commits](https://github.com/paragonie/csp-builder/compare/v2.3.0...v3.0.0) --- updated-dependencies: - dependency-name: paragonie/csp-builder dependency-type: direct:development ... Signed-off-by: dependabot[bot] * Allow paragonie/csp-builder 3 * Fix cookie assertions with redirect responses There are a few ways you could end up with a RedirectResponse containing cookies. Ideally if an application does this the cookie assertions should continue working. * Fix up enum name display for fallback. * Merge 4.next -> 5.x * Cleanup after merge * merge 4.next -> 5.x (#17497) merge 4.x -> 4.next (#17496) * Fix rendering of dev error pages in 8.3 - Add PHP8.3 HTML formatting to the list of replacements. - Update styling to make output visually consistent in 8.3 Fixes #17491 * Remove trailing space --------- Co-authored-by: Mark Story --------- Signed-off-by: dependabot[bot] Co-authored-by: fabian-mcfly Co-authored-by: Fabian Friedel Co-authored-by: fabian-mcfly <13197057+fabian-mcfly@users.noreply.github.com> Co-authored-by: Chris Nizzardini Co-authored-by: Mark Story Co-authored-by: mscherer Co-authored-by: Mark Scherer Co-authored-by: Jorge González Co-authored-by: ADmad Co-authored-by: Jens Mischer Co-authored-by: ravage84 Co-authored-by: othercorey Co-authored-by: Marc de Lima Lucio <68746600+marc-dll@users.noreply.github.com> Co-authored-by: Robert Pustułka Co-authored-by: ADmad Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-14 Merge branch '5.x' into 5.next
2024-09-14 Merge branch '5.next' into 5.x-narrowing-down-data-types
2024-09-14 removed MAX_SAFE_INTEGER
2024-09-14 removed functions from functions_global.php
2024-09-14 Merge branch 'cakephp:5.x' into 5.x-narrowing-down-data-types
2024-09-14 rename _cake_core_ to _cake_translations_
2024-09-14 adjust PluginConfig method names
2024-09-14 fix PluginConfig not returning an array on non existent config file
2024-09-14 make PluginConfig static
2024-09-14 add unknown plugin flag to PluginConfig
2024-09-14 mark PluginConfig internal and check with PluginCollection if a given plugin is loaded or not
2024-09-14 add PluginConfig class
2024-09-14 add more info to plugin list command
2024-09-14 Unnecessary checks removed
2024-09-14 Use statements should be sorted alphabetically. The first wrong one is Cake\Core\toString.
2024-09-14 methods moved to functions.php
2024-09-14 Merge branch '5.next' into 5.x-narrowing-down-data-types