# |
Jan 2nd 2020, 11:45 |
admad |
@alexdd55976 you probably have some other code running lateron which resets the layout. One way to just side step the issue is set layout in the view file itself |
# |
Jan 2nd 2020, 10:35 |
alexdd55976 |
any ideas on that? files are existent in their folder |
# |
Jan 2nd 2020, 10:30 |
alexdd55976 |
i so this ```$this->viewBuilder()->setLayout('login');``` in my index action. sadly, the layout it not used. is there anything i have to do additionally to that line? |
# |
Jan 2nd 2020, 10:05 |
dereuromark |
Which allows me to add a few more typehints already in advance. |
# |
Jan 2nd 2020, 10:04 |
dereuromark |
I use Cake3 already with 7.2+ |
# |
Jan 2nd 2020, 10:04 |
neothermic |
(our older project is still on 2.x... and that... that... needs effort) |
# |
Jan 2nd 2020, 10:04 |
dereuromark |
Good for you :) But many plugins wont be ready for a while. |
# |
Jan 2nd 2020, 10:04 |
neothermic |
Once we hit 7.x I sorta want to push this new project into 4.x as soon as possible; it doesn't do much so it should be a simple upgrade |
# |
Jan 2nd 2020, 10:04 |
dereuromark |
I do that with my large apps, 3.next + shim plugin => 4.0 + shim plugin => minimum of diff. |
# |
Jan 2nd 2020, 10:03 |
dereuromark |
and you could also further pause it by going 3.next and further make the window to upgrade smaller (since 3.next gets backported stuff). the smaller the difference, the easier the jump. |
# |
Jan 2nd 2020, 10:03 |
dereuromark |
you already get all the 3.x bugfixes and improvements while waiting for the big jump |
# |
Jan 2nd 2020, 10:02 |
dereuromark |
do |
# |
Jan 2nd 2020, 10:01 |
neothermic |
I either need more coffee for that, or it needs more adjectives :P |
# |
Jan 2nd 2020, 10:00 |
dereuromark |
@neothermic It could be smoother to it this way. |
# |
Jan 2nd 2020, 10:00 |
javier.villanueva |
morning all and happy new year! |
# |
Jan 2nd 2020, 09:57 |
neothermic |
For planning, if I have a cakephp 3.3 project (don't kill me, it needs to run on 5.5 still ¬_¬) and I want to go to 4.x (for when we finally upgrade to 7.x), is the recommended way to go to 3.8 and fix all deprecations, then go to 4.x? |
# |
Jan 2nd 2020, 09:49 |
slackebot |
servermock, with default null 2. I did the the following to test my code in ResponseEmitterTest:: ```$response = (new Response()) ->withAddedHeader('Set-Cookie', 'google=not=nice;Path=/accounts; HttpOnly; samesite=Strict')``` Now sameSite keeps coming out as ```'path' => '/accounts; samesite=Strict',``` I have no idea why this is. If anyone could help me out, I'd be grateful |
# |
Jan 2nd 2020, 09:49 |
slackebot |
https://stackoverflow.com/questions/39750906/php-setcookie-samesite-strictF $path .= '; samesite=' . $sameSite; } setcookie( $cookie['name'], $cookie['value'], $cookie['expire'], $path, $cookie['domain'], $cookie['secure'], $cookie['httpOnly'] ); continue; }``` As for tests, I've done the following: 1. Added sameSite to |
# |
Jan 2nd 2020, 09:49 |
slackebot |
stackoverflow suggestion in the comment ```foreach ($cookies as $cookie) { if (is_array($cookie)) { $path = $cookie['path']; $sameSite = array_key_exists('sameSite', $cookie) ? $cookie['sameSite'] : null; if ($sameSite !== null) { // A hack is needed to properly handle all samesite values in PHP < 7.3. // This will break in PHP 7.3. // |
# |
Jan 2nd 2020, 09:49 |
tibor.hajos |
Hello, First of all, happy new year! I am in need of some help. I've been breaking my head over the samesite cookie backport for some hours now, and I'm stuck. If I understand everything correctly, this has been temporarily (PHP < 7.3) done with a hack, because setcookie() does not offer full support of all possible values. In my code, I've implemented it this way in `ResponseEmitter->emitCookies()`, and put everyting in $path, per the |
# |
Jan 2nd 2020, 09:05 |
dereuromark |
:) oh |
# |
Jan 2nd 2020, 09:05 |
admad |
there's nothing to PR, he used the wrong release. |
# |
Jan 2nd 2020, 09:02 |
dereuromark |
@luizcmarin You can make a PR here :) Thats the easiest way to get changes in. |
# |
Jan 2nd 2020, 08:29 |
pieceof |
happy 2020 :confetti_ball: |
# |
Jan 2nd 2020, 08:27 |
tobse |
Happy new year! |
# |
Jan 2nd 2020, 08:17 |
jotpe |
Good morning and a happy new year :tada: All the best for 2020! |
# |
Jan 2nd 2020, 06:54 |
alexdd55976 |
happy new year and good morning |
# |
Jan 2nd 2020, 01:07 |
challgren |
or 2.0.0-beta |
# |
Jan 2nd 2020, 01:06 |
challgren |
@luizcmarin theres a dev-cake-4.x branch that you can use |
# |
Jan 2nd 2020, 00:33 |
luizcmarin |
@admad in https://github.com/UseMuffin/Orderly change public function initialize(array $config) to public function initialize(array $config): void and it works cool in 4.0. thank you |
# |
Jan 1st 2020, 22:07 |
challgren |
Stems from https://sandbox.dereuromark.de/pages/best-practices |
# |
Jan 1st 2020, 22:07 |
peppejaripappalardo |
thx @challgren |
# |
Jan 1st 2020, 21:55 |
challgren |
The app_local.php overrides the app.php vars |
# |
Jan 1st 2020, 21:54 |
peppejaripappalardo |
thx to all :) |
# |
Jan 1st 2020, 21:54 |
peppejaripappalardo |
i dont understand : |
# |
Jan 1st 2020, 21:54 |
peppejaripappalardo |
hello everyone, in cake 4, the database config, works only with app_local.php? |
# |
Jan 1st 2020, 20:56 |
ndm |
no problem |
# |
Jan 1st 2020, 20:55 |
Rob73 |
Works now, thanks again :) |
# |
Jan 1st 2020, 20:55 |
Rob73 |
that's embarrassing '=D |
# |
Jan 1st 2020, 20:53 |
ndm |
`zh_CN` vs `zh_CH`? |
# |
Jan 1st 2020, 20:52 |
Rob73 |
src/Locale/zh_CN/default.po |