{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":32792088,"defaultBranch":"main","name":"demo","ownerLogin":"symfony","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2015-03-24T10:37:08.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/143937?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1708080872.0","currentOid":""},"activityList":{"items":[{"before":"b02544a4590a5a58e893b39e4b87e160269fe453","after":"a53f9304bd9b1ded5a44a3de51263a7de62a50d4","ref":"refs/heads/main","pushedAt":"2024-04-16T09:31:34.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"javiereguiluz","name":"Javier Eguiluz","path":"/javiereguiluz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/73419?s=80&v=4"},"commit":{"message":"minor #1514 Remove the salt from the user entity (javiereguiluz)\n\nThis PR was merged into the main branch.\n\nDiscussion\n----------\n\nRemove the salt from the user entity\n\nThis is not needed since a long time ago.\n\nCommits\n-------\n\na0caccd6 Remove the salt from the user entity","shortMessageHtmlLink":"minor #1514 Remove the salt from the user entity (javiereguiluz)"}},{"before":"31fad76103e23bdc638523a353285e7fd75327cd","after":"b02544a4590a5a58e893b39e4b87e160269fe453","ref":"refs/heads/main","pushedAt":"2024-04-16T09:30:55.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"javiereguiluz","name":"Javier Eguiluz","path":"/javiereguiluz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/73419?s=80&v=4"},"commit":{"message":"minor #1515 Mark some properties and classes as readonly (javiereguiluz)\n\nThis PR was merged into the main branch.\n\nDiscussion\n----------\n\nMark some properties and classes as readonly\n\nCommits\n-------\n\n06f3d607 Mark some properties and classes as readonly","shortMessageHtmlLink":"minor #1515 Mark some properties and classes as readonly (javiereguiluz)"}},{"before":"12f7357a9240f5917d9472fc75255ff788b1f5c6","after":"31fad76103e23bdc638523a353285e7fd75327cd","ref":"refs/heads/main","pushedAt":"2024-04-16T09:30:07.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"javiereguiluz","name":"Javier Eguiluz","path":"/javiereguiluz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/73419?s=80&v=4"},"commit":{"message":"feature #1516 Only use immutable datetime objects (javiereguiluz)\n\nThis PR was squashed before being merged into the main branch.\n\nDiscussion\n----------\n\nOnly use immutable datetime objects\n\nSince we use SQLite, it looks like we don't need a DB migration to make this change work. But maybe I'm wrong. Thanks for reviewing this.\n\nCommits\n-------\n\n6d6ec2c3 Only use immutable datetime objects","shortMessageHtmlLink":"feature #1516 Only use immutable datetime objects (javiereguiluz)"}},{"before":"26741c86f24f6b429a08e70bcd1542c83f0697c4","after":"12f7357a9240f5917d9472fc75255ff788b1f5c6","ref":"refs/heads/main","pushedAt":"2024-04-15T09:01:38.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"javiereguiluz","name":"Javier Eguiluz","path":"/javiereguiluz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/73419?s=80&v=4"},"commit":{"message":"minor #1513 Update SourceCodeExtension.php (parijke)\n\nThis PR was merged into the main branch.\n\nDiscussion\n----------\n\nUpdate SourceCodeExtension.php\n\nUse property promotion\n\nWe use property promotion all over the code base.\n\nCommits\n-------\n\n473c257a Update SourceCodeExtension.php","shortMessageHtmlLink":"minor #1513 Update SourceCodeExtension.php (parijke)"}},{"before":"e8dc87b467b54794804308c376f33503557e7aa4","after":"26741c86f24f6b429a08e70bcd1542c83f0697c4","ref":"refs/heads/main","pushedAt":"2024-04-15T09:00:14.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"javiereguiluz","name":"Javier Eguiluz","path":"/javiereguiluz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/73419?s=80&v=4"},"commit":{"message":"minor #1512 Update PostVoter.php (parijke)\n\nThis PR was merged into the main branch.\n\nDiscussion\n----------\n\nUpdate PostVoter.php\n\nUpdate comment with correct user status\n\nCommits\n-------\n\nb2eaa49e Update PostVoter.php","shortMessageHtmlLink":"minor #1512 Update PostVoter.php (parijke)"}},{"before":"719a423f3ebbb3937a8a40bf7f373339d0cd1802","after":"e8dc87b467b54794804308c376f33503557e7aa4","ref":"refs/heads/main","pushedAt":"2024-04-12T07:59:00.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"javiereguiluz","name":"Javier Eguiluz","path":"/javiereguiluz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/73419?s=80&v=4"},"commit":{"message":"feature #1511 Refactor how we define the available locales (javiereguiluz)\n\nThis PR was squashed before being merged into the main branch.\n\nDiscussion\n----------\n\nRefactor how we define the available locales\n\nI never liked the `app_locales` parameter: https://github.com/symfony/demo/blob/main/config/services.yaml#L9\n\nBut we need it for the route locale requirements.\n\nI was digging into how to improve this ... and realized that if we use the standard [enabled_locales](https://symfony.com/doc/current/reference/configuration/framework.html#enabled-locales) config option from Symfony, the `{_locale}` parameter included in the URLs is automatically restricted to those values.\n\nSo, we can simplify code by moving to `enabled_locales` without losing any functionality.\n\nCommits\n-------\n\n2955454e Refactor how we define the available locales","shortMessageHtmlLink":"feature #1511 Refactor how we define the available locales (javieregu…"}},{"before":"832f547686e52688396d6c30a29a132d71a5f581","after":"719a423f3ebbb3937a8a40bf7f373339d0cd1802","ref":"refs/heads/main","pushedAt":"2024-04-11T14:11:26.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"javiereguiluz","name":"Javier Eguiluz","path":"/javiereguiluz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/73419?s=80&v=4"},"commit":{"message":"feature #1502 add vietnamese translation (sungvadan)\n\nThis PR was squashed before being merged into the main branch.\n\nDiscussion\n----------\n\nadd vietnamese translation\n\nHello,\n\nThis is \"Vietnam\" language translation.\n\nCommits\n-------\n\n4060b745 add vietnamese translation","shortMessageHtmlLink":"feature #1502 add vietnamese translation (sungvadan)"}},{"before":"5923fcdea977411f73e37f7ee1cb60e517668d4f","after":"832f547686e52688396d6c30a29a132d71a5f581","ref":"refs/heads/main","pushedAt":"2024-04-11T13:03:38.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"javiereguiluz","name":"Javier Eguiluz","path":"/javiereguiluz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/73419?s=80&v=4"},"commit":{"message":"minor #1508 explicitly configure a default value that will change (xabbuh)\n\nThis PR was merged into the main branch.\n\nDiscussion\n----------\n\nexplicitly configure a default value that will change\n\nfixes #1507\n\nCommits\n-------\n\nb244932c explicitly configure a default value that will change","shortMessageHtmlLink":"minor #1508 explicitly configure a default value that will change (xa…"}},{"before":"5c9f6daa5a7afb309906642091697aa8d275a2da","after":"5923fcdea977411f73e37f7ee1cb60e517668d4f","ref":"refs/heads/main","pushedAt":"2024-02-20T08:16:23.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"javiereguiluz","name":"Javier Eguiluz","path":"/javiereguiluz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/73419?s=80&v=4"},"commit":{"message":"Revert the last change","shortMessageHtmlLink":"Revert the last change"}},{"before":"50ee9b95df92f9d8a81763cfe69aba0fad1f0868","after":"5c9f6daa5a7afb309906642091697aa8d275a2da","ref":"refs/heads/main","pushedAt":"2024-02-20T08:14:28.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"javiereguiluz","name":"Javier Eguiluz","path":"/javiereguiluz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/73419?s=80&v=4"},"commit":{"message":"Minor tweak","shortMessageHtmlLink":"Minor tweak"}},{"before":"54b93c35c9773a1b08d8653561da0b7647192dc3","after":"50ee9b95df92f9d8a81763cfe69aba0fad1f0868","ref":"refs/heads/main","pushedAt":"2024-02-19T11:32:49.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"javiereguiluz","name":"Javier Eguiluz","path":"/javiereguiluz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/73419?s=80&v=4"},"commit":{"message":"feature #1497 Update BlogController.php (seb-jean)\n\nThis PR was merged into the main branch.\n\nDiscussion\n----------\n\nUpdate BlogController.php\n\nI replace `$request->request` by `$request->getPayload()`\n\nReferences:\n\n- https://symfony.com/blog/new-in-symfony-6-3-request-payload\n- https://github.com/symfony/symfony-docs/pull/19225\n\nCommits\n-------\n\n98e366f8 Update BlogController.php","shortMessageHtmlLink":"feature #1497 Update BlogController.php (seb-jean)"}},{"before":"af72ef29ea903cd5382f9b16dce69782a45a0237","after":"54b93c35c9773a1b08d8653561da0b7647192dc3","ref":"refs/heads/main","pushedAt":"2024-02-19T11:19:21.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"javiereguiluz","name":"Javier Eguiluz","path":"/javiereguiluz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/73419?s=80&v=4"},"commit":{"message":"minor #1496 Update doctrine.yaml (seb-jean)\n\nThis PR was merged into the main branch.\n\nDiscussion\n----------\n\nUpdate doctrine.yaml\n\nI removed from `doctrine.yaml` code below because since Symfony 6.4, `profiling_collect_backtrace` is here : https://github.com/symfony/demo/blob/main/config/packages/doctrine.yaml#L9\n\n```yaml\nwhen@dev:\n doctrine:\n dbal:\n profiling_collect_backtrace: true\n```\n\nCommits\n-------\n\n986ec129 Update doctrine.yaml","shortMessageHtmlLink":"minor #1496 Update doctrine.yaml (seb-jean)"}},{"before":"dac838431433290383d0ee01582c595bc131aa3e","after":"af72ef29ea903cd5382f9b16dce69782a45a0237","ref":"refs/heads/main","pushedAt":"2024-02-19T11:18:02.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"javiereguiluz","name":"Javier Eguiluz","path":"/javiereguiluz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/73419?s=80&v=4"},"commit":{"message":"feature #1498 Make `Keep me logged in` as a translatable message (llupa)\n\nThis PR was squashed before being merged into the main branch.\n\nDiscussion\n----------\n\nMake `Keep me logged in` as a translatable message\n\nI used [Wikipedia's login page for all messages](https://es.wikipedia.org/w/index.php?title=Especial:Entrar&uselang=es).\n\nSome notes:\n\n- Wikipedia only has `pt` and this app has `pt_BR`. Generally Wikipedia's login labels are different from the demo, but I cannot really tell the cultural difference of `Keep me logged in`\n- I could not find a way to trigger Wikipedia's `sr` for latin script, it always defaulted to cyrilic. I used Google's translate API to get the latin version. (It looks ok, but slavic languages are not my _forte_).\n- The demo app renders the Japanese text correctly in browser, but over GH it is just a square (test: ロ).\n\nCommits\n-------\n\n9f952726 Make `Keep me logged in` as a translatable message","shortMessageHtmlLink":"feature #1498 Make Keep me logged in as a translatable message (llupa)"}},{"before":"84c378f152277b75df40a4575d3db032d0077c20","after":"dac838431433290383d0ee01582c595bc131aa3e","ref":"refs/heads/main","pushedAt":"2024-02-19T08:59:24.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"javiereguiluz","name":"Javier Eguiluz","path":"/javiereguiluz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/73419?s=80&v=4"},"commit":{"message":"bug #1499 [CI] Bump github actions (rosier)\n\nThis PR was merged into the main branch.\n\nDiscussion\n----------\n\n[CI] Bump github actions\n\nFixes warnings:\n\nNode.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.\n\nCommits\n-------\n\nd6f78bda [CI] Bump github actions","shortMessageHtmlLink":"bug #1499 [CI] Bump github actions (rosier)"}},{"before":"a2073d067e54e03014e5e3e3852f43c22a10b6ab","after":"84c378f152277b75df40a4575d3db032d0077c20","ref":"refs/heads/main","pushedAt":"2024-02-19T08:57:59.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"javiereguiluz","name":"Javier Eguiluz","path":"/javiereguiluz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/73419?s=80&v=4"},"commit":{"message":"feature #1495 Add bangla translation (AminulBD)\n\nThis PR was squashed before being merged into the main branch.\n\nDiscussion\n----------\n\nAdd bangla translation\n\nThis is \"Bangla\" language translation.\n\n**Wiki:**\n1. https://en.wikipedia.org/wiki/International_Mother_Language_Day\n2. https://en.wikipedia.org/wiki/Language_Movement_Day\n3. https://en.wikipedia.org/wiki/Bengali_language_movement\n\nCommits\n-------\n\n24cb6c4f Add bangla translation","shortMessageHtmlLink":"feature #1495 Add bangla translation (AminulBD)"}},{"before":"bbc5de32ab7e4668932ee988afcddb3c47060840","after":"a2073d067e54e03014e5e3e3852f43c22a10b6ab","ref":"refs/heads/main","pushedAt":"2024-02-16T10:37:57.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"javiereguiluz","name":"Javier Eguiluz","path":"/javiereguiluz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/73419?s=80&v=4"},"commit":{"message":"feature #1494 Upgrade to Doctrine DBAL 4 and ORM 3 (dmaicher)\n\nThis PR was merged into the main branch.\n\nDiscussion\n----------\n\nUpgrade to Doctrine DBAL 4 and ORM 3\n\nCommits\n-------\n\ndf3ea92a Upgrade to Doctrine DBAL 4 and ORM 3","shortMessageHtmlLink":"feature #1494 Upgrade to Doctrine DBAL 4 and ORM 3 (dmaicher)"}},{"before":"b3aee5f1cdbf1708a29fa3b98716fe6459d6e683","after":"bbc5de32ab7e4668932ee988afcddb3c47060840","ref":"refs/heads/main","pushedAt":"2024-02-16T10:10:42.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"javiereguiluz","name":"Javier Eguiluz","path":"/javiereguiluz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/73419?s=80&v=4"},"commit":{"message":"minor #1493 Update tests.yaml (seb-jean)\n\nThis PR was merged into the main branch.\n\nDiscussion\n----------\n\nUpdate tests.yaml\n\nHi,\n\nI updated the workflow to have the same as the one proposed in the blog article: [Upgrading Symfony Websites to AssetMapper\n](https://symfony.com/blog/upgrading-symfony-websites-to-assetmapper#changes-in-ci-and-deployment)\nWhat do you think ?\n\nCommits\n-------\n\n1ab3e525 Update tests.yaml","shortMessageHtmlLink":"minor #1493 Update tests.yaml (seb-jean)"}},{"before":"e6f2352342e9b38255c3518dc3dd07e41c230158","after":"b3aee5f1cdbf1708a29fa3b98716fe6459d6e683","ref":"refs/heads/main","pushedAt":"2024-02-16T10:05:54.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"javiereguiluz","name":"Javier Eguiluz","path":"/javiereguiluz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/73419?s=80&v=4"},"commit":{"message":"feature #1492 Nepali Language Translations (Pranan Subba)\n\nThis PR was squashed before being merged into the main branch.\n\nDiscussion\n----------\n\nNepali Language Translations\n\nThis is a Nepali Translation\n\nCommits\n-------\n\n993766b8 Nepali Language Translations","shortMessageHtmlLink":"feature #1492 Nepali Language Translations (Pranan Subba)"}},{"before":"860b954b38eb57d2d665513ff5c232323e251443","after":"e6f2352342e9b38255c3518dc3dd07e41c230158","ref":"refs/heads/main","pushedAt":"2024-02-08T15:00:40.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"javiereguiluz","name":"Javier Eguiluz","path":"/javiereguiluz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/73419?s=80&v=4"},"commit":{"message":"feature #1489 Albanian translation (llupa)\n\nThis PR was squashed before being merged into the main branch.\n\nDiscussion\n----------\n\nAlbanian translation\n\nAlbanian XLIFF language files added, and config.yml updated.\n\nCommits\n-------\n\ndfb3214 Albanian translation","shortMessageHtmlLink":"feature #1489 Albanian translation (llupa)"}},{"before":"4d9888d5620b06a0d6fc54249e334464362f5f26","after":"860b954b38eb57d2d665513ff5c232323e251443","ref":"refs/heads/main","pushedAt":"2024-02-05T15:58:48.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"javiereguiluz","name":"Javier Eguiluz","path":"/javiereguiluz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/73419?s=80&v=4"},"commit":{"message":"feature #1472 Improve routes requirements (HeahDude)\n\nThis PR was merged into the main branch.\n\nDiscussion\n----------\n\nImprove routes requirements\n\nCommits\n-------\n\nc5d6dca Improve routes requirements","shortMessageHtmlLink":"feature #1472 Improve routes requirements (HeahDude)"}},{"before":"dc20a113c0b21fda3852cf7d3f5af4aae9230a7b","after":"4d9888d5620b06a0d6fc54249e334464362f5f26","ref":"refs/heads/main","pushedAt":"2024-02-05T15:43:55.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"javiereguiluz","name":"Javier Eguiluz","path":"/javiereguiluz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/73419?s=80&v=4"},"commit":{"message":"minor #1491 More consistent code style (shuraknows)\n\nThis PR was squashed before being merged into the main branch.\n\nDiscussion\n----------\n\nMore consistent code style\n\nMultiple-line code blocks is being separated with new line from single-line code blocks.\n\nAlso php-cs-fixer suggested fix: functions with default null arguments should accept null value.\n\nCommits\n-------\n\ncb82e93 More consistent code style","shortMessageHtmlLink":"minor #1491 More consistent code style (shuraknows)"}},{"before":"6a2fe8f609bf27106ced5f85ac750c3ba8f01f11","after":"dc20a113c0b21fda3852cf7d3f5af4aae9230a7b","ref":"refs/heads/main","pushedAt":"2024-02-02T11:12:50.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"javiereguiluz","name":"Javier Eguiluz","path":"/javiereguiluz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/73419?s=80&v=4"},"commit":{"message":"minor #1490 Run macOS tests on latest M1 servers with macOS 14 (javiereguiluz)\n\nThis PR was merged into the main branch.\n\nDiscussion\n----------\n\nRun macOS tests on latest M1 servers with macOS 14\n\nSee https://github.blog/changelog/2024-01-30-github-actions-macos-14-sonoma-is-now-available/\n\nCommits\n-------\n\nc0424d8 Run macOS tests on latest M1 servers with macOS 14","shortMessageHtmlLink":"minor #1490 Run macOS tests on latest M1 servers with macOS 14 (javie…"}},{"before":"355f695ec15a2802010a813aa6f1c2ca442b97a8","after":"6a2fe8f609bf27106ced5f85ac750c3ba8f01f11","ref":"refs/heads/main","pushedAt":"2024-01-12T14:04:42.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"javiereguiluz","name":"Javier Eguiluz","path":"/javiereguiluz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/73419?s=80&v=4"},"commit":{"message":"minor #1485 Update devcontainer.json to use PHP 8.2 (Coderberg)\n\nThis PR was merged into the main branch.\n\nDiscussion\n----------\n\nUpdate devcontainer.json to use PHP 8.2\n\n8.1 → 8.2\n\nCommits\n-------\n\n92c486a Update devcontainer.json to use PHP 8.2","shortMessageHtmlLink":"minor #1485 Update devcontainer.json to use PHP 8.2 (Coderberg)"}},{"before":"49578e7a5459d7c1f49a63d10f8aa4295009c361","after":"355f695ec15a2802010a813aa6f1c2ca442b97a8","ref":"refs/heads/main","pushedAt":"2023-12-28T16:18:18.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"javiereguiluz","name":"Javier Eguiluz","path":"/javiereguiluz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/73419?s=80&v=4"},"commit":{"message":"minor #1484 Remove the unused var/sessions/ directory (javiereguiluz)\n\nThis PR was merged into the main branch.\n\nDiscussion\n----------\n\nRemove the unused var/sessions/ directory\n\nFixes #1416.\n\nCommits\n-------\n\n8b5eef7 Remove the unused var/sessions/ directory","shortMessageHtmlLink":"minor #1484 Remove the unused var/sessions/ directory (javiereguiluz)"}},{"before":"3edba75c07e87e3265dfe4d1bad2e52e9eb000c2","after":"49578e7a5459d7c1f49a63d10f8aa4295009c361","ref":"refs/heads/main","pushedAt":"2023-12-26T08:48:17.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"javiereguiluz","name":"Javier Eguiluz","path":"/javiereguiluz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/73419?s=80&v=4"},"commit":{"message":"minor #1481 Replace namespace Route Annotation with Route Attribute (ker0x)\n\nThis PR was merged into the main branch.\n\nDiscussion\n----------\n\nReplace namespace Route Annotation with Route Attribute\n\nCommits\n-------\n\nbdcc53e Replace namespace Route Annotation with Route Attribute","shortMessageHtmlLink":"minor #1481 Replace namespace Route Annotation with Route Attribute (…"}},{"before":"8e180ad3e4df4a786ebe4456b95ba39c4e744eea","after":null,"ref":"refs/heads/OskarStark-patch-1","pushedAt":"2023-12-20T14:00:22.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"xabbuh","name":"Christian Flothmann","path":"/xabbuh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1957048?s=80&v=4"}},{"before":"637c294aec59b363694928c92d5d29194d8d06b1","after":"3edba75c07e87e3265dfe4d1bad2e52e9eb000c2","ref":"refs/heads/main","pushedAt":"2023-12-20T11:43:11.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"javiereguiluz","name":"Javier Eguiluz","path":"/javiereguiluz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/73419?s=80&v=4"},"commit":{"message":"feature #1457 Update to Symfony 7 (javiereguiluz)\n\nThis PR was squashed before being merged into the main branch.\n\nDiscussion\n----------\n\nUpdate to Symfony 7\n\nCommits\n-------\n\n917ff37 Update to Symfony 7","shortMessageHtmlLink":"feature #1457 Update to Symfony 7 (javiereguiluz)"}},{"before":"37813f6e426fd466c4d80d90b69b22fcc1db87d2","after":"637c294aec59b363694928c92d5d29194d8d06b1","ref":"refs/heads/main","pushedAt":"2023-12-20T11:34:54.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"javiereguiluz","name":"Javier Eguiluz","path":"/javiereguiluz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/73419?s=80&v=4"},"commit":{"message":"feature #1480 Add a subtle cross-fade view transition (javiereguiluz)\n\nThis PR was merged into the main branch.\n\nDiscussion\n----------\n\nAdd a subtle cross-fade view transition\n\nOn symfony.com we recently added some subtle [CSS view transitions](https://developer.mozilla.org/en-US/docs/Web/API/View_Transitions_API).\n\nI propose to add this little change that adds a very subtle cross-fade animation between page loads. For now, it only works on Google Chrome browsers.\n\nCommits\n-------\n\ned9edd9 Add a subtle cross-fade view transition","shortMessageHtmlLink":"feature #1480 Add a subtle cross-fade view transition (javiereguiluz)"}},{"before":"263c87902df28ea385a5ad92e8f5f4b569ff7440","after":"37813f6e426fd466c4d80d90b69b22fcc1db87d2","ref":"refs/heads/main","pushedAt":"2023-12-15T16:04:13.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"javiereguiluz","name":"Javier Eguiluz","path":"/javiereguiluz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/73419?s=80&v=4"},"commit":{"message":"feature #1478 Display the language selector in the homepage (javiereguiluz)\n\nThis PR was squashed before being merged into the main branch.\n\nDiscussion\n----------\n\nDisplay the language selector in the homepage\n\nFixes #1429 and does other minor design tweaks for the homepage. It looks like this when the current language is `hr`:\n\n![language-selector-homepage](https://github.com/symfony/demo/assets/73419/c8ac7193-2478-41ec-8bb8-7ac74d171aee)\n\nCommits\n-------\n\n9a8644c Display the language selector in the homepage","shortMessageHtmlLink":"feature #1478 Display the language selector in the homepage (javiereg…"}},{"before":"8f7b923fc983b4272c3af51d8d8de6d269f43dad","after":"263c87902df28ea385a5ad92e8f5f4b569ff7440","ref":"refs/heads/main","pushedAt":"2023-12-15T16:03:20.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"javiereguiluz","name":"Javier Eguiluz","path":"/javiereguiluz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/73419?s=80&v=4"},"commit":{"message":"minor #1477 Fix comment about mailer config (HeahDude)\n\nThis PR was merged into the main branch.\n\nDiscussion\n----------\n\nFix comment about mailer config\n\nThe config files have been merged and `when@dev` is now used.\n\nCommits\n-------\n\nefd97d9 Fix comment about mailer config","shortMessageHtmlLink":"minor #1477 Fix comment about mailer config (HeahDude)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEMdEQKQA","startCursor":null,"endCursor":null}},"title":"Activity · symfony/demo"}