{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":5962880,"defaultBranch":"master","name":"core","ownerLogin":"MetaModels","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2012-09-26T08:19:40.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/2385670?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1715790745.0","currentOid":""},"activityList":{"items":[{"before":"d3f68f242f403c6bc3740fc2eb4d893bcf2cc08d","after":"61ae39b2c9167b9285d277c94550b464867f1b0c","ref":"refs/heads/release/2.3.0","pushedAt":"2024-05-15T17:53:35.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"zonky2","name":null,"path":"/zonky2","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1045318?s=80&v=4"},"commit":{"message":"Fix deprecation notice","shortMessageHtmlLink":"Fix deprecation notice"}},{"before":"87bc593dd105c015ffac5170aa0e3dd0b2ed83e4","after":"d3f68f242f403c6bc3740fc2eb4d893bcf2cc08d","ref":"refs/heads/release/2.3.0","pushedAt":"2024-05-15T17:48:59.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"zonky2","name":null,"path":"/zonky2","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1045318?s=80&v=4"},"commit":{"message":"Supress MissingClassConstType by psalm","shortMessageHtmlLink":"Supress MissingClassConstType by psalm"}},{"before":"38420a90a5987eb0293d58a30a46f3b6aca0acbe","after":"87bc593dd105c015ffac5170aa0e3dd0b2ed83e4","ref":"refs/heads/release/2.3.0","pushedAt":"2024-05-15T17:01:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"zonky2","name":null,"path":"/zonky2","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1045318?s=80&v=4"},"commit":{"message":"Add key for PHPCS","shortMessageHtmlLink":"Add key for PHPCS"}},{"before":"83ad19c47dd665f9a2f5b6926e3ab2b392c7a9a5","after":"38420a90a5987eb0293d58a30a46f3b6aca0acbe","ref":"refs/heads/release/2.3.0","pushedAt":"2024-05-15T16:59:10.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"zonky2","name":null,"path":"/zonky2","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1045318?s=80&v=4"},"commit":{"message":"Add key for PHPMD","shortMessageHtmlLink":"Add key for PHPMD"}},{"before":null,"after":"83ad19c47dd665f9a2f5b6926e3ab2b392c7a9a5","ref":"refs/heads/release/2.3.0","pushedAt":"2024-05-15T16:32:25.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"discordier","name":"Christian Schiffler","path":"/discordier","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/940331?s=80&v=4"},"commit":{"message":"Merge tag '2.3.0-beta1'\n\nRelease 2.3.0-beta1\n\nNew features:\n- Added schema manager including migrations.\n- Search index population has been rewritten.\n- Insert tag handling has been rewritten.\n- Sub-headline in input screens can be manually defined.\n- It is now possible to add an URL-fragment to the sorting\n links list elements and modules.\n- Sorting links in the list templates can now be generated\n via methods from within the template.\n- Support for native routing (Since Contao 4.10) is now\n officially supported - including priority handling.\n- Session handling has been moved from Contao Session to\n Symfony session - this reduces the amount of needed\n Cookies.\n- Invariant attributes are not hidden for variant items\n anymore but shown as read only instead.\n- Attribute settings in input screens now allow to select\n a widget template for backend and frontend-editing.\n- Listing in Backend can now be grouped by calender week.\n- Translation handling has been converted from legacy\n language arrays (as known from TYPOlight days) and\n contao-community-alliance/translator to usage of the\n symfony/translator where possible.\n- The backend routes have been changed to use custom\n controllers. This removes the requirement to define\n access rights in multiple places. Now only the rights\n in MetaModels have to be defined.\n\nFixes:\n- Locale handling has been adjusted to Contao.\n- Child MetaModels can now also handle variants.\n- Many micro-fixes\n\nVarious:\n- The check pipeline has been switched from phpcq 1.3 to\n phpcq 2.0.\n- The whole codebase has been improved to fix found issues.","shortMessageHtmlLink":"Merge tag '2.3.0-beta1'"}},{"before":"065ed3d9e2dc4f98b947290962bf279958973a25","after":"83ad19c47dd665f9a2f5b6926e3ab2b392c7a9a5","ref":"refs/heads/master","pushedAt":"2024-05-15T16:28:46.000Z","pushType":"push","commitsCount":330,"pusher":{"login":"discordier","name":"Christian Schiffler","path":"/discordier","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/940331?s=80&v=4"},"commit":{"message":"Merge tag '2.3.0-beta1'\n\nRelease 2.3.0-beta1\n\nNew features:\n- Added schema manager including migrations.\n- Search index population has been rewritten.\n- Insert tag handling has been rewritten.\n- Sub-headline in input screens can be manually defined.\n- It is now possible to add an URL-fragment to the sorting\n links list elements and modules.\n- Sorting links in the list templates can now be generated\n via methods from within the template.\n- Support for native routing (Since Contao 4.10) is now\n officially supported - including priority handling.\n- Session handling has been moved from Contao Session to\n Symfony session - this reduces the amount of needed\n Cookies.\n- Invariant attributes are not hidden for variant items\n anymore but shown as read only instead.\n- Attribute settings in input screens now allow to select\n a widget template for backend and frontend-editing.\n- Listing in Backend can now be grouped by calender week.\n- Translation handling has been converted from legacy\n language arrays (as known from TYPOlight days) and\n contao-community-alliance/translator to usage of the\n symfony/translator where possible.\n- The backend routes have been changed to use custom\n controllers. This removes the requirement to define\n access rights in multiple places. Now only the rights\n in MetaModels have to be defined.\n\nFixes:\n- Locale handling has been adjusted to Contao.\n- Child MetaModels can now also handle variants.\n- Many micro-fixes\n\nVarious:\n- The check pipeline has been switched from phpcq 1.3 to\n phpcq 2.0.\n- The whole codebase has been improved to fix found issues.","shortMessageHtmlLink":"Merge tag '2.3.0-beta1'"}},{"before":"ae81011a49ee32cce94a20e71da0d7e49d0d662e","after":"4ee66e25a66a2cd062b90282fce59d8d630b9dc7","ref":"refs/heads/hotfix/2.2.10-translation","pushedAt":"2023-08-16T19:02:10.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"MiniModel","name":"The friendly buildbot","path":"/MiniModel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4333204?s=80&v=4"},"commit":{"message":"Updated translations from transifex.","shortMessageHtmlLink":"Updated translations from transifex."}},{"before":"6d9bb88e45cefd333240e51130b593576e0a0a70","after":"ae81011a49ee32cce94a20e71da0d7e49d0d662e","ref":"refs/heads/hotfix/2.2.10-translation","pushedAt":"2023-08-16T19:01:57.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"MiniModel","name":"The friendly buildbot","path":"/MiniModel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4333204?s=80&v=4"},"commit":{"message":"Updated translations from transifex.","shortMessageHtmlLink":"Updated translations from transifex."}},{"before":"59b455bd8dc71626f65347139d654d8fcfef49ea","after":"6d9bb88e45cefd333240e51130b593576e0a0a70","ref":"refs/heads/hotfix/2.2.10-translation","pushedAt":"2023-08-16T19:01:05.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"MiniModel","name":"The friendly buildbot","path":"/MiniModel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4333204?s=80&v=4"},"commit":{"message":"Updated translations from transifex.","shortMessageHtmlLink":"Updated translations from transifex."}},{"before":null,"after":"59b455bd8dc71626f65347139d654d8fcfef49ea","ref":"refs/heads/hotfix/2.2.10-translation","pushedAt":"2023-08-16T19:00:52.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"MiniModel","name":"The friendly buildbot","path":"/MiniModel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4333204?s=80&v=4"},"commit":{"message":"Updated translations from transifex.","shortMessageHtmlLink":"Updated translations from transifex."}},{"before":"317b3139af086c9d763b9b4e523227ceb6b43562","after":null,"ref":"refs/heads/hotfix/fix_get_as_array_issue_1498","pushedAt":"2023-05-26T08:30:04.567Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"discordier","name":"Christian Schiffler","path":"/discordier","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/940331?s=80&v=4"}},{"before":null,"after":"065ed3d9e2dc4f98b947290962bf279958973a25","ref":"refs/heads/hotfix/2.2.10","pushedAt":"2023-05-01T22:58:34.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"stefanheimes","name":"Stefan Heimes","path":"/stefanheimes","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/988286?s=80&v=4"},"commit":{"message":"Merge tag '2.2.9'\n\nHotfix release 2.2.9\n\n- Fix for: Get parameter array handled incorrectly","shortMessageHtmlLink":"Merge tag '2.2.9'"}},{"before":"009192bcd6e856a6e83f8470e8824c035f01c9a1","after":null,"ref":"refs/heads/hotfix/2.2.9","pushedAt":"2023-05-01T22:56:33.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"stefanheimes","name":"Stefan Heimes","path":"/stefanheimes","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/988286?s=80&v=4"}},{"before":"0c40c557c06df17074d872d32eff967a15835d92","after":"065ed3d9e2dc4f98b947290962bf279958973a25","ref":"refs/heads/master","pushedAt":"2023-05-01T22:54:57.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"stefanheimes","name":"Stefan Heimes","path":"/stefanheimes","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/988286?s=80&v=4"},"commit":{"message":"Merge tag '2.2.9'\n\nHotfix release 2.2.9\n\n- Fix for: Get parameter array handled incorrectly","shortMessageHtmlLink":"Merge tag '2.2.9'"}},{"before":"0c40c557c06df17074d872d32eff967a15835d92","after":"009192bcd6e856a6e83f8470e8824c035f01c9a1","ref":"refs/heads/hotfix/2.2.9","pushedAt":"2023-05-01T22:44:08.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"stefanheimes","name":"Stefan Heimes","path":"/stefanheimes","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/988286?s=80&v=4"},"commit":{"message":"Merge PR #1499 from @zonky2\n\n- Fix for: Get parameter array handled incorrectly #1498","shortMessageHtmlLink":"Merge PR #1499 from @zonky2"}},{"before":null,"after":"317b3139af086c9d763b9b4e523227ceb6b43562","ref":"refs/heads/hotfix/fix_get_as_array_issue_1498","pushedAt":"2023-04-13T07:11:17.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"zonky2","name":null,"path":"/zonky2","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1045318?s=80&v=4"},"commit":{"message":"Add array as possible get parameter.\n\nFix issue #1498","shortMessageHtmlLink":"Add array as possible get parameter."}},{"before":"34f66e5ae4d671296b9bc5c428d1805bb30b2fbb","after":null,"ref":"refs/heads/hotfix/2.2.8-translation","pushedAt":"2023-03-16T22:36:03.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"stefanheimes","name":"Stefan Heimes","path":"/stefanheimes","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/988286?s=80&v=4"}},{"before":"a5554441164b98381558989e4032f322243ec2e9","after":null,"ref":"refs/heads/hotfix/2.2.8","pushedAt":"2023-03-16T22:35:59.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"stefanheimes","name":"Stefan Heimes","path":"/stefanheimes","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/988286?s=80&v=4"}},{"before":null,"after":"0c40c557c06df17074d872d32eff967a15835d92","ref":"refs/heads/hotfix/2.2.9","pushedAt":"2023-03-16T22:35:32.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"stefanheimes","name":"Stefan Heimes","path":"/stefanheimes","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/988286?s=80&v=4"},"commit":{"message":"Merge tag '2.2.8'\n\nHotfix release 2.2.8\n\n- Update translations\n- Hotfix custom sql filter iflng inserttag","shortMessageHtmlLink":"Merge tag '2.2.8'"}},{"before":"121daee1cd975ad826c23eb655df97ff5d7fe07c","after":"0c40c557c06df17074d872d32eff967a15835d92","ref":"refs/heads/master","pushedAt":"2023-03-16T22:34:08.000Z","pushType":"push","commitsCount":20,"pusher":{"login":"stefanheimes","name":"Stefan Heimes","path":"/stefanheimes","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/988286?s=80&v=4"},"commit":{"message":"Merge tag '2.2.8'\n\nHotfix release 2.2.8\n\n- Update translations\n- Hotfix custom sql filter iflng inserttag","shortMessageHtmlLink":"Merge tag '2.2.8'"}},{"before":"121daee1cd975ad826c23eb655df97ff5d7fe07c","after":"a5554441164b98381558989e4032f322243ec2e9","ref":"refs/heads/hotfix/2.2.8","pushedAt":"2023-03-16T21:25:27.000Z","pushType":"push","commitsCount":19,"pusher":{"login":"stefanheimes","name":"Stefan Heimes","path":"/stefanheimes","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/988286?s=80&v=4"},"commit":{"message":"Merge PR #1496 from @Ainschy\n\nHotfix custom sql filter iflng inserttag\n Add new class to resolve iflng / ifnlng inserttags in customSql query.","shortMessageHtmlLink":"Merge PR #1496 from @Ainschy"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEStZHDwA","startCursor":null,"endCursor":null}},"title":"Activity ยท MetaModels/core"}