Skip to content

Fix Bug #14238 #90

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -51,6 +51,10 @@ directory.domains =
directory.groups =
# Directory sort {NEWEST | ALPHA}
directory.sort = NEWEST
# Display Directory for anonymous access {true | false}
directory.enabled.forAnonymous = false
# Display Directory for guest user {true | false}
directory.enabled.forGuest = false

# The label displayed before news - 'none', 'default'
ticker.label = default
@@ -73,7 +77,7 @@ ticker.plugin.controls = false

Shortcut.tool.1.Url =
Shortcut.tool.1.Target = _blank
Shortcut.tool.1.AltText = Site web
Shortcut.tool.1.AltText =
Shortcut.tool.1.IconUrl =

##################################################################################
@@ -220,7 +224,7 @@ home.search.extrafield.space = false
home.publications.nb = 5
home.publications.spaceid =
home.publications.components.excluded =
#home.publications.spaces.excluded = ?
home.publications.spaces.excluded =

# Turn this to false to display first main space as homepage only if regular user has access to no news
home.displayedWhenNoNews = true
@@ -278,6 +282,14 @@ space.homepage.apps = true
space.homepage.events = true
space.homepage.admins = true
space.homepage.management.active = true

# Displaying list of <nb> new users
space.homepage.users.nb =
# For each user, displaying fields listed below (separated by a space)
space.homepage.users.fields = title phone fonction
# For each user, displaying its avatar (or not)
space.homepage.users.avatar = true

# Following parameters permit to defined a custom template for the given space and all his descendants
# Several lines for several templates can be added
space.homepage.management.customtemplate.WAXX = customTemplate.xml
Original file line number Diff line number Diff line change
@@ -7,6 +7,8 @@ StyleSheet = /weblib/skins/waves/css/main.css
## Banner properties
##################################################################################

# Banner wallpaper
banner.wallPaper =

# Id of spaces displayed in the banner (must be separated by spaces)
banner.spaces = *
@@ -49,6 +51,10 @@ directory.domains =
directory.groups =
# Directory sort {NEWEST | ALPHA}
directory.sort = NEWEST
# Display Directory for anonymous access {true | false}
directory.enabled.forAnonymous = false
# Display Directory for guest user {true | false}
directory.enabled.forGuest = false

# The label displayed before news - 'none', 'default'
ticker.label = default
@@ -72,7 +78,6 @@ ticker.plugin.controls = false
Shortcut.tool.1.Url =
Shortcut.tool.1.Target = _blank
Shortcut.tool.1.AltText =
# Shortcut.tool.1.IconUrl = /weblib/skins/waves/imDesign/fiche.png
Shortcut.tool.1.IconUrl =

##################################################################################
@@ -285,6 +290,14 @@ space.homepage.apps = true
space.homepage.events = true
space.homepage.admins = true
space.homepage.management.active = true

# Displaying list of <nb> new users
space.homepage.users.nb =
# For each user, displaying fields listed below (separated by a space)
space.homepage.users.fields = title phone fonction
# For each user, displaying its avatar (or not)
space.homepage.users.avatar = true

# Following parameters permit to defined a custom template for the given space and all his descendants
# Several lines for several templates can be added
space.homepage.management.customtemplate.WAXX = customTemplate.xml