[seam-commits] Seam SVN: r7379 - in trunk/examples/wiki: src/etc
and 34 other directories.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Wed Feb 6 05:00:06 EST 2008
Author: christian.bauer at jboss.com
Date: 2008-02-06 05:00:05 -0500 (Wed, 06 Feb 2008)
New Revision: 7379
Added:
trunk/examples/wiki/src/etc/META-INF/components-test.xml
trunk/examples/wiki/src/etc/i18n/
trunk/examples/wiki/src/etc/i18n/messages_blogArchive_en.properties
trunk/examples/wiki/src/etc/i18n/messages_blogDirectory_en.properties
trunk/examples/wiki/src/etc/i18n/messages_blogRecentEntries_en.properties
trunk/examples/wiki/src/etc/i18n/messages_dirMenu_en.properties
trunk/examples/wiki/src/etc/i18n/messages_docPager_en.properties
trunk/examples/wiki/src/etc/i18n/messages_en.properties
trunk/examples/wiki/src/etc/i18n/messages_faqBrowser_en.properties
trunk/examples/wiki/src/etc/i18n/messages_feedAggregator_en.properties
trunk/examples/wiki/src/etc/i18n/messages_feedConnector_en.properties
trunk/examples/wiki/src/etc/i18n/messages_feedTeasers_en.properties
trunk/examples/wiki/src/etc/i18n/messages_flash_en.properties
trunk/examples/wiki/src/etc/i18n/messages_forumTopPosters_en.properties
trunk/examples/wiki/src/etc/i18n/messages_forum_en.properties
trunk/examples/wiki/src/etc/i18n/messages_jiraConnector_en.properties
trunk/examples/wiki/src/etc/i18n/messages_jiraIssueList_en.properties
trunk/examples/wiki/src/etc/i18n/messages_lastModifiedDocuments_en.properties
trunk/examples/wiki/src/etc/i18n/messages_tags_en.properties
trunk/examples/wiki/src/etc/i18n/messages_userProfile_en.properties
trunk/examples/wiki/src/etc/production.sql
trunk/examples/wiki/view/themes/inrelationto/mailtemplates/test.xhtml
Removed:
trunk/examples/wiki/src/etc/import-dev.sql
trunk/examples/wiki/src/etc/import-prod.sql
trunk/examples/wiki/src/etc/messages_blogArchive_en.properties
trunk/examples/wiki/src/etc/messages_blogDirectory_en.properties
trunk/examples/wiki/src/etc/messages_blogRecentEntries_en.properties
trunk/examples/wiki/src/etc/messages_dirMenu_en.properties
trunk/examples/wiki/src/etc/messages_docPager_en.properties
trunk/examples/wiki/src/etc/messages_faqBrowser_en.properties
trunk/examples/wiki/src/etc/messages_feedAggregator_en.properties
trunk/examples/wiki/src/etc/messages_feedConnector_en.properties
trunk/examples/wiki/src/etc/messages_feedTeasers_en.properties
trunk/examples/wiki/src/etc/messages_flash_en.properties
trunk/examples/wiki/src/etc/messages_forumTopPosters_en.properties
trunk/examples/wiki/src/etc/messages_forum_en.properties
trunk/examples/wiki/src/etc/messages_jiraConnector_en.properties
trunk/examples/wiki/src/etc/messages_jiraIssueList_en.properties
trunk/examples/wiki/src/etc/messages_lastModifiedDocuments_en.properties
trunk/examples/wiki/src/etc/messages_tags_en.properties
trunk/examples/wiki/src/etc/messages_userProfile_en.properties
trunk/examples/wiki/src/etc/security.drl
trunk/examples/wiki/src/etc/wiki.skin.properties
trunk/examples/wiki/src/main/org/jboss/seam/wiki/plugin/forum/ForumTopic.java
trunk/examples/wiki/src/main/seam.properties
trunk/examples/wiki/src/test/components.properties
Modified:
trunk/examples/wiki/build.xml
trunk/examples/wiki/src/etc/META-INF/components-dev.xml
trunk/examples/wiki/src/etc/META-INF/components-prod.xml
trunk/examples/wiki/src/etc/META-INF/persistence-dev-war.xml
trunk/examples/wiki/src/etc/META-INF/persistence-prod-war.xml
trunk/examples/wiki/src/etc/META-INF/persistence-test-war.xml
trunk/examples/wiki/src/etc/WEB-INF/components.xml
trunk/examples/wiki/src/etc/WEB-INF/faces-config.xml
trunk/examples/wiki/src/etc/WEB-INF/web.xml
trunk/examples/wiki/src/main/org/jboss/seam/wiki/WikiInit.java
trunk/examples/wiki/src/main/org/jboss/seam/wiki/core/action/UserHome.java
trunk/examples/wiki/src/main/org/jboss/seam/wiki/core/ui/FeedServlet.java
trunk/examples/wiki/src/main/org/jboss/seam/wiki/core/ui/FileServlet.java
trunk/examples/wiki/src/test/org/jboss/seam/wiki/test/WikiBaseData.dbunit.xml
trunk/examples/wiki/view/dirDisplay_d.xhtml
trunk/examples/wiki/view/dirDisplay_m.xhtml
trunk/examples/wiki/view/dirEdit_d.xhtml
trunk/examples/wiki/view/docDisplay_m.xhtml
trunk/examples/wiki/view/includes/attachmentDisplay.xhtml
trunk/examples/wiki/view/includes/captchaEntry.xhtml
trunk/examples/wiki/view/includes/formFieldDecorate.xhtml
trunk/examples/wiki/view/includes/ownerSelector.xhtml
trunk/examples/wiki/view/includes/pluginPreferencesForm.xhtml
trunk/examples/wiki/view/includes/preferences/editor.xhtml
trunk/examples/wiki/view/includes/statusIndicator.xhtml
trunk/examples/wiki/view/includes/userControl.xhtml
trunk/examples/wiki/view/includes/wikiTextEditor.xhtml
trunk/examples/wiki/view/includes/wikiUploadImageEditor.xhtml
trunk/examples/wiki/view/plugins/blogArchive/plugin.xhtml
trunk/examples/wiki/view/plugins/blogDirectory/plugin.xhtml
trunk/examples/wiki/view/plugins/blogRecentEntries/plugin.xhtml
trunk/examples/wiki/view/plugins/dirMenu/dirMenuItem.xhtml
trunk/examples/wiki/view/plugins/dirMenu/plugin.xhtml
trunk/examples/wiki/view/plugins/docPager/plugin.xhtml
trunk/examples/wiki/view/plugins/faqBrowser/faqControls.xhtml
trunk/examples/wiki/view/plugins/feedAggregator/plugin.xhtml
trunk/examples/wiki/view/plugins/forumList/forumListControls.xhtml
trunk/examples/wiki/view/plugins/forumList/forumListTable.xhtml
trunk/examples/wiki/view/plugins/forumList/lastTopicPost.xhtml
trunk/examples/wiki/view/plugins/forumPosting/plugin.xhtml
trunk/examples/wiki/view/plugins/forumReplies/plugin.xhtml
trunk/examples/wiki/view/plugins/forumStickyPosting/plugin.xhtml
trunk/examples/wiki/view/plugins/forumTopics/topicControls.xhtml
trunk/examples/wiki/view/plugins/forumTopics/topicPager.xhtml
trunk/examples/wiki/view/plugins/forumTopics/topicTable.xhtml
trunk/examples/wiki/view/plugins/jiraIssueList/plugin.xhtml
trunk/examples/wiki/view/search_d.xhtml
trunk/examples/wiki/view/search_m.xhtml
trunk/examples/wiki/view/tagDisplay_d.xhtml
trunk/examples/wiki/view/themes/default/m/template.xhtml
trunk/examples/wiki/view/themes/default/template.xhtml
trunk/examples/wiki/view/themes/inrelationto/m/template.xhtml
trunk/examples/wiki/view/themes/inrelationto/template.xhtml
trunk/examples/wiki/view/themes/sfwkorg/css/sfwk.css
trunk/examples/wiki/view/themes/sfwkorg/m/template.xhtml
trunk/examples/wiki/view/themes/sfwkorg/template.xhtml
trunk/examples/wiki/view/userList_d.xhtml
trunk/examples/wiki/view/userRegister_d.xhtml
Log:
Cleanup and preparation for production
Modified: trunk/examples/wiki/build.xml
===================================================================
--- trunk/examples/wiki/build.xml 2008-02-06 09:50:26 UTC (rev 7378)
+++ trunk/examples/wiki/build.xml 2008-02-06 10:00:05 UTC (rev 7379)
@@ -24,7 +24,6 @@
<property name="classes.dir" value="${tmp.dir}/classes"/>
<property name="testclasses.dir" value="${tmp.dir}/testclasses"/>
- <!-- TODO: Don't change this, IntelliJ TestNG plugin bug! http://jira.opensymphony.com/browse/TESTNG-146 -->
<property name="test.output.dir" value="${tmp.dir}/test-output"/>
<property name="exploded.dir" value="${tmp.dir}/exploded"/>
<property name="exploded.war.dir" value="${exploded.dir}/${project.name}.war"/>
@@ -174,11 +173,6 @@
<fileset dir="${classes.dir}/org/jboss/seam/wiki/core/model">
<include name="**/*.class"/>
</fileset>
- <!-- TODO
- <fileset dir="${classes.dir}/org/jboss/seam/wiki/plugin/forum">
- <include name="ForumTopic.class"/>
- </fileset>
- -->
</instrument>
</target>
@@ -272,30 +266,15 @@
<fileset dir="${src.etc.dir}/WEB-INF">
<patternset refid="meta.files"/>
</fileset>
- <!-- Override components.xml setting -->
- <filterset>
- <filter token="jndiPattern" value="${project.name}/#{ejbName}/local"/>
- <filter token="seamStartsPersistenceUnit" value="true"/>
- <filter token="ejbTransaction" value="false"/>
- </filterset>
</copy>
<!-- ########## Configuration files (WEB-INF/classes) ########### -->
<copy todir="${exploded.war.dir}/WEB-INF/classes">
<fileset dir="${src.etc.dir}">
- <include name="security.drl" />
- <include name="messages*.properties"/>
- <include name="*jpdl.xml"/>
- <include name="jbpm.cfg.xml"/>
- <include name="*.skin.properties"/>
+ <include name="i18n/messages*.properties"/>
<include name="ehcache.xml"/>
</fileset>
</copy>
- <copy tofile="${exploded.war.dir}/WEB-INF/classes/import.sql"
- file="${src.etc.dir}/import-${profile}.sql"
- overwrite="true"/>
- <!-- Replace @@LF@@ in import.sql with real SQL char(10) linefeed (concat)-->
- <replace file="${exploded.war.dir}/WEB-INF/classes/import.sql" token="@@LF@@" value="'||char(10)||'"/>
<!-- ########## Configuration files (WEB-INF/classes/META-INF) ########### -->
<copy todir="${exploded.war.dir}/WEB-INF/classes/META-INF">
@@ -312,11 +291,6 @@
overwrite="true">
</copy>
- <!--
- <replace file="${exploded.war.dir}/WEB-INF/classes/META-INF/persistence.xml"
- token="@LuceneIndexDir@" value="${lucene.indexDir}"/>
- -->
-
</target>
<target name="copydatasets" if="importdata">
@@ -394,24 +368,14 @@
<delete dir="${wiki.dist.dir}"/>
<mkdir dir="${wiki.dist.dir}"/>
+ <!-- ###### WAR ###### -->
<jar jarfile="${wiki.dist.dir}/${project.name}.war" basedir="${exploded.war.dir}"/>
+ <!-- ###### Datasource ###### -->
<copy tofile="${wiki.dist.dir}/${project.name}-ds.xml"
file="${src.etc.dir}/${project.name}-${profile}-ds.xml"/>
- <copy tofile="${wiki.dist.dir}/${project.name}-data.sql"
- file="${src.etc.dir}/import-prod.sql"
- overwrite="true"/>
- <!-- Now mess with the import.sql file because Hibernate doesn't use semicolons -->
- <replaceregexp file="${wiki.dist.dir}/${project.name}-data.sql"
- match="(.+)"
- replace="\1;"
- byline="true"/>
-
- <!-- Replace @@LF@@ in import.sql with real SQL char(10) linefeed (concat)-->
- <replace file="${wiki.dist.dir}/${project.name}-data.sql" token="@@LF@@" value="'||char(10)||'"/>
-
- <!-- Schema -->
+ <!-- ###### Schema ###### -->
<hibernatetool destdir="${basedir}">
<classpath path="${exploded.war.dir}/WEB-INF/classes"/>
<jpaconfiguration/> <!-- Use META-INF/persistence.xml -->
@@ -424,6 +388,11 @@
format="true"/>
</hibernatetool>
+ <!-- ###### Startup data ###### -->
+ <copy tofile="${wiki.dist.dir}/${project.name}-data.sql"
+ file="${src.etc.dir}/production.sql"
+ overwrite="true"/>
+
<!-- Clean up afterwards for the next deploy run -->
<antcall target="clean"/>
@@ -431,31 +400,6 @@
</target>
- <!-- ######################## TOOLS ################## -->
-
- <target name="schemaexport" depends="clean, exploderegular, exploderesources"
- description="Exports a generated schema to a file">
-
- <mkdir dir="${wiki.dist.dir}"/>
-
- <hibernatetool destdir="${basedir}">
- <classpath path="${exploded.war.dir}/WEB-INF/classes"/>
- <jpaconfiguration/> <!-- Use META-INF/persistence.xml -->
- <hbm2ddl
- drop="false"
- create="true"
- export="false"
- outputfilename="${wiki.dist.dir}/${project.name}-ddl.sql"
- delimiter=";"
- format="true"/>
- </hibernatetool>
-
- <!-- Clean up afterwards for the next deploy run -->
- <antcall target="clean"/>
-
- <echo message="Exported DDL to file: ${wiki.dist.dir}/${project-name}-ddl.sql"/>
- </target>
-
<!-- ######################## TESTS ################## -->
<target name="compiletests" depends="clean, compileclasses, copyjbossembedded"
@@ -470,8 +414,7 @@
<src path="${src.test.dir}" />
</javac>
- <!-- Copy resources (mapping files, properties, etc.) to classes -->
- <!-- components.properties overrides settings in components.xml -->
+ <!-- ###### Copy resources (XML files, properties, etc.) to classes ###### -->
<copy todir="${testclasses.dir}">
<fileset dir="${src.test.dir}">
<patternset refid="meta.files"/>
@@ -484,7 +427,7 @@
<target name="configuretests" depends="compiletests"
description="Copy resources to test path (call from IDE before tests)">
- <!-- ######## NEED TO COPY CLASSES TO TEST CLASSES DIRECTORY, SPLITTING DIRECTORIES NO LONGER WORKS -->
+ <!-- ###### Test classes ###### -->
<copy todir="${testclasses.dir}">
<fileset dir="${classes.dir}">
<include name="**/*"/>
@@ -497,18 +440,22 @@
<include name="**/*"/>
<!-- Handle these below -->
<exclude name="META-INF/persistence*.xml"/>
- <exclude name="${project.name}-*-ds.xml"/>
- <exclude name="import*.sql"/>
+ <exclude name="META-INF/components*.xml"/>
+ <exclude name="*-ds.xml"/>
+ <exclude name="*.sql"/>
</fileset>
</copy>
<copy tofile="${testclasses.dir}/META-INF/persistence.xml"
file="${src.etc.dir}/META-INF/persistence-test-war.xml"
overwrite="true"/>
+ <copy tofile="${testclasses.dir}/META-INF/components.xml"
+ file="${src.etc.dir}/META-INF/components-test.xml"
+ overwrite="true"/>
<copy tofile="${testclasses.dir}/wiki-ds.xml"
file="${src.etc.dir}/wiki-test-ds.xml"
overwrite="true"/>
- <!-- ######## Test binaries ######## -->
+ <!-- ######## Test data binaries ######## -->
<mkdir dir="${testclasses.dir}/META-INF/testbinaries"/>
<copy todir="${testclasses.dir}/META-INF/testbinaries">
<fileset dir="${basedir}/testbinaries">
Modified: trunk/examples/wiki/src/etc/META-INF/components-dev.xml
===================================================================
--- trunk/examples/wiki/src/etc/META-INF/components-dev.xml 2008-02-06 09:50:26 UTC (rev 7378)
+++ trunk/examples/wiki/src/etc/META-INF/components-dev.xml 2008-02-06 10:00:05 UTC (rev 7379)
@@ -18,6 +18,29 @@
http://jboss.com/products/seam/transaction http://jboss.com/products/seam/transaction-2.1.xsd
http://jboss.com/products/seam/components http://jboss.com/products/seam/components-2.1.xsd">
+
+ <!-- ################## WIKI USER CONFIGURATION ################## -->
+
+ <!-- Base settings -->
+ <component name="wikiInit" class="org.jboss.seam.wiki.WikiInit" precedence="30">
+ <property name="appname">lacewiki</property>
+ <property name="adminContact">+41 123 123 123, admin at my.address</property>
+ <property name="debug">true</property>
+ </component>
+
+ <!-- Mailserver for notification messages -->
+ <mail:mail-session host="localhost" port="25"/>
+
+ <!-- Maximum size of file uploads -->
+ <web:multipart-filter create-temp-files="true" max-request-size="10000000" url-pattern="*.seam"/>
+
+ <!-- ############## END OF WIKI USER CONFIGURATION ############## -->
+
+
+ <!-- Running in regular JBoss AS, Seam starts the persistence unit -->
+ <core:init debug="false"/>
+ <persistence:entity-manager-factory name="wikiEntityManagerFactory" persistence-unit-name="wiki"/>
+
<!-- Some DBUnit datasets we use in unit testing - let's also use them in dev mode when the app is deployed -->
<component name="dbunitImporter" class="org.jboss.seam.wiki.util.DBUnitImporter" scope="APPLICATION" auto-create="true">
<property name="database">mysql</property>
@@ -35,10 +58,4 @@
</property>
</component>
- <!-- Wiki is in debug mode -->
- <component name="wikiInit" class="org.jboss.seam.wiki.WikiInit" precedence="30">
- <property name="adminContact">+41 123 123 123, admin at my.address</property>
- <property name="debug">true</property>
- </component>
-
</components>
Modified: trunk/examples/wiki/src/etc/META-INF/components-prod.xml
===================================================================
--- trunk/examples/wiki/src/etc/META-INF/components-prod.xml 2008-02-06 09:50:26 UTC (rev 7378)
+++ trunk/examples/wiki/src/etc/META-INF/components-prod.xml 2008-02-06 10:00:05 UTC (rev 7379)
@@ -18,9 +18,27 @@
http://jboss.com/products/seam/transaction http://jboss.com/products/seam/transaction-2.1.xsd
http://jboss.com/products/seam/components http://jboss.com/products/seam/components-2.1.xsd">
+
+ <!-- ################## WIKI USER CONFIGURATION ################## -->
+
+ <!-- Base settings -->
<component name="wikiInit" class="org.jboss.seam.wiki.WikiInit" precedence="30">
- <property name="adminContact">christian.bauer at gmail.com</property>
+ <property name="appname">lacewiki</property>
+ <property name="adminContact">+41 123 123 123, admin at my.address</property>
<property name="debug">false</property>
</component>
+ <!-- Mailserver for notification messages -->
+ <mail:mail-session host="localhost" port="25"/>
+
+ <!-- Maximum size of file uploads -->
+ <web:multipart-filter create-temp-files="true" max-request-size="10000000" url-pattern="*.seam"/>
+
+ <!-- ############## END OF WIKI USER CONFIGURATION ############## -->
+
+
+ <!-- Running in regular JBoss AS, Seam starts the persistence unit -->
+ <core:init debug="false"/>
+ <persistence:entity-manager-factory name="wikiEntityManagerFactory" persistence-unit-name="wiki"/>
+
</components>
Added: trunk/examples/wiki/src/etc/META-INF/components-test.xml
===================================================================
--- trunk/examples/wiki/src/etc/META-INF/components-test.xml (rev 0)
+++ trunk/examples/wiki/src/etc/META-INF/components-test.xml 2008-02-06 10:00:05 UTC (rev 7379)
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<components xmlns="http://jboss.com/products/seam/components"
+ xmlns:core="http://jboss.com/products/seam/core"
+ xmlns:persistence="http://jboss.com/products/seam/persistence"
+ xmlns:security="http://jboss.com/products/seam/security"
+ xmlns:drools="http://jboss.com/products/seam/drools"
+ xmlns:web="http://jboss.com/products/seam/web"
+ xmlns:mail="http://jboss.com/products/seam/mail"
+ xmlns:transaction="http://jboss.com/products/seam/transaction"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation=
+ "http://jboss.com/products/seam/core http://jboss.com/products/seam/core-2.1.xsd
+ http://jboss.com/products/seam/persistence http://jboss.com/products/seam/persistence-2.1.xsd
+ http://jboss.com/products/seam/security http://jboss.com/products/seam/security-2.1.xsd
+ http://jboss.com/products/seam/web http://jboss.com/products/seam/web-2.1.xsd
+ http://jboss.com/products/seam/drools http://jboss.com/products/seam/drools-2.1.xsd
+ http://jboss.com/products/seam/mail http://jboss.com/products/seam/mail-2.1.xsd
+ http://jboss.com/products/seam/transaction http://jboss.com/products/seam/transaction-2.1.xsd
+ http://jboss.com/products/seam/components http://jboss.com/products/seam/components-2.1.xsd">
+
+
+ <!-- ################## WIKI USER CONFIGURATION ################## -->
+
+ <!-- Base settings -->
+ <component name="wikiInit" class="org.jboss.seam.wiki.WikiInit" precedence="30">
+ <property name="appname">lacewiki</property>
+ <property name="adminContact">+41 123 123 123, admin at my.address</property>
+ <property name="debug">true</property>
+ </component>
+
+ <!-- Mailserver for notification messages -->
+ <mail:mail-session host="localhost" port="25"/>
+
+ <!-- Maximum size of file uploads -->
+ <web:multipart-filter create-temp-files="true" max-request-size="10000000" url-pattern="*.seam"/>
+
+ <!-- ############## END OF WIKI USER CONFIGURATION ############## -->
+
+
+ <!-- Running tests in Embeddable JBoss -->
+ <core:init debug="false" jndi-pattern="#{ejbName}/local"/>
+ <transaction:ejb-transaction/>
+
+</components>
Modified: trunk/examples/wiki/src/etc/META-INF/persistence-dev-war.xml
===================================================================
--- trunk/examples/wiki/src/etc/META-INF/persistence-dev-war.xml 2008-02-06 09:50:26 UTC (rev 7378)
+++ trunk/examples/wiki/src/etc/META-INF/persistence-dev-war.xml 2008-02-06 10:00:05 UTC (rev 7379)
@@ -37,7 +37,7 @@
<!-- Enable Hibernate statistics, needs SessionFactory in JNDI for JMX monitoring -->
<property name="hibernate.generate_statistics" value="true"/>
- <property name="hibernate.session_factory_name" value="SessionFactories/laceWikiSF"/>
+ <property name="hibernate.session_factory_name" value="SessionFactories/lacewikiSF"/>
<!-- Enable EHCache and register the JMX monitoring MBean -->
<property name="hibernate.cache.provider_class" value="org.jboss.seam.wiki.util.MonitoringEHCacheProvider"/>
Modified: trunk/examples/wiki/src/etc/META-INF/persistence-prod-war.xml
===================================================================
--- trunk/examples/wiki/src/etc/META-INF/persistence-prod-war.xml 2008-02-06 09:50:26 UTC (rev 7378)
+++ trunk/examples/wiki/src/etc/META-INF/persistence-prod-war.xml 2008-02-06 10:00:05 UTC (rev 7379)
@@ -32,7 +32,7 @@
<!-- Enable Hibernate statistics, needs SessionFactory in JNDI for JMX monitoring -->
<property name="hibernate.generate_statistics" value="true"/>
- <property name="hibernate.session_factory_name" value="SessionFactories/laceWikiSF"/>
+ <property name="hibernate.session_factory_name" value="SessionFactories/lacewikiSF"/>
<!-- Enable EHCache and register the JMX monitoring MBean -->
<property name="hibernate.cache.provider_class" value="org.jboss.seam.wiki.util.MonitoringEHCacheProvider"/>
Modified: trunk/examples/wiki/src/etc/META-INF/persistence-test-war.xml
===================================================================
--- trunk/examples/wiki/src/etc/META-INF/persistence-test-war.xml 2008-02-06 09:50:26 UTC (rev 7378)
+++ trunk/examples/wiki/src/etc/META-INF/persistence-test-war.xml 2008-02-06 10:00:05 UTC (rev 7379)
@@ -43,7 +43,7 @@
<!-- Enable Hibernate statistics, needs SessionFactory in JNDI for JMX monitoring -->
<property name="hibernate.generate_statistics" value="true"/>
- <property name="hibernate.session_factory_name" value="SessionFactories/laceWikiSF"/>
+ <property name="hibernate.session_factory_name" value="SessionFactories/lacewikiSF"/>
<!-- Nested Set handling through special Hibernate event listeners -->
<property name="hibernate.ejb.event.post-insert"
Modified: trunk/examples/wiki/src/etc/WEB-INF/components.xml
===================================================================
--- trunk/examples/wiki/src/etc/WEB-INF/components.xml 2008-02-06 09:50:26 UTC (rev 7378)
+++ trunk/examples/wiki/src/etc/WEB-INF/components.xml 2008-02-06 10:00:05 UTC (rev 7379)
@@ -3,7 +3,6 @@
xmlns:core="http://jboss.com/products/seam/core"
xmlns:persistence="http://jboss.com/products/seam/persistence"
xmlns:security="http://jboss.com/products/seam/security"
- xmlns:drools="http://jboss.com/products/seam/drools"
xmlns:web="http://jboss.com/products/seam/web"
xmlns:mail="http://jboss.com/products/seam/mail"
xmlns:transaction="http://jboss.com/products/seam/transaction"
@@ -13,27 +12,10 @@
http://jboss.com/products/seam/persistence http://jboss.com/products/seam/persistence-2.1.xsd
http://jboss.com/products/seam/security http://jboss.com/products/seam/security-2.1.xsd
http://jboss.com/products/seam/web http://jboss.com/products/seam/web-2.1.xsd
- http://jboss.com/products/seam/drools http://jboss.com/products/seam/drools-2.1.xsd
http://jboss.com/products/seam/mail http://jboss.com/products/seam/mail-2.1.xsd
http://jboss.com/products/seam/transaction http://jboss.com/products/seam/transaction-2.1.xsd
http://jboss.com/products/seam/components http://jboss.com/products/seam/components-2.1.xsd">
- <!-- ##### WIKI USER CONFIGURATION ##### -->
-
- <mail:mail-session host="localhost" port="25"/>
-
- <web:multipart-filter create-temp-files="true" max-request-size="10000000" url-pattern="*.seam"/>
- <web:redirect-filter disabled="true"/> <!-- Messes up into-conversation-redirect and is not needed -->
-
- <!-- ##### END OF WIKI USER CONFIGURATION ##### -->
-
- <!-- Seam settings -->
-
- <core:init debug="false" jndi-pattern="@jndiPattern@"/>
-
- <!-- Enabled in embeddable JBoss container -->
- <transaction:ejb-transaction installed="@ejbTransaction@"/>
-
<!-- Conversation timeout: 20 minutes -->
<core:manager concurrent-request-timeout="2000"
conversation-timeout="1200000"
@@ -47,11 +29,6 @@
</persistence:parameters>
</persistence:filter>
- <!-- Use the Seam-started PU or look it up from JNDI if running in Embeddable JBoss -->
- <persistence:entity-manager-factory installed="@seamStartsPersistenceUnit@"
- name="wikiEntityManagerFactory"
- persistence-unit-name="wiki"/>
-
<component name="restrictedEntityManager" auto-create="true" scope="CONVERSATION"
class="org.jboss.seam.wiki.core.dao.WikiManagedPersistenceContext">
<property name="entityManagerFactory">#{wikiEntityManagerFactory}</property>
@@ -103,30 +80,31 @@
<core:resource-loader>
<core:bundle-names>
- <value>messages</value>
- <value>messages_blogDirectory</value>
- <value>messages_blogArchive</value>
- <value>messages_blogRecentEntries</value>
- <value>messages_dirMenu</value>
- <value>messages_feedTeasers</value>
- <value>messages_lastModifiedDocuments</value>
- <value>messages_tags</value>
- <value>messages_userProfile</value>
- <value>messages_forum</value>
- <value>messages_flash</value>
- <value>messages_docPager</value>
- <value>messages_faqBrowser</value>
- <value>messages_jiraIssueList</value>
- <value>messages_jiraConnector</value>
- <value>messages_feedAggregator</value>
- <value>messages_feedConnector</value>
- <value>messages_forumTopPosters</value>
+ <value>i18n.messages</value>
+ <value>i18n.messages_blogDirectory</value>
+ <value>i18n.messages_blogArchive</value>
+ <value>i18n.messages_blogRecentEntries</value>
+ <value>i18n.messages_dirMenu</value>
+ <value>i18n.messages_feedTeasers</value>
+ <value>i18n.messages_lastModifiedDocuments</value>
+ <value>i18n.messages_tags</value>
+ <value>i18n.messages_userProfile</value>
+ <value>i18n.messages_forum</value>
+ <value>i18n.messages_flash</value>
+ <value>i18n.messages_docPager</value>
+ <value>i18n.messages_faqBrowser</value>
+ <value>i18n.messages_jiraIssueList</value>
+ <value>i18n.messages_jiraConnector</value>
+ <value>i18n.messages_feedAggregator</value>
+ <value>i18n.messages_feedConnector</value>
+ <value>i18n.messages_forumTopPosters</value>
</core:bundle-names>
</core:resource-loader>
<!-- Misc Settings -->
<web:context-filter regex-url-pattern="/(service|servlets)/.+"/>
+ <web:redirect-filter disabled="true"/> <!-- Messes up into-conversation-redirect and is not needed -->
<component name="wikiUrlRewriteFilter" class="org.jboss.seam.wiki.core.ui.WikiUrlRewriteFilter" precedence="30">
<property name="initParameters">
Modified: trunk/examples/wiki/src/etc/WEB-INF/faces-config.xml
===================================================================
--- trunk/examples/wiki/src/etc/WEB-INF/faces-config.xml 2008-02-06 09:50:26 UTC (rev 7378)
+++ trunk/examples/wiki/src/etc/WEB-INF/faces-config.xml 2008-02-06 10:00:05 UTC (rev 7379)
@@ -7,7 +7,6 @@
<application>
<locale-config>
<default-locale>en</default-locale>
- <supported-locale>de</supported-locale>
</locale-config>
<view-handler>com.sun.facelets.FaceletViewHandler</view-handler>
</application>
Modified: trunk/examples/wiki/src/etc/WEB-INF/web.xml
===================================================================
--- trunk/examples/wiki/src/etc/WEB-INF/web.xml 2008-02-06 09:50:26 UTC (rev 7378)
+++ trunk/examples/wiki/src/etc/WEB-INF/web.xml 2008-02-06 10:00:05 UTC (rev 7379)
@@ -4,20 +4,6 @@
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
version="2.5">
- <!-- Ajax4JSF -->
-
- <context-param>
- <param-name>org.richfaces.SKIN</param-name>
- <param-value>wiki</param-value>
- </context-param>
-
- <!--
- <context-param>
- <param-name>org.ajax4jsf.xmlparser.ORDER</param-name>
- <param-value>NEKO</param-value>
- </context-param>
- -->
-
<!-- Seam -->
<listener>
@@ -108,6 +94,7 @@
</servlet-mapping>
<!-- In-place upgrades
+ -->
<servlet>
<servlet-name>Upgrade Servlet</servlet-name>
<servlet-class>org.jboss.seam.wiki.core.ui.UpgradeServlet</servlet-class>
@@ -116,7 +103,6 @@
<servlet-name>Upgrade Servlet</servlet-name>
<url-pattern>/servlets/upgrade/*</url-pattern>
</servlet-mapping>
- -->
<!-- Misc Settings -->
Copied: trunk/examples/wiki/src/etc/i18n/messages_blogArchive_en.properties (from rev 7377, trunk/examples/wiki/src/etc/messages_blogArchive_en.properties)
===================================================================
--- trunk/examples/wiki/src/etc/i18n/messages_blogArchive_en.properties (rev 0)
+++ trunk/examples/wiki/src/etc/i18n/messages_blogArchive_en.properties 2008-02-06 10:00:05 UTC (rev 7379)
@@ -0,0 +1,3 @@
+blogArchive.label.Archive=Archive
+blogArchive.label.Subscribe=Subscribe
+blogArchive.label.AllEntries=All Entries
\ No newline at end of file
Property changes on: trunk/examples/wiki/src/etc/i18n/messages_blogArchive_en.properties
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Copied: trunk/examples/wiki/src/etc/i18n/messages_blogDirectory_en.properties (from rev 7377, trunk/examples/wiki/src/etc/messages_blogDirectory_en.properties)
===================================================================
--- trunk/examples/wiki/src/etc/i18n/messages_blogDirectory_en.properties (rev 0)
+++ trunk/examples/wiki/src/etc/i18n/messages_blogDirectory_en.properties 2008-02-06 10:00:05 UTC (rev 7379)
@@ -0,0 +1,18 @@
+blog.preferences.Name=Plugin: Blog
+blog.preferences.PageSize=Number of blog entries per page
+blog.preferences.ArchiveSubscribeIcon=Show feed subscribe icon on archive
+blog.preferences.RecentEntriesItems=Number of recent entries shown
+blog.preferences.RecentEntriesTruncateTitle=Truncate recent entries title after characters
+blog.preferences.RecentEntriesSubscribeIcon=Show feed subscribe icon on recent entries
+
+blogDirectory.label.Attachment=attachment
+blogDirectory.label.Attachments=attachments
+blogDirectory.label.Showing=Showing
+blogDirectory.label.To=to
+blogDirectory.label.Of=of
+blogDirectory.label.BlogEntries=blog entries
+blogDirectory.label.In=in
+blogDirectory.label.Tagged=tagged
+blogDirectory.label.NoBlogEntriesFound=No blog entries found.
+blogDirectory.label.Tag=Tag
+blogDirectory.label.Tags=Tags
\ No newline at end of file
Property changes on: trunk/examples/wiki/src/etc/i18n/messages_blogDirectory_en.properties
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Copied: trunk/examples/wiki/src/etc/i18n/messages_blogRecentEntries_en.properties (from rev 7377, trunk/examples/wiki/src/etc/messages_blogRecentEntries_en.properties)
===================================================================
--- trunk/examples/wiki/src/etc/i18n/messages_blogRecentEntries_en.properties (rev 0)
+++ trunk/examples/wiki/src/etc/i18n/messages_blogRecentEntries_en.properties 2008-02-06 10:00:05 UTC (rev 7379)
@@ -0,0 +1,3 @@
+blogRecentEntries.label.RecentEntries=Recent Entries
+blogRecentEntries.label.Subscribe=Subscribe
+
Property changes on: trunk/examples/wiki/src/etc/i18n/messages_blogRecentEntries_en.properties
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Copied: trunk/examples/wiki/src/etc/i18n/messages_dirMenu_en.properties (from rev 7377, trunk/examples/wiki/src/etc/messages_dirMenu_en.properties)
===================================================================
--- trunk/examples/wiki/src/etc/i18n/messages_dirMenu_en.properties (rev 0)
+++ trunk/examples/wiki/src/etc/i18n/messages_dirMenu_en.properties 2008-02-06 10:00:05 UTC (rev 7379)
@@ -0,0 +1,9 @@
+dirMenu.preferences.Name=Plugin: Directory Menu
+
+dirMenu.preferences.Title=Default menu title
+dirMenu.preferences.MenuLevels=Flatten display of menu tree to levels
+dirMenu.preferences.MenuDepth=Maximum depth of menu items
+dirMenu.preferences.ShowSubscribeIcon=Show 'Subscribe' icon
+dirMenu.preferences.OnlyMenuItems=Display only menu items
+
+dirMenu.label.Subscribe=Subscribe
Property changes on: trunk/examples/wiki/src/etc/i18n/messages_dirMenu_en.properties
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Copied: trunk/examples/wiki/src/etc/i18n/messages_docPager_en.properties (from rev 7377, trunk/examples/wiki/src/etc/messages_docPager_en.properties)
===================================================================
--- trunk/examples/wiki/src/etc/i18n/messages_docPager_en.properties (rev 0)
+++ trunk/examples/wiki/src/etc/i18n/messages_docPager_en.properties 2008-02-06 10:00:05 UTC (rev 7379)
@@ -0,0 +1,3 @@
+docPager.preferences.Name=Plugin: Doc Pager
+docPager.preferences.ByProperty=Property used to search previous/next doc
+docPager.preferences.ShowNames=Show names of previous/next document
Property changes on: trunk/examples/wiki/src/etc/i18n/messages_docPager_en.properties
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Copied: trunk/examples/wiki/src/etc/i18n/messages_en.properties (from rev 7377, trunk/examples/wiki/src/etc/messages_en.properties)
===================================================================
--- trunk/examples/wiki/src/etc/i18n/messages_en.properties (rev 0)
+++ trunk/examples/wiki/src/etc/i18n/messages_en.properties 2008-02-06 10:00:05 UTC (rev 7379)
@@ -0,0 +1,695 @@
+# TODO: Who uses these unicode arrows?
+up=\u2191
+down=\u2193
+left=\u2039
+right=\u203A
+
+validator.assertFalse=Validation failed
+validator.assertTrue=Validation failed
+validator.future=Must be a future date
+validator.length=Length must be between {min} and {max}
+validator.max=Must be less than or equal to {value}
+validator.min=Must be greater than or equal to {value}
+validator.notNull=May not be null
+validator.past=Must be a past date
+validator.pattern=Must match "{regex}"
+validator.range=Must be between {min} and {max}
+validator.size=Size must be between {min} and {max}
+validator.email=Must be a well-formed email address
+
+org.jboss.seam.loginFailed=Login failed, please try again.
+org.jboss.seam.loginSuccessful=Login successful, welcome #0.
+
+org.jboss.seam.TransactionFailed=Transaction failed.
+org.jboss.seam.NoConversation=The workspace ended, timed out or was processing another request.
+org.jboss.seam.IllegalNavigation=Illegal navigation
+org.jboss.seam.ProcessEnded=Process #0 already ended
+org.jboss.seam.ProcessNotFound=Process #0 not found
+org.jboss.seam.TaskEnded=Task #0 already ended
+org.jboss.seam.TaskNotFound=Task #0 not found
+org.jboss.seam.NotLoggedIn=Please log in first
+
+javax.faces.component.UIInput.CONVERSION=Value could not be converted to the expected type
+javax.faces.component.UIInput.REQUIRED=A value is required
+javax.faces.component.UIInput.UPDATE=An error occurred when processing your submitted information
+javax.faces.component.UISelectOne.INVALID=Value is not valid
+javax.faces.component.UISelectMany.INVALID=Value is not valid
+
+javax.faces.converter.BigDecimalConverter.DECIMAL=Value must be a number
+javax.faces.converter.BigDecimalConverter.DECIMAL_detail=Value must be a signed decimal number consisting of zero or more digits, optionally followed by a decimal point and fraction, eg. {1}
+javax.faces.converter.BigIntegerConverter.BIGINTEGER=Value must be a number
+javax.faces.converter.BigIntegerConverter.BIGINTEGER_detail=Value must be a signed integer number consisting of zero or more digits
+javax.faces.converter.BooleanConverter.BOOLEAN=Value must be true or false
+javax.faces.converter.BooleanConverter.BOOLEAN_detail=Value must be true or false (any value other than true will evaluate to false)
+javax.faces.converter.ByteConverter.BYTE=Value must be a number between 0 and 255
+javax.faces.converter.ByteConverter.BYTE_detail=Value must be a number between 0 and 255
+javax.faces.converter.CharacterConverter.CHARACTER=Value must be a character
+javax.faces.converter.CharacterConverter.CHARACTER_detail=Value must be a valid ASCII character
+javax.faces.converter.DateTimeConverter.DATE=Value must be a date
+javax.faces.converter.DateTimeConverter.DATE_detail=Value must be a date, eg. {1}
+javax.faces.converter.DateTimeConverter.TIME=Value must be a time
+javax.faces.converter.DateTimeConverter.TIME_detail=Value must be a time, eg. {1}
+javax.faces.converter.DateTimeConverter.DATETIME=Value must be a date and time
+javax.faces.converter.DateTimeConverter.DATETIME_detail=Value must be a date and time, eg. {1}
+javax.faces.converter.DateTimeConverter.PATTERN_TYPE=A pattern or type attribute must be specified to convert the value
+javax.faces.converter.DoubleConverter.DOUBLE=Value must be a number
+javax.faces.converter.DoubleConverter.DOUBLE_detail=Value must be a number between 4.9E-324 and 1.7976931348623157E308
+javax.faces.converter.EnumConverter.ENUM=Value must be convertible to an enum
+javax.faces.converter.EnumConverter.ENUM_detail=Value must be convertible to an enum or from the enum that contains the constant {1}
+javax.faces.converter.EnumConverter.ENUM_NO_CLASS=Value must be convertible to an enum or from the enum, but no enum class provided
+javax.faces.converter.EnumConverter.ENUM_NO_CLASS_detail=Value must be convertible to an enum or from the enum, but no enum class provided
+javax.faces.converter.FloatConverter.FLOAT=Value must be a number
+javax.faces.converter.FloatConverter.FLOAT_detail=Value must be a number between 1.4E-45 and 3.4028235E38
+javax.faces.converter.IntegerConverter.INTEGER=Value must be a number
+javax.faces.converter.IntegerConverter.INTEGER_detail=Value must be a number between -2147483648 and 2147483647
+javax.faces.converter.LongConverter.LONG=Value must be a number
+javax.faces.converter.LongConverter.LONG_detail=Must be a number between -9223372036854775808 and 9223372036854775807
+javax.faces.converter.NumberConverter.CURRENCY=Value must be a currency amount
+javax.faces.converter.NumberConverter.CURRENCY_detail=Value must be a currency amount, eg. {1}
+javax.faces.converter.NumberConverter.PERCENT=Value must be a percentage amount
+javax.faces.converter.NumberConverter.PERCENT_detail=Value must be a percentage amount, eg. {1}
+javax.faces.converter.NumberConverter.NUMBER=Value must be a number
+javax.faces.converter.NumberConverter.NUMBER_detail=Value must be a number
+javax.faces.converter.NumberConverter.PATTERN=Value must be a number
+javax.faces.converter.NumberConverter.PATTERN_detail=Value must be a number
+javax.faces.converter.ShortConverter.SHORT=Value must be a number
+javax.faces.converter.ShortConverter.SHORT_detail=Value must be a number between -32768 and 32767
+
+javax.faces.validator.DoubleRangeValidator.MAXIMUM=Value must be less than or equal to {0}
+javax.faces.validator.DoubleRangeValidator.MINIMUM=Value must be greater than or equal to {0}
+javax.faces.validator.DoubleRangeValidator.NOT_IN_RANGE=Value must be between {0} and {1}
+javax.faces.validator.DoubleRangeValidator.TYPE=Value is not of the correct type
+javax.faces.validator.LengthValidator.MAXIMUM=Value is must be shorter than or equal to {0} characters
+javax.faces.validator.LengthValidator.MINIMUM=Value is must be longer than or equal to {0} characters
+javax.faces.validator.LongRangeValidator.MAXIMUM=Value must be less than or equal to {0}
+javax.faces.validator.LongRangeValidator.MINIMUM=Value must be greater than or equal to {0}
+javax.faces.validator.LongRangeValidator.NOT_IN_RANGE=Value must be between {0} and {1}
+javax.faces.validator.LongRangeValidator.TYPE=Value is not of the correct type
+
+javax.faces.validator.NOT_IN_RANGE=Value must be between {0} and {1}
+javax.faces.converter.STRING=Value could not be converted to a string
+
+# Global
+
+lacewiki.label.Message=Message
+lacewiki.label.OK=OK
+lacewiki.label.Cancel=Cancel
+lacewiki.label.Left=Left
+lacewiki.label.Right=Right
+lacewiki.label.Previous=Previous
+lacewiki.label.Next=Next
+
+lacewiki.button.CreateDocument=<u>C</u>reate
+lacewiki.button.CreateDocument.accesskey=C
+lacewiki.button.EditDocument=<u>E</u>dit
+lacewiki.button.EditDocument.accesskey=E
+lacewiki.button.HistoryDocument=H<u>i</u>story
+lacewiki.button.HistoryDocument.accesskey=I
+lacewiki.button.BrowseDirectory=<u>B</u>rowse
+lacewiki.button.BrowseDirectory.accesskey=B
+lacewiki.button.CreateSubdirectory=Create <u>S</u>ubdirectory
+lacewiki.button.CreateSubdirectory.accesskey=S
+lacewiki.button.EditDirectory=<u>E</u>dit Directory
+lacewiki.button.EditDirectory.accesskey=E
+lacewiki.button.NewDocument=<u>N</u>ew Document
+lacewiki.button.NewDocument.accesskey=N
+lacewiki.button.UploadFile=<u>U</u>pload File
+lacewiki.button.UploadFile.accesskey=U
+lacewiki.button.NewArea=<u>N</u>ew Area
+lacewiki.button.NewArea.accesskey=N
+lacewiki.button.EditWikiRoot=<u>E</u>dit Wiki Root
+lacewiki.button.EditWikiRoot.accesskey=E
+lacewiki.button.Edit=Edit
+lacewiki.button.EmptyTrash=Empty Trash
+
+lacewiki.button.SwitchWorkspace=Switch <u>W</u>orkspace
+lacewiki.button.SwitchWorkspace.accesskey=W
+
+lacewiki.button.OK=<u>O</u>k
+lacewiki.button.OK.accesskey=O
+lacewiki.button.Cancel=<u>C</u>ancel
+lacewiki.button.Cancel.accesskey=C
+lacewiki.button.CancelNoKey=Cancel
+
+lacewiki.button.Remove=Remove
+lacewiki.button.Add=Add
+lacewiki.button.Save=Save
+lacewiki.button.Update=Update
+lacewiki.button.Delete=Delete
+lacewiki.button.Show=Show
+lacewiki.button.Diff=Diff
+lacewiki.button.Rollback=Rollback
+lacewiki.button.PurgeHistory=Purge History
+lacewiki.button.Find=Find
+lacewiki.button.FirstPage=First Page
+lacewiki.button.PreviousPage=Previous Page
+lacewiki.button.NextPage=Next Page
+lacewiki.button.LastPage=Last Page
+lacewiki.button.Login=Login
+lacewiki.button.Logout=Logout
+lacewiki.button.Home=Home
+
+lacewiki.button.Close=Clos<u>e</u> Workspace
+lacewiki.button.Close.accesskey=E
+lacewiki.button.ExitEditor=<u>E</u>xit Workspace
+lacewiki.button.ExitEditor.accesskey=E
+
+lacewiki.button.SiteFeed=Subscribe to site
+lacewiki.button.DirectoryFeed=Subscribe to directory
+
+lacewiki.label.PermLink=PermLink
+lacewiki.label.WikiLink=WikiLink
+lacewiki.label.DirLink=Link to directory
+lacewiki.label.Link=Link
+lacewiki.label.ReadableBy=Readable by
+lacewiki.label.WritableBy=Writable by
+lacewiki.label.WriteProtected=Restrict edit access to admins
+lacewiki.label.User=User
+lacewiki.label.DeleteConfirmation=Delete Confirmation
+lacewiki.label.AreYouSureYouWantToDelete=Are you sure you want to delete
+lacewiki.label.DeleteAllChildren=?
+lacewiki.label.Confirmation=Confirmation
+lacewiki.label.AreYouSureYouWantToExecute=Are you sure you want to execute this operation?
+
+lacewiki.label.January=January
+lacewiki.label.February=February
+lacewiki.label.March=March
+lacewiki.label.April=April
+lacewiki.label.May=May
+lacewiki.label.June=June
+lacewiki.label.July=July
+lacewiki.label.August=August
+lacewiki.label.September=September
+lacewiki.label.October=October
+lacewiki.label.November=November
+lacewiki.label.December=December
+
+# Help
+
+lacewiki.label.help.DialogTitle=Help
+lacewiki.button.help.Help=Help
+lacewiki.button.help.CloseHelp=Close Help
+
+# Search
+
+lacewiki.label.search.Search=Search
+lacewiki.label.search.Results
+lacewiki.label.search.All=All
+lacewiki.label.search.In=In
+lacewiki.label.search.Terms=Terms
+lacewiki.label.search.ExactPhrase=Exact Phrase
+lacewiki.label.search.Results=Results
+lacewiki.button.search.Find=<u>F</u>ind
+lacewiki.button.search.Find.accesskey=F
+lacewiki.label.search.Exclude=Exclude
+lacewiki.label.search.AtAnyTime=at any time
+lacewiki.label.search.Last7Days=last 7 days
+lacewiki.label.search.Last30Days=last 30 days
+lacewiki.label.search.Last6Months=last 6 months
+lacewiki.label.search.To=to
+lacewiki.label.search.Of=of
+lacewiki.label.search.Hits=hit(s)
+lacewiki.label.search.NoHits=No hits, please try again.
+
+# Verification
+
+lacewiki.label.VerificationQuestion=Enter characters (ignore circles)
+lacewiki.label.VerificationError=The entered characters do not match the shown (case sensitive) characters, please try again.
+
+# Wiki Text Editor
+lacewiki.label.wikiTextEditor.CharactersLeft=chars left
+lacewiki.msg.wikiTextEditor.EditThisTextPreviewUpdatesAutomatically=Edit this text, the live preview updates if you stop typing for 3 seconds.
+
+# Document Display
+
+lacewiki.label.docDisplay.Tags=Tags
+lacewiki.label.docDisplay.Created=Created
+lacewiki.label.docDisplay.LastModified=Last Modified
+lacewiki.label.docDisplay.Revisions=Revisions
+lacewiki.label.docDisplay.Diff=Diff
+lacewiki.label.docDisplay.InitialRevision=Initial Revision
+
+# Directory Display
+
+lacewiki.label.dirDisplay.Name=Name
+lacewiki.label.dirDisplay.RightClickForActions=(right-click for menu)
+lacewiki.label.dirDisplay.Owner=Owner
+lacewiki.label.dirDisplay.ReadAccess=Read Access
+lacewiki.label.dirDisplay.WriteAccess=Write Access
+lacewiki.label.dirDisplay.LastModifiedOn=Last Modified On
+lacewiki.label.dirDisplay.DirectoryIsEmpty=This directory is empty.
+lacewiki.label.dirDisplay.PagerShowing=
+lacewiki.label.dirDisplay.PagerTo=to
+lacewiki.label.dirDisplay.PagerOf=of
+lacewiki.label.dirDisplay.PagerElements=
+lacewiki.label.dirDisplay.ShowItems=Show items
+lacewiki.label.dirDisplay.All=All
+lacewiki.button.dirDisplay.Refresh=Re<u>f</u>resh
+lacewiki.button.dirDisplay.Refresh.accesskey=F
+lacewiki.button.dirDisplay.View=View
+lacewiki.button.dirDisplay.ViewNewWindow=View (New Window)
+lacewiki.button.dirDisplay.Edit=Edit
+lacewiki.button.dirDisplay.Delete=Delete
+
+
+# Tag Display
+
+lacewiki.label.tagDisplay.Tag=Tag
+lacewiki.label.tagDisplay.InDirectory=In Directory
+lacewiki.label.tagDisplay.Owner=Owner
+lacewiki.label.tagDisplay.CreatedOn=Created On
+lacewiki.label.tagDisplay.LastModifiedOn=Last Modified On
+lacewiki.label.tagDisplay.NotAvailableForSkin=Tag display is not available with this skin.
+
+# Attachment Display
+
+lacewiki.label.attachmentDisplay.Attachments=Attachments
+
+# Comments
+
+lacewiki.label.commentsDisplay.Comment=comment
+lacewiki.label.commentsDisplay.Comments=comments
+lacewiki.label.commentsDisplay.CommentThread=the whole comment thread
+lacewiki.button.commentsDisplay.RemoveComment=Remove
+lacewiki.button.commentsDisplay.ReplyTo=Reply
+lacewiki.button.commentsDisplay.Quote=Quote
+lacewiki.button.commentForm.PostComment=Pos<u>t</u> Comment
+lacewiki.button.commentForm.PostComment.accesskey=T
+lacewiki.label.commentForm.PostComment=Post Comment
+lacewiki.label.commentForm.Name=Name
+lacewiki.label.commentForm.Email=E-mail address (optional)
+lacewiki.label.commentForm.Homepage=Homepage URL (optional)
+lacewiki.label.commentForm.Subject=Subject
+lacewiki.label.commentForm.Comment=Comment
+lacewiki.button.commentForm.Post=Post
+lacewiki.label.comment.FeedEntryTitlePrefix=[Comment]
+lacewiki.msg.comment.FeedIntro=This is a comment written in reply to
+lacewiki.label.comment.RateThisPosting=Rate this posting
+lacewiki.label.comment.Rating=Rating
+
+# User Control
+
+lacewiki.label.userControl.Username=Username
+lacewiki.label.userControl.Password=Password
+lacewiki.button.userControl.Login=<u>L</u>ogin
+lacewiki.button.userControl.Login.accesskey=L
+lacewiki.button.userControl.ResetPassword=Reset
+lacewiki.button.userControl.Register=<u>R</u>egister
+lacewiki.button.userControl.Register.accesskey=R
+lacewiki.button.userControl.Members=<u>M</u>embers
+lacewiki.button.userControl.Members.accesskey=M
+lacewiki.button.userControl.Logout=<u>L</u>ogout
+lacewiki.button.userControl.Logout.accesskey=L
+lacewiki.button.userControl.Home=<u>H</u>ome
+lacewiki.button.userControl.Home.accesskey=H
+lacewiki.button.userControl.Profile=<u>P</u>rofile
+lacewiki.button.userControl.Profile.accesskey=P
+lacewiki.button.userControl.Admin=<u>A</u>dmin
+lacewiki.button.userControl.Admin.accesskey=A
+
+# Password Reset
+lacewiki.label.resetPassword.DialogTitle=Reset Password
+lacewiki.label.resetPassword.Username=Your username
+lacewiki.label.resetPassword.Email=Your e-mail address
+lacewiki.button.resetPassword.Reset=Reset Password
+lacewiki.label.resetPassword.ResetPasswordOf=Reset password of
+lacewiki.label.resetPassword.Repeat=Repeat
+
+
+lacewiki.msg.resetPassword.NotValid=Your account and e-mail address information didn't match, please try again to reset your password.
+lacewiki.msg.resetPassword.EmailSent=A new activation code has been sent to your e-mail address, please read this e-mail to reset your password.
+lacewiki.msg.resetPassword.PasswordResetPrepared=Please reset your password, enter your new password twice.
+lacewiki.msg.resetPassword.Complete=Successfully reset password of account '{0}', please log in.
+
+# Search Control
+
+lacewiki.label.searchControl.Search=Search...
+lacewiki.button.searchControl.Find=<u>F</u>ind
+lacewiki.button.searchControl.Find.accesskey=F
+
+# Administration
+
+lacewiki.label.adminHome.Administration=Administration
+lacewiki.button.adminHome.SystemStatistics=S<u>y</u>stem Statistics
+lacewiki.button.adminHome.SystemStatistics.accesskey=Y
+lacewiki.button.adminHome.RolesPermissions=R<u>o</u>les & Permissions
+lacewiki.button.adminHome.RolesPermissions.accesskey=O
+lacewiki.button.adminHome.LinkProtocols=<u>L</u>ink Protocols
+lacewiki.button.adminHome.LinkProtocols.accesskey=L
+lacewiki.button.adminHome.Preferences=P<u>r</u>eferences
+lacewiki.button.adminHome.Preferences.accesskey=R
+lacewiki.button.adminHome.SaveSettings=<u>S</u>ave Settings
+lacewiki.button.adminHome.SaveSettings.accesskey=S
+lacewiki.label.adminHome.SearchIndex=Search Index
+lacewiki.label.adminHome.NumOfIndexedDocuments=# of indexed documents
+lacewiki.label.adminHome.NumOfIndexedTerms=# of indexed terms
+lacewiki.label.adminHome.IndexSize=Index Size
+lacewiki.button.adminHome.RebuildIndex=Rebuild Index
+lacewiki.label.adminHome.Prefix=Prefix
+lacewiki.label.adminHome.TargetLink=Target Link
+lacewiki.label.adminHome.TargetWithPlaceHolder=Target with [[link]] placeholder
+lacewiki.label.adminHome.NotAvailableForSkin=Administration is not available with this skin.
+
+# User Home
+
+lacewiki.label.userHome.MemberAccount=Member Account
+lacewiki.label.userHome.EditUser=Edit User
+lacewiki.button.userHome.Account=Accou<u>n</u>t
+lacewiki.button.userHome.Account.accesskey=N
+lacewiki.button.userHome.Profile=Prof<u>i</u>le
+lacewiki.button.userHome.Profile.accesskey=I
+lacewiki.button.userHome.Preferences=P<u>r</u>eferences
+lacewiki.button.userHome.Preferences.accesskey=R
+lacewiki.button.userHome.RemovePortrait=Remove Portrait
+lacewiki.label.userHome.FirstName=First name
+lacewiki.label.userHome.LastName=Last name
+lacewiki.label.userHome.Email=E-Mail
+lacewiki.label.userHome.Username=Username
+lacewiki.label.userHome.Password=Password
+lacewiki.label.userHome.RepeatPassword=Repeat password
+lacewiki.label.userHome.AccountIsActive=Account is active
+lacewiki.label.userHome.Roles=Roles
+lacewiki.label.userHome.Portrait=Portrait
+lacewiki.label.userHome.UploadPortrait=Upload Portrait
+lacewiki.label.userHome.UploadMax=max
+lacewiki.label.userHome.Bio=Bio
+lacewiki.label.userHome.Website=Website
+lacewiki.label.userHome.Location=Location
+lacewiki.label.userHome.Occupation=Occupation
+lacewiki.label.userHome.Signature=Signature
+lacewiki.button.userHome.CreateHomeDirectory=Create Home Directory
+lacewiki.button.userHome.CreateHomeDirectory=Create Home Directory
+lacewiki.button.userHome.SaveSettings=<u>S</u>ave Settings
+lacewiki.button.userHome.SaveSettings.accesskey=S
+lacewiki.button.userHome.Delete=<u>D</u>elete
+lacewiki.button.userHome.Delete.accesskey=D
+lacewiki.label.userHome.NotAvailableForSkin=User management is not available with this skin.
+lacewiki.msg.userHome.PortraitRemoved=The portrait has been removed, save to make changes permanent.
+lacewiki.msg.userHome.WrongPortraitImageType=The file type '{0}' is not supported, the portrait was not updated.
+
+# User Register
+
+lacewiki.label.userRegister.Registration=Registration
+lacewiki.label.userRegister.RegisterNewAccount=Register new account
+lacewiki.label.userRegister.CreateNewAccount=Create new account
+lacewiki.label.userRegister.FirstName=First name
+lacewiki.label.userRegister.LastName=Last name
+lacewiki.label.userRegister.Email=E-Mail
+lacewiki.label.userRegister.Username=Username
+lacewiki.label.userRegister.Password=Password
+lacewiki.label.userRegister.RepeatPassword=Repeat password
+lacewiki.button.userRegister.Register=Re<u>g</u>ister
+lacewiki.button.userRegister.Register.accesskey=G
+lacewiki.button.userRegister.Create=<u>C</u>reate Account
+lacewiki.button.userRegister.Create.accesskey=C
+lacewiki.label.userRegister.NotAvailableForSkin=User registration is not available with this skin.
+
+# User List
+
+lacewiki.label.userList.MemberList=Member List
+lacewiki.label.userList.Results=Results
+lacewiki.button.userList.CreateAccount=<u>C</u>reate Account
+lacewiki.button.userList.CreateAccount.accesskey=C
+lacewiki.label.userList.SearchMembers=Search Members
+lacewiki.label.userList.Username=Username
+lacewiki.label.userList.FirstName=First name
+lacewiki.label.userList.LastName=Last name
+lacewiki.label.userList.Email=E-Mail
+lacewiki.label.userList.Show=Show
+lacewiki.button.userList.Find=F<u>i</u>nd
+lacewiki.button.userList.Find.accesskey=I
+lacewiki.label.userList.Found=Found
+lacewiki.label.userList.Members=member(s)
+lacewiki.label.userList.JoinedOn=Joined
+lacewiki.label.userList.LastLoginOn=Last Login
+lacewiki.label.userList.NotActivated=Not Activated
+lacewiki.button.userList.Edit=Edit
+lacewiki.label.userList.NotAvailableForSkin=User search is not available with this skin.
+
+# User Info
+
+lacewiki.label.userInfo.UserInfo=User Summary
+lacewiki.label.userInfo.NotActivated=Not Activated
+lacewiki.label.userInfo.NoProfile=No profile available.
+lacewiki.label.userInfo.Name=Name
+lacewiki.label.userInfo.JoinedOn=Joined
+lacewiki.label.userInfo.LastLoginOn=Last Login
+lacewiki.label.userInfo.RatingPoints=Rating Points
+lacewiki.button.userInfo.EditAccount=<u>E</u>dit Account
+lacewiki.button.userInfo.EditAccount.accesskey=E
+
+# Document History
+
+lacewiki.label.docHistory.DocumentHistory=Document History
+lacewiki.label.docHistory.CurrentRevision=Current revision
+lacewiki.label.docHistory.Parent=Parent
+lacewiki.label.docHistory.CreatedOn=Created On
+lacewiki.label.docHistory.LastModifiedOn=Last Modified On
+lacewiki.label.docHistory.HistoricalRevisions=Historical revisions
+lacewiki.button.docHistory.Show=Show
+lacewiki.button.docHistory.Diff=Diff
+lacewiki.button.docHistory.Rollback=Rollback
+lacewiki.button.docHistory.PurgeHistory=P<u>u</u>rge History
+lacewiki.button.docHistory.PurgeHistory.accesskey=U
+lacewiki.msg.docHistory.PurgedHistory=Historical revisions have been cleared.
+
+# Uploader
+
+lacewiki.msg.upload.HandlersDontMatch=Wrong file type uploaded, please try again with a different file.
+lacewiki.msg.upload.NoData=Please select a file to upload.
+lacewiki.label.upload.UploadFile=Upload File
+lacewiki.label.upload.Upload=Upload
+lacewiki.label.upload.UploadMax=max.
+lacewiki.button.upload.Upload=<u>U</u>pload
+lacewiki.button.upload.Upload.accesskey=U
+lacewiki.button.upload.UploadOverwrite=Upload
+
+# Upload Edit
+
+lacewiki.label.uploadEdit.UploadFile=Upload File
+lacewiki.label.uploadEdit.EditFile=Edit File
+lacewiki.label.uploadEdit.Directory=Directory
+lacewiki.label.uploadEdit.CreatedOn=Created on
+lacewiki.label.uploadEdit.Name=Name
+lacewiki.label.uploadEdit.FileDetails=File Details
+lacewiki.label.uploadEdit.Converters=Converters
+lacewiki.label.uploadEdit.OriginalImageSize=Original Image Size
+lacewiki.label.uploadEdit.Pixel=px
+lacewiki.label.uploadEdit.ImagePreview=Image Preview
+lacewiki.label.uploadEdit.ShowInDocuments=Show in documents
+lacewiki.label.uploadEdit.SmallThumbnail=Small thumbnail
+lacewiki.label.uploadEdit.MediumThumbnail=Medium thumbnail
+lacewiki.label.uploadEdit.LargeThumbnail=Large thumbnail
+lacewiki.label.uploadEdit.FullSize=Full size
+lacewiki.label.uploadEdit.AsAttachment=As attachment
+lacewiki.label.uploadEdit.Upload=Upload
+lacewiki.label.uploadEdit.UploadMax=max.
+lacewiki.button.uploadEdit.ZoomOut=Zoom Out
+lacewiki.button.uploadEdit.ZoomIn=Zoom In
+lacewiki.button.uploadEdit.ActualSize=Actual Size
+lacewiki.button.uploadEdit.Save=<u>S</u>ave
+lacewiki.button.uploadEdit.Save.accesskey=S
+lacewiki.button.uploadEdit.Update=<u>U</u>pdate
+lacewiki.button.uploadEdit.Update.accesskey=U
+lacewiki.button.uploadEdit.Delete=<u>D</u>elete
+lacewiki.button.uploadEdit.Delete.accesskey=D
+lacewiki.msg.uploadEdit.UpdateUpload=File {0} has been uploaded.
+
+# Document Edit
+
+lacewiki.label.docEdit.CreateDocument=Create Document
+lacewiki.label.docEdit.EditDocument=Edit Document
+lacewiki.button.docEdit.Content=<u>C</u>ontent
+lacewiki.button.docEdit.Content.accesskey=C
+lacewiki.button.docEdit.Properties=Proper<u>t</u>ies
+lacewiki.button.docEdit.Properties.accesskey=T
+lacewiki.button.docEdit.AdminOptions=Admin <u>O</u>ptions
+lacewiki.button.docEdit.AdminOptions.accesskey=O
+lacewiki.label.docEdit.Directory=Directory
+lacewiki.label.docEdit.Name=Name
+lacewiki.label.docEdit.RenderNameAsTitle=Render name as document title
+lacewiki.label.docEdit.MinorChange=Minor change, don't create a new revision
+lacewiki.label.docEdit.CreateOnParentFeeds=Create entry on parent directory feeds
+lacewiki.label.docEdit.CreateOnSiteFeed=Create entry on global site feed
+lacewiki.label.docEdit.PushOnFeeds=Push changes onto feeds
+lacewiki.label.docEdit.PushOnParentFeeds=Push changes onto feeds of parent directories
+lacewiki.label.docEdit.Content=Content
+lacewiki.label.docEdit.EnableLivePreview=Enable live preview
+lacewiki.label.docEdit.ShowPluginSettings=Show plugin settings in preview
+lacewiki.label.docEdit.CreatedOn=Created on
+lacewiki.label.docEdit.Options=Options
+lacewiki.label.docEdit.EnableComments=Enable comments
+lacewiki.label.docEdit.AllowCommentPosting=Allow posting of new comments
+lacewiki.label.docEdit.PushCommentsOnFeeds=Push comments onto feeds of parent directories (except site feed)
+lacewiki.label.docEdit.Header=Header
+lacewiki.label.docEdit.Footer=Footer
+lacewiki.button.docEdit.Save=<u>S</u>ave
+lacewiki.button.docEdit.Save.accesskey=S
+lacewiki.button.docEdit.Update=<u>U</u>pdate
+lacewiki.button.docEdit.Update.accesskey=U
+lacewiki.button.docEdit.Delete=<u>D</u>elete
+lacewiki.button.docEdit.Delete.accesskey=D
+
+# Directory Edit
+
+lacewiki.label.dirEdit.CreateDirectory=Create Directory
+lacewiki.label.dirEdit.EditDirectory=Edit Directory
+lacewiki.label.dirEdit.Parent=Parent
+lacewiki.label.dirEdit.CreatedOn=Created on
+lacewiki.label.dirEdit.Name=Name
+lacewiki.label.dirEdit.Description=Description
+lacewiki.label.dirEdit.DefaultDocument=Default Document
+lacewiki.label.dirEdit.NoDefaultDocument=No Default Document
+lacewiki.label.dirEdit.MenuItems=Menu items
+lacewiki.label.dirEdit.Options=Options
+lacewiki.label.dirEdit.EnableFeed=Enable syndication feed
+lacewiki.button.dirEdit.ResetFeed=Clear Feed
+lacewiki.button.dirEdit.Save=<u>S</u>ave
+lacewiki.button.dirEdit.Save.accesskey=S
+lacewiki.button.dirEdit.Update=<u>U</u>pdate
+lacewiki.button.dirEdit.Update.accesskey=U
+lacewiki.button.dirEdit.Delete=<u>D</u>elete
+lacewiki.button.dirEdit.Delete.accesskey=D
+
+# Tag Editor
+
+lacewiki.label.tagEdit.Tags=Tags
+lacewiki.label.tagEdit.PopularTags=Popular tags
+
+# Owner Selector
+
+lacewiki.label.ownerSelector.SelectOwner=Select Owner...
+lacewiki.button.ownerSelector.Select=Select
+
+# Clipboard
+
+lacewiki.label.Clipboard=Clipboard
+lacewiki.label.Clipboard.Select=Select
+lacewiki.label.Clipboard.All=All
+lacewiki.label.Clipboard.None=None
+lacewiki.label.Clipboard.Documents=Documents
+lacewiki.label.Clipboard.UploadedFiles=Uploaded Files
+lacewiki.label.Clipboard.Item=item
+lacewiki.label.Clipboard.Items=items
+lacewiki.label.Clipboard.Empty=Empty
+lacewiki.label.Clipboard.CopySuffix=Copy
+lacewiki.button.Clipboard.Copy=<u>C</u>opy
+lacewiki.button.Clipboard.Copy.accesskey=C
+lacewiki.button.Clipboard.Cut=C<u>u</u>t
+lacewiki.button.Clipboard.Cut.accesskey=U
+lacewiki.button.Clipboard.Clear=C<u>l</u>ear
+lacewiki.button.Clipboard.Clear.accesskey=L
+lacewiki.button.Clipboard.Paste=<u>P</u>aste
+lacewiki.button.Clipboard.Paste.accesskey=P
+lacewiki.msg.Clipboard.DuplicatePasteName=The name '{0}' was already in use in this area, renamed item to '{1}'.
+lacewiki.msg.Clipboard.DuplicatePasteNameFailure=The name '{0}' was already in use in this area and is too long to be renamed, skipping paste.
+
+
+# Entity update/delete/persist
+
+lacewiki.msg.Directory.Persist=Directory '{0}' has been saved.
+lacewiki.msg.Directory.Update=Directory '{0}' has been updated.
+lacewiki.msg.Directory.Delete=Directory '{0}' has been deleted.
+lacewiki.msg.Document.Persist=Document '{0}' has been saved.
+lacewiki.msg.Document.Update=Document '{0}' has been updated.
+lacewiki.msg.Document.Delete=Document '{0}' has been deleted.
+lacewiki.msg.Upload.Persist=File '{0}' has been saved.
+lacewiki.msg.Upload.Update=File '{0}' has been updated.
+lacewiki.msg.Upload.Delete=File '{0}' has been deleted.
+lacewiki.msg.User.Persist=User account '{0}' has been saved.
+lacewiki.msg.User.Update=User account '{0}' has been updated.
+lacewiki.msg.User.Delete=User account '{0}' has been deleted.
+lacewiki.msg.Feed.Create=Created syndication feed for this directory.
+lacewiki.msg.Feed.Remove=Removed syndication feed of this directory.
+lacewiki.msg.Feed.Reset=Queued removal of all feed entries from the syndication feed of this directory, please update to finalize.
+lacewiki.msg.Comment.Persist=Comment '{0}' has been saved.
+lacewiki.msg.Comment.Update=Comment '{0}' has been updated.
+lacewiki.msg.Comment.Delete=Comment '{0}' has been deleted.
+lacewiki.msg.Node.Trashed='{0}' has been moved into the trash.
+
+# Entity validation
+
+lacewiki.entity.DuplicateName=This name/subject/title is already used, please change it.
+lacewiki.entity.NameMustStartWithLetterOrNumber=Name must start with a letter or number and not contain [, ], |, / or #.
+lacewiki.entity.NameMustStartWithUppercaseLetterOrNumber=Name must start with an uppercase letter or number.
+lacewiki.entity.NameMustNotContainSpecialCharacters=Name can not contain special characters.
+lacewiki.entity.UsernameMustStartWithALetterAndOnlyContainLetters=Username must start with a letter, and only contain letters and numbers.
+lacewiki.entity.LinkProtokol.PrefixMustOnlyContainLetters=Prefix must only contain letters.
+
+# Misc messages
+
+lacewiki.msg.SessionTimeout=Your session has timed out, you will be redirected to the start page.
+lacewiki.msg.UsernameExists=A user with that username already exists, please pick a different name.
+lacewiki.msg.PasswordControlNoMatch=The passwords don't match, please enter again.
+lacewiki.msg.PasswordDoesntMatchPattern=Your password is trivial and easy to guess, please enter a different password.
+lacewiki.msg.PasswordOrPasswordControlEmpty=Please enter your password twice!
+lacewiki.msg.HomeDirectoryCreated=New home directory has been queued, save settings to commit.
+lacewiki.msg.AccountCreatedConfirmationSent=Account activation e-mail was sent to your address, please read it to activate your account.
+lacewiki.msg.AccountActivatedPleaseLogin=Your account has been activated, please login.
+lacewiki.msg.InvalidActivationCode=The activation code is invalid.
+lacewiki.msg.UpdatedCurrentCredentials=You modified your username and/or password, please login again.
+lacewiki.msg.SystemSettingsUpdated=System settings updated.
+lacewiki.msg.DiffOldVersionDisplayed=Showing historical revision {0}.
+lacewiki.msg.HistoricalNodeNotFound=Couldn't find historical node: {0}.
+lacewiki.msg.DiffCreated=Comparing current revision with historical revision {0}.
+lacewiki.msg.RollingBackDocument=Rolling document back to revision {0}.
+lacewiki.msg.NoUserFound=No user with given attributes was found, please try again.
+lacewiki.msg.MemberHomedirectoryNotFound=Could not find member area with name {0} - your configuration is broken, please change it.
+lacewiki.msg.TrashAreaNotFound=Could not find trash area with name {0} - your configuration is broken, please change it.
+lacewiki.msg.HelpAreaNotFound=Could not find help area with name {0} - your configuration is broken, please change it.
+lacewiki.msg.ImportSkippingDirectory=Skipping directory '{0}', importing not supported...
+lacewiki.msg.ImportDuplicateName=Skipping file '{0}', name is already used in this area...
+lacewiki.msg.ImportInvalidNode=Skipping entry '{0}', invalid: {1}
+lacewiki.msg.ImportOk=Created file '{0}' in current directory.
+lacewiki.msg.OptimisticLockError=Someone modified the same record while you were editing it. Your workspace has been closed.
+lacewiki.msg.AccessDenied=Access Denied
+lacewiki.msg.FatalError=An unrecoverable error occured, please check the application log or contact the administrator!
+lacewiki.msg.Trash.Emptied=All items in the trash have been permanently deleted.
+lacewiki.msg.AutomaticallyGeneratedFeed=Aggregated Feed
+
+# Preferences Editors
+lacewiki.preferences.editor.SelectNone=(None)
+
+
+# Core Preferences
+
+lacewiki.preferences.wiki.Name=Core: Wiki
+lacewiki.preferences.wiki.BaseURL=Static URL (in e-mails etc.) without trailing slash (e.g. 'http://my.wiki.server/installdir')
+lacewiki.preferences.wiki.TimeZone=Timezone of server (ID as defined in java.util.TimeZone
+lacewiki.preferences.wiki.ThemeName=Theme directory name
+lacewiki.preferences.wiki.MemberArea=Wiki area for user home directories
+lacewiki.preferences.wiki.HelpArea=Wiki area containing help texts
+lacewiki.preferences.wiki.TrashArea=Wiki area used as trash
+lacewiki.preferences.wiki.DefaultDocumentId=Identifier of the default start document of the Wiki
+lacewiki.preferences.wiki.RenderPermLinks=Render permanent links by default (or /Wiki/WordLinks)
+lacewiki.preferences.wiki.PermLinkSuffix=Append this suffix to permanent identifier
+lacewiki.preferences.wiki.FeedTitlePrefix=Feed title prefix
+lacewiki.preferences.wiki.PurgeFeedEntriesAfterDays=Feed entries are purged after days
+lacewiki.preferences.wiki.AtSymbolReplacement=Replace @ symbol in e-mail addresses with
+lacewiki.preferences.wiki.ShowEmailToLoggedInOnly=Show e-mail addresses only to logged-in users
+lacewiki.preferences.wiki.MainMenuLevels=Main menu is flattened to levels (0 for unlimited visible levels)
+lacewiki.preferences.wiki.MainMenuDepth=Main menu maximum depth of directories
+lacewiki.preferences.wiki.MainMenuShowAdminOnly=Main menu includes only directories owned by system administrator
+lacewiki.preferences.wiki.ShowDocumentCreatorHistory=Show document creator/edit history in document footer
+lacewiki.preferences.wiki.ShowTags=Show document tags in document footer
+lacewiki.preferences.wiki.ShowSiteFeedInMenu=Show global site feed in main menu
+lacewiki.preferences.wiki.WorkspaceSwitcherDescriptionLength=Truncate workspace switcher description after characters
+
+lacewiki.preferences.userManagement.Name=Core: User Management
+lacewiki.preferences.userManagement.ActivationCodeSalt=Secret salt used to generate activation codes
+lacewiki.preferences.userManagement.PasswordRegex=Regex used for password strength verification
+lacewiki.preferences.userManagement.NewUserInRole=Default role of new user
+lacewiki.preferences.userManagement.EnableRegistration=Enable public user registration
+lacewiki.preferences.userManagement.CreateHomeAfterUserActivation=Create home directory for new user after activation
+lacewiki.preferences.userManagement.HomepageDefaultContent=Content of created home page
+
+lacewiki.preferences.documentEditor.Name=Core: Document Editor
+lacewiki.preferences.documentEditor.MinorRevisionEnabled=Enable 'Minor Revision' checkbox by default
+lacewiki.preferences.documentEditor.RegularEditAreaRows=Rows shown in text editor by default
+lacewiki.preferences.documentEditor.RegularEditAreaColumns=Columns shown in text editor by default
+
+lacewiki.preferences.comments.Name=Core: Comments
+lacewiki.preferences.comments.ListAscending=List flat comments ascending by date (or descending)
+lacewiki.preferences.comments.EnableByDefault=Enable comments by default for new documents
+lacewiki.preferences.comments.Threaded=Threaded comment display (or flat)
+
Property changes on: trunk/examples/wiki/src/etc/i18n/messages_en.properties
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Copied: trunk/examples/wiki/src/etc/i18n/messages_faqBrowser_en.properties (from rev 7377, trunk/examples/wiki/src/etc/messages_faqBrowser_en.properties)
===================================================================
--- trunk/examples/wiki/src/etc/i18n/messages_faqBrowser_en.properties (rev 0)
+++ trunk/examples/wiki/src/etc/i18n/messages_faqBrowser_en.properties 2008-02-06 10:00:05 UTC (rev 7379)
@@ -0,0 +1,20 @@
+faqBrowser.label.Category=FAQ Category
+faqBrowser.label.Question=Question
+faqBrowser.label.Updated=Updated
+faqBrowser.label.NoQuestionsInCategory=No questions in this category.
+faqBrowser.button.NewQuestion=New <u>Q</u>uestion
+faqBrowser.button.NewQuestion.accesskey=Q
+
+faqBrowser.label.NewFaqQuestion=New question in category
+faqBrowser.label.NewQuestionTitle=Your question?
+faqBrowser.label.QuestionTitle=Question
+faqBrowser.label.QuestionText=Text
+faqBrowser.button.SaveNoKey=Save
+faqBrowser.button.CancelNoKey=Cancel
+
+faqBrowser.msg.Question.Persist=Question '{0}' has been saved.
+faqBrowser.msg.Question.Update=Question '{0}' has been updated.
+faqBrowser.msg.Question.Delete=Question '{0}' has been deleted.
+
+faqBrowser.msg.TreeNotFound=Could not find FAQ tree, please create a default document with [<=faqBrowser] header!
+faqBrowser.msg.TreeEmpty=No FAQ categories found, create subdirectories in the current directory.
\ No newline at end of file
Property changes on: trunk/examples/wiki/src/etc/i18n/messages_faqBrowser_en.properties
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Copied: trunk/examples/wiki/src/etc/i18n/messages_feedAggregator_en.properties (from rev 7377, trunk/examples/wiki/src/etc/messages_feedAggregator_en.properties)
===================================================================
--- trunk/examples/wiki/src/etc/i18n/messages_feedAggregator_en.properties (rev 0)
+++ trunk/examples/wiki/src/etc/i18n/messages_feedAggregator_en.properties 2008-02-06 10:00:05 UTC (rev 7379)
@@ -0,0 +1,16 @@
+feedAggregator.preferences.Name=Plugin: Feed Aggregator
+feedAggregator.preferences.Title=Title of aggregator box
+feedAggregator.preferences.Urls=URLs of feeds to aggregate, space separated
+feedAggregator.preferences.NumberOfFeedEntries=Number of feed entries
+feedAggregator.preferences.TruncateDescription=Truncate description text after characters
+feedAggregator.preferences.HideDate=Hide date display
+feedAggregator.preferences.HideAuthor=Hide author display
+feedAggregator.preferences.HideFeedInfo=Hide link to feed
+feedAggregator.preferences.HideDescription=Hide feed entry text
+feedAggregator.preferences.HideTitle=Hide feed entry title
+feedAggregator.preferences.AggregateId=Identifier for aggregate (enables subscription)
+
+feedAggregator.label.More=more...
+feedAggregator.label.By=by
+feedAggregator.label.Subscribe=Subscribe
+feedAggregator.label.NoEntriesFound=No feed entries found.
\ No newline at end of file
Copied: trunk/examples/wiki/src/etc/i18n/messages_feedConnector_en.properties (from rev 7377, trunk/examples/wiki/src/etc/messages_feedConnector_en.properties)
===================================================================
--- trunk/examples/wiki/src/etc/i18n/messages_feedConnector_en.properties (rev 0)
+++ trunk/examples/wiki/src/etc/i18n/messages_feedConnector_en.properties 2008-02-06 10:00:05 UTC (rev 7379)
@@ -0,0 +1,4 @@
+feedConnector.preferences.Name=Remote Connector: Feeds
+feedConnector.preferences.ConnectionTimeoutSeconds=Remote connection timeout in seconds (TODO:currently not used!)
+feedConnector.preferences.FeedCacheUpdateTimeoutSeconds=Feed cache update timeout in seconds
+feedConnector.preferences.FeedCacheIdleTimeoutSeconds=Feed cache idle timeout in seconds
Copied: trunk/examples/wiki/src/etc/i18n/messages_feedTeasers_en.properties (from rev 7377, trunk/examples/wiki/src/etc/messages_feedTeasers_en.properties)
===================================================================
--- trunk/examples/wiki/src/etc/i18n/messages_feedTeasers_en.properties (rev 0)
+++ trunk/examples/wiki/src/etc/i18n/messages_feedTeasers_en.properties 2008-02-06 10:00:05 UTC (rev 7379)
@@ -0,0 +1,9 @@
+feedTeasers.preferences.Name=Plugin: Feed Teasers
+feedTeasers.preferences.Title=Title of teaser box
+feedTeasers.preferences.Feed=Feed
+feedTeasers.preferences.NumberOfTeasers=Number of feed entries
+feedTeasers.preferences.TruncateDescription=Truncate teaser text after characters
+feedTeasers.preferences.ShowAuthor=Show author name
+
+feedTeasers.label.More=more...
+feedTeasers.label.By=by
Property changes on: trunk/examples/wiki/src/etc/i18n/messages_feedTeasers_en.properties
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Copied: trunk/examples/wiki/src/etc/i18n/messages_flash_en.properties (from rev 7377, trunk/examples/wiki/src/etc/messages_flash_en.properties)
===================================================================
--- trunk/examples/wiki/src/etc/i18n/messages_flash_en.properties (rev 0)
+++ trunk/examples/wiki/src/etc/i18n/messages_flash_en.properties 2008-02-06 10:00:05 UTC (rev 7379)
@@ -0,0 +1,8 @@
+flash.preferences.Name=Plugin: Flash
+flash.preferences.FlashURL=URL of flash movie
+flash.preferences.Width=Width in pixels
+flash.preferences.Height=Height in pixels
+flash.preferences.AllowedDomains=Comma-separated list of allowed domain names
+
+flash.msg.URLNotSupplied=[Flash Macro: Add 'url' macro parameter to embed flash movie.]
+flash.msg.URLNotAllowed=[Flash Macro: The flash URL you supplied is not in the list of valid domains, please ask the system administrator to add it.]
Property changes on: trunk/examples/wiki/src/etc/i18n/messages_flash_en.properties
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Copied: trunk/examples/wiki/src/etc/i18n/messages_forumTopPosters_en.properties (from rev 7377, trunk/examples/wiki/src/etc/messages_forumTopPosters_en.properties)
===================================================================
--- trunk/examples/wiki/src/etc/i18n/messages_forumTopPosters_en.properties (rev 0)
+++ trunk/examples/wiki/src/etc/i18n/messages_forumTopPosters_en.properties 2008-02-06 10:00:05 UTC (rev 7379)
@@ -0,0 +1,12 @@
+forumTopPosters.preferences.Name=Plugin: Forum Top Posters
+forumTopPosters.preferences.Title=Title of box
+forumTopPosters.preferences.NumberOfPosters=Number of posters in list
+forumTopPosters.preferences.ForumLink=Wiki link to forum start page (topic list)
+forumTopPosters.preferences.ExcludeRoles=Exclude users with role name (space separated)
+
+forumTopPosters.label.Position=Position
+forumTopPosters.label.User=User
+forumTopPosters.label.JoinedOn=Joined On
+forumTopPosters.label.RatingPoints=Rating Points
+
+forumTopPosters.label.NoPostersFound=No posters with rating points found.
Copied: trunk/examples/wiki/src/etc/i18n/messages_forum_en.properties (from rev 7377, trunk/examples/wiki/src/etc/messages_forum_en.properties)
===================================================================
--- trunk/examples/wiki/src/etc/i18n/messages_forum_en.properties (rev 0)
+++ trunk/examples/wiki/src/etc/i18n/messages_forum_en.properties 2008-02-06 10:00:05 UTC (rev 7379)
@@ -0,0 +1,102 @@
+forum.preferences.Name=Plugin: Forum
+forum.preferences.TopicsPerPage=Number of topics per page
+forum.preferences.NotifyMeOfReplies=Enable e-mail reply notification switch by default
+
+forum.label.Showing=Showing
+forum.label.To=to
+forum.label.Of=of
+forum.label.Topics=topics
+forum.label.Joined=Joined On
+
+forum.label.Forum=Forum
+forum.label.TopicCount=Topics
+forum.label.PostCount=Posts
+forum.label.NewestTopic=Newest Topic
+forum.label.LatestPost=Last Post
+forum.label.Feed=Feed
+forum.label.EnableFeed=Enable syndication feed (disabling invalidates subcriber link)
+
+forum.label.EditForum=Edit Forum
+forum.label.NewForum=New Forum
+
+forum.label.NewTopic=New Topic
+forum.label.Subject=Subject
+forum.label.Message=Message
+forum.label.Options=Options
+forum.label.OpenTopicAllowReplies=Open topic, allow replies
+forum.label.StickyPosting=Sticky posting
+forum.label.NotifyMeOfReplies=Notify me via e-mail of any replies
+
+forum.label.Reply=Reply
+forum.label.NewReply=New Reply
+forum.label.Replies=Replies
+
+forum.label.ForumName=Forum Name
+forum.label.ForumDescription=Description
+
+forum.msg.NoForumsFound=No forums found.
+
+forum.button.NewForum=<u>N</u>ew Forum
+forum.button.NewForum.accesskey=N
+forum.button.ManageForums=Mana<u>g</u>e Forums
+forum.button.ManageForums.accesskey=G
+
+forum.button.Edit=Edit
+forum.button.ResetFeed=Clear Feed
+forum.button.MoveUp=Move Up
+forum.button.MoveDown=Move Down
+forum.button.SaveNoKey=Save
+forum.button.Save=<u>S</u>ave
+forum.button.Save.accesskey=S
+forum.button.Update=<u>U</u>pdate
+forum.button.Update.accesskey=U
+forum.button.Remove=<u>D</u>elete
+forum.button.Remove.accesskey=Delete
+forum.button.CancelNoKey=Cancel
+forum.button.Cancel=<u>C</u>ancel
+forum.button.Cancel.accesskey=C
+forum.button.Exit=<u>E</u>xit
+forum.button.Exit.accesskey=E
+forum.button.NewTopic=<u>N</u>ew Topic
+forum.button.NewTopic.accesskey=N
+forum.button.ForumList=F<u>o</u>rum List
+forum.button.ForumList.accesskey=O
+forum.button.TopicList=<u>T</u>opic List
+forum.button.TopicList.accesskey=T
+forum.button.Reply=R<u>e</u>ply
+forum.button.Reply.accesskey=E
+forum.button.Reply.nokey=Reply
+forum.button.Quote=<u>Q</u>uote
+forum.button.Quote.accesskey=Q
+forum.button.Quote.nokey=Quote
+forum.button.RemoveReply=Remove
+forum.button.PreviousPosting=Pre<u>v</u>ious
+forum.button.PreviousPosting.accesskey=V
+forum.button.NextPosting=<u>N</u>ext
+forum.button.NextPosting.accesskey=N
+
+forum.label.replyForm.Name=Name
+forum.label.replyForm.Email=E-mail address (optional)
+forum.label.replyForm.Homepage=Homepage URL (optional)
+forum.label.replyForm.Subject=Subject
+forum.label.replyForm.Message=Message
+
+forum.label.WroteOn=wrote on
+forum.label.reply.FeedEntryTitlePrefix=Re:
+
+forum.msg.Feed.Create=Created syndication feed for this forum.
+forum.msg.Feed.Remove=Removed syndication feed of this forum.
+forum.msg.Feed.Reset=Queued removal of all feed entries from the syndication feed of this directory, please update to finalize.
+
+forum.msg.Forum.Persist=Forum '{0}' has been saved.
+forum.msg.Forum.Update=Forum '{0}' has been updated.
+forum.msg.Forum.Delete=Forum '{0}' has been deleted.
+
+forum.msg.Topic.Persist=Topic '{0}' has been saved.
+forum.msg.Topic.Update=Topic '{0}' has been updated.
+forum.msg.Topic.Delete=Topic '{0}' has been deleted.
+
+forum.msg.Reply.Persist=Reply '{0}' has been saved.
+forum.msg.Reply.Update=Reply '{0}' has been updated.
+forum.msg.Reply.Delete=Reply '{0}' has been deleted.
+
Property changes on: trunk/examples/wiki/src/etc/i18n/messages_forum_en.properties
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Copied: trunk/examples/wiki/src/etc/i18n/messages_jiraConnector_en.properties (from rev 7377, trunk/examples/wiki/src/etc/messages_jiraConnector_en.properties)
===================================================================
--- trunk/examples/wiki/src/etc/i18n/messages_jiraConnector_en.properties (rev 0)
+++ trunk/examples/wiki/src/etc/i18n/messages_jiraConnector_en.properties 2008-02-06 10:00:05 UTC (rev 7379)
@@ -0,0 +1,5 @@
+jiraConnector.preferences.Name=Remote Connector: JIRA
+jiraConnector.preferences.ConnectionTimeoutSeconds=Remote connection timeout in seconds
+jiraConnector.preferences.ReplyTimeoutSeconds=Remote reply timeout in seconds
+jiraConnector.preferences.IssueListCacheUpdateTimeoutSeconds=Issue list cache update timeout in seconds
+jiraConnector.preferences.IssueListCacheIdleTimeoutSeconds=Issue list cache idle timeout in seconds
Copied: trunk/examples/wiki/src/etc/i18n/messages_jiraIssueList_en.properties (from rev 7377, trunk/examples/wiki/src/etc/messages_jiraIssueList_en.properties)
===================================================================
--- trunk/examples/wiki/src/etc/i18n/messages_jiraIssueList_en.properties (rev 0)
+++ trunk/examples/wiki/src/etc/i18n/messages_jiraIssueList_en.properties 2008-02-06 10:00:05 UTC (rev 7379)
@@ -0,0 +1,10 @@
+jiraIssueList.preferences.Name=Plugin: JIRA Issue List
+jiraIssueList.preferences.Title=Title of isse list box
+jiraIssueList.preferences.Url=URL of JIRA website
+jiraIssueList.preferences.Username=JIRA XML-RPC remote username
+jiraIssueList.preferences.Password=JIRA XML-RPC remote password
+jiraIssueList.preferences.FilterId=ID of JIRA filter for remote request
+jiraIssueList.preferences.NumberOfIssues=Number of issues shown in list
+jiraIssueList.preferences.TruncateSummary=Truncate summary after characters
+
+jiraIssueList.label.NoIssuesFound=No issues found.
Copied: trunk/examples/wiki/src/etc/i18n/messages_lastModifiedDocuments_en.properties (from rev 7377, trunk/examples/wiki/src/etc/messages_lastModifiedDocuments_en.properties)
===================================================================
--- trunk/examples/wiki/src/etc/i18n/messages_lastModifiedDocuments_en.properties (rev 0)
+++ trunk/examples/wiki/src/etc/i18n/messages_lastModifiedDocuments_en.properties 2008-02-06 10:00:05 UTC (rev 7379)
@@ -0,0 +1,6 @@
+lastModifiedDocuments.preferences.Name=Plugin: Last Modified Documents
+lastModifiedDocuments.preferences.Title=Title of plugin box
+lastModifiedDocuments.preferences.NumberOfItems=Number of items shown in list
+lastModifiedDocuments.preferences.ShowUsernames=Show user names
+lastModifiedDocuments.preferences.DocumentTitleLength=Truncate document titles after characters
+
Property changes on: trunk/examples/wiki/src/etc/i18n/messages_lastModifiedDocuments_en.properties
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Copied: trunk/examples/wiki/src/etc/i18n/messages_tags_en.properties (from rev 7377, trunk/examples/wiki/src/etc/messages_tags_en.properties)
===================================================================
--- trunk/examples/wiki/src/etc/i18n/messages_tags_en.properties (rev 0)
+++ trunk/examples/wiki/src/etc/i18n/messages_tags_en.properties 2008-02-06 10:00:05 UTC (rev 7379)
@@ -0,0 +1,5 @@
+tags.preferences.Name=Plugin: Tags
+tags.preferences.LinkToCurrentDocument=Link to current (aggregator) document
+
+tags.label.Tags=Tags
+tags.label.All=All...
Property changes on: trunk/examples/wiki/src/etc/i18n/messages_tags_en.properties
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Copied: trunk/examples/wiki/src/etc/i18n/messages_userProfile_en.properties (from rev 7377, trunk/examples/wiki/src/etc/messages_userProfile_en.properties)
===================================================================
--- trunk/examples/wiki/src/etc/i18n/messages_userProfile_en.properties (rev 0)
+++ trunk/examples/wiki/src/etc/i18n/messages_userProfile_en.properties 2008-02-06 10:00:05 UTC (rev 7379)
@@ -0,0 +1 @@
+userProfile.label.NoProfile=If you are #{currentDocument.createdBy.fullname}, please login and edit your profile.
Property changes on: trunk/examples/wiki/src/etc/i18n/messages_userProfile_en.properties
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Deleted: trunk/examples/wiki/src/etc/import-dev.sql
===================================================================
Deleted: trunk/examples/wiki/src/etc/import-prod.sql
===================================================================
--- trunk/examples/wiki/src/etc/import-prod.sql 2008-02-06 09:50:26 UTC (rev 7378)
+++ trunk/examples/wiki/src/etc/import-prod.sql 2008-02-06 10:00:05 UTC (rev 7379)
@@ -1,141 +0,0 @@
--- MySQL magic!
-set session sql_mode='PIPES_AS_CONCAT'
-
-INSERT INTO PREFERENCE VALUES(1,'Wiki','baseUrl',NULL,NULL,NULL,NULL,'http://www.lacewiki.org/change_me_in_database_import',0,NULL)
-INSERT INTO PREFERENCE VALUES(2,'Wiki','timeZone',NULL,NULL,NULL,NULL,'CET',0,NULL)
-INSERT INTO PREFERENCE VALUES(3,'Wiki','themeName',NULL,NULL,NULL,NULL,'default',0,NULL)
-INSERT INTO PREFERENCE VALUES(4,'Wiki','memberArea',NULL,NULL,NULL,NULL,'Members',0,NULL)
-INSERT INTO PREFERENCE VALUES(5,'Wiki','helpArea',NULL,NULL,NULL,NULL,'Help',0,NULL)
-INSERT INTO PREFERENCE VALUES(6,'Wiki','defaultDocumentId',3,NULL,NULL,NULL,NULL,0,NULL)
-INSERT INTO PREFERENCE VALUES(7,'Wiki','renderPermlinks',NULL,NULL,NULL,FALSE,NULL,0,NULL)
-INSERT INTO PREFERENCE VALUES(8,'Wiki','permlinkSuffix',NULL,NULL,NULL,NULL,'.lace',0,NULL)
-INSERT INTO PREFERENCE VALUES(9,'Wiki','feedTitlePrefix',NULL,NULL,NULL,NULL,'LaceWiki - ',0,NULL)
-INSERT INTO PREFERENCE VALUES(10,'Wiki','purgeFeedEntriesAfterDays',999,NULL,NULL,NULL,NULL,0,NULL)
-INSERT INTO PREFERENCE VALUES(11,'Wiki','atSymbolReplacement',NULL,NULL,NULL,NULL,'(AT)',0,NULL)
-INSERT INTO PREFERENCE VALUES(12,'Wiki','mainMenuLevels',3,NULL,NULL,NULL,NULL,0,NULL)
-INSERT INTO PREFERENCE VALUES(13,'Wiki','mainMenuDepth',2,NULL,NULL,NULL,NULL,0,NULL)
-INSERT INTO PREFERENCE VALUES(14,'Wiki','mainMenuShowAdminOnly',NULL,NULL,NULL,FALSE,NULL,0,NULL)
-INSERT INTO PREFERENCE VALUES(15,'Wiki','showDocumentCreatorHistory',NULL,NULL,NULL,TRUE,NULL,0,NULL)
-INSERT INTO PREFERENCE VALUES(16,'Wiki','showTags',NULL,NULL,NULL,TRUE,NULL,0,NULL)
-INSERT INTO PREFERENCE VALUES(17,'Wiki','showEmailToLoggedInOnly',NULL,NULL,NULL,TRUE,NULL,0,NULL)
-INSERT INTO PREFERENCE VALUES(18,'Wiki','trashArea',NULL,NULL,NULL,NULL,'Trash',0,NULL)
-INSERT INTO PREFERENCE VALUES(19,'Wiki','showSiteFeedInMenu',NULL,NULL,NULL,TRUE,NULL,0,NULL)
-INSERT INTO PREFERENCE VALUES(20,'Wiki','workspaceSwitcherDescriptionLength',25,NULL,NULL,NULL,NULL,0,NULL)
-
-INSERT INTO PREFERENCE VALUES(50,'DocEditor','minorRevisionEnabled',NULL,NULL,NULL,TRUE,NULL,0,NULL)
-INSERT INTO PREFERENCE VALUES(51,'DocEditor','regularEditAreaRows',15,NULL,NULL,NULL,NULL,0,NULL)
-INSERT INTO PREFERENCE VALUES(52,'DocEditor','regularEditAreaColumns',65,NULL,NULL,NULL,NULL,0,NULL)
-
-INSERT INTO PREFERENCE VALUES(60,'UserManagement','activationCodeSalt',NULL,NULL,NULL,NULL,'MySecretSalt123',0,NULL)
-INSERT INTO PREFERENCE VALUES(61,'UserManagement','passwordRegex',NULL,NULL,NULL,NULL,'^[0-9A-Za-z]{6,15}',0,NULL)
-INSERT INTO PREFERENCE VALUES(62,'UserManagement','newUserInRole',NULL,NULL,NULL,NULL,'member',0,NULL)
-INSERT INTO PREFERENCE VALUES(63,'UserManagement','enableRegistration',NULL,NULL,NULL,TRUE,NULL,0,NULL)
-INSERT INTO PREFERENCE VALUES(64,'UserManagement','createHomeAfterUserActivation',NULL,NULL,NULL,FALSE,NULL,0,NULL)
-INSERT INTO PREFERENCE VALUES(65,'UserManagement','homepageDefaultContent',NULL,NULL,NULL,NULL,'This is your homepage, login to edit it.',0,NULL)
-
-INSERT INTO PREFERENCE VALUES(70,'Comments','listAscending',NULL,NULL,NULL,FALSE,NULL,0,NULL)
-INSERT INTO PREFERENCE VALUES(71,'Comments','enableByDefault',NULL,NULL,NULL,TRUE,NULL,0,NULL)
-INSERT INTO PREFERENCE VALUES(72,'Comments','threaded',NULL,NULL,NULL,TRUE,NULL,0,NULL)
-
-INSERT INTO PREFERENCE VALUES(110,'LastModifiedDocuments','numberOfItems',5,NULL,NULL,NULL,NULL,0,NULL)
-INSERT INTO PREFERENCE VALUES(111,'LastModifiedDocuments','showUsernames',NULL,NULL,NULL,TRUE,NULL,0,NULL)
-INSERT INTO PREFERENCE VALUES(112,'LastModifiedDocuments','documentTitleLength',20,NULL,NULL,NULL,NULL,0,NULL)
-INSERT INTO PREFERENCE VALUES(113,'LastModifiedDocuments','title',NULL,NULL,NULL,NULL,'Last Site Updates',0,NULL)
-
-INSERT INTO PREFERENCE VALUES(120,'Blog','pageSize',5,NULL,NULL,NULL,NULL,0,NULL)
-INSERT INTO PREFERENCE VALUES(121,'Blog','archiveSubscribeIcon',NULL,NULL,NULL,FALSE,NULL,0,NULL)
-INSERT INTO PREFERENCE VALUES(122,'Blog','recentEntriesItems',10,NULL,NULL,NULL,NULL,0,NULL)
-INSERT INTO PREFERENCE VALUES(123,'Blog','recentEntriesTruncateTitle',40,NULL,NULL,NULL,NULL,0,NULL)
-INSERT INTO PREFERENCE VALUES(124,'Blog','recentEntriesSubscribeIcon',NULL,NULL,NULL,TRUE,NULL,0,NULL)
-
-INSERT INTO PREFERENCE VALUES(130,'FeedTeasers','title',NULL,NULL,NULL,NULL,'Site news feed',0,NULL)
-INSERT INTO PREFERENCE VALUES(131,'FeedTeasers','numberOfTeasers',5,NULL,NULL,NULL,NULL,0,NULL)
-INSERT INTO PREFERENCE VALUES(132,'FeedTeasers','truncateDescription',200,NULL,NULL,NULL,NULL,0,NULL)
-INSERT INTO PREFERENCE VALUES(133,'FeedTeasers','showAuthor',NULL,NULL,NULL,TRUE,NULL,0,NULL)
-
-INSERT INTO PREFERENCE VALUES(140,'Flash','allowedDomains',NULL,NULL,NULL,NULL,'video.google.com,www.youtube.com',0,NULL)
-
-INSERT INTO PREFERENCE VALUES(150,'DirMenu','title',NULL,NULL,NULL,NULL,'Directory Menu',0,NULL)
-INSERT INTO PREFERENCE VALUES(151,'DirMenu','menuLevels',3,NULL,NULL,NULL,NULL,0,NULL)
-INSERT INTO PREFERENCE VALUES(152,'DirMenu','menuDepth',3,NULL,NULL,NULL,NULL,0,NULL)
-
-INSERT INTO PREFERENCE VALUES(160,'Tags','linkToCurrentDocument',NULL,NULL,NULL,TRUE,NULL,0,NULL)
-
-INSERT INTO PREFERENCE VALUES(170,'DocPager','showNames',NULL,NULL,NULL,TRUE,NULL,0,NULL)
-
-INSERT INTO PREFERENCE VALUES(180,'Forum','topicsPerPage',20,NULL,NULL,NULL,NULL,0,NULL)
-
-INSERT INTO PREFERENCE VALUES(190,'JiraIssueList','title',NULL,NULL,NULL,NULL,'JIRA Issues',0,NULL)
-INSERT INTO PREFERENCE VALUES(191,'JiraIssueList','truncateSummary',35,NULL,NULL,NULL,NULL,0,NULL)
-
-INSERT INTO PREFERENCE VALUES(200,'FeedAggregator','title',NULL,NULL,NULL,NULL,'Aggregated Feeds',0,NULL)
-INSERT INTO PREFERENCE VALUES(201,'FeedAggregator','truncateDescription',100,NULL,NULL,NULL,NULL,0,NULL)
-
-INSERT INTO PREFERENCE VALUES(210,'ForumTopPosters','title',NULL,NULL,NULL,NULL,'Top Forum Posters',0,NULL)
-INSERT INTO PREFERENCE VALUES(211,'ForumTopPosters','numberOfPosters',10,NULL,NULL,NULL,NULL,0,NULL)
-
-INSERT INTO PREFERENCE VALUES(300,'JiraConnector','connectionTimeoutSeconds',15,NULL,NULL,NULL,NULL,0,NULL)
-INSERT INTO PREFERENCE VALUES(301,'JiraConnector','replyTimeoutSeconds',10,NULL,NULL,NULL,NULL,0,NULL)
-INSERT INTO PREFERENCE VALUES(302,'JiraConnector','issueListCacheUpdateTimeoutSeconds',600,NULL,NULL,NULL,NULL,0,NULL)
-INSERT INTO PREFERENCE VALUES(303,'JiraConnector','issueListCacheIdleTimeoutSeconds',36000,NULL,NULL,NULL,NULL,0,NULL)
-
-INSERT INTO PREFERENCE VALUES(310,'FeedConnector','connectionTimeoutSeconds',30,NULL,NULL,NULL,NULL,0,NULL)
-INSERT INTO PREFERENCE VALUES(311,'FeedConnector','feedCacheUpdateTimeoutSeconds',600,NULL,NULL,NULL,NULL,0,NULL)
-INSERT INTO PREFERENCE VALUES(312,'FeedConnector','feedCacheIdleTimeoutSeconds',36000,NULL,NULL,NULL,NULL,0,NULL)
-
-INSERT INTO `ROLES` (`ROLE_ID`, `ACCESS_LEVEL`, `CREATED_ON`, `DISPLAY_NAME`, `NAME`, `OBJ_VERSION`) VALUES (1,1000,'2006-06-27 13:45:00','Administrator','admin',0)
-INSERT INTO `ROLES` (`ROLE_ID`, `ACCESS_LEVEL`, `CREATED_ON`, `DISPLAY_NAME`, `NAME`, `OBJ_VERSION`) VALUES (2,0,'2006-06-27 13:45:00','Guest','guest',0)
-INSERT INTO `ROLES` (`ROLE_ID`, `ACCESS_LEVEL`, `CREATED_ON`, `DISPLAY_NAME`, `NAME`, `OBJ_VERSION`) VALUES (3,1,'2006-06-27 13:45:00','Member','member',0)
-
-INSERT INTO `USER_PROFILE` (`USER_PROFILE_ID`, `BIO`, `CREATED_ON`, `IMAGE_DATA`, `IMAGE_CONTENT_TYPE`, `LOCATION`, `OCCUPATION`, `SIGNATURE`, `OBJ_VERSION`, `WEBSITE`) VALUES (1,NULL,'2006-06-27 13:45:00',NULL,NULL,NULL,NULL,NULL,0,NULL)
-INSERT INTO `USER_PROFILE` (`USER_PROFILE_ID`, `BIO`, `CREATED_ON`, `IMAGE_DATA`, `IMAGE_CONTENT_TYPE`, `LOCATION`, `OCCUPATION`, `SIGNATURE`, `OBJ_VERSION`, `WEBSITE`) VALUES (2,NULL,'2006-06-27 13:45:00',NULL,NULL,NULL,NULL,NULL,0,NULL)
-
-INSERT INTO `USERS` (`USER_ID`, `ACTIVATED`, `ACTIVATION_CODE`, `CREATED_ON`, `EMAIL`, `FIRSTNAME`, `LAST_LOGIN_ON`, `LASTNAME`, `PASSWORDHASH`, `USERNAME`, `OBJ_VERSION`, `USER_PROFILE_ID`, `MEMBER_HOME_WIKI_DIRECTORY_ID`) VALUES (1,'',NULL,'2006-06-27 13:45:00','admin at email.tld','System',NULL,'Administrator','21232f297a57a5a743894a0e4a801fc3','admin',0,1,NULL)
-INSERT INTO `USERS` (`USER_ID`, `ACTIVATED`, `ACTIVATION_CODE`, `CREATED_ON`, `EMAIL`, `FIRSTNAME`, `LAST_LOGIN_ON`, `LASTNAME`, `PASSWORDHASH`, `USERNAME`, `OBJ_VERSION`, `USER_PROFILE_ID`, `MEMBER_HOME_WIKI_DIRECTORY_ID`) VALUES (2,false,NULL,'2006-06-27 13:45:00','guest','Anonymous',NULL,'Guest','guest','guest',0,2,NULL)
-
-INSERT INTO `USER_ROLE` (`USER_ID`, `ROLE_ID`) VALUES (1,1)
-INSERT INTO `USER_ROLE` (`USER_ID`, `ROLE_ID`) VALUES (2,2)
-
-
-INSERT INTO `WIKI_NODE` (`NODE_ID`, `AREA_NR`, `CREATED_ON`, `LAST_MODIFIED_ON`, `NAME`, `READ_ACCESS_LEVEL`, `OBJ_VERSION`, `WIKINAME`, `WRITE_ACCESS_LEVEL`, `WRITE_PROTECTED`, `CREATED_BY_USER_ID`, `LAST_MODIFIED_BY_USER_ID`, `PARENT_NODE_ID`, `RATING`) VALUES (1,1,'2006-09-23 13:45:00',NULL,'ROOT',0,0,'ROOT',1000,'',1,NULL,NULL,0)
-
-INSERT INTO `WIKI_NODE` (`NODE_ID`, `AREA_NR`, `CREATED_ON`, `LAST_MODIFIED_ON`, `NAME`, `READ_ACCESS_LEVEL`, `OBJ_VERSION`, `WIKINAME`, `WRITE_ACCESS_LEVEL`, `WRITE_PROTECTED`, `CREATED_BY_USER_ID`, `LAST_MODIFIED_BY_USER_ID`, `PARENT_NODE_ID`, `RATING`) VALUES (2,2,'2006-09-23 13:45:00',NULL,'Start',0,0,'Start',0,false,1,NULL,1,0)
-
-INSERT INTO `WIKI_NODE` (`NODE_ID`, `AREA_NR`, `CREATED_ON`, `LAST_MODIFIED_ON`, `NAME`, `READ_ACCESS_LEVEL`, `OBJ_VERSION`, `WIKINAME`, `WRITE_ACCESS_LEVEL`, `WRITE_PROTECTED`, `CREATED_BY_USER_ID`, `LAST_MODIFIED_BY_USER_ID`, `PARENT_NODE_ID`, `RATING`) VALUES(3,2,'2006-09-23 13:45:00',NULL,'Welcome!',0,1,'Welcome',0,false,1,NULL,2,0)
-
-INSERT INTO `WIKI_NODE` (`NODE_ID`, `AREA_NR`, `CREATED_ON`, `LAST_MODIFIED_ON`, `NAME`, `READ_ACCESS_LEVEL`, `OBJ_VERSION`, `WIKINAME`, `WRITE_ACCESS_LEVEL`, `WRITE_PROTECTED`, `CREATED_BY_USER_ID`, `LAST_MODIFIED_BY_USER_ID`, `PARENT_NODE_ID`, `RATING`) VALUES(4,4,'2006-09-23 13:45:00',NULL,'Members',0,0,'Members',1000,'',1,NULL,1,0)
-
-INSERT INTO `WIKI_NODE` (`NODE_ID`, `AREA_NR`, `CREATED_ON`, `LAST_MODIFIED_ON`, `NAME`, `READ_ACCESS_LEVEL`, `OBJ_VERSION`, `WIKINAME`, `WRITE_ACCESS_LEVEL`, `WRITE_PROTECTED`, `CREATED_BY_USER_ID`, `LAST_MODIFIED_BY_USER_ID`, `PARENT_NODE_ID`, `RATING`) VALUES (5,5,'2006-09-23 13:45:00',NULL,'Help',0,0,'Help',1000,'',1,NULL,1,0)
-
-INSERT INTO `WIKI_NODE` (`NODE_ID`, `AREA_NR`, `CREATED_ON`, `LAST_MODIFIED_ON`, `NAME`, `READ_ACCESS_LEVEL`, `OBJ_VERSION`, `WIKINAME`, `WRITE_ACCESS_LEVEL`, `WRITE_PROTECTED`, `CREATED_BY_USER_ID`, `LAST_MODIFIED_BY_USER_ID`, `PARENT_NODE_ID`, `RATING`) VALUES (6,5,'2006-09-23 13:45:00',NULL,'Working with documents',0,0,'WorkingWithDocuments',1000,'',1,NULL,5,0)
-
-INSERT INTO `WIKI_NODE` (`NODE_ID`, `AREA_NR`, `CREATED_ON`, `LAST_MODIFIED_ON`, `NAME`, `READ_ACCESS_LEVEL`, `OBJ_VERSION`, `WIKINAME`, `WRITE_ACCESS_LEVEL`, `WRITE_PROTECTED`, `CREATED_BY_USER_ID`, `LAST_MODIFIED_BY_USER_ID`, `PARENT_NODE_ID`, `RATING`) VALUES (7,5,'2006-09-23 13:45:00',NULL,'Wiki Text Markup',0,0,'WikiTextMarkup',1000,'',1,NULL,6,0)
-
-INSERT INTO `WIKI_NODE` (`NODE_ID`, `AREA_NR`, `CREATED_ON`, `LAST_MODIFIED_ON`, `NAME`, `READ_ACCESS_LEVEL`, `OBJ_VERSION`, `WIKINAME`, `WRITE_ACCESS_LEVEL`, `WRITE_PROTECTED`, `CREATED_BY_USER_ID`, `LAST_MODIFIED_BY_USER_ID`, `PARENT_NODE_ID`, `RATING`) VALUES (8,8,'2006-09-23 13:45:00',NULL,'Trash',0,0,'Trash',1000,'',1,NULL,1,0)
-
-INSERT INTO `WIKI_FILE` (`NODE_ID`, `FILE_REVISION`) VALUES (3,0)
-INSERT INTO `WIKI_FILE` (`NODE_ID`, `FILE_REVISION`) VALUES (7,0)
-
-INSERT INTO `WIKI_DIRECTORY` (`NODE_ID`, `DESCRIPTION`, `NS_LEFT`, `NS_RIGHT`, `NS_THREAD`, `DEFAULT_FILE_ID`) VALUES (1,'Root Area',1,12,1,NULL)
-INSERT INTO `WIKI_DIRECTORY` (`NODE_ID`, `DESCRIPTION`, `NS_LEFT`, `NS_RIGHT`, `NS_THREAD`, `DEFAULT_FILE_ID`) VALUES (2,'Start Area',2,3,1,3)
-INSERT INTO `WIKI_DIRECTORY` (`NODE_ID`, `DESCRIPTION`, `NS_LEFT`, `NS_RIGHT`, `NS_THREAD`, `DEFAULT_FILE_ID`) VALUES (4,'Default member area',8,9,1,NULL)
-INSERT INTO `WIKI_DIRECTORY` (`NODE_ID`, `DESCRIPTION`, `NS_LEFT`, `NS_RIGHT`, `NS_THREAD`, `DEFAULT_FILE_ID`) VALUES (5,'Help documents',4,7,1,NULL)
-INSERT INTO `WIKI_DIRECTORY` (`NODE_ID`, `DESCRIPTION`, `NS_LEFT`, `NS_RIGHT`, `NS_THREAD`, `DEFAULT_FILE_ID`) VALUES (6,'Creating and editing wiki documents',5,6,1,NULL)
-INSERT INTO `WIKI_DIRECTORY` (`NODE_ID`, `DESCRIPTION`, `NS_LEFT`, `NS_RIGHT`, `NS_THREAD`, `DEFAULT_FILE_ID`) VALUES (8,'Trash Area',10,11,1,NULL)
-
-INSERT INTO `WIKI_DOCUMENT` (`NODE_ID`, `CONTENT`, `CONTENT_MACROS`, `ENABLE_COMMENT_FORM`, `ENABLE_COMMENTS`, `ENABLE_COMMENTS_ON_FEEDS`, `FOOTER`, `FOOTER_MACROS`, `HEADER`, `HEADER_MACROS`, `NAME_AS_TITLE`) VALUES (3,'Welcome to LaceWiki.\n\nLogin with admin-admin and rebuild the search index in the administration area.',NULL,true,true,true,NULL,NULL,NULL,NULL,true)
-
-INSERT INTO `WIKI_DOCUMENT` (`NODE_ID`, `CONTENT`, `CONTENT_MACROS`, `ENABLE_COMMENT_FORM`, `ENABLE_COMMENTS`, `ENABLE_COMMENTS_ON_FEEDS`, `FOOTER`, `FOOTER_MACROS`, `HEADER`, `HEADER_MACROS`, `NAME_AS_TITLE`) VALUES (7,'Most content on this website (blogs, blog comments, wiki pages, user profiles) is rendered using the [Seam Text=>http://docs.jboss.com/seam/latest/reference/en/html/text.html] engine. If you are creating content, it helps to know a few simple tricks.\n\n++ Basic formatting\n\nYou can emphasize words using *emphasis*, _underline_, ~strikeout~ or ^superscript^.\n\n`You can emphasize words using\n*emphasis*, _underline_, ~strikeout~ or ^superscript^.`\n\nBut if you really want to type a special character such as \\* or \\+, you need to escape it with a \\\\.\n\n`But if you really want to type a special character\nsuch as \\* or \\+, you need to escape it with a \\\\.`\n\nAlternatively, you can use special characters freely inside |monospace text|.\n\n`Alternat!
ively, you can use special characters freely\ninside |monospace text|.`\n\n++ Block formatting\n\nOf course, you can also use \"inline quotes\".\n\n\"And block quotes.\"\n\nAnd split text across several paragraphs.\n\n`Of course, you can also use \"inline quotes\".\n\n\"And block quotes.\"\n\nAnd split text across several paragraphs.`\n\nYou can create\n\n= unorderedlists\n= of stuff\n= like this\n\nor\n\n# numbered lists\n# of other things\n\n`You can create\n= unordered lists\n= of stuff\n= like this\n\nor\n\n# numbered lists\n# of other things`\n\n++ Code Blocks\n\nA third option for embedding text that uses special characters is to use a code block, delimited by `backticks`. For example:\n\n<pre>\\`for (int i\\=0; i\\<100; i\\+\\+) {\n log.info(\\\"Hello world!\\\");\n}\\`</pre>\n\n+ Here is a first-level heading\n\nHere is a normal paragraph.\n\n++ Here is a second-level heading\n\nAnd another paragraph.\n\n`+ Here is a first-level heading\n\nHere is a normal paragra!
ph.\n\n++ Here is a second-level heading\n\nAnd another paragraph.`\n\
n++ Links\n\nThe wiki has powerful handling for links.\n\nHTML links to [=>http://hibernate.org] or attach the link to [some link text=>http://hibernate.org].\nMy [e-mail address=>mailto:foo at bar.tld] will be automatically protected.\n\n`HTML links to [=>http://hibernate.org] or attach the\nlink to [some link text=>http://hibernate.org].\nMy [e-mail address=>mailto:foo at bar.tld] will be\nautomatically protected.`\n\nInternal wiki links simply use area and document/file names:\n\n= Link to another document: \\[\\=\\>My Document\\] \n= Link to another document with link text: \\[A document\\=\\>My Document\\]\n= Link to another document in another area: \\[\\=\\>Another Area\\|My Document\\]\n= Link to an uploaded file or image: \\[\\=\\>My Upload\\]\n\nYou can even link to a [Hibernate JIRA issue=>hhh://2702], or a\n[Seam JIRA issue=>jbseam://1920].\n\n`You can even link to a [Hibernate JIRA issue=>hhh://2702],\nor a [Seam JIRA issue=>jbseam://1920].`\n\n++ Embedded HTML\n\nYo!
u can even use <i>many</i> HTML tags directly, but <b>not</b> tags that would create a security vulnerability!\n\n`You can even use <i>many</i> HTML tags directly,\nbut <b>not</b> tags that would create a\nsecurity vulnerability!`',NULL,false,false,false,NULL,NULL,NULL,NULL,true)
-
-INSERT INTO `WIKI_MENU_ITEM` (`DIRECTORY_ID`, `DISPLAY_POSITION`) VALUES (2,0)
-INSERT INTO `WIKI_MENU_ITEM` (`DIRECTORY_ID`, `DISPLAY_POSITION`) VALUES (4,1)
-INSERT INTO `WIKI_MENU_ITEM` (`DIRECTORY_ID`, `DISPLAY_POSITION`) VALUES (5,2)
-
-INSERT INTO `FEED` (`FEED_ID`, `FEED_TYPE`, `FEED_LINK`, `AUTHOR`, `DESCRIPTION`, `PUBLISHED_ON`, `TITLE`, `DIRECTORY_ID`) VALUES (1,'INTERNAL','http://www.lacewiki.org/change_me_in_database_import/ROOT','System Administrator',NULL,'2006-09-23 13:45:00','ROOT',1);
-
-INSERT INTO `LINK_PROTOCOL` (`LINK_PROTOCOL_ID`, `LINK`, `PREFIX`, `OBJ_VERSION`) VALUES (1,'http://jira.jboss.com/jira/browse/JBSEAM-[[link]]','jbseam',0)
-INSERT INTO `LINK_PROTOCOL` (`LINK_PROTOCOL_ID`, `LINK`, `PREFIX`, `OBJ_VERSION`) VALUES (2,'http://opensource.atlassian.com/projects/hibernate/browse/HHH-[[link]]','hhh',0)
-INSERT INTO `LINK_PROTOCOL` (`LINK_PROTOCOL_ID`, `LINK`, `PREFIX`, `OBJ_VERSION`) VALUES (3,'http://www.youtube.com/watch?v=[[link]]','youtube',0)
-
--- More MySQL magic!
-set session sql_mode=''
Deleted: trunk/examples/wiki/src/etc/messages_blogArchive_en.properties
===================================================================
--- trunk/examples/wiki/src/etc/messages_blogArchive_en.properties 2008-02-06 09:50:26 UTC (rev 7378)
+++ trunk/examples/wiki/src/etc/messages_blogArchive_en.properties 2008-02-06 10:00:05 UTC (rev 7379)
@@ -1,3 +0,0 @@
-blogArchive.label.Archive=Archive
-blogArchive.label.Subscribe=Subscribe
-blogArchive.label.AllEntries=All Entries
\ No newline at end of file
Deleted: trunk/examples/wiki/src/etc/messages_blogDirectory_en.properties
===================================================================
--- trunk/examples/wiki/src/etc/messages_blogDirectory_en.properties 2008-02-06 09:50:26 UTC (rev 7378)
+++ trunk/examples/wiki/src/etc/messages_blogDirectory_en.properties 2008-02-06 10:00:05 UTC (rev 7379)
@@ -1,18 +0,0 @@
-blog.preferences.Name=Plugin: Blog
-blog.preferences.PageSize=Number of blog entries per page
-blog.preferences.ArchiveSubscribeIcon=Show feed subscribe icon on archive
-blog.preferences.RecentEntriesItems=Number of recent entries shown
-blog.preferences.RecentEntriesTruncateTitle=Truncate recent entries title after characters
-blog.preferences.RecentEntriesSubscribeIcon=Show feed subscribe icon on recent entries
-
-blogDirectory.label.Attachment=attachment
-blogDirectory.label.Attachments=attachments
-blogDirectory.label.Showing=Showing
-blogDirectory.label.To=to
-blogDirectory.label.Of=of
-blogDirectory.label.BlogEntries=blog entries
-blogDirectory.label.In=in
-blogDirectory.label.Tagged=tagged
-blogDirectory.label.NoBlogEntriesFound=No blog entries found.
-blogDirectory.label.Tag=Tag
-blogDirectory.label.Tags=Tags
\ No newline at end of file
Deleted: trunk/examples/wiki/src/etc/messages_blogRecentEntries_en.properties
===================================================================
--- trunk/examples/wiki/src/etc/messages_blogRecentEntries_en.properties 2008-02-06 09:50:26 UTC (rev 7378)
+++ trunk/examples/wiki/src/etc/messages_blogRecentEntries_en.properties 2008-02-06 10:00:05 UTC (rev 7379)
@@ -1,3 +0,0 @@
-blogRecentEntries.label.RecentEntries=Recent Entries
-blogRecentEntries.label.Subscribe=Subscribe
-
Deleted: trunk/examples/wiki/src/etc/messages_dirMenu_en.properties
===================================================================
--- trunk/examples/wiki/src/etc/messages_dirMenu_en.properties 2008-02-06 09:50:26 UTC (rev 7378)
+++ trunk/examples/wiki/src/etc/messages_dirMenu_en.properties 2008-02-06 10:00:05 UTC (rev 7379)
@@ -1,9 +0,0 @@
-dirMenu.preferences.Name=Plugin: Directory Menu
-
-dirMenu.preferences.Title=Default menu title
-dirMenu.preferences.MenuLevels=Flatten display of menu tree to levels
-dirMenu.preferences.MenuDepth=Maximum depth of menu items
-dirMenu.preferences.ShowSubscribeIcon=Show 'Subscribe' icon
-dirMenu.preferences.OnlyMenuItems=Display only menu items
-
-dirMenu.label.Subscribe=Subscribe
Deleted: trunk/examples/wiki/src/etc/messages_docPager_en.properties
===================================================================
--- trunk/examples/wiki/src/etc/messages_docPager_en.properties 2008-02-06 09:50:26 UTC (rev 7378)
+++ trunk/examples/wiki/src/etc/messages_docPager_en.properties 2008-02-06 10:00:05 UTC (rev 7379)
@@ -1,3 +0,0 @@
-docPager.preferences.Name=Plugin: Doc Pager
-docPager.preferences.ByProperty=Property used to search previous/next doc
-docPager.preferences.ShowNames=Show names of previous/next document
Deleted: trunk/examples/wiki/src/etc/messages_faqBrowser_en.properties
===================================================================
--- trunk/examples/wiki/src/etc/messages_faqBrowser_en.properties 2008-02-06 09:50:26 UTC (rev 7378)
+++ trunk/examples/wiki/src/etc/messages_faqBrowser_en.properties 2008-02-06 10:00:05 UTC (rev 7379)
@@ -1,20 +0,0 @@
-faqBrowser.label.Category=FAQ Category
-faqBrowser.label.Question=Question
-faqBrowser.label.Updated=Updated
-faqBrowser.label.NoQuestionsInCategory=No questions in this category.
-faqBrowser.button.NewQuestion=New <u>Q</u>uestion
-faqBrowser.button.NewQuestion.accesskey=Q
-
-faqBrowser.label.NewFaqQuestion=New question in category
-faqBrowser.label.NewQuestionTitle=Your question?
-faqBrowser.label.QuestionTitle=Question
-faqBrowser.label.QuestionText=Text
-faqBrowser.button.SaveNoKey=Save
-faqBrowser.button.CancelNoKey=Cancel
-
-faqBrowser.msg.Question.Persist=Question '{0}' has been saved.
-faqBrowser.msg.Question.Update=Question '{0}' has been updated.
-faqBrowser.msg.Question.Delete=Question '{0}' has been deleted.
-
-faqBrowser.msg.TreeNotFound=Could not find FAQ tree, please create a default document with [<=faqBrowser] header!
-faqBrowser.msg.TreeEmpty=No FAQ categories found, create subdirectories in the current directory.
\ No newline at end of file
Deleted: trunk/examples/wiki/src/etc/messages_feedAggregator_en.properties
===================================================================
--- trunk/examples/wiki/src/etc/messages_feedAggregator_en.properties 2008-02-06 09:50:26 UTC (rev 7378)
+++ trunk/examples/wiki/src/etc/messages_feedAggregator_en.properties 2008-02-06 10:00:05 UTC (rev 7379)
@@ -1,16 +0,0 @@
-feedAggregator.preferences.Name=Plugin: Feed Aggregator
-feedAggregator.preferences.Title=Title of aggregator box
-feedAggregator.preferences.Urls=URLs of feeds to aggregate, space separated
-feedAggregator.preferences.NumberOfFeedEntries=Number of feed entries
-feedAggregator.preferences.TruncateDescription=Truncate description text after characters
-feedAggregator.preferences.HideDate=Hide date display
-feedAggregator.preferences.HideAuthor=Hide author display
-feedAggregator.preferences.HideFeedInfo=Hide link to feed
-feedAggregator.preferences.HideDescription=Hide feed entry text
-feedAggregator.preferences.HideTitle=Hide feed entry title
-feedAggregator.preferences.AggregateId=Identifier for aggregate (enables subscription)
-
-feedAggregator.label.More=more...
-feedAggregator.label.By=by
-feedAggregator.label.Subscribe=Subscribe
-feedAggregator.label.NoEntriesFound=No feed entries found.
\ No newline at end of file
Deleted: trunk/examples/wiki/src/etc/messages_feedConnector_en.properties
===================================================================
--- trunk/examples/wiki/src/etc/messages_feedConnector_en.properties 2008-02-06 09:50:26 UTC (rev 7378)
+++ trunk/examples/wiki/src/etc/messages_feedConnector_en.properties 2008-02-06 10:00:05 UTC (rev 7379)
@@ -1,4 +0,0 @@
-feedConnector.preferences.Name=Remote Connector: Feeds
-feedConnector.preferences.ConnectionTimeoutSeconds=Remote connection timeout in seconds (TODO:currently not used!)
-feedConnector.preferences.FeedCacheUpdateTimeoutSeconds=Feed cache update timeout in seconds
-feedConnector.preferences.FeedCacheIdleTimeoutSeconds=Feed cache idle timeout in seconds
Deleted: trunk/examples/wiki/src/etc/messages_feedTeasers_en.properties
===================================================================
--- trunk/examples/wiki/src/etc/messages_feedTeasers_en.properties 2008-02-06 09:50:26 UTC (rev 7378)
+++ trunk/examples/wiki/src/etc/messages_feedTeasers_en.properties 2008-02-06 10:00:05 UTC (rev 7379)
@@ -1,9 +0,0 @@
-feedTeasers.preferences.Name=Plugin: Feed Teasers
-feedTeasers.preferences.Title=Title of teaser box
-feedTeasers.preferences.Feed=Feed
-feedTeasers.preferences.NumberOfTeasers=Number of feed entries
-feedTeasers.preferences.TruncateDescription=Truncate teaser text after characters
-feedTeasers.preferences.ShowAuthor=Show author name
-
-feedTeasers.label.More=more...
-feedTeasers.label.By=by
Deleted: trunk/examples/wiki/src/etc/messages_flash_en.properties
===================================================================
--- trunk/examples/wiki/src/etc/messages_flash_en.properties 2008-02-06 09:50:26 UTC (rev 7378)
+++ trunk/examples/wiki/src/etc/messages_flash_en.properties 2008-02-06 10:00:05 UTC (rev 7379)
@@ -1,8 +0,0 @@
-flash.preferences.Name=Plugin: Flash
-flash.preferences.FlashURL=URL of flash movie
-flash.preferences.Width=Width in pixels
-flash.preferences.Height=Height in pixels
-flash.preferences.AllowedDomains=Comma-separated list of allowed domain names
-
-flash.msg.URLNotSupplied=[Flash Macro: Add 'url' macro parameter to embed flash movie.]
-flash.msg.URLNotAllowed=[Flash Macro: The flash URL you supplied is not in the list of valid domains, please ask the system administrator to add it.]
Deleted: trunk/examples/wiki/src/etc/messages_forumTopPosters_en.properties
===================================================================
--- trunk/examples/wiki/src/etc/messages_forumTopPosters_en.properties 2008-02-06 09:50:26 UTC (rev 7378)
+++ trunk/examples/wiki/src/etc/messages_forumTopPosters_en.properties 2008-02-06 10:00:05 UTC (rev 7379)
@@ -1,12 +0,0 @@
-forumTopPosters.preferences.Name=Plugin: Forum Top Posters
-forumTopPosters.preferences.Title=Title of box
-forumTopPosters.preferences.NumberOfPosters=Number of posters in list
-forumTopPosters.preferences.ForumLink=Wiki link to forum start page (topic list)
-forumTopPosters.preferences.ExcludeRoles=Exclude users with role name (space separated)
-
-forumTopPosters.label.Position=Position
-forumTopPosters.label.User=User
-forumTopPosters.label.JoinedOn=Joined On
-forumTopPosters.label.RatingPoints=Rating Points
-
-forumTopPosters.label.NoPostersFound=No posters with rating points found.
Deleted: trunk/examples/wiki/src/etc/messages_forum_en.properties
===================================================================
--- trunk/examples/wiki/src/etc/messages_forum_en.properties 2008-02-06 09:50:26 UTC (rev 7378)
+++ trunk/examples/wiki/src/etc/messages_forum_en.properties 2008-02-06 10:00:05 UTC (rev 7379)
@@ -1,102 +0,0 @@
-forum.preferences.Name=Plugin: Forum
-forum.preferences.TopicsPerPage=Number of topics per page
-forum.preferences.NotifyMeOfReplies=Enable e-mail reply notification switch by default
-
-forum.label.Showing=Showing
-forum.label.To=to
-forum.label.Of=of
-forum.label.Topics=topics
-forum.label.Joined=Joined On
-
-forum.label.Forum=Forum
-forum.label.TopicCount=Topics
-forum.label.PostCount=Posts
-forum.label.NewestTopic=Newest Topic
-forum.label.LatestPost=Last Post
-forum.label.Feed=Feed
-forum.label.EnableFeed=Enable syndication feed (disabling invalidates subcriber link)
-
-forum.label.EditForum=Edit Forum
-forum.label.NewForum=New Forum
-
-forum.label.NewTopic=New Topic
-forum.label.Subject=Subject
-forum.label.Message=Message
-forum.label.Options=Options
-forum.label.OpenTopicAllowReplies=Open topic, allow replies
-forum.label.StickyPosting=Sticky posting
-forum.label.NotifyMeOfReplies=Notify me via e-mail of any replies
-
-forum.label.Reply=Reply
-forum.label.NewReply=New Reply
-forum.label.Replies=Replies
-
-forum.label.ForumName=Forum Name
-forum.label.ForumDescription=Description
-
-forum.msg.NoForumsFound=No forums found.
-
-forum.button.NewForum=<u>N</u>ew Forum
-forum.button.NewForum.accesskey=N
-forum.button.ManageForums=Mana<u>g</u>e Forums
-forum.button.ManageForums.accesskey=G
-
-forum.button.Edit=Edit
-forum.button.ResetFeed=Clear Feed
-forum.button.MoveUp=Move Up
-forum.button.MoveDown=Move Down
-forum.button.SaveNoKey=Save
-forum.button.Save=<u>S</u>ave
-forum.button.Save.accesskey=S
-forum.button.Update=<u>U</u>pdate
-forum.button.Update.accesskey=U
-forum.button.Remove=<u>D</u>elete
-forum.button.Remove.accesskey=Delete
-forum.button.CancelNoKey=Cancel
-forum.button.Cancel=<u>C</u>ancel
-forum.button.Cancel.accesskey=C
-forum.button.Exit=<u>E</u>xit
-forum.button.Exit.accesskey=E
-forum.button.NewTopic=<u>N</u>ew Topic
-forum.button.NewTopic.accesskey=N
-forum.button.ForumList=F<u>o</u>rum List
-forum.button.ForumList.accesskey=O
-forum.button.TopicList=<u>T</u>opic List
-forum.button.TopicList.accesskey=T
-forum.button.Reply=R<u>e</u>ply
-forum.button.Reply.accesskey=E
-forum.button.Reply.nokey=Reply
-forum.button.Quote=<u>Q</u>uote
-forum.button.Quote.accesskey=Q
-forum.button.Quote.nokey=Quote
-forum.button.RemoveReply=Remove
-forum.button.PreviousPosting=Pre<u>v</u>ious
-forum.button.PreviousPosting.accesskey=V
-forum.button.NextPosting=<u>N</u>ext
-forum.button.NextPosting.accesskey=N
-
-forum.label.replyForm.Name=Name
-forum.label.replyForm.Email=E-mail address (optional)
-forum.label.replyForm.Homepage=Homepage URL (optional)
-forum.label.replyForm.Subject=Subject
-forum.label.replyForm.Message=Message
-
-forum.label.WroteOn=wrote on
-forum.label.reply.FeedEntryTitlePrefix=Re:
-
-forum.msg.Feed.Create=Created syndication feed for this forum.
-forum.msg.Feed.Remove=Removed syndication feed of this forum.
-forum.msg.Feed.Reset=Queued removal of all feed entries from the syndication feed of this directory, please update to finalize.
-
-forum.msg.Forum.Persist=Forum '{0}' has been saved.
-forum.msg.Forum.Update=Forum '{0}' has been updated.
-forum.msg.Forum.Delete=Forum '{0}' has been deleted.
-
-forum.msg.Topic.Persist=Topic '{0}' has been saved.
-forum.msg.Topic.Update=Topic '{0}' has been updated.
-forum.msg.Topic.Delete=Topic '{0}' has been deleted.
-
-forum.msg.Reply.Persist=Reply '{0}' has been saved.
-forum.msg.Reply.Update=Reply '{0}' has been updated.
-forum.msg.Reply.Delete=Reply '{0}' has been deleted.
-
Deleted: trunk/examples/wiki/