josmas / openwonderland

Automatically exported from code.google.com/p/openwonderland
GNU General Public License v2.0
3 stars 5 forks source link

Add Server Name to Web UI #245

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
On the Launch page, add a human-readable name to be displayed directly under 
the "Welcome to Open Wonderland" text. For example:

Welcome to Open Wonderland
OWL Community Server

This name should be set on the Manager Server page, like this:

Manage Server - OWL Community Server (edit)

The user can then click on the edit button to get a dialog to change the server 
name. When changed, the new name should be reflected on the Launch page as well 
as the Manage Server page.

When a server is first set up, use the IP address as the default server name.

Original issue reported on code.google.com by nicole.m...@gmail.com on 27 Feb 2012 at 8:10

GoogleCodeExporter commented 9 years ago
In the release meeting, we decided that instead of adding an extra line under 
"Welcome to Open Wonderland" to make the greeting configurable. This would 
involve adding an editable field on the Manage Server page:

Greeting: Welcome to Open Wonderland

Since this is something that does not get changed often, I would add this field 
to the end of the page under the "Current Snapshot" box. "Welcome to Open 
Wonderland" should be the default text in the field. Admins can edit this to 
say things like "Welcome to the Open Wonderland Community Server" or "iSocial 
Test Server."

Original comment by nicole.m...@gmail.com on 26 Mar 2012 at 9:56

GoogleCodeExporter commented 9 years ago
Jose to investigate for May 2012 release.

Original comment by jonathan...@gmail.com on 27 Mar 2012 at 5:36

GoogleCodeExporter commented 9 years ago
Hi guys,

wondering if similar information is already stored somewhere. If not, where 
would it be best stored? Internal DB or somewhere like my.run.properties?
If the value is not available (user does not use a properties file) it can 
default to 'Welcome to Open Wonderland'.

Any thoughts?

Original comment by josmasfl...@gmail.com on 22 May 2012 at 7:39

GoogleCodeExporter commented 9 years ago
from Jon in the forum:
I would go with a properties file in the run directory. We do the same for 
client settings here:

http://code.google.com/p/openwonderland/source/browse/trunk/web/front/src/java/o
rg/jdesktop/wonderland/front/servlet/ClientPropertiesServlet.java#110

Original comment by josmasfl...@gmail.com on 30 May 2012 at 9:45