{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":81799714,"defaultBranch":"trunk","name":"ofbiz-framework","ownerLogin":"apache","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2017-02-13T08:00:07.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/47359?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1716816919.0","currentOid":""},"activityList":{"items":[{"before":"672c3f469015b2d8f01601ac43ed22f64c174607","after":"ddf6bec59bfe8c6fda1a656d50297ba60fac3d56","ref":"refs/heads/trunk","pushedAt":"2024-05-28T07:30:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"asfgit","name":null,"path":"/asfgit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1341245?s=80&v=4"},"commit":{"message":"Documented: about portlets, it's on wiki","shortMessageHtmlLink":"Documented: about portlets, it's on wiki"}},{"before":"44c63a05220c66b8b56130117ca3c546c96fbc24","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/themes/common-theme/webapp/common-theme/js/jquery-ui-dist-1.13.3","pushedAt":"2024-05-27T13:35:19.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"6b57e35dbc25d32fdaff8b956fe8eb22a3ed5bf7","after":"672c3f469015b2d8f01601ac43ed22f64c174607","ref":"refs/heads/trunk","pushedAt":"2024-05-27T13:35:11.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"JacquesLeRoux","name":"Jacques Le Roux","path":"/JacquesLeRoux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/557941?s=80&v=4"},"commit":{"message":"Bump jquery-ui-dist in /themes/common-theme/webapp/common-theme/js (#808)\n\nBumps [jquery-ui-dist](https://github.com/jquery/jquery-ui) from 1.13.2 to 1.13.3.\r\n- [Release notes](https://github.com/jquery/jquery-ui/releases)\r\n- [Commits](https://github.com/jquery/jquery-ui/compare/1.13.2...1.13.3)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: jquery-ui-dist\r\n dependency-type: direct:production\r\n update-type: version-update:semver-patch\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Bump jquery-ui-dist in /themes/common-theme/webapp/common-theme/js (#808"}},{"before":null,"after":"44c63a05220c66b8b56130117ca3c546c96fbc24","ref":"refs/heads/dependabot/npm_and_yarn/themes/common-theme/webapp/common-theme/js/jquery-ui-dist-1.13.3","pushedAt":"2024-05-27T13:03:27.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump jquery-ui-dist in /themes/common-theme/webapp/common-theme/js\n\nBumps [jquery-ui-dist](https://github.com/jquery/jquery-ui) from 1.13.2 to 1.13.3.\n- [Release notes](https://github.com/jquery/jquery-ui/releases)\n- [Commits](https://github.com/jquery/jquery-ui/compare/1.13.2...1.13.3)\n\n---\nupdated-dependencies:\n- dependency-name: jquery-ui-dist\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump jquery-ui-dist in /themes/common-theme/webapp/common-theme/js"}},{"before":"f6e6eb602d6dad04a6f12b36073aa7f86d30449d","after":"6b57e35dbc25d32fdaff8b956fe8eb22a3ed5bf7","ref":"refs/heads/trunk","pushedAt":"2024-05-24T19:45:44.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"asfgit","name":null,"path":"/asfgit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1341245?s=80&v=4"},"commit":{"message":"fixed: PartyFinancialHistory throws an error (OFBIZ-13099)\n\nThis is a rewrite for different reasons.\n\nThe queryIterators were called twice, for instance\nwhile (invIterator.next()) {\n invoice = nvIterator.next()\n\nThey are now called only once, else an instance would be lost\nwhile (invoice = invIterator.next()) {\n\nThe expression above raises the CodeNarc rule AssignmentInConditional\nSo I had to locally bypass it using comments\nI have added a warning in EntityListIterator::hasNext about that.\n\nAlso the queryIterators must be closed as documented in\nEntityQuery::queryIterator:\nNOTE: THAT THIS MUST BE CLOSED (preferably in a finally block) WHEN YOU ARE DONE\nWITH IT, AND DON'T LEAVE IT OPEN TOO LONG BEACUSE IT WILL MAINTAIN A DATABASE\nCONNECTION.\n\nIt could be possible to implements AutoCloseable in the call stack but not\nevident... EntityListIterator implements it...","shortMessageHtmlLink":"fixed: PartyFinancialHistory throws an error (OFBIZ-13099)"}},{"before":"0fc9a06435aa6f5d8d8aad806315295d63055b9f","after":"f6e6eb602d6dad04a6f12b36073aa7f86d30449d","ref":"refs/heads/trunk","pushedAt":"2024-05-24T16:10:47.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"asfgit","name":null,"path":"/asfgit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1341245?s=80&v=4"},"commit":{"message":"Fixed: Replace deprecated BigDecimal.ROUND_HALF by RoundingMode.HALF (OFBIZ-13103)\n\nRoundingMode.HALF_UP is not returning an int.\nThis, at least, prevents integration tests to pass. Maybe more due to\nOFBIZ-13099 that need to be fixed anyway.","shortMessageHtmlLink":"Fixed: Replace deprecated BigDecimal.ROUND_HALF by RoundingMode.HALF …"}},{"before":"2e439d88dbfe5dada2c07d47347ab4806b98d26f","after":"0fc9a06435aa6f5d8d8aad806315295d63055b9f","ref":"refs/heads/trunk","pushedAt":"2024-05-24T15:06:45.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"JacquesLeRoux","name":"Jacques Le Roux","path":"/JacquesLeRoux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/557941?s=80&v=4"},"commit":{"message":"improved: Duplicate action trigger in Manufacturing (OFBIZ-13101) (#806)\n\nOn the 'FndProductionRun' an action trigger to create something is shown.\r\nThis links to CreateProductionRun. This action trigger is already available via the MainActionMenu.\r\n\r\nRemoving this duplicate also improves the experience for users with only VIEW permissions, like auditor in the demo site.\r\n\r\nmodified: JopshopScreens.xml\r\n- removed decorator-section having action trigger","shortMessageHtmlLink":"improved: Duplicate action trigger in Manufacturing (OFBIZ-13101) (#806)"}},{"before":"b57e2d1916b54ed840f441b03e2356a3a56ecfc4","after":"2e439d88dbfe5dada2c07d47347ab4806b98d26f","ref":"refs/heads/trunk","pushedAt":"2024-05-24T14:52:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"asfgit","name":null,"path":"/asfgit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1341245?s=80&v=4"},"commit":{"message":"Improved: Replace deprecated BigDecimal.ROUND_HALF by RoundingMode.HALF (OFBIZ-13103)\n\nFixes a typo, it's RoundingMode.HALF_UP and not RoundingMode.ROUND_HALF_UP as\nwith BigDecimal","shortMessageHtmlLink":"Improved: Replace deprecated BigDecimal.ROUND_HALF by RoundingMode.HA…"}},{"before":"bc384fd978a36a51bad71a63135165f40f3676b3","after":"b57e2d1916b54ed840f441b03e2356a3a56ecfc4","ref":"refs/heads/trunk","pushedAt":"2024-05-24T13:47:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"asfgit","name":null,"path":"/asfgit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1341245?s=80&v=4"},"commit":{"message":"Improved: Replace deprecated BigDecimal.ROUND_HALF by RoundingMode.HALF (OFBIZ-13103)\n\nAddress this deprecation\n\nint java.math.BigDecimal.ROUND_HALF_UP\nDeprecated. Use RoundingMode.HALF_UP instead.\n\nRounding mode to round towards \"nearest neighbor\" unless both neighbors are\nequidistant, in which case round up. Behaves as for ROUND_UP if the discarded\nfraction is ≥ 0.5; otherwise, behaves as for ROUND_DOWN. Note that this is the\nrounding mode that most of us were taught in grade school.","shortMessageHtmlLink":"Improved: Replace deprecated BigDecimal.ROUND_HALF by RoundingMode.HA…"}},{"before":"98febce8c3594d0f8bb5e1fc7a6c09dadffd113d","after":"bc384fd978a36a51bad71a63135165f40f3676b3","ref":"refs/heads/trunk","pushedAt":"2024-05-24T12:04:51.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"JacquesLeRoux","name":"Jacques Le Roux","path":"/JacquesLeRoux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/557941?s=80&v=4"},"commit":{"message":"fixed: PartyFinancialHistory throws an error (OFBIZ-13099) (#804)\n\n* fixed: PartyFinancialHistory throws an error (OFBIZ-13099)\r\n\r\nWhen accessing the financial history screen in the partymgr application (e.g. via https://localhost:8443/partymgr/control/PartyFinancialHistory?partyId=EuroSupplier), following error multiple times are thrown:\r\n\r\nmodified:\r\n- replaced .hasNext() in PartyFinancialHistory.groovy, UnAppliedInvoicesForParty.groovy, UnAppliedPaymentsForParty.groovy\r\n\r\n* cleanup\r\n\r\n* fixed: PartyFinancialHistory throws an error (OFBIZ-13099)\r\n\r\nfixed while issue\r\n\r\n* fixed: PartyFinancialHistory throws an error (OFBIZ-13099)\r\n\r\nremoved iterator .close()\r\n\r\n* Update UnAppliedInvoicesForParty.groovy\r\n\r\nFixes:\r\nC:\\projectsASF\\Git\\ofbiz-framework>git apply 804.patch\r\n804.patch:69: trailing whitespace.\r\n\r\nwarning: 1 line adds whitespace errors.\r\n\r\n---------\r\n\r\nCo-authored-by: Jacques Le Roux ","shortMessageHtmlLink":"fixed: PartyFinancialHistory throws an error (OFBIZ-13099) (#804)"}},{"before":"cb8c65124bca100b109f3cd1f7008a32239f3255","after":"474e806816e4a1d0c16667972e5044ce2ded9d13","ref":"refs/heads/release18.12","pushedAt":"2024-05-24T07:31:23.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"asfgit","name":null,"path":"/asfgit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1341245?s=80&v=4"},"commit":{"message":"Improved: Prevent special encoded characters sequences in URLs (OFBIZ-13092)\n\nRemoves now redundant calls to URI::normalize in ControlFilter and LoginWorker\nclasses\nAlso removes few trailing blanks when needed (automatically done by Eclipse)","shortMessageHtmlLink":"Improved: Prevent special encoded characters sequences in URLs (OFBIZ…"}},{"before":"e7420fe4cf40f21e03bba3566d9b99d63a6e79a5","after":"98febce8c3594d0f8bb5e1fc7a6c09dadffd113d","ref":"refs/heads/trunk","pushedAt":"2024-05-24T07:01:52.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"asfgit","name":null,"path":"/asfgit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1341245?s=80&v=4"},"commit":{"message":"Improved: Extend HTML Sanitizer - style attribute (OFBIZ-12691)\n\nLike we allowed ' and \\ this allows @ to be used in email addresses.\nThere is no risk with that. If someone try to add something risky beside like\n it will be rejected anyway","shortMessageHtmlLink":"Improved: Extend HTML Sanitizer - style attribute (OFBIZ-12691)"}},{"before":"a1e700b7d2d801d0c74298ca22c28c2e373281d9","after":"e7420fe4cf40f21e03bba3566d9b99d63a6e79a5","ref":"refs/heads/trunk","pushedAt":"2024-05-23T20:27:28.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mbrohl","name":"Michael Brohl","path":"/mbrohl","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6698691?s=80&v=4"},"commit":{"message":"Improvements for ContentWorker methods and view-entities (OFBIZ-12829)","shortMessageHtmlLink":"Improvements for ContentWorker methods and view-entities (OFBIZ-12829)"}},{"before":"da3e353e51ac270c328c1f307d4c77ed356a8c75","after":"a1e700b7d2d801d0c74298ca22c28c2e373281d9","ref":"refs/heads/trunk","pushedAt":"2024-05-23T20:25:01.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mbrohl","name":"Michael Brohl","path":"/mbrohl","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6698691?s=80&v=4"},"commit":{"message":"Improved: Refactoring WebSiteProperties.java (OFBIZ-12843)","shortMessageHtmlLink":"Improved: Refactoring WebSiteProperties.java (OFBIZ-12843)"}},{"before":"e4bb0757a43e1194d82354b218ff2816741a420a","after":"da3e353e51ac270c328c1f307d4c77ed356a8c75","ref":"refs/heads/trunk","pushedAt":"2024-05-23T17:05:30.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mbrohl","name":"Michael Brohl","path":"/mbrohl","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6698691?s=80&v=4"},"commit":{"message":"Fixed: Apply orderItemAttributes when adding to Shoppingcart from\naddToCartFromOrder. (OFBIZ-12886)","shortMessageHtmlLink":"Fixed: Apply orderItemAttributes when adding to Shoppingcart from"}},{"before":"a1e51dcde045ec27a92b51be4f5f63abdccf9de8","after":"e4bb0757a43e1194d82354b218ff2816741a420a","ref":"refs/heads/trunk","pushedAt":"2024-05-23T07:08:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"asfgit","name":null,"path":"/asfgit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1341245?s=80&v=4"},"commit":{"message":"Fixed: createTimesheetForThisWeek as admin fails (OFBIZ-13098)\n\nAt least the below block of controller request-maps was removed by OFBIZ-12262\n \n \n \n \n \n \n \n \n \n \n \n \n\nMaybe more there are a log of changes in the controller","shortMessageHtmlLink":"Fixed: createTimesheetForThisWeek as admin fails (OFBIZ-13098)"}},{"before":"2981c1c978b56558f2a191d952ad04bf833a9b09","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/themes/common-theme/webapp/common-theme/js/dompurify-3.1.4","pushedAt":"2024-05-20T14:06:38.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"bc856f46f87435e986f98c75460a57c182e7e5d4","after":"a1e51dcde045ec27a92b51be4f5f63abdccf9de8","ref":"refs/heads/trunk","pushedAt":"2024-05-20T14:06:30.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"JacquesLeRoux","name":"Jacques Le Roux","path":"/JacquesLeRoux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/557941?s=80&v=4"},"commit":{"message":"Bump dompurify in /themes/common-theme/webapp/common-theme/js (#802)\n\nBumps [dompurify](https://github.com/cure53/DOMPurify) from 3.1.3 to 3.1.4.\r\n- [Release notes](https://github.com/cure53/DOMPurify/releases)\r\n- [Commits](https://github.com/cure53/DOMPurify/compare/3.1.3...3.1.4)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: dompurify\r\n dependency-type: direct:production\r\n update-type: version-update:semver-patch\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Bump dompurify in /themes/common-theme/webapp/common-theme/js (#802)"}},{"before":null,"after":"2981c1c978b56558f2a191d952ad04bf833a9b09","ref":"refs/heads/dependabot/npm_and_yarn/themes/common-theme/webapp/common-theme/js/dompurify-3.1.4","pushedAt":"2024-05-20T13:26:56.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump dompurify in /themes/common-theme/webapp/common-theme/js\n\nBumps [dompurify](https://github.com/cure53/DOMPurify) from 3.1.3 to 3.1.4.\n- [Release notes](https://github.com/cure53/DOMPurify/releases)\n- [Commits](https://github.com/cure53/DOMPurify/compare/3.1.3...3.1.4)\n\n---\nupdated-dependencies:\n- dependency-name: dompurify\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump dompurify in /themes/common-theme/webapp/common-theme/js"}},{"before":"3aba9e9dc7b1e67a417bc3d7111d4b38706bf6c4","after":"bc856f46f87435e986f98c75460a57c182e7e5d4","ref":"refs/heads/trunk","pushedAt":"2024-05-20T09:03:41.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"asfgit","name":null,"path":"/asfgit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1341245?s=80&v=4"},"commit":{"message":"Improved: Prevent special encoded characters sequences in URLs (OFBIZ-13092)\n\nRemoves no longer needed check in LoginWorker class. It's now handled before by\nControlFilter class.\nFixes imported indentation from 18.12 in ControlFilter.java","shortMessageHtmlLink":"Improved: Prevent special encoded characters sequences in URLs (OFBIZ…"}},{"before":"35b4b89f285d92445d6ade017c72b20fa4aa0a89","after":"cb8c65124bca100b109f3cd1f7008a32239f3255","ref":"refs/heads/release18.12","pushedAt":"2024-05-20T09:03:39.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"asfgit","name":null,"path":"/asfgit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1341245?s=80&v=4"},"commit":{"message":"Fixed: The non ASCII language in UiLabels.xml are not correctly handled during plugin creation (OFBIZ-13095)\n\nYou get this error:\n\n2024-05-19 09:52:41,314 |jsse-nio-8443-exec-3 |UtilProperties |W| XML file for\nlocale could not be loaded.\norg.xml.sax.SAXParseException: Invalid byte 3 of 3-byte UTF-8 sequence.\n\nWhen removing ZH labels it works. We should keep only English languages or\namend the createPlugin Gradle task. In this commit I remove all non English\nlabels and put a comment as documentation about that for developers\nin framework/resources/templates/UiLabels.xml","shortMessageHtmlLink":"Fixed: The non ASCII language in UiLabels.xml are not correctly handl…"}},{"before":"24d42f3be2913b33543c77ae8323dc5a98d9cbe7","after":"3aba9e9dc7b1e67a417bc3d7111d4b38706bf6c4","ref":"refs/heads/trunk","pushedAt":"2024-05-19T08:54:10.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"JacquesLeRoux","name":"Jacques Le Roux","path":"/JacquesLeRoux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/557941?s=80&v=4"},"commit":{"message":"Fixed: Duplicate main menu button after plugin creation (OFBIZ-13080) (#794)\n\nThe 'main' menu-item is no longer necessary as there is a default main menu button for every plugin.","shortMessageHtmlLink":"Fixed: Duplicate main menu button after plugin creation (OFBIZ-13080) ("}},{"before":"776eacc2a46de3779cea1f9b9748077d701e7929","after":"24d42f3be2913b33543c77ae8323dc5a98d9cbe7","ref":"refs/heads/trunk","pushedAt":"2024-05-19T07:21:51.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"JacquesLeRoux","name":"Jacques Le Roux","path":"/JacquesLeRoux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/557941?s=80&v=4"},"commit":{"message":"Improved: CommonExt - Move from hard-code menu location to parameterized (OFBIZ-12951) (#795)\n\n* Improved: CommonExt - Move from hard-code menu location to parameterized (OFBIZ-12951)\r\n\r\nofbizsetup uses profile screens from partymgr.\r\n\r\nmodified web.xml\r\n- added profileMenuLocation\r\n\r\n* OFBIZ-12951 Fix dependency on party\r\n\r\nofbizsetup is dependent on party elements\r\n\r\nmodified: commonext\r\n- web.xml: added new context-param for createNewParty menu\r\n\r\nmodified: party\r\n- web.xml: added new context-param for createNewParty menu\r\n- PartyScreens.xml: changed location createNewParty menu reference\r\n\r\n* Improved: CommonExt - Move from hard-code menu location to parameterized (OFBIZ-12951)\r\n\r\nmodified: Menus.xml\r\n- added MainActionMenu extending MainActionMenu in PartyMenus.xml","shortMessageHtmlLink":"Improved: CommonExt - Move from hard-code menu location to parameteri…"}},{"before":"eee3a464d0396b23081d150b940338752619d30c","after":"776eacc2a46de3779cea1f9b9748077d701e7929","ref":"refs/heads/trunk","pushedAt":"2024-05-18T12:56:43.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"vyasdevanshu","name":"Devanshu Vyas","path":"/vyasdevanshu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/62797272?s=80&v=4"},"commit":{"message":"Improved: Corrected the condition to fetch currency UOM id from shipment instead of shipment route segment (#801)\n\nThere is a typo in the condition while fetching a currency UOM id from the shipment route segment entity instead of shipment at the time of creating a shipment on the FedEx carrier.","shortMessageHtmlLink":"Improved: Corrected the condition to fetch currency UOM id from shipm…"}},{"before":"8aa27e3b4d08c0471c201fc83fd494399b1586d7","after":"eee3a464d0396b23081d150b940338752619d30c","ref":"refs/heads/trunk","pushedAt":"2024-05-14T14:53:25.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"nmalin","name":"Nicolas Malin","path":"/nmalin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20129918?s=80&v=4"},"commit":{"message":"Improved: Convert PortalPageServices.xml from mini-lang to Groovy (OFBIZ-13091)\n\nConvert following services :\n * createPortalPagePortlet\n * deletePortalPagePortlet\n * movePortletToPortalPage\n * deletePortalPage\n * updatePortalPageSeq\n * addPortalPageColumn\n * deletePortalPageColumn\n * updatePortletSeqDragDrop\n * getPortletAttributes\n\nDue to interdependency, introduce new service :\n * duplicatePortalPageDetails\n\nAnd by the way migrate PortalPageMethods.xml to PortalMethods.groovy","shortMessageHtmlLink":"Improved: Convert PortalPageServices.xml from mini-lang to Groovy (OF…"}},{"before":"85987ffcfd84e8f05a6c66089d4f11ded229c432","after":"8aa27e3b4d08c0471c201fc83fd494399b1586d7","ref":"refs/heads/trunk","pushedAt":"2024-05-13T16:06:42.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"MkLeila","name":"MLeila","path":"/MkLeila","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24397923?s=80&v=4"},"commit":{"message":"Fixed: Error when calling EntityQuery.from() with a dve via groovy DSL (OFBIZ-13077)\n\nThis add the Groovy DSL for EntityQuery.from(DynamicViewEntity dve)","shortMessageHtmlLink":"Fixed: Error when calling EntityQuery.from() with a dve via groovy DS…"}},{"before":"123c70100ea3311c45e450913d24ea45c15752d9","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/themes/common-theme/webapp/common-theme/js/dompurify-3.1.3","pushedAt":"2024-05-13T15:12:35.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"8cd452753791649a17d774ad935153ac78744d46","after":"85987ffcfd84e8f05a6c66089d4f11ded229c432","ref":"refs/heads/trunk","pushedAt":"2024-05-13T15:12:27.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"JacquesLeRoux","name":"Jacques Le Roux","path":"/JacquesLeRoux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/557941?s=80&v=4"},"commit":{"message":"Bump dompurify in /themes/common-theme/webapp/common-theme/js (#800)\n\nBumps [dompurify](https://github.com/cure53/DOMPurify) from 3.1.2 to 3.1.3.\r\n- [Release notes](https://github.com/cure53/DOMPurify/releases)\r\n- [Commits](https://github.com/cure53/DOMPurify/compare/3.1.2...3.1.3)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: dompurify\r\n dependency-type: direct:production\r\n update-type: version-update:semver-patch\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Bump dompurify in /themes/common-theme/webapp/common-theme/js (#800)"}},{"before":null,"after":"123c70100ea3311c45e450913d24ea45c15752d9","ref":"refs/heads/dependabot/npm_and_yarn/themes/common-theme/webapp/common-theme/js/dompurify-3.1.3","pushedAt":"2024-05-13T13:42:43.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump dompurify in /themes/common-theme/webapp/common-theme/js\n\nBumps [dompurify](https://github.com/cure53/DOMPurify) from 3.1.2 to 3.1.3.\n- [Release notes](https://github.com/cure53/DOMPurify/releases)\n- [Commits](https://github.com/cure53/DOMPurify/compare/3.1.2...3.1.3)\n\n---\nupdated-dependencies:\n- dependency-name: dompurify\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump dompurify in /themes/common-theme/webapp/common-theme/js"}},{"before":"f5aad6669e03fde5963eab2d2791403bed29da51","after":"8cd452753791649a17d774ad935153ac78744d46","ref":"refs/heads/trunk","pushedAt":"2024-05-13T09:20:30.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"asfgit","name":null,"path":"/asfgit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1341245?s=80&v=4"},"commit":{"message":"Fixed: Tomcat access_log has 2 dots (OFBIZ-13089)\n\nBetween Tomcat 7 and Tomcat 8 the access_log default value of fileDateFormat\nhas changed:\nhttps://tomcat.apache.org/tomcat-7.0-doc/config/valve.html#Access_Log_Valve/Attributes\nhttps://tomcat.apache.org/tomcat-8.0-doc/config/valve.html#Access_Log_Valve/Attributes\n\nI did not find any notice about that. We did not change OFBiz access-log-prefix value.\nNot a big deal but better keep a simple file format with only one dot.\n\nAs we use the defaul format value we could also remove this OOTB value.\nI believe it's better to keep it in order to allow users to decide about it.\nWithout this OOTB value they may miss this opportunity.","shortMessageHtmlLink":"Fixed: Tomcat access_log has 2 dots (OFBIZ-13089)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEVYuLmgA","startCursor":null,"endCursor":null}},"title":"Activity · apache/ofbiz-framework"}