Skip to content

Commit

Permalink
Merge Space Templates - Meeds-io/MIPs#150 (#2517)
Browse files Browse the repository at this point in the history
  • Loading branch information
boubaker authored Nov 4, 2024
2 parents 7fd0f39 + d84e2dc commit 9cf5b4d
Show file tree
Hide file tree
Showing 44 changed files with 3,057 additions and 477 deletions.
10 changes: 2 additions & 8 deletions packaging/plf-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,19 +94,13 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<!-- Social -->
<dependency>
<groupId>io.meeds.social</groupId>
<artifactId>social-webapp-portlet</artifactId>
<artifactId>social-webapp</artifactId>
<type>war</type>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.meeds.social</groupId>
<artifactId>social-extension-war</artifactId>
<type>war</type>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.meeds.social</groupId>
<artifactId>social-extension-war</artifactId>
<artifactId>social-webapp</artifactId>
<type>pom</type>
<scope>import</scope>
<exclusions>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,6 @@ wiki.editPage.livingTime=${exo.wiki.editPage.livingTime:1800000}
#
# Disable space activity and activity for relation ship
exo.activity-type.USER_ACTIVITIES_FOR_RELATIONSHIP.enabled=${exo.activity-type.USER_ACTIVITIES_FOR_RELATIONSHIP.enabled:false}
exo.activity-type.SPACE_ACTIVITY.enabled=${exo.activity-type.SPACE_ACTIVITY.enabled:false}
exo.activity-type.USER_PROFILE_ACTIVITY.enabled=${exo.activity-type.USER_PROFILE_ACTIVITY.enabled:false}

# Spaces super managers groups
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,7 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<string>cometd</string>
</value>
<value>
<string>social-extension</string>
</value>
<value>
<string>social-portlet</string>
<string>social</string>
</value>
</collection>
</field>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,6 @@
# by default all activity Type are activated.
#
# exo.activity-type.DEFAULT_ACTIVITY.enabled=true
# exo.activity-type.SPACE_ACTIVITY.enabled=false
# exo.activity-type.USER_ACTIVITIES_FOR_SPACE.enabled=true
# exo.activity-type.exosocial\:relationship.enabled=true
# exo.activity-type.LINK_ACTIVITY.enabled=true
# exo.activity-type.USER_PROFILE_ACTIVITY.enabled=false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<properties-param>
<name>MeedsFeatureProperties</name>
<property name="exo.feature.pwa.enabled" value="${exo.feature.pwa.enabled:true}" />
<property name="exo.feature.SpaceHomeLayoutReset.enabled" value="${exo.feature.SpaceHomeLayoutReset.enabled:true}" />
<property name="exo.feature.EditorAttachImage.enabled" value="${exo.feature.EditorAttachImage.enabled:true}" />
<property name="exo.feature.customStylesheet.enabled" value="${exo.feature.customStylesheet.enabled:false}" />
</properties-param>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,5 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<import>war:/conf/meeds/portal-configuration.xml</import>
<import>war:/conf/meeds/portal-upgrade-configuration.xml</import>
<import>war:/conf/meeds/resources-bundle-configuration.xml</import>
<import>war:/conf/meeds/space-template-configuration.xml</import>

</configuration>
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@
</collection>
</field>
<field name="override">
<boolean>${meeds.portalConfig.metadata.override:true}</boolean>
<boolean>${io.meeds.meeds.portalConfig.metadata.override:true}</boolean>
</field>
<field name="importMode">
<string>${meeds.portalConfig.metadata.importmode:insert}</string>
<string>${io.meeds.meeds.portalConfig.metadata.importmode:insert}</string>
</field>
<field name="location">
<string>war:/conf/meeds/</string>
Expand Down

This file was deleted.

Binary file not shown.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,4 @@ portal.administration.template=Templates
portal.administration.pages=Pages
portal.administration.portlets=Portlets
portal.administration.pwaSettings=Mobile or Desktop App
portal.administration.spaceTemplates=Spaces
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,14 @@ portal.global.layout-editor=Layout Editor
portal.global.portlet-editor=Portlet Editor
portal.global.portlet-viewer=Portlet Viewer
portal.global.organizationalChart=Organizational Chart
portal.global.spaceHome=Home
portal.global.spaceNotes=Notes
portal.global.spaceTasks=Tasks
portal.global.spaceWallet=Wallet
portal.global.spaceMembers=Members
portal.global.spaceSettings=Settings
portal.global.more=More
portal.global.apps=Apps
news.navigation.node.label=News
portal.global.newsEditor=News editor
portal.global.newsDetail=News details
Expand Down
Loading

0 comments on commit 9cf5b4d

Please sign in to comment.