This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/npm_and_yarn/themes/common-theme/webapp/common-theme/js/jquery-migrate-4.0.2
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


    omit 2d91f8aa23 Bump jquery-migrate in 
/themes/common-theme/webapp/common-theme/js
     add 66917d4504 Fixed: Prevent receiving items from 'Receive Inventory 
Against Purchase Order' screen when shipment is in 'Received' status 
(OFBIZ-13343) (#943)
     add 4df45b5ee6 Fix formatting and punctuation in user manual (#950)
     add e3d73ac143 Improved: FlexibleStringExpander tests rewrite (OFBIZ-13336)
     add 58781d68b6 Improved: Avoid adding functions on jQuery object, remove 
use of internal jQuery UI function (OFBIZ-13346) (#946)
     add 45089936c0 Fixed: Change position of the Receive Against PO menu item 
and remove redundant link (OFBIZ-13353) (#951)
     add f26369dc67 Improved: Comment out the SOAP and HTTP engines 
(OFBIZ-12212)
     add 2937472978 Fixed: Transform the ‘Generate Shipment Manifest Report’ 
menu item into a button and remove the ‘Shipment Action Bar’ menu from the 
‘Receive Inventory Against Purchase Order’ screen (OFBIZ-13357) (#957)
     add c7621aa9ba Improved: replace "cross the error" with clearer wording in 
README (OFBIZ-13356)
     add 594ad288ef Improved: On the Receive Against PO screen, add a link that 
allows users to navigate to the order details screen (#952)
     add 8ba5174afb Improved: style helveticus locale selection page, add 
filter (OFBIZ-13354) (#954)
     add c892a51bcc Documented: Corrected phrasing in README.adoc for Windows 
installation path (OFBIZ-13360) (#961)
     add 65d2e08b56 Implemented: Move ofbizdocker user from current VM to a new 
one that uses Ubuntu 24.04 LTS (OFBIZ-13351)
     add af6424127b Fixed: incomplete invoice generation when receiving several 
items from the 'Receive Inventory Against Purchase Order' (OFBIZ-13358) (#959)
     add 3f4121d587 Fixed: A test case in ecommerce suite was failing because 
of incomplete sample data. Also updating the conditional check.
     add 95880c5a0d Improved: 
https://localhost:8443/webtools/control/EntityExportAll Added the support of 
ThruDate on this screen. The user may want to export the data for limited 
number of days/months/years from this screen.
     add cd6e013890 Improvements: Adding the additional message after the text 
box so that it's easy to understand the place where the default directory and 
file will be created or used the existing ones.
     add 20ad1590c7 Fixed: [SECURITY]  Several CVEs in Apache Tomcat 
(OFBIZ-13365)
     add 2aff62ff1f Improved : Rewrites FlexibleMapAccessorTest (OFBIZ-13345)
     add 5ec0e993f4 OFBIZ-13313 (#923)
     add 7995275115 Bump jquery-validation from 1.22.0 to 1.22.1 in 
/themes/common-theme/webapp/common-theme/js (#966)
     add 938e24c6f8 Bump jquery-migrate in 
/themes/common-theme/webapp/common-theme/js

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (2d91f8aa23)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/themes/common-theme/webapp/common-theme/js/jquery-migrate-4.0.2
 (938e24c6f8)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 README.adoc                                        |   4 +-
 .../template/order/OrderReportContactMechs.fo.ftl  |   5 +-
 applications/order/testdef/data/OrderTestData.xml  |   2 +-
 .../product/servicedef/services_shipment.xml       |  11 -
 .../ReceiveInventoryAgainstPurchaseOrder.groovy    |   2 +
 .../shipment/ShipmentReceiptServices.groovy        |  85 -----
 .../ReceiveInventoryAgainstPurchaseOrder.ftl       |  30 +-
 .../product/webapp/facility/WEB-INF/controller.xml |   8 +-
 .../product/widget/facility/FacilityMenus.xml      |  33 --
 .../product/widget/facility/ShipmentScreens.xml    |  17 +-
 build.gradle                                       |   4 +-
 dependencies.gradle                                |   4 +-
 docs/asciidoc/user-manual.adoc                     |  17 +-
 .../util/collection/FlexibleMapAccessorTest.groovy | 164 ++++++++++
 .../FlexibleStringExpanderParserTests.groovy       |  87 ++++++
 .../util/string/FlexibleStringExpanderTests.groovy | 246 +++++++++++++++
 .../base/util/string/tool/SpecialNumber.groovy     |  16 +-
 .../base/util/string/tool/TestException.groovy}    |  18 +-
 .../ofbiz/base/util/string/tool/TestNpe.groovy}    |  20 +-
 .../ofbiz/base/util/string/tool/TestingMap.groovy} |  23 +-
 .../util/collections/FlexibleMapAccessorTests.java | 206 -------------
 .../util/string/FlexibleStringExpanderTests.java   | 342 ---------------------
 framework/common/config/CommonUiLabels.xml         |   9 +
 .../webcommon/WEB-INF/handlers-controller.xml      |   5 +-
 .../java/org/apache/ofbiz/entity/Delegator.java    |   3 +-
 .../org/apache/ofbiz/entity/GenericDelegator.java  |   5 +
 .../org/apache/ofbiz/entity/GenericEntity.java     |   4 +-
 .../ofbiz/entity/test/EntityQueryTestSuite.java    |  14 +
 .../ofbiz/entity/util/DelegatorProvider.java}      |  18 +-
 .../org/apache/ofbiz/entity/util/EntityQuery.java  |   7 +-
 framework/security/config/security.properties      |   2 +-
 .../org/apache/ofbiz/service/LocalDispatcher.java  |  10 +-
 framework/webtools/config/WebtoolsUiLabels.xml     |   3 +
 framework/webtools/servicedef/services.xml         |   1 +
 .../apache/ofbiz/webtools/WebToolsServices.java    |  10 +-
 .../webtools/template/entity/EntityExportAll.ftl   |   9 +
 framework/webtools/template/entity/XmlDsDump.ftl   |   7 +-
 .../webapp/webtools/WEB-INF/controller.xml         |   2 +
 .../apache/ofbiz/widget/model/ModelFormTest.java   |   1 +
 .../webapp/common-theme/js/package-lock.json       |   8 +-
 .../webapp/common-theme/js/package.json            |   2 +-
 .../webapp/common-theme/js/util/OfbizUtil.js       |  24 +-
 .../helveticus/template/includes/ListLocales.ftl   | 138 +++++++++
 themes/helveticus/template/includes/Lookup.ftl     | 112 +++++++
 themes/helveticus/widget/CommonScreens.xml         | 133 ++++++++
 .../helveticus/widget/LookupScreens.xml            |  24 +-
 themes/helveticus/widget/Theme.xml                 |   6 +
 47 files changed, 1095 insertions(+), 806 deletions(-)
 create mode 100644 
framework/base/src/test/groovy/org/apache/ofbiz/base/util/collection/FlexibleMapAccessorTest.groovy
 create mode 100644 
framework/base/src/test/groovy/org/apache/ofbiz/base/util/string/FlexibleStringExpanderParserTests.groovy
 create mode 100644 
framework/base/src/test/groovy/org/apache/ofbiz/base/util/string/FlexibleStringExpanderTests.groovy
 copy docs/asciidoc/resource/source.java => 
framework/base/src/test/groovy/org/apache/ofbiz/base/util/string/tool/SpecialNumber.groovy
 (72%)
 copy 
framework/{common/src/main/java/org/apache/ofbiz/common/DataModelConstants.java 
=> 
base/src/test/groovy/org/apache/ofbiz/base/util/string/tool/TestException.groovy}
 (70%)
 copy 
framework/base/src/{main/java/org/apache/ofbiz/base/util/collections/LocalizedMap.java
 => test/groovy/org/apache/ofbiz/base/util/string/tool/TestNpe.groovy} (69%)
 copy 
framework/{webapp/src/main/java/org/apache/ofbiz/webapp/view/AbstractViewHandler.java
 => 
base/src/test/groovy/org/apache/ofbiz/base/util/string/tool/TestingMap.groovy} 
(65%)
 delete mode 100644 
framework/base/src/test/java/org/apache/ofbiz/base/util/collections/FlexibleMapAccessorTests.java
 delete mode 100644 
framework/base/src/test/java/org/apache/ofbiz/base/util/string/FlexibleStringExpanderTests.java
 copy 
framework/{widget/src/main/java/org/apache/ofbiz/widget/renderer/macro/model/GroupOption.java
 => entity/src/main/java/org/apache/ofbiz/entity/util/DelegatorProvider.java} 
(66%)
 create mode 100644 themes/helveticus/template/includes/ListLocales.ftl
 create mode 100644 themes/helveticus/template/includes/Lookup.ftl
 create mode 100644 themes/helveticus/widget/CommonScreens.xml
 copy framework/webtools/widget/AvailableServicesScreens.xml => 
themes/helveticus/widget/LookupScreens.xml (53%)

Reply via email to