Yes I inverted svn comment between this one and application manager
application one
On Mon, Apr 21, 2008 at 9:28 AM, Sergiu Dumitriu <sergiu(a)xwiki.com> wrote:
I see there are more changes than just "Upgrade
version information"...
tmortagne (SVN) wrote:
Author: tmortagne
Date: 2008-04-17 19:08:18 +0200 (Thu, 17 Apr 2008)
New Revision: 9225
Modified:
xwiki-platform/xwiki-applications/trunk/wiki-manager/src/main/resources/WikiManager/CreateNewWiki
===================================================================
---
xwiki-platform/xwiki-applications/trunk/wiki-manager/src/main/resources/WikiManager/CreateNewWiki
2008-04-17 17:06:48 UTC (rev 9224)
+++
xwiki-platform/xwiki-applications/trunk/wiki-manager/src/main/resources/WikiManager/CreateNewWiki
2008-04-17 17:08:18 UTC (rev 9225)
@@ -12,9 +12,9 @@
<customClass></customClass>
<contentAuthor>XWiki.Admin</contentAuthor>
<creationDate>1186676964000</creationDate>
-<date>1204903048000</date>
-<contentUpdateDate>1204903048000</contentUpdateDate>
-<version>394.1</version>
+<date>1208445240000</date>
+<contentUpdateDate>1208445240000</contentUpdateDate>
+<version>23.1</version>
<title></title>
<template></template>
<defaultTemplate></defaultTemplate>
@@ -189,7 +189,9 @@
##
1 $msg.get("wikimanager.createwiki")
#if ($wstepbystep)
+
[$msg.get("wikimanager.action.createwiki.nonstepbystep")>CreateNewWiki#if($documentation)?doc=1#end]
#else
+
[$msg.get("wikimanager.action.createwiki.stepbystep")>CreateNewWiki?stepbystep=0&#if($documentation)doc=1#end]
#end
##
#if ($action && $action == "create")
@@ -427,9 +429,9 @@
<dl>
<dt><label
for="wikitemplate">$msg.get("wikimanager.wikitemplate")</label></dt>
<dd>
- <select name="wikitemplate"
id="wikitemplate">
+ #set ($listtemplate=$WikiManager.getWikiTemplateList())
+ <select #if($listtemplate.size() == 0)disabled#end
name="wikitemplate" id="wikitemplate">
<option value="">---</option>
- #set ($listtemplate=$WikiManager.getWikiTemplateList())
#foreach ($template in $listtemplate)
<option
value="$template.wikiName">$template.wikiName</option>
#end
@@ -444,9 +446,9 @@
<dl>
<dt><label
for="wikipackage">$msg.get("wikimanager.wikipackage")</label></dt>
<dd>
- <select name="wikipackage"
id="wikipackage">
+ #set ($listpackage=$doc.getAttachmentList())
+ <select #if($listpackage.size() == 0)disabled#end
name="wikipackage" id="wikipackage">
<option value="">---</option>
- #set ($listpackage=$doc.getAttachmentList())
#foreach ($package in $listpackage)
<option
value="$package.getFilename()">$package.getFilename()</option>
#end
@@ -534,6 +536,8 @@
#end
<div id="actioncreate">
<br />
+ #if ($request.stepbystep) <input type="hidden"
name="stepbystep" value="$request.stepbystep" /> #end
+ #if ($request.doc) <input type="hidden" name="doc"
value="$request.doc" /> #end
<input type="submit" name="actioncreate"
value="${msg.get("create")}" onclick="return validate();"
/>
</div>
</fieldset>
@@ -156,6 +156,9 @@
wikimanager.prop.wiki.homepage=Home page
wikimanager.prop.alias.server=Domain name
wikimanager.prop.alias.homepage=Home page
+XWiki.XWikiServerClass_visibility_public=Public
+XWiki.XWikiServerClass_visibility_private=Private
+XWiki.XWikiServerClass_visibility_template=Template
##
# DOC
##
@@ -168,7 +171,7 @@
wikimanager.doc.createwiki.desc=Set all the properties of your wiki here. All theses
properties can be changed at any time in the wiki's descriptor page.
wikimanager.doc.createwiki.desc.wikiprettyname=The display name of the wiki.
wikimanager.doc.createwiki.desc.description=A brief wiki description.
-wikimanager.doc.createwiki.desc.server=The domain name used to access the wiki. The
default domain name suffix is ~~{0}~~. To change it edit this wiki page and search the
$DOMAINNAME in TOOLS section.<br />You can add more domains latter in the
wiki's descriptor page.
+wikimanager.doc.createwiki.desc.server=The domain name used to access the wiki. The
default domain name suffix is ~~{0}~~. To change it edit this wiki page and search the
\"$DOMAINNAME\" in TOOLS section.<br />You can add more domains
latter in the wiki's descriptor page.
wikimanager.doc.createwiki.desc.owner=A global user who will have all the rights on this
wiki.
wikimanager.doc.createwiki.datafrom=When creating a new wiki you obtain by default an
empty wiki. You can use wiki template and/or XAR packages as content sources for the new
wiki.
wikimanager.doc.createwiki.datafrom.template=First the wiki template content will be
copied in the new wiki. To add more templates in the list set property ~~Visibility~~ of
the wiki "template" in its wiki descriptor page.
--
Sergiu Dumitriu
http://purl.org/net/sergiu/
_______________________________________________
devs mailing list
devs(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/devs