{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":672910727,"defaultBranch":"main","name":"topwire","ownerLogin":"topwire","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2023-07-31T12:50:37.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/138117736?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1705604294.0","currentOid":""},"activityList":{"items":[{"before":"98bba0e0a5766657555ba7ec389c6470783cf6f2","after":"706704d262fc55adbb88c06007aada29374f746b","ref":"refs/heads/main","pushedAt":"2024-01-18T18:58:14.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"helhum","name":"Helmut Hummel","path":"/helhum","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/904370?s=80&v=4"},"commit":{"message":"[BUGFIX] Store context and page arguments for USER_INT plugins\n\nWhen using the context render view helper with an action\nargument and the action is uncached, then TYPO3 does not hand\nover the correct/modified request, but the original server request.\n\nFor that with the current state of TYPO3, the USER content object\nclass needs to be overridden, because this is the object that is\neventually executing the plugin user func (Extbase).\n\nThis override is minimal though, as only the render function is\noverridden and the parent method is called as well after the\nrequest is modified/ restored.\n\nFixes #14","shortMessageHtmlLink":"[BUGFIX] Store context and page arguments for USER_INT plugins"}},{"before":"732ea2ffe1ac80143af6b52d3f309cdd7fac0229","after":"98bba0e0a5766657555ba7ec389c6470783cf6f2","ref":"refs/heads/main","pushedAt":"2024-01-13T11:57:23.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"helhum","name":"Helmut Hummel","path":"/helhum","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/904370?s=80&v=4"},"commit":{"message":"[BUGFIX] Allow to use frame view helper in page templates\n\nDo not use Extbase UriBuilder, because this needs an Extbase Request in v12\nstill, which is not available in page templates","shortMessageHtmlLink":"[BUGFIX] Allow to use frame view helper in page templates"}},{"before":"51bc9859888bd7a9b789d75c84eb05b6dc6b9095","after":"732ea2ffe1ac80143af6b52d3f309cdd7fac0229","ref":"refs/heads/main","pushedAt":"2023-09-10T16:47:05.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"helhum","name":"Helmut Hummel","path":"/helhum","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/904370?s=80&v=4"},"commit":{"message":"[BUGFIX] Avoid http form status rewrites for frame requests\n\nTurbo only requires Drive captured form submits\nto require a redirect, when a form is successfully submitted.","shortMessageHtmlLink":"[BUGFIX] Avoid http form status rewrites for frame requests"}},{"before":"82218b94da1eb807de3745b4fb36b45f8392b61d","after":"51bc9859888bd7a9b789d75c84eb05b6dc6b9095","ref":"refs/heads/main","pushedAt":"2023-09-10T10:23:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"helhum","name":"Helmut Hummel","path":"/helhum","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/904370?s=80&v=4"},"commit":{"message":"[TASK] Fix typo in exception message","shortMessageHtmlLink":"[TASK] Fix typo in exception message"}},{"before":"d11840a30a25401a9bb5cea2d7a881054d61589c","after":"82218b94da1eb807de3745b4fb36b45f8392b61d","ref":"refs/heads/main","pushedAt":"2023-09-10T10:21:19.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"helhum","name":"Helmut Hummel","path":"/helhum","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/904370?s=80&v=4"},"commit":{"message":"[BUGFIX] Ensure context page it is an integer\n\nIn TYPO3 v11 the page id could be a string, other than in v12\nwhere it is always casted to integer before emitting the event.","shortMessageHtmlLink":"[BUGFIX] Ensure context page it is an integer"}},{"before":"6beb44c6d4d7e04a5ad2ed9adb1ffcfa62127fae","after":"d11840a30a25401a9bb5cea2d7a881054d61589c","ref":"refs/heads/main","pushedAt":"2023-08-17T16:06:25.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"helhum","name":"Helmut Hummel","path":"/helhum","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/904370?s=80&v=4"},"commit":{"message":"[BUGFIX] Allow TYPO3 11.5.29\n\nTopwire does not hard require the latest TYPO3 11 version","shortMessageHtmlLink":"[BUGFIX] Allow TYPO3 11.5.29"}},{"before":"71b009de0ca249a53c76e6770f9ea988e267f9a9","after":"6beb44c6d4d7e04a5ad2ed9adb1ffcfa62127fae","ref":"refs/heads/main","pushedAt":"2023-08-09T16:55:17.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"helhum","name":"Helmut Hummel","path":"/helhum","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/904370?s=80&v=4"},"commit":{"message":"[BUGFIX] Do not allow to override context page id\n\nInstead of needing to pass the context page id\nto a link that is created, use the page id of the\npage id of the link target.\n\nOtherwise it would be possible to create invalid links,\nwhen link target page id does not match context page id.\n\nFor that to work, the query param modification is moved\nto a new event listener.","shortMessageHtmlLink":"[BUGFIX] Do not allow to override context page id"}},{"before":"fd1100093b9dcf8a40f7088272e5dcebf9533757","after":"71b009de0ca249a53c76e6770f9ea988e267f9a9","ref":"refs/heads/main","pushedAt":"2023-08-08T07:12:37.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"helhum","name":"Helmut Hummel","path":"/helhum","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/904370?s=80&v=4"},"commit":{"message":"[TASK] Use cache identifier function consistently","shortMessageHtmlLink":"[TASK] Use cache identifier function consistently"}},{"before":"2d10e0b99fe048f0af8e3d0dec1e9047f4fd355d","after":"fd1100093b9dcf8a40f7088272e5dcebf9533757","ref":"refs/heads/main","pushedAt":"2023-08-07T16:14:49.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"helhum","name":"Helmut Hummel","path":"/helhum","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/904370?s=80&v=4"},"commit":{"message":"[BUGFIX] Declare branch alias","shortMessageHtmlLink":"[BUGFIX] Declare branch alias"}},{"before":null,"after":"2d10e0b99fe048f0af8e3d0dec1e9047f4fd355d","ref":"refs/heads/main","pushedAt":"2023-08-03T13:27:21.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"helhum","name":"Helmut Hummel","path":"/helhum","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/904370?s=80&v=4"},"commit":{"message":"[BUGFIX] Clarify todo for simplified context link creation","shortMessageHtmlLink":"[BUGFIX] Clarify todo for simplified context link creation"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAD41ZJ9QA","startCursor":null,"endCursor":null}},"title":"Activity ยท topwire/topwire"}