{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":6814383,"defaultBranch":"master","name":"init-cms-bundle","ownerLogin":"networking","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2012-11-22T14:34:40.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/2835147?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1715856567.0","currentOid":""},"activityList":{"items":[{"before":"3aa7adc5dc3933011cb417e44d2f9ba2735f304e","after":"be3e5600cf61f406ecb94878cf3627f773f04abe","ref":"refs/heads/master","pushedAt":"2024-06-04T08:36:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ychadwick","name":"Yorkie Chadwick","path":"/ychadwick","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/664349?s=80&v=4"},"commit":{"message":"configure toolbar of form field ckeditor\n\nSigned-off-by: Yorkie Chadwick ","shortMessageHtmlLink":"configure toolbar of form field ckeditor"}},{"before":"4e13f173a28085064248d861ea15fe5b06a327d6","after":"3aa7adc5dc3933011cb417e44d2f9ba2735f304e","ref":"refs/heads/master","pushedAt":"2024-05-15T18:16:59.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ychadwick","name":"Yorkie Chadwick","path":"/ychadwick","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/664349?s=80&v=4"},"commit":{"message":"minor reformating of code for better readablity\n\nSigned-off-by: Yorkie Chadwick ","shortMessageHtmlLink":"minor reformating of code for better readablity"}},{"before":"f66a6369baf386746ac0c22be7306a70bb7b9a62","after":"4e13f173a28085064248d861ea15fe5b06a327d6","ref":"refs/heads/master","pushedAt":"2024-05-14T12:39:35.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ychadwick","name":"Yorkie Chadwick","path":"/ychadwick","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/664349?s=80&v=4"},"commit":{"message":"Refactor code for clarity and improve formatting\n\nThis commit involves multiple formatting changes and code clean-up across various files. Changes include minor edits like adding/removing spaces or lines for consistency, changing the order of operations, and replacing the \"!=\" operator with \"!==\". Unnecessary commentary and import statements have been removed for better readability and neatness. Various tweaks in the use of braces and parentheses have been made for consistency. The listener tag in doctrine_orm.xml has also been removed.\n\nSigned-off-by: Yorkie Chadwick ","shortMessageHtmlLink":"Refactor code for clarity and improve formatting"}},{"before":"8a746b4ca41a5adfba670157393338033c7e39e6","after":"f66a6369baf386746ac0c22be7306a70bb7b9a62","ref":"refs/heads/master","pushedAt":"2024-05-13T13:09:39.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ychadwick","name":"Yorkie Chadwick","path":"/ychadwick","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/664349?s=80&v=4"},"commit":{"message":"Remove unnecessary whitespace in IgnoreRevertInterface\n\nBlank space lines that were not necessary for the function of the code in the IgnoreRevertInterface file were removed. This cleanup helps improve readability and maintain consistency in coding style.\n\nSigned-off-by: Yorkie Chadwick ","shortMessageHtmlLink":"Remove unnecessary whitespace in IgnoreRevertInterface"}},{"before":"1d96531d6c265d72ea9f9d4ffa3bff4b2568914c","after":"8a746b4ca41a5adfba670157393338033c7e39e6","ref":"refs/heads/master","pushedAt":"2024-05-10T13:56:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ychadwick","name":"Yorkie Chadwick","path":"/ychadwick","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/664349?s=80&v=4"},"commit":{"message":"Fixes:\n\nAdd display fixes for content items and user permissions\nAdded display fixes for tabs and errors in tabs\nAdded fixes for Select2 fields loaded via ajax\n\nSigned-off-by: Yorkie Chadwick ","shortMessageHtmlLink":"Fixes:"}},{"before":"77276c195c4bf3ef140a6737f6087d83b7d2b6f0","after":"1d96531d6c265d72ea9f9d4ffa3bff4b2568914c","ref":"refs/heads/master","pushedAt":"2024-03-26T16:50:23.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"ychadwick","name":"Yorkie Chadwick","path":"/ychadwick","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/664349?s=80&v=4"},"commit":{"message":"Delete outdated CSS and JavaScript files\n\nAdmin navbar CSS and CMS Admin JavaScript files have been deleted as they were unused and out of date. This will help in reducing clutter and potential confusion from maintaining unnecessary files in the project.","shortMessageHtmlLink":"Delete outdated CSS and JavaScript files"}},{"before":"5ac7647d18cd50778894fc5cdd057e6bc7efd2ab","after":"87b6b412079fb458ac7065decbc8c9a9fcf72187","ref":"refs/heads/6.3","pushedAt":"2024-03-26T15:59:57.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"ychadwick","name":"Yorkie Chadwick","path":"/ychadwick","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/664349?s=80&v=4"},"commit":{"message":"Update event handlers in PageListener class\n\nThe refactoring process in the PageListener class mainly addressed the event handling architecture. Redundant imports were eliminated and optimal use of Doctrine's ORM's Event classes was implemented. The code now presents improved clarity and maintainability, simplifying gear towards potential codebase updates in the future.","shortMessageHtmlLink":"Update event handlers in PageListener class"}},{"before":"8d350e2da2f193198a6d77341cc7f4c7182f1820","after":"5ac7647d18cd50778894fc5cdd057e6bc7efd2ab","ref":"refs/heads/6.3","pushedAt":"2024-03-21T08:24:32.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ychadwick","name":"Yorkie Chadwick","path":"/ychadwick","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/664349?s=80&v=4"},"commit":{"message":"Add pre-deserialization handling in PageListener\n\nIntroduced a new 'onPreDeserialize' method in the PageListener class to handle 'PRE_DESERIALIZE' events. This new function ensures proper data format and content before the deserialization process, improving the reliability and robustness of our deserialization routine.","shortMessageHtmlLink":"Add pre-deserialization handling in PageListener"}},{"before":"58216aa835d939d96deebf63623db5c02be410c4","after":"8d350e2da2f193198a6d77341cc7f4c7182f1820","ref":"refs/heads/6.3","pushedAt":"2024-03-19T18:21:01.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ychadwick","name":"Yorkie Chadwick","path":"/ychadwick","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/664349?s=80&v=4"},"commit":{"message":"Modify priority in AsDoctrineListener annotation\n\nThe priority for the postPersist event in the AsDoctrineListener annotation has been updated to -100. This will adjust the order in which listeners for this event are executed, allowing us to handle the event at the desired time within the flow of operations.","shortMessageHtmlLink":"Modify priority in AsDoctrineListener annotation"}},{"before":"40e77f88615abbf5911186f0df2ff78b3c31a638","after":"58216aa835d939d96deebf63623db5c02be410c4","ref":"refs/heads/6.3","pushedAt":"2024-03-19T17:31:34.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ychadwick","name":"Yorkie Chadwick","path":"/ychadwick","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/664349?s=80&v=4"},"commit":{"message":"remove deprecations\n\nRemoved annotations, containeraware classes and doctrine_subscribers","shortMessageHtmlLink":"remove deprecations"}},{"before":"3883812ebe5676293d70ddcd4c2de638a36d52cc","after":"77276c195c4bf3ef140a6737f6087d83b7d2b6f0","ref":"refs/heads/master","pushedAt":"2024-03-18T11:49:01.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ychadwick","name":"Yorkie Chadwick","path":"/ychadwick","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/664349?s=80&v=4"},"commit":{"message":"Fix admin check in form_admin_fields.html.twig\n\nChanged the check for admin in form_admin_fields.html.twig from checking for truthiness to checking if it's defined. This helps prevent errors in cases where 'admin' might be falsy, and aids in cleaner and more predictable code behavior.","shortMessageHtmlLink":"Fix admin check in form_admin_fields.html.twig"}},{"before":"bd1969f05639c60279e97910fdb5b83189dd55d8","after":"3883812ebe5676293d70ddcd4c2de638a36d52cc","ref":"refs/heads/master","pushedAt":"2024-03-04T11:27:32.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ychadwick","name":"Yorkie Chadwick","path":"/ychadwick","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/664349?s=80&v=4"},"commit":{"message":"Update background color for MediaAdmin and CKeditor templates\n\nThis commit introduces a consistent background color (--bs-app-bg-color) for the MediaAdmin and CKeditor views' list items. This visual update improves visibility and contrast, particularly for white images.","shortMessageHtmlLink":"Update background color for MediaAdmin and CKeditor templates"}},{"before":"7523d85362872eb97edaacf558559a9d7defe284","after":"bd1969f05639c60279e97910fdb5b83189dd55d8","ref":"refs/heads/master","pushedAt":"2024-03-04T11:09:02.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ychadwick","name":"Yorkie Chadwick","path":"/ychadwick","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/664349?s=80&v=4"},"commit":{"message":"Adjust security policy directive checks in AdminContentSecurityPolicyListener\n\nIn this commit, the directive checks in AdminContentSecurityPolicyListener have been modified to have quota marks for correct processing. These changes affect checks for 'unsafe-inline', 'unsafe-eval' and 'self' in different sections of the code. Additionally, the processing for 'worker-src' type has been updated to include 'unsafe-eval' checks.","shortMessageHtmlLink":"Adjust security policy directive checks in AdminContentSecurityPolicy…"}},{"before":"7c0117ea8252f73c717dc2d36f05f89a6f09d05d","after":"7523d85362872eb97edaacf558559a9d7defe284","ref":"refs/heads/master","pushedAt":"2024-03-04T10:50:49.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"ychadwick","name":"Yorkie Chadwick","path":"/ychadwick","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/664349?s=80&v=4"},"commit":{"message":"Update UI elements in CMS bundle\n\nThe CKEditor UI in the CMS bundle has been updated. Changes include adapting the layout of media boxes to look more rounded, adjustment to the overlay-layer, as well as updating the toggle tooltip data attribute. Additionally, several elements in list view and modals have been enhanced for a better user experience.","shortMessageHtmlLink":"Update UI elements in CMS bundle"}},{"before":"c20e332af752a5c09cfb493dcfb1bc1688c097ad","after":"7c0117ea8252f73c717dc2d36f05f89a6f09d05d","ref":"refs/heads/master","pushedAt":"2024-03-04T08:20:07.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ychadwick","name":"Yorkie Chadwick","path":"/ychadwick","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/664349?s=80&v=4"},"commit":{"message":"@WIP ckeditor media list viewer fixes","shortMessageHtmlLink":"@wip ckeditor media list viewer fixes"}},{"before":"5f25005d8a8b6c88c425f572fa2706d6fd5bbdc9","after":"c20e332af752a5c09cfb493dcfb1bc1688c097ad","ref":"refs/heads/master","pushedAt":"2024-02-29T15:41:55.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"ychadwick","name":"Yorkie Chadwick","path":"/ychadwick","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/664349?s=80&v=4"},"commit":{"message":"Add new route for image view in CMS bundle\n\nA new routing configuration, 'networking_init_cms_image_view_no_format', has been added to allow direct image viewing. This route leads to the 'viewAction' method of the 'MediaController' in the 'Networking\\InitCmsBundle'. Particular requirements for 'name' have also been defined, improving control over request handling.","shortMessageHtmlLink":"Add new route for image view in CMS bundle"}},{"before":"f8d09f65a17a71cc1f610e393869cd464b403797","after":"5f25005d8a8b6c88c425f572fa2706d6fd5bbdc9","ref":"refs/heads/master","pushedAt":"2024-02-28T11:22:53.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"ychadwick","name":"Yorkie Chadwick","path":"/ychadwick","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/664349?s=80&v=4"},"commit":{"message":"Refactor XmlController and update related sitemap templates\n\nRefactored XmlController class in init-cms-bundle to use property promotion and type hinting in PHP 8, improved code readability, and reduced complexity. Updated sitemap and multilingual sitemap templates to include 'lastmod' tag for updated pages and removed unnecessary comments.","shortMessageHtmlLink":"Refactor XmlController and update related sitemap templates"}},{"before":"91685471b3ce55291d20989bfdcc74c2aef3f399","after":"f8d09f65a17a71cc1f610e393869cd464b403797","ref":"refs/heads/master","pushedAt":"2024-02-26T16:09:14.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ychadwick","name":"Yorkie Chadwick","path":"/ychadwick","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/664349?s=80&v=4"},"commit":{"message":"Refactor WebauthnCredential entities and model\n\nThe code modifies the creation and initialization process of WebauthnCredential entities and associated model due to BC breaking changes in the symfony web-auth/webauthn-symfony-bundle. It adds new properties (backupEligible, backupStatus, uvInitialized), and a generate Unique ID method at persistence stage. The constructor method of the WebauthnCredentialModel has been restructured as well.","shortMessageHtmlLink":"Refactor WebauthnCredential entities and model"}},{"before":"0d7c67a86b8479b7fd0fa0244e26fc244896a6bd","after":"91685471b3ce55291d20989bfdcc74c2aef3f399","ref":"refs/heads/master","pushedAt":"2024-02-26T09:26:32.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ychadwick","name":"Yorkie Chadwick","path":"/ychadwick","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/664349?s=80&v=4"},"commit":{"message":"Refactor PageManager to improve data persisting process\n\nThe data persisting logic in PageManager has been improved by simplifying the checks for layout blocks. Additionally, old objects implementing IgnoreRevertInterface now utilize repository to find and return the needed object. These modifications aim to enhance code readability and efficiency of data management.","shortMessageHtmlLink":"Refactor PageManager to improve data persisting process"}},{"before":"75a51d0465c3be70d768d51dbc6636b4572be3f3","after":"0d7c67a86b8479b7fd0fa0244e26fc244896a6bd","ref":"refs/heads/master","pushedAt":"2024-02-22T08:21:54.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ychadwick","name":"Yorkie Chadwick","path":"/ychadwick","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/664349?s=80&v=4"},"commit":{"message":"Refactor and add constructors in `Reorder` classes\n\nIntroduced constructors in `AbstractReorder`, `FormReorder`, `ShowReorder`, and `ShowAndFormReorder` classes to set initial values. Also removed unneeded import, improved function return types and removed unneeded whitespace. The refactoring improves code readability and makes initial state setting more explicit.","shortMessageHtmlLink":"Refactor and add constructors in Reorder classes"}},{"before":"9054a6977d13fd928383eba5129b5b4014405f1a","after":"75a51d0465c3be70d768d51dbc6636b4572be3f3","ref":"refs/heads/master","pushedAt":"2024-02-21T15:41:48.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ychadwick","name":"Yorkie Chadwick","path":"/ychadwick","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/664349?s=80&v=4"},"commit":{"message":"The provided commit message does not match the diff.\n\nHere is the correct commit message based on the provided diff:\n\nAdd new ignored attributes in MediaNormalizer\n\nNew attributes like 'lazyObjectState', 'lazyObjectInitialized', 'lazyObjectAsInitialized', 'statusList' and 'metadataValue' have been added","shortMessageHtmlLink":"The provided commit message does not match the diff."}},{"before":"61cf8b5eab26652c51965e13e6be00720de2d424","after":"9054a6977d13fd928383eba5129b5b4014405f1a","ref":"refs/heads/master","pushedAt":"2024-02-21T14:42:11.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"ychadwick","name":"Yorkie Chadwick","path":"/ychadwick","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/664349?s=80&v=4"},"commit":{"message":"Removal of annotation reader, only attributes can be used now","shortMessageHtmlLink":"Removal of annotation reader, only attributes can be used now"}},{"before":"f6296d25d22138dfcd341a14e068c0bfefbdac06","after":"61cf8b5eab26652c51965e13e6be00720de2d424","ref":"refs/heads/master","pushedAt":"2024-02-09T09:42:11.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"ychadwick","name":"Yorkie Chadwick","path":"/ychadwick","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/664349?s=80&v=4"},"commit":{"message":"Update form_admin_fields.html.twig for translation domain usage\n\nAdjusted 'form_admin_fields.html.twig' for considering admin's translation domain if 'admin' object is present. Modifications have also been made to replace hard-coded text classes with translatable strings. These changes result in wider localization support and more flexible design.","shortMessageHtmlLink":"Update form_admin_fields.html.twig for translation domain usage"}},{"before":"791ab7edc5c75ee6c041198df097f9e603419d15","after":"f6296d25d22138dfcd341a14e068c0bfefbdac06","ref":"refs/heads/master","pushedAt":"2024-02-02T13:13:40.000Z","pushType":"push","commitsCount":6,"pusher":{"login":"ychadwick","name":"Yorkie Chadwick","path":"/ychadwick","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/664349?s=80&v=4"},"commit":{"message":"Refactor code adding return types and updated php-doc","shortMessageHtmlLink":"Refactor code adding return types and updated php-doc"}},{"before":"795243cdcc67c0bc55c1303d555d411f51e77266","after":"791ab7edc5c75ee6c041198df097f9e603419d15","ref":"refs/heads/master","pushedAt":"2024-02-01T20:31:16.000Z","pushType":"push","commitsCount":8,"pusher":{"login":"ychadwick","name":"Yorkie Chadwick","path":"/ychadwick","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/664349?s=80&v=4"},"commit":{"message":"Add translations for form.label_locale\n\nNew translation units for \"form.label_locale\" have been added to the MenuItemAdmin xliff files in German, English, Dutch, and French. This update provides more comprehensive language support across the application, ensuring a better user experience for non-English speakers.","shortMessageHtmlLink":"Add translations for form.label_locale"}},{"before":"5886035ffab8d1ea7c7318da7c8abcfb1b04d462","after":"40e77f88615abbf5911186f0df2ff78b3c31a638","ref":"refs/heads/6.3","pushedAt":"2024-01-31T11:12:38.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"ychadwick","name":"Yorkie Chadwick","path":"/ychadwick","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/664349?s=80&v=4"},"commit":{"message":"Fix argument in html_entity_decode function","shortMessageHtmlLink":"Fix argument in html_entity_decode function"}},{"before":"e38db1cbee57baf30a75d21788400555a2947344","after":"795243cdcc67c0bc55c1303d555d411f51e77266","ref":"refs/heads/master","pushedAt":"2024-01-24T15:19:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ychadwick","name":"Yorkie Chadwick","path":"/ychadwick","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/664349?s=80&v=4"},"commit":{"message":"Remove snapshotContent assignment in LayoutBlock\n\nThe snapshotContent property was being set in two methods within the LayoutBlock entity, however, it has been deemed unnecessary and removed. This change simplifies the code, reducing potential areas where errors could occur.","shortMessageHtmlLink":"Remove snapshotContent assignment in LayoutBlock"}},{"before":"5caae9e1ab8852ae606cbfd5f011f89946a76ef0","after":"e38db1cbee57baf30a75d21788400555a2947344","ref":"refs/heads/master","pushedAt":"2024-01-10T15:03:47.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"ychadwick","name":"Yorkie Chadwick","path":"/ychadwick","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/664349?s=80&v=4"},"commit":{"message":"Remove unused code in BaseAdmin.php\n\nRedundant dependencies and methods in 'BaseAdmin.php' are removed, and the 'configureFilterParameters' method is introduced. This simplifies","shortMessageHtmlLink":"Remove unused code in BaseAdmin.php"}},{"before":"aa82decd4ab52ed9db46377ff6d10cda2ab391c0","after":"5caae9e1ab8852ae606cbfd5f011f89946a76ef0","ref":"refs/heads/master","pushedAt":"2024-01-10T12:16:15.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"ychadwick","name":"Yorkie Chadwick","path":"/ychadwick","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/664349?s=80&v=4"},"commit":{"message":"Refactor PageSnapshot.php for cleaner code\n\nSeveral comments and unnecessary code were removed from the PageSnapshot.php file to attain a cleaner and less cluttered code structure. Type of page variable was updated from Page to PageInterface for better type declaration. This should improve readability and maintainability.","shortMessageHtmlLink":"Refactor PageSnapshot.php for cleaner code"}},{"before":"b16fec296013236af4a01dd76d47517a456317bb","after":"aa82decd4ab52ed9db46377ff6d10cda2ab391c0","ref":"refs/heads/master","pushedAt":"2024-01-05T15:00:03.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ychadwick","name":"Yorkie Chadwick","path":"/ychadwick","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/664349?s=80&v=4"},"commit":{"message":"Refactor admin layout twig template\n\nThis commit consolidates Twig conditionals and adds a data attribute to the modal dialog in the admin layout template. The admin check and assignment are combined into a single line for brevity and clarity. The modal dialog also gained a data-bs-focus attribute to control focus.","shortMessageHtmlLink":"Refactor admin layout twig template"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEW8egNQA","startCursor":null,"endCursor":null}},"title":"Activity · networking/init-cms-bundle"}