Skip to content

Commit

Permalink
feat: Implement Platform settings site - Meeds-io/MIPs#88 (#405)
Browse files Browse the repository at this point in the history
  • Loading branch information
azayati authored Nov 25, 2023
2 parents be91c71 + 7515a43 commit 5956a31
Show file tree
Hide file tree
Showing 6 changed files with 150 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
#
# This file is part of the Meeds project (https://meeds.io/).
# Copyright (C) 2023 Meeds Association
# [email protected]
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 3 of the License, or (at your option) any later version.
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
# You should have received a copy of the GNU Lesser General Public License
# along with this program; if not, write to the Free Software Foundation,
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#
portal.administration.home=Platform settings
portal.administration.recognition=Recognition
portal.administration.kudos=Kudos
3 changes: 2 additions & 1 deletion kudos-webapps/src/main/webapp/WEB-INF/conf/configuration.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.exoplatform.org/xml/ns/kernel_1_3.xsd http://www.exoplatform.org/xml/ns/kernel_1_3.xsd"
xmlns="http://www.exoplatform.org/xml/ns/kernel_1_3.xsd">

<import>war:/conf/kudos/portal-configuration.xml</import>
<import>war:/conf/kudos/bundle-configuration.xml</import>
<import>war:/conf/kudos/organization-configuration.xml</import>
<import>war:/conf/kudos/dynamic-container-configuration.xml</import>
Expand All @@ -10,5 +11,5 @@
<import>war:/conf/kudos/activity-configuration.xml</import>
<import>war:/conf/kudos/navigation-categories-configuration.xml</import>
<import>war:/conf/kudos/upgrade-configuration.xml</import>

</configuration>
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
<?xml version="1.0" encoding="UTF-8"?>
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.exoplatform.org/xml/ns/kernel_1_3.xsd http://www.exoplatform.org/xml/ns/kernel_1_3.xsd" xmlns="http://www.exoplatform.org/xml/ns/kernel_1_3.xsd">
<external-component-plugins>
<target-component>org.exoplatform.portal.config.UserPortalConfigService</target-component>
<component-plugin>
<name>new.portal.config.user.listener</name>
<set-method>initListener</set-method>
<type>org.exoplatform.portal.config.NewPortalConfigListener</type>
<description>this listener init the portal configuration</description>
<priority>770</priority>
<init-params>
<object-param>
<name>portal.configuration</name>
<object type="org.exoplatform.portal.config.NewPortalConfig">
<field name="predefinedOwner">
<collection type="java.util.HashSet">
<value>
<string>administration</string>
</value>
</collection>
</field>
<field name="ownerType">
<string>portal</string>
</field>
<field name="templateLocation">
<string>war:/conf/kudos/portal</string>
</field>
<field name="override">
<boolean>${exo.kudos.portalConfig.administration.override:true}</boolean>
</field>
<field name="importMode">
<string>${exo.kudos.portalConfig.administration.importmode:insert}</string>
</field>
</object>
</object-param>
</init-params>
</component-plugin>
</external-component-plugins>
</configuration>
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
This file is part of the Meeds project (https://meeds.io/).
Copyright (C) 2023 Meeds Association [email protected]
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-->
<node-navigation
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.gatein.org/xml/ns/gatein_objects_1_6 http://www.gatein.org/xml/ns/gatein_objects_1_6"
xmlns="http://www.gatein.org/xml/ns/gatein_objects_1_6">
<priority>3</priority>

<page-nodes>
<node>
<name>home</name>
<label>#{portal.administration.home}</label>
<icon>fas fa-cog</icon>
<node>
<name>recognition</name>
<label>#{portal.administration.recognition}</label>
<icon>fas fa-trophy</icon>
<node>
<name>kudos</name>
<label>#{portal.administration.kudos}</label>
<icon>fas fa-award</icon>
<page-reference>portal::administration::kudosAdministration</page-reference>
</node>
</node>
</node>
</page-nodes>
</node-navigation>
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
This file is part of the Meeds project (https://meeds.io/).
Copyright (C) 2023 Meeds Association [email protected]
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-->
<page-set xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.exoplatform.org/xml/ns/gatein_objects_1_8 http://www.exoplatform.org/xml/ns/gatein_objects_1_8"
xmlns="http://www.exoplatform.org/xml/ns/gatein_objects_1_8">
<page>
<name>kudosAdministration</name>
<title>Kudo administration</title>
<access-permissions>*:/platform/rewarding</access-permissions>
<edit-permission>manager:/platform/rewarding</edit-permission>
<container id="singlePageApplicationContainer" template="system:/groovy/portal/webui/container/UIContainer.gtmpl" cssClass="singlePageApplication">
<access-permissions>Everyone</access-permissions>
<portlet-application>
<portlet>
<application-ref>kudos</application-ref>
<portlet-ref>KudosAdmin</portlet-ref>
</portlet>
<title>Kudos administration</title>
<access-permissions>Everyone</access-permissions>
<show-info-bar>false</show-info-bar>
</portlet-application>
</container>
</page>
</page-set>
4 changes: 3 additions & 1 deletion translations.properties
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,6 @@ Analytics.properties=kudos-webapps/src/main/resources/locale/portlet/Analytics_e
NotificationAdministration.properties=kudos-webapps/src/main/resources/locale/portlet/NotificationAdministration_en.properties

# Gamification
Gamification.properties=kudos-webapps/src/main/resources/locale/addon/Gamification_en.properties
Gamification.properties=kudos-webapps/src/main/resources/locale/addon/Gamification_en.properties

administration.properties=kudos-webapps/src/main/resources/locale/navigation/portal/administration_en.properties

0 comments on commit 5956a31

Please sign in to comment.