πŸ‡ΈπŸ‡ͺSweden @kevineinarsson

Account created on 13 February 2015, over 9 years ago
#

Recent comments

πŸ‡ΈπŸ‡ͺSweden kevineinarsson

The patch doesn't work, s-maxage and max-age are always set to the same value.
The configuration form says that the 3xx/404/5xx max-age value should be the same as 200 responses. If that's the case, why is setClientTtl called?

πŸ‡ΈπŸ‡ͺSweden kevineinarsson

Rerolled #10 to apply cleanly to dev for people using this patch via Composer.

πŸ‡ΈπŸ‡ͺSweden kevineinarsson

Attached a test + patch (not a clean patch but it... works(?)) Maybe need to check if these values are null too.

πŸ‡ΈπŸ‡ͺSweden kevineinarsson

Changed some code from #25 since it broke my normal menu links, the derivative manager was only adding default_menu_tab and menu_tab items to the array of derivatives, as well as some inconsistent usage of the keys "menu" and "menu_name" causing some further issues.

I've also used core's menu link overrides to move some menu links around. With #25, none were applied. When I tried to update some values, the call to updateMenuLink caused a WSOD due to it trying to set the values directly to on page entity (i.e. $page->weight->value) which obviously doesn't exist. Should these overrides even be written directly to the page entity? Why not do what core does where menu link overrides are saved in a separate config entry? makes more sense IMO.

Production build 0.69.0 2024