/[Apache-SVN]
ViewVC logotype

Revision 1750647


Jump to revision: Previous Next
Author: jleroux
Date: Wed Jun 29 14:06:29 2016 UTC (7 years, 9 months ago)
Changed paths: 213 (showing only 100; show all)
Log Message:
A last slightly modified patch from James Yong for "Autocompletion for Compound Widget" - https://issues.apache.org/jira/browse/OFBIZ-7061

I have uploaded a patch for the simple methods schema.
In general, the top level attributes are converted to simpleType, and attributeGroups to complexType.

Changed the following attribute name
1. ‘field’ to ‘fieldType’
2. ‘level’ to ‘levelType'

Denormalize the following attributeGroups
1. attlist.compare
2. attlist.compare-field

Left attributeGroup ‘typeDefaultString’ unchanged, cos it doesn’t matter. Not in use, it seem.

jleroux: we also fixed an issue with 
<xs:element name="field" type="fieldType"/> 
to 
<xs:element ref="field"/>
In the patch 

And I found a small issue (not minilang related) in ExampleCompoundWidgets.xml
-            <sm:log message="CompoundWidgetsFunc runs" sm:level="info"/>
+            <sm:log message="CompoundWidgetsFunc runs" level="info"/>


Changed paths

Path Details
Directoryofbiz/trunk/applications/accounting/minilang/UpgradeServices.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/minilang/admin/AcctgAdminServices.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/minilang/agreement/AgreementServices.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/minilang/budget/BudgetServices.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/minilang/finaccount/FinAccountGlPostServices.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/minilang/finaccount/FinAccountServices.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/minilang/fixedasset/FixedAssetServices.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/minilang/invoice/InvoiceEvents.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/minilang/invoice/InvoiceServices.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/minilang/invoice/SampleCommissionServices.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/minilang/ledger/AcctgTransServices.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/minilang/ledger/GeneralLedgerServices.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/minilang/payment/PaymentGatewayConfigServices.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/minilang/payment/PaymentMapProcs.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/minilang/payment/PaymentMethodEvents.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/minilang/payment/PaymentMethodServices.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/minilang/payment/PaymentServices.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/minilang/period/PeriodServices.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/minilang/permissions/PermissionServices.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/minilang/rate/RateServices.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/minilang/tax/TaxAuthorityServices.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/minilang/test/AutoAcctgTransTestsPurchase.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/minilang/test/AutoAcctgTransTestsSales.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/minilang/test/AutoInvoiceTests.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/minilang/test/AutoPaymentTests.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/minilang/test/FixedAssetTests.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/minilang/test/InvoicePerShipmentTests.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/minilang/test/PaymentApplicationTests.xml modified , text changed
Directoryofbiz/trunk/applications/commonext/minilang/SystemInfoServices.xml modified , text changed
Directoryofbiz/trunk/applications/commonext/minilang/setup/SetupEvents.xml modified , text changed
Directoryofbiz/trunk/applications/content/minilang/ContentManagementMapProcessors.xml modified , text changed
Directoryofbiz/trunk/applications/content/minilang/blog/BlogServices.xml modified , text changed
Directoryofbiz/trunk/applications/content/minilang/compdoc/CompDocServices.xml modified , text changed
Directoryofbiz/trunk/applications/content/minilang/content/ContentEvents.xml modified , text changed
Directoryofbiz/trunk/applications/content/minilang/content/ContentPermissionEvents.xml modified , text changed
Directoryofbiz/trunk/applications/content/minilang/content/ContentServices.xml modified , text changed
Directoryofbiz/trunk/applications/content/minilang/data/DataServices.xml modified , text changed
Directoryofbiz/trunk/applications/content/minilang/layout/LayoutEvents.xml modified , text changed
Directoryofbiz/trunk/applications/content/minilang/permission/ContentPermissionServices.xml modified , text changed
Directoryofbiz/trunk/applications/content/minilang/permission/DataResourcePermissionServices.xml modified , text changed
Directoryofbiz/trunk/applications/content/minilang/survey/SurveyServices.xml modified , text changed
Directoryofbiz/trunk/applications/content/minilang/website/WebSiteServices.xml modified , text changed
Directoryofbiz/trunk/applications/humanres/minilang/HumanResEvents.xml modified , text changed
Directoryofbiz/trunk/applications/humanres/minilang/HumanResServices.xml modified , text changed
Directoryofbiz/trunk/applications/humanres/minilang/UpgradeServices.xml modified , text changed
Directoryofbiz/trunk/applications/humanres/minilang/permission/HumanResPermissionServices.xml modified , text changed
Directoryofbiz/trunk/applications/manufacturing/minilang/bom/BomFormulas.xml modified , text changed
Directoryofbiz/trunk/applications/manufacturing/minilang/bom/BomMapProcs.xml modified , text changed
Directoryofbiz/trunk/applications/manufacturing/minilang/bom/BomSimpleMethods.xml modified , text changed
Directoryofbiz/trunk/applications/manufacturing/minilang/jobshopmgt/ProductionRunServices.xml modified , text changed
Directoryofbiz/trunk/applications/manufacturing/minilang/jobshopmgt/ProductionRunSimpleEvents.xml modified , text changed
Directoryofbiz/trunk/applications/manufacturing/minilang/routing/RoutingServices.xml modified , text changed
Directoryofbiz/trunk/applications/manufacturing/minilang/techdata/RoutingMapProcs.xml modified , text changed
Directoryofbiz/trunk/applications/manufacturing/minilang/techdata/RoutingSimpleEvents.xml modified , text changed
Directoryofbiz/trunk/applications/manufacturing/minilang/techdata/RoutingSimpleServices.xml modified , text changed
Directoryofbiz/trunk/applications/manufacturing/minilang/techdata/TaskFormulae.xml modified , text changed
Directoryofbiz/trunk/applications/manufacturing/minilang/test/ProductionRunTests.xml modified , text changed
Directoryofbiz/trunk/applications/marketing/minilang/marketing/campaign/CampaignServices.xml modified , text changed
Directoryofbiz/trunk/applications/marketing/minilang/marketing/contact/ContactListEvents.xml modified , text changed
Directoryofbiz/trunk/applications/marketing/minilang/marketing/contact/ContactListServices.xml modified , text changed
Directoryofbiz/trunk/applications/marketing/minilang/marketing/segment/SegmentServices.xml modified , text changed
Directoryofbiz/trunk/applications/marketing/minilang/marketing/test/MarketingTests.xml modified , text changed
Directoryofbiz/trunk/applications/marketing/minilang/marketing/tracking/TrackingCodeServices.xml modified , text changed
Directoryofbiz/trunk/applications/marketing/minilang/sfa/ContactMechMapProcs.xml modified , text changed
Directoryofbiz/trunk/applications/marketing/minilang/sfa/account/AccountServices.xml modified , text changed
Directoryofbiz/trunk/applications/marketing/minilang/sfa/contact/ContactServices.xml modified , text changed
Directoryofbiz/trunk/applications/marketing/minilang/sfa/lead/LeadServices.xml modified , text changed
Directoryofbiz/trunk/applications/order/minilang/UpgradeServices.xml modified , text changed
Directoryofbiz/trunk/applications/order/minilang/customer/CheckoutMapProcs.xml modified , text changed
Directoryofbiz/trunk/applications/order/minilang/customer/CustomerEvents.xml modified , text changed
Directoryofbiz/trunk/applications/order/minilang/opportunity/OpportunityServices.xml modified , text changed
Directoryofbiz/trunk/applications/order/minilang/order/CheckoutServices.xml modified , text changed
Directoryofbiz/trunk/applications/order/minilang/order/OrderDeliveryServices.xml modified , text changed
Directoryofbiz/trunk/applications/order/minilang/order/OrderReturnServices.xml modified , text changed
Directoryofbiz/trunk/applications/order/minilang/order/OrderServices.xml modified , text changed
Directoryofbiz/trunk/applications/order/minilang/order/OrderSimpleMethods.xml modified , text changed
Directoryofbiz/trunk/applications/order/minilang/quote/QuoteServices.xml modified , text changed
Directoryofbiz/trunk/applications/order/minilang/reports/NetBeforeOverheadDateEvent.xml modified , text changed
Directoryofbiz/trunk/applications/order/minilang/reports/NetBeforeOverheadEvent.xml modified , text changed
Directoryofbiz/trunk/applications/order/minilang/reports/NetBeforeOverheadMonthlyEvent.xml modified , text changed
Directoryofbiz/trunk/applications/order/minilang/reports/ProductDemandReportEvent.xml modified , text changed
Directoryofbiz/trunk/applications/order/minilang/reports/SalesReportEvent.xml modified , text changed
Directoryofbiz/trunk/applications/order/minilang/request/CustRequestEvents.xml modified , text changed
Directoryofbiz/trunk/applications/order/minilang/request/CustRequestServices.xml modified , text changed
Directoryofbiz/trunk/applications/order/minilang/requirement/RequirementServices.xml modified , text changed
Directoryofbiz/trunk/applications/order/minilang/shoppinglist/ShoppingListServices.xml modified , text changed
Directoryofbiz/trunk/applications/order/minilang/test/CustRequestTests.xml modified , text changed
Directoryofbiz/trunk/applications/order/minilang/test/QuoteTests.xml modified , text changed
Directoryofbiz/trunk/applications/order/minilang/test/ShoppingCartTests.xml modified , text changed
Directoryofbiz/trunk/applications/order/minilang/test/ShoppingListTests.xml modified , text changed
Directoryofbiz/trunk/applications/party/minilang/LookupServices.xml modified , text changed
Directoryofbiz/trunk/applications/party/minilang/communication/CommunicationEventEvents.xml modified , text changed
Directoryofbiz/trunk/applications/party/minilang/communication/CommunicationEventServices.xml modified , text changed
Directoryofbiz/trunk/applications/party/minilang/contact/ContactMechMapProcs.xml modified , text changed
Directoryofbiz/trunk/applications/party/minilang/contact/ContactMechServices.xml modified , text changed
Directoryofbiz/trunk/applications/party/minilang/contact/PartyContactMechMapProcs.xml modified , text changed
Directoryofbiz/trunk/applications/party/minilang/contact/PartyContactMechServices.xml modified , text changed
Directoryofbiz/trunk/applications/party/minilang/customer/CustomerEvents.xml modified , text changed
Directoryofbiz/trunk/applications/party/minilang/party/PartyInvitationServices.xml modified , text changed
Directoryofbiz/trunk/applications/party/minilang/party/PartyMapProcs.xml modified , text changed
[...]

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26