Commit graph

  • cb3382f6d2
    Fixed errorInfo in pdo exception wrapper. (#78) master Kamil Wylegala 2024-09-21 13:04:20 +0200
  • 0cf3504793 Fixed errorInfo in pdo exception wrapper. Kamil Wylegała 2024-09-21 12:58:16 +0200
  • 61c8f9ad25
    Added PDOException wrapper to avoid creating dynamic property. (#77) Kamil Wylegala 2024-09-21 12:53:44 +0200
  • 6b5209258e Added PDOException wrapper to avoid creating dynamic property. Kamil Wylegała 2024-09-21 12:22:12 +0200
  • 7e1da9a5ca
    Update README.md Kamil Wylegala 2024-07-24 21:55:59 +0200
  • 2220f35b1b
    Remove constructs that deprecate with PHP 8.4 (#75) Markus Bauer 2024-07-24 21:55:01 +0200
  • f9f5e79560 Fix SecurityComponent typing Markus Bauer 2024-07-24 19:22:18 +0200
  • 42e9fa1aad
    Update README.md Kamil Wylegala 2024-07-24 18:14:39 +0200
  • c0fb45e79e
    Fix potential CSRF circumvention with custom HTTP methods (#76) Markus Bauer 2024-07-24 18:13:57 +0200
  • d35fa72f4e Fix unit tests for SecurityComponent Markus Bauer 2024-07-22 18:16:11 +0200
  • 490033ee76 Backported patch, fixing potential CSRF circumvention with custom HTTP methods. Markus Bauer 2024-07-21 18:53:04 +0200
  • 26d550ce5c Remove constructs that deprecate with PHP 8.4 Markus Bauer 2024-07-21 16:48:15 +0200
  • b918df8008
    Intl recommendation + PHP81_BC\strftime + Symfony ICU Polyfill (#69) Kamil Wylegala 2024-06-05 22:21:39 +0200
  • a615385d3d Readme update. Kamil Wylegała 2024-06-05 22:16:01 +0200
  • 4332b5f515 FormHelper migration strftime to Intl. Kamil Wylegała 2024-05-30 11:35:39 +0200
  • d68dc79911 CakeTime migrated to Intl. Kamil Wylegała 2024-05-30 10:14:16 +0200
  • 10b466ce63 Intl extension requirement. Kamil Wylegała 2024-05-07 22:37:40 +0200
  • eed5974b24
    False to array conversion fix. (#73) Kamil Wylegala 2024-05-24 22:27:19 +0200
  • 164c6aa9c9 False to array conversion fix. 72-false-to-array-conversion Kamil Wylegała 2024-05-24 22:20:26 +0200
  • b993fa8d0c
    Update README.md Kamil Wylegala 2024-05-22 18:01:40 +0200
  • 0f45d97c71
    Fix deprecation error in I18n (#71) Patrick Barabe 2024-05-22 09:00:49 -0700
  • ac07c408f7
    Fix deprecation error in I18n Patrick Barabe 2024-05-21 08:05:43 -0700
  • 6f481f6a03 Intl extension requirement. origin/intl-requirement Kamil Wylegała 2024-05-07 22:37:40 +0200
  • 78ec388f79
    Update FormHelper.php BrendonKoz 2024-02-12 10:08:23 -0500
  • 06c1847fa0
    Update Shell.php BrendonKoz 2024-02-12 10:06:32 -0500
  • c1242974be
    Update README.md Kamil Wylegala 2024-02-05 22:16:23 +0100
  • 9140745ef1
    fix: get rid of (some) PHP deprecation warnings (#66) Jan Pešek 2024-02-03 10:26:26 +0100
  • 5c46209dc5 Merge branch 'master' into php-deprecation-warnings-cakeresponse Jan Pešek 2024-02-02 15:31:06 +0100
  • 7448d45536 fix: get rid of (some) PHP deprecation warnings Jan Pešek 2024-02-02 15:03:41 +0100
  • 32459b11b6
    Fix some deprecation warnings (#64) Diego Surita 2024-01-29 18:49:02 -0300
  • d2e6ba4300 Fix typo on phpcs ignore comments Diego Surita 2024-01-29 12:53:58 -0300
  • 2bfe412ad9 Ignore hide srtftime function deprecation warning from PHPCS Diego Surita 2024-01-29 12:39:43 -0300
  • d3c0f5c0ca fix: get rid of (some) PHP deprecation warnings Jan Pešek 2024-01-19 14:43:05 +0100
  • 519b120f68
    Merge pull request #2 from zumba/ARCH-13 Diego Surita 2024-01-22 15:27:32 -0300
  • 4587edfcd5
    Merge pull request #1 from zumba/ARCH-11 Diego Surita 2024-01-22 11:14:38 -0300
  • 541157944b Fix preg_split deprecated null param limit on CakeResponse::checkNotModified Diego Surita 2024-01-22 10:31:38 -0300
  • c033667afe Fix preg_split subject param null deprecated on FormHelper::dateTime Diego Surita 2024-01-22 10:18:52 -0300
  • a83e9c77bb fix: get rid of (some) PHP deprecation warnings Jan Pešek 2024-01-19 14:43:05 +0100
  • 6fc46bff97 Roll back the use of strftime Diego Surita 2024-01-19 15:18:32 -0300
  • ddecd9a3b5 Hide strftime deprecation warning Diego Surita 2024-01-19 15:10:27 -0300
  • 4b62d7fc56 Switch deprecated utf8_encode function to mb_convert_encoding function Diego Surita 2024-01-19 11:11:30 -0300
  • 27265b2425 fix: get rid of (some) PHP deprecation warnings Jan Pešek 2024-01-19 14:43:05 +0100
  • ef0bce6498 Fix PHP 8.1 deprecation warnings on Helper and FormHelper Diego Surita 2024-01-18 11:57:59 -0300
  • b4b42e29e4 Fix PHP 8.1 deprecation warnings on Helper and FormHelper Diego Surita 2024-01-16 10:50:20 -0300
  • fd879539d9
    Merge branch 'kamilwylegala:master' into master Diego Surita 2024-01-16 10:42:28 -0300
  • be94fb8ea9
    Update README.md Kamil Wylegala 2024-01-11 23:03:21 +0100
  • 84cfdfb0c3 Fix some PHP 8.1 deprecation warnings * Fix passing null to str_replace and preg_replace in HttpSocket * Fix dynamic props usage in ModelValidator * Fix passing null to rawurlencode in CakeRoute Juan Cruz Vincenti 2024-01-09 16:35:08 -0300
  • 2362fa2f3b Fix some PHP 8.1 deprecation warnings * Fix passing null to str_replace and preg_replace in HttpSocket * Fix dynamic props usage in ModelValidator * Fix passing null to rawurlencode in CakeRoute Juan Cruz Vincenti 2024-01-09 16:35:08 -0300
  • 2eeb1f6476
    Update README.md Kamil Wylegala 2023-12-22 15:20:48 +0100
  • fa1f817be2 Fix passing null deprecation warning on CakeText::insert method Diego Surita 2023-12-22 10:01:56 -0300
  • f4f667553e Fix passing null deprecation warning on CakeText::insert method Diego Surita 2023-12-22 10:01:56 -0300
  • c646ba319d
    Update README.md Kamil Wylegala 2023-12-19 22:25:48 +0100
  • b4e0e7f080 Change Hash callback class reference on filter method Diego Surita 2023-12-19 19:20:48 +0000
  • 7acb7c2938 Fix Hash class callback callable pattern deprecated Diego Surita 2023-12-19 19:07:45 +0000
  • e712b2da89 Fix dynamic property creation deprecation warning from CakeEvent class Diego Surita 2023-12-19 18:22:36 +0000
  • 0b0ec3ef40 Fix dynamic property creation deprecation warning Diego Surita 2023-12-19 18:10:22 +0000
  • c25325055e
    Change Hash callback class reference on filter method Diego Surita 2023-12-19 19:20:48 +0000
  • bb072ebe45
    Fix Hash class callback callable pattern deprecated Diego Surita 2023-12-19 19:07:45 +0000
  • 5384eb07f1
    Fix dynamic property creation deprecation warning from CakeEvent class Diego Surita 2023-12-19 18:22:36 +0000
  • 284992d017
    Fix dynamic property creation deprecation warning Diego Surita 2023-12-19 18:10:22 +0000
  • 8473730ba2 Fix passing a null input to h function Diego Surita 2023-12-19 14:08:56 +0000
  • bdf985022c
    Fix passing a null input to h function Diego Surita 2023-12-19 14:08:56 +0000
  • 219d13c0f0 Allowed dynamic properties in model. Kamil Wylegala 2023-11-12 23:44:57 +0100
  • c300be5f7c Allowed dynamic properties in model. Kamil Wylegala 2023-11-12 23:44:57 +0100
  • bfe381539c
    Update README.md Kamil Wylegala 2023-11-02 09:38:50 +0100
  • 1a06136cb0 Fix trying to read uninitialized properties when fetching call stack during exception handling daris 2023-10-26 10:34:46 +0200
  • 46a68e9c8b Fix trying to read uninitialized properties when fetching call stack during exception handling daris 2023-10-26 10:34:46 +0200
  • 1cd99ff3e0 solving the named parameters incompatibility MassimoI 2023-10-11 13:27:46 +0200
  • 811dc39440 Merge branch 'event_manager' of github.com:impronta48/cakephp2-php8 into event_manager MassimoI 2023-10-22 19:03:16 +0200
  • 890b533423 solving the named parameters incompatibility MassimoI 2023-10-11 13:27:46 +0200
  • a75b4166b5
    Update README.md Kamil Wylegala 2023-10-20 09:28:22 +0200
  • 0f1bb51402 fix: get rid of (some) PHP deprecation warnings Jan Pešek 2023-10-19 10:09:26 +0200
  • a612803b86 Merge branch 'master' into php-deprecation-warnings-pt-2 Jan Pešek 2023-10-20 08:53:35 +0200
  • 41af03e193 Docker compose setup to run tests locally. Kamil Wylegala 2023-10-19 23:20:21 +0200
  • 98ecc6cfc3 Removed usage of deprecated getKeys in favor of keys() from phpredis Kamil Wylegala 2023-10-19 22:14:57 +0200
  • faead93b33 Docker compose setup to run tests locally. Kamil Wylegala 2023-10-19 23:20:21 +0200
  • b3af5f1b86 Removed usage of deprecated getKeys in favor of keys() from phpredis Kamil Wylegala 2023-10-19 22:14:57 +0200
  • 250f535637 fix: get rid of (some) PHP deprecation warnings Jan Pešek 2023-10-19 10:09:26 +0200
  • 3795217ad3 solving the named parameters incompatibility MassimoI 2023-10-11 13:27:46 +0200
  • 78e22f161c
    Update README.md Kamil Wylegala 2023-09-18 19:34:56 +0200
  • 5dbc22efd3 Fixed deprecation warning when parsing parameters in ShellDispatcher.php daris 2023-09-18 13:34:37 +0200
  • 7c8934a105 Fixed deprecation warning when parsing parameters in ShellDispatcher.php daris 2023-09-18 13:34:37 +0200
  • b0200a75fa
    Update README.md Kamil Wylegala 2023-08-18 18:18:49 +0200
  • cc74b59637 feat(#46): get rid of (some) PHP deprecation warnings - use issets, default local var values, better/newer language constructs Jan Pešek 2023-08-18 15:06:12 +0200
  • 02acc32aab feat(#46): get rid of (some) PHP deprecation warnings - use issets, default local var values, better/newer language constructs Jan Pešek 2023-08-18 15:06:12 +0200
  • de95041969
    Fixed PHP 8.2 deprecation notices in CakeEvent class. (#43) Kamil Wylegala 2023-06-02 23:18:08 +0200
  • d0d94e1532 phpcs fixing-cake-event-deprecation-notices Kamil Wylegala 2023-06-02 23:09:40 +0200
  • ba7d7f138f Fixed PHP 8.2 deprecation notices in CakeEvent class. Kamil Wylegala 2023-06-02 23:04:27 +0200
  • b5ebe993ad fix: Undefined TESTS constants cause the "cake bake project" command to exit with an error Koji Tanaka 2023-03-12 13:16:17 +0900
  • 2a964df8a9
    fix: Undefined TESTS constants cause the "cake bake project" command to exit with an error Koji Tanaka 2023-03-12 13:16:17 +0900
  • 6916eba15a
    Update I18n.php Kalle Alberg 2023-02-27 11:07:07 +0100
  • 8b5e4fc29d
    Update README.md Kamil Wylegala 2023-02-19 13:59:18 +0100
  • 071b292969 docs: Comment on database.php about adding PDO::ATTR_STRINGIFY_FETCHES => true flag in PHP 8.1 Koji Tanaka 2023-02-19 12:58:05 +0900
  • 797b7e0a3c test: MysqlTest::testTinyintCasting() Use assertEquals for assertions as in other record-retrieval tests. Koji Tanaka 2023-02-19 12:06:16 +0900
  • 747f9e3d13 test: Fixed improved return value of mocked PDO class exec() method. Koji Tanaka 2023-02-16 00:36:53 +0900
  • 7df7fefca4 test: Separate FormHelperTest::testSecuredFileInput() by PHP Version. Koji Tanaka 2023-02-09 23:59:44 +0900
  • 9115ec765f test: Skip DebuggerTest::testExportVarRecursion() in PHP 8.1+. Koji Tanaka 2023-02-09 23:45:06 +0900
  • fdb11bd6e0
    docs: Comment on database.php about adding PDO::ATTR_STRINGIFY_FETCHES => true flag in PHP 8.1 Koji Tanaka 2023-02-19 12:58:05 +0900
  • 65601adf1c
    tmp: test DB connection flag PDO::ATTR_STRINGIFY_FETCHES => false Koji Tanaka 2023-02-19 12:10:58 +0900
  • 89e7b1c9e6
    test: MysqlTest::testTinyintCasting() Use assertEquals for assertions as in other record-retrieval tests. Koji Tanaka 2023-02-19 12:06:16 +0900