-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Comparing changes
Open a pull request
base repository: cakephp/cakephp
base: 4.1.2
head repository: cakephp/cakephp
compare: 4.1.3
- 19 commits
- 25 files changed
- 5 contributors
Commits on Aug 11, 2020
-
Add function name to window so that debugkit can use it
Because jQuery's script tag insertion happens *after* DOMContentLoaded we need a window hook to allow debug kit to have interactive dump blocks.
Configuration menu - View commit details
-
Copy full SHA for 7c69d44 - Browse repository at this point
Copy the full SHA 7c69d44View commit details -
Ensure plugin path config is loaded for each PluginCollection::findPa…
Configuration menu - View commit details
-
Copy full SHA for e08bbba - Browse repository at this point
Copy the full SHA e08bbbaView commit details -
Merge pull request #14890 from cakephp/fix/debug-blocks
Add function name to window so that debugkit can use it
Configuration menu - View commit details
-
Copy full SHA for 694f268 - Browse repository at this point
Copy the full SHA 694f268View commit details -
Merge pull request #14891 from cakephp/issue-14889
Ensure plugin path config is loaded for each PluginCollection::findPath() call.
Configuration menu - View commit details
-
Copy full SHA for 93506b6 - Browse repository at this point
Copy the full SHA 93506b6View commit details
Commits on Aug 12, 2020
-
Configuration menu - View commit details
-
Copy full SHA for da48606 - Browse repository at this point
Copy the full SHA da48606View commit details -
Merge pull request #14895 from cakephp/master-tests-pag
Tests for url and pagination first/last
Configuration menu - View commit details
-
Copy full SHA for 85099a6 - Browse repository at this point
Copy the full SHA 85099a6View commit details -
Fix use of libxml_disable_entity_loader() for Xml::build() too.
Removed code duplication. Refs #14886.
Configuration menu - View commit details
-
Copy full SHA for 80cbc75 - Browse repository at this point
Copy the full SHA 80cbc75View commit details -
Configuration menu - View commit details
-
Copy full SHA for 233a531 - Browse repository at this point
Copy the full SHA 233a531View commit details
Commits on Aug 13, 2020
-
Merge pull request #14896 from cakephp/xml-entity-loader
Fix use of libxml_disable_entity_loader() for Xml::build() too.
Configuration menu - View commit details
-
Copy full SHA for f988197 - Browse repository at this point
Copy the full SHA f988197View commit details -
Merge pull request #14893 from cakephp/sqlserver-max
Throw exception when exceeding maximum number of Sql Server parameters
Configuration menu - View commit details
-
Copy full SHA for 1047294 - Browse repository at this point
Copy the full SHA 1047294View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2bdd7da - Browse repository at this point
Copy the full SHA 2bdd7daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d64157 - Browse repository at this point
Copy the full SHA 7d64157View commit details -
Added connection retry logic to Driver. Configured SqlServer to retry…
… connection on Azure Database paused error code.
Configuration menu - View commit details
-
Copy full SHA for 046fb35 - Browse repository at this point
Copy the full SHA 046fb35View commit details
Commits on Aug 14, 2020
-
Fix output buffers not being closed when the view triggers an exception.
When evaluating a template or caching a block, the view itself opens a buffer, and the templates/blocks that it evaluates might open buffers too. In case an exception happens, the opened buffers will not be closed, causing risky tests with PHPUnit, and possible further output to be swallowed unless the test itself closes/flushes the remaining buffers.
Configuration menu - View commit details
-
Copy full SHA for ec43ae7 - Browse repository at this point
Copy the full SHA ec43ae7View commit details -
Merge pull request #14884 from cakephp/retry-connect
Added connection retry logic to Driver
Configuration menu - View commit details
-
Copy full SHA for 1915a04 - Browse repository at this point
Copy the full SHA 1915a04View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c5b8a2 - Browse repository at this point
Copy the full SHA 3c5b8a2View commit details -
Merge pull request #14904 from cakephp/datetype-marshal
Ensure DateType marshalling works for both mutable and immutable types
Configuration menu - View commit details
-
Copy full SHA for 20381a6 - Browse repository at this point
Copy the full SHA 20381a6View commit details
Commits on Aug 15, 2020
-
Merge pull request #14901 from ndm2/4.x-fix-output-buffers-not-being-…
…closed 4.x - Fix output buffers not being closed when the view triggers an exception.
Configuration menu - View commit details
-
Copy full SHA for bf9299f - Browse repository at this point
Copy the full SHA bf9299fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c0273a - Browse repository at this point
Copy the full SHA 2c0273aView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 4.1.2...4.1.3