From b15892f1d3ee7d072b183ad3557993ab6a57591d Mon Sep 17 00:00:00 2001 From: Boubaker Khanfir Date: Mon, 27 May 2024 18:49:35 +0100 Subject: [PATCH] feat: Add Portlet instances and categories to import on startup - MEED-6903 - Meeds-io/MIPs#139 (#518) --- crowdin.yml | 18 ++++ .../src/main/resources/portlet-instances.json | 24 +++++ .../locale/portlet/LayoutEditor_en.properties | 2 + .../webapp/WEB-INF/conf/configuration.xml | 1 - .../application-registry-configuration.xml | 91 ------------------- 5 files changed, 44 insertions(+), 92 deletions(-) create mode 100644 wallet-services/src/main/resources/portlet-instances.json create mode 100644 wallet-webapps/src/main/resources/locale/portlet/LayoutEditor_en.properties delete mode 100644 wallet-webapps/src/main/webapp/WEB-INF/conf/wallet/application-registry-configuration.xml diff --git a/crowdin.yml b/crowdin.yml index c9f28fba09..e68452f599 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -141,4 +141,22 @@ files: [ "escape_special_characters": 0, "escape_quotes" : 0, }, + { + "source" : "/wallet-webapps/src/main/resources/locale/portlet/LayoutEditor_en.properties", + + "translation" : "%original_path%/%file_name%!_%locale_with_underscore%.%file_extension%", + "translation_replace" : { + "_en!": "","ar_SA": "ar","ar_OM": "aro","az_AZ": "az","ca_ES": "ca","ceb_PH": "ceb", + "co_FR": "co","cs_CZ": "cs","de_DE": "de","el_GR": "el","en_US": "en","es_ES": "es_ES","eu_ES": "eu","fa_IR": "fa", + "fi_FI": "fi","fil_PH": "fil","fr_FR": "fr","hi_IN": "hi","hu_HU": "hu","id_ID": "id","it_IT": "it","ja_JP": "ja", + "kab_KAB": "kab","ko_KR": "ko","lt_LT": "lt","ms_MY": "ms","nl_NL": "nl","no_NO": "no","pcm_NG": "pcm","pl_PL": "pl", + "pt_BR": "pt_BR","pt_PT": "pt_PT","ro_RO": "ro","ru_RU": "ru","sk_SK": "sk","sl_SI": "sl","sq_AL": "sq", + "sv_SE": "sv_SE","th_TH": "th","tl_PH": "tl","tr_TR": "tr","uk_UA": "uk","ur_IN": "ur_IN","vi_VN": "vi", + "zh_CN": "zh_CN","zh_TW": "zh_TW", + }, + "dest" : "add__ons/wallet/LayoutEditor.properties", + "update_option" : "update_as_unapproved", + "escape_special_characters": 0, + "escape_quotes" : 0, + }, ] \ No newline at end of file diff --git a/wallet-services/src/main/resources/portlet-instances.json b/wallet-services/src/main/resources/portlet-instances.json new file mode 100644 index 0000000000..4084d7e21a --- /dev/null +++ b/wallet-services/src/main/resources/portlet-instances.json @@ -0,0 +1,24 @@ +{ + "descriptors":[ + { + "nameId":"SpaceWallet", + "categoryNameId":"spaces", + "portletName":"SpaceWallet", + "names":{ + "en":"layout.portletInstance.SpaceWallet.name" + }, + "descriptions":{ + "en":"layout.portletInstance.SpaceWallet.description" + }, + "preferences":[ + + ], + "permissions":[ + "Everyone" + ], + "illustrationPath":"war:/../skin/DefaultSkin/portletIcons/SpaceWallet.png", + "system":true, + "spaceApplication":true + } + ] +} \ No newline at end of file diff --git a/wallet-webapps/src/main/resources/locale/portlet/LayoutEditor_en.properties b/wallet-webapps/src/main/resources/locale/portlet/LayoutEditor_en.properties new file mode 100644 index 0000000000..075bc9c610 --- /dev/null +++ b/wallet-webapps/src/main/resources/locale/portlet/LayoutEditor_en.properties @@ -0,0 +1,2 @@ +layout.portletInstance.SpaceWallet.name=Space Wallet +layout.portletInstance.SpaceWallet.description=Space Wallet Portlet diff --git a/wallet-webapps/src/main/webapp/WEB-INF/conf/configuration.xml b/wallet-webapps/src/main/webapp/WEB-INF/conf/configuration.xml index 784d6a86d9..880d7095ed 100644 --- a/wallet-webapps/src/main/webapp/WEB-INF/conf/configuration.xml +++ b/wallet-webapps/src/main/webapp/WEB-INF/conf/configuration.xml @@ -25,7 +25,6 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. war:/conf/wallet/bundle-configuration.xml war:/conf/wallet/organization-configuration.xml war:/conf/wallet/dynamic-container-configuration.xml - war:/conf/wallet/application-registry-configuration.xml war:/conf/wallet/user-page-configuration.xml war:/conf/wallet/notification-configuration.xml war:/conf/wallet/wallet-portal-configuration.xml diff --git a/wallet-webapps/src/main/webapp/WEB-INF/conf/wallet/application-registry-configuration.xml b/wallet-webapps/src/main/webapp/WEB-INF/conf/wallet/application-registry-configuration.xml deleted file mode 100644 index 46953dee3a..0000000000 --- a/wallet-webapps/src/main/webapp/WEB-INF/conf/wallet/application-registry-configuration.xml +++ /dev/null @@ -1,91 +0,0 @@ - - - - - - org.exoplatform.application.registry.ApplicationRegistryService - - spaces.portlets.registry - initListener - org.exoplatform.application.registry.ApplicationCategoriesPlugins - this listener init the portlets are registered in PortletRegister - - - merge - true - - - spacesApplications - description - - - spacesApplications - - - Spaces applications - - - Applications allowed to be added in spaces - - - - - *:/platform/users - - - - - - - - - Wallet - - - wallet/SpaceWallet - - - Space Wallet Portlet - - - portlet - - - spacesApplications - - - SpaceWallet - - - - - Everyone - - - - - - - - - - - - -