You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by me...@apache.org on 2010/09/30 20:43:45 UTC

svn commit: r1003199 - in /incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH: ./ etc/ src/com/ecyrd/jspwiki/ src/webdocs/templates/default/ src/wikipages/de/ src/wikipages/en/ src/wikipages/es/ src/wikipages/fr/ src/wikipages/it/ src/wikipages/nl/ src/wiki...

Author: metskem
Date: Thu Sep 30 18:43:44 2010
New Revision: 1003199

URL: http://svn.apache.org/viewvc?rev=1003199&view=rev
Log:
2010-09-30  Harry Metske <me...@apache.org>

        * 2.8.5-svn-2
        
        * JSPWIKI-664 SpecialPage renamed, but wikipages not changed.
        Changed all references to "FindPage" into "Search" .

Modified:
    incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/ChangeLog
    incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/etc/jspwiki.properties.tmpl
    incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/com/ecyrd/jspwiki/PropertyReader.java
    incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/com/ecyrd/jspwiki/Release.java
    incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/webdocs/templates/default/commonheader.jsp
    incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/wikipages/de/LeftMenu.txt
    incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/wikipages/de/OneMinuteWiki.txt
    incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/wikipages/en/LeftMenu.txt
    incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/wikipages/es/LeftMenu.txt
    incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/wikipages/fr/LeftMenu.txt
    incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/wikipages/it/LeftMenu.txt
    incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/wikipages/nl/LeftMenu.txt
    incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/wikipages/pt_BR/LeftMenu.txt
    incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/wikipages/zh_CN/LeftMenu.txt
    incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/tests/com/ecyrd/jspwiki/parser/JSPWikiMarkupParserTest.java
    incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/tests/com/ecyrd/jspwiki/ui/CommandResolverTest.java
    incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/tests/etc/jspwiki.properties.tmpl
    incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/tests/etc/jspwiki_rcs.properties.tmpl
    incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/tests/etc/jspwiki_vers.properties.tmpl

Modified: incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/ChangeLog
URL: http://svn.apache.org/viewvc/incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/ChangeLog?rev=1003199&r1=1003198&r2=1003199&view=diff
==============================================================================
--- incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/ChangeLog (original)
+++ incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/ChangeLog Thu Sep 30 18:43:44 2010
@@ -1,3 +1,10 @@
+2010-09-30  Harry Metske <me...@apache.org>
+
+        * 2.8.5-svn-2
+        
+        * JSPWIKI-664 SpecialPage renamed, but wikipages not changed.
+        Changed all references to "FindPage" into "Search" .
+
 2010-08-29  Harry Metske <me...@apache.org>
 
         * 2.8.5-svn-1

Modified: incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/etc/jspwiki.properties.tmpl
URL: http://svn.apache.org/viewvc/incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/etc/jspwiki.properties.tmpl?rev=1003199&r1=1003198&r2=1003199&view=diff
==============================================================================
--- incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/etc/jspwiki.properties.tmpl (original)
+++ incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/etc/jspwiki.properties.tmpl Thu Sep 30 18:43:44 2010
@@ -335,7 +335,6 @@ jspwiki.searchProvider = LuceneSearchPro
 #  an existing one by redefining it here.
 #
 jspwiki.specialPage.CreateGroup = NewGroup.jsp
-#jspwiki.specialPage.FindPage = Search.jsp
 jspwiki.specialPage.Search = Search.jsp
 jspwiki.specialPage.Login = Login.jsp
 jspwiki.specialPage.NewGroup = NewGroup.jsp

Modified: incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/com/ecyrd/jspwiki/PropertyReader.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/com/ecyrd/jspwiki/PropertyReader.java?rev=1003199&r1=1003198&r2=1003199&view=diff
==============================================================================
--- incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/com/ecyrd/jspwiki/PropertyReader.java (original)
+++ incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/com/ecyrd/jspwiki/PropertyReader.java Thu Sep 30 18:43:44 2010
@@ -78,7 +78,7 @@ public final class PropertyReader
       "jspwiki.specialPage.EditProfile",     "UserPreferences.jsp",
       "jspwiki.specialPage.Preferences",     "UserPreferences.jsp",
       "jspwiki.specialPage.Search",          "Search.jsp",
-      "jspwiki.specialPage.FindPage",        "FindPage.jsp"};
+      "jspwiki.specialPage.Search",        "Search.jsp"};
 
 
     /**

Modified: incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/com/ecyrd/jspwiki/Release.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/com/ecyrd/jspwiki/Release.java?rev=1003199&r1=1003198&r2=1003199&view=diff
==============================================================================
--- incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/com/ecyrd/jspwiki/Release.java (original)
+++ incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/com/ecyrd/jspwiki/Release.java Thu Sep 30 18:43:44 2010
@@ -77,7 +77,7 @@ public final class Release
      *  <p>
      *  If the build identifier is empty, it is not added.
      */
-    public static final String     BUILD         = "1";
+    public static final String     BUILD         = "2";
     
     /**
      *  This is the generic version string you should use

Modified: incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/webdocs/templates/default/commonheader.jsp
URL: http://svn.apache.org/viewvc/incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/webdocs/templates/default/commonheader.jsp?rev=1003199&r1=1003198&r2=1003199&view=diff
==============================================================================
--- incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/webdocs/templates/default/commonheader.jsp (original)
+++ incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/webdocs/templates/default/commonheader.jsp Thu Sep 30 18:43:44 2010
@@ -63,7 +63,7 @@
 //]]></script>
 
 <meta http-equiv="Content-Type" content="text/html; charset=<wiki:ContentEncoding />" />
-<link rel="search" href="<wiki:LinkTo format='url' page='FindPage'/>"
+<link rel="search" href="<wiki:LinkTo format='url' page='Search'/>"
     title='Search <wiki:Variable var="ApplicationName" />' />
 <link rel="help"   href="<wiki:LinkTo format='url' page='TextFormattingRules'/>"
     title="Help" />

Modified: incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/wikipages/de/LeftMenu.txt
URL: http://svn.apache.org/viewvc/incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/wikipages/de/LeftMenu.txt?rev=1003199&r1=1003198&r2=1003199&view=diff
==============================================================================
--- incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/wikipages/de/LeftMenu.txt (original)
+++ incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/wikipages/de/LeftMenu.txt Thu Sep 30 18:43:44 2010
@@ -4,7 +4,7 @@
 * [letzte Änderungen|RecentChanges]
 * [WikiEtikette|WikiEtiquette]
 
-* [Suche|FindPage]
+* [Suche|Search]
 * [Unbenutzte Seiten|UnusedPages]
 * [Undefinierte Seiten|UndefinedPages]
 * [Seitenindex|PageIndex]

Modified: incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/wikipages/de/OneMinuteWiki.txt
URL: http://svn.apache.org/viewvc/incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/wikipages/de/OneMinuteWiki.txt?rev=1003199&r1=1003198&r2=1003199&view=diff
==============================================================================
--- incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/wikipages/de/OneMinuteWiki.txt (original)
+++ incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/wikipages/de/OneMinuteWiki.txt Thu Sep 30 18:43:44 2010
@@ -4,7 +4,7 @@ WikiWiki ist hawaiianisch und bedeutet "
 
 Wiki ist einfach. Das ist gut! Ein Wiki kann aber auch sehr schnell sehr komplex werden, was ebenfalls gut ist!
 
-Jeder kann darin stöbern. Alles was man braucht ist ein Web-Browser, der ein Minimum an HTML unterstützt. Um Seiten zu suchen, gehe auf die Seite [Suche|FindPage] oder tippe deine Anfrage einfach nur in die Box in der rechten oberen Ecke.
+Jeder kann darin stöbern. Alles was man braucht ist ein Web-Browser, der ein Minimum an HTML unterstützt. Um Seiten zu suchen, gehe auf die Seite [Suche|Search] oder tippe deine Anfrage einfach nur in die Box in der rechten oberen Ecke.
 
 !Inhalte
 

Modified: incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/wikipages/en/LeftMenu.txt
URL: http://svn.apache.org/viewvc/incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/wikipages/en/LeftMenu.txt?rev=1003199&r1=1003198&r2=1003199&view=diff
==============================================================================
--- incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/wikipages/en/LeftMenu.txt (original)
+++ incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/wikipages/en/LeftMenu.txt Thu Sep 30 18:43:44 2010
@@ -4,7 +4,7 @@
 * [Recent Changes]
 * [WikiEtiquette]
 
-* [Find pages|FindPage]
+* [Find pages|Search]
 * [Unused pages|UnusedPages]
 * [Undefined pages|UndefinedPages]
 * [Page Index]

Modified: incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/wikipages/es/LeftMenu.txt
URL: http://svn.apache.org/viewvc/incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/wikipages/es/LeftMenu.txt?rev=1003199&r1=1003198&r2=1003199&view=diff
==============================================================================
--- incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/wikipages/es/LeftMenu.txt (original)
+++ incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/wikipages/es/LeftMenu.txt Thu Sep 30 18:43:44 2010
@@ -4,7 +4,7 @@
 * [Cambios Recientes|Recent Changes]
 * [WikiEtiqueta|WikiEtiquette]
 
-* [Buscar páginas|FindPage]
+* [Buscar páginas|Search]
 * [Páginas sin usar|UnusedPages]
 * [Páginas sin definir|UndefinedPages]
 * [Índice|Page Index]

Modified: incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/wikipages/fr/LeftMenu.txt
URL: http://svn.apache.org/viewvc/incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/wikipages/fr/LeftMenu.txt?rev=1003199&r1=1003198&r2=1003199&view=diff
==============================================================================
--- incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/wikipages/fr/LeftMenu.txt (original)
+++ incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/wikipages/fr/LeftMenu.txt Thu Sep 30 18:43:44 2010
@@ -3,7 +3,7 @@
 * [Derniers changements|RecentChanges]
 * [WikiEtiquette]
 
-* [Rechercher une page|FindPage]
+* [Rechercher une page|Search]
 * [Pages orphelines|UnusedPages]
 * [Pages non définies|UndefinedPages]
 * [Index des pages|PageIndex]

Modified: incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/wikipages/it/LeftMenu.txt
URL: http://svn.apache.org/viewvc/incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/wikipages/it/LeftMenu.txt?rev=1003199&r1=1003198&r2=1003199&view=diff
==============================================================================
--- incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/wikipages/it/LeftMenu.txt (original)
+++ incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/wikipages/it/LeftMenu.txt Thu Sep 30 18:43:44 2010
@@ -4,7 +4,7 @@
 * [Cambiamenti recenti | Recent Changes]
 * [WikiEtiquette]
 
-* [Trova le pagine|FindPage]
+* [Trova le pagine|Search]
 * [Pagine non usate|UnusedPages]
 * [Pagine non definite|UndefinedPages]
 * [Indice | Page Index]

Modified: incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/wikipages/nl/LeftMenu.txt
URL: http://svn.apache.org/viewvc/incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/wikipages/nl/LeftMenu.txt?rev=1003199&r1=1003198&r2=1003199&view=diff
==============================================================================
--- incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/wikipages/nl/LeftMenu.txt (original)
+++ incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/wikipages/nl/LeftMenu.txt Thu Sep 30 18:43:44 2010
@@ -4,7 +4,7 @@
 * [Recente Wijzigingen|Recent Changes]
 * [WikiEtiquette]
 
-* [Zoek pagina's|FindPage]
+* [Zoek pagina's|Search]
 * [Ongebruikte pagina's|UnusedPages]
 * [Ongedefinieerde pagina's|UndefinedPages]
 * [Pagina Index]

Modified: incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/wikipages/pt_BR/LeftMenu.txt
URL: http://svn.apache.org/viewvc/incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/wikipages/pt_BR/LeftMenu.txt?rev=1003199&r1=1003198&r2=1003199&view=diff
==============================================================================
--- incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/wikipages/pt_BR/LeftMenu.txt (original)
+++ incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/wikipages/pt_BR/LeftMenu.txt Thu Sep 30 18:43:44 2010
@@ -6,7 +6,7 @@
 * [Recursos Humanos|RecursosHumanos]
 * [Tecnologia|Tecnologia]
 <hr>
-* [Encontrar Páginas|FindPage]
+* [Encontrar Páginas|Search]
 * [Páginas não usadas|UnusedPages]
 * [Páginas não definidas|UndefinedPages]
 * [Índice de Páginas|PageIndex]

Modified: incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/wikipages/zh_CN/LeftMenu.txt
URL: http://svn.apache.org/viewvc/incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/wikipages/zh_CN/LeftMenu.txt?rev=1003199&r1=1003198&r2=1003199&view=diff
==============================================================================
--- incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/wikipages/zh_CN/LeftMenu.txt (original)
+++ incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/wikipages/zh_CN/LeftMenu.txt Thu Sep 30 18:43:44 2010
@@ -4,7 +4,7 @@
 * [最近修改|Recent Changes]
 * [Wiki 礼仪|WikiEtiquette]
 
-* [查找页面|FindPage]
+* [查找页面|Search]
 * [未引用页面|UnusedPages]
 * [未定义页面|UndefinedPages]
 * [页面索引|PageIndex]

Modified: incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/tests/com/ecyrd/jspwiki/parser/JSPWikiMarkupParserTest.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/tests/com/ecyrd/jspwiki/parser/JSPWikiMarkupParserTest.java?rev=1003199&r1=1003198&r2=1003199&view=diff
==============================================================================
--- incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/tests/com/ecyrd/jspwiki/parser/JSPWikiMarkupParserTest.java (original)
+++ incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/tests/com/ecyrd/jspwiki/parser/JSPWikiMarkupParserTest.java Thu Sep 30 18:43:44 2010
@@ -904,12 +904,12 @@ public class JSPWikiMarkupParserTest ext
     public void testParagraph2()
     throws Exception
     {
-        String src = "[WikiEtiquette]\r\n\r\n[Find page]";
+        String src = "[WikiEtiquette]\r\n\r\n[Search]";
 
         newPage( "WikiEtiquette" );
-
+        
         assertEquals( "<p><a class=\"wikipage\" href=\"/Wiki.jsp?page=WikiEtiquette\">WikiEtiquette</a>\n</p>"+
-                      "<p><a class=\"wikipage\" href=\"/Wiki.jsp?page=FindPage\">Find page</a></p>", translate(src) );
+                      "<p><a class=\"wikipage\" href=\"/Wiki.jsp?page=Search\">Search</a></p>", translate(src) );
     }
 
     public void testParagraph3()
@@ -924,16 +924,16 @@ public class JSPWikiMarkupParserTest ext
     public void testParagraph4()
     throws Exception
     {
-        String src = "\r\n[Recent Changes]\\\\\r\n[WikiEtiquette]\r\n\r\n[Find pages|FindPage]\\\\\r\n[Unused pages|UnusedPages]";
+        String src = "\r\n[Recent Changes]\\\\\r\n[WikiEtiquette]\r\n\r\n[Find pages|Search]\\\\\r\n[Unused pages|UnusedPages]";
 
         newPage("WikiEtiquette");
         newPage("RecentChanges");
-        newPage("FindPage");
+        newPage("Search");
         newPage("UnusedPages");
 
         assertEquals( "<p><a class=\"wikipage\" href=\"/Wiki.jsp?page=RecentChanges\">Recent Changes</a><br />\n"+
                       "<a class=\"wikipage\" href=\"/Wiki.jsp?page=WikiEtiquette\">WikiEtiquette</a>\n</p>\n"+
-                      "<p><a class=\"wikipage\" href=\"/Wiki.jsp?page=FindPage\">Find pages</a><br />\n"+
+                      "<p><a class=\"wikipage\" href=\"/Wiki.jsp?page=Search\">Find pages</a><br />\n"+
                       "<a class=\"wikipage\" href=\"/Wiki.jsp?page=UnusedPages\">Unused pages</a></p>",
                       translate(src) );
     }

Modified: incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/tests/com/ecyrd/jspwiki/ui/CommandResolverTest.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/tests/com/ecyrd/jspwiki/ui/CommandResolverTest.java?rev=1003199&r1=1003198&r2=1003199&view=diff
==============================================================================
--- incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/tests/com/ecyrd/jspwiki/ui/CommandResolverTest.java (original)
+++ incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/tests/com/ecyrd/jspwiki/ui/CommandResolverTest.java Thu Sep 30 18:43:44 2010
@@ -142,9 +142,9 @@ public class CommandResolverTest extends
         assertEquals( "%uEdit.jsp?page=%n", a.getURLPattern() );
         assertEquals( page, a.getTarget() );
         
-        // Passing an EDIT request with page=FindPage yields FIND action, *not* edit
-        request.setContextPath( "/Edit.jsp?page=FindPage" );
-        request.getParameterMap().put( "page", new String[]{ "FindPage" } );
+        // Passing an EDIT request with page=Search yields FIND action, *not* edit
+        request.setContextPath( "/Edit.jsp?page=Search" );
+        request.getParameterMap().put( "page", new String[]{ "Search" } );
         a = resolver.findCommand( request, WikiContext.EDIT );
         assertEquals( WikiCommand.FIND, a );
         assertEquals( "FindContent.jsp", a.getContentTemplate() );
@@ -210,10 +210,10 @@ public class CommandResolverTest extends
         url = resolver.getSpecialPageReference( "RecentChanges" );
         assertEquals( "http://localhost/RecentChanges.jsp", url );
         
-        url = resolver.getSpecialPageReference( "FindPage" );
+        url = resolver.getSpecialPageReference( "Search" );
         assertEquals( "http://localhost/Search.jsp", url );
         
-        url = resolver.getSpecialPageReference( "FindPage" );
+        url = resolver.getSpecialPageReference( "Search" );
         assertEquals( "http://localhost/Search.jsp", url );
         
         // UserPrefs doesn't exist in our test properties

Modified: incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/tests/etc/jspwiki.properties.tmpl
URL: http://svn.apache.org/viewvc/incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/tests/etc/jspwiki.properties.tmpl?rev=1003199&r1=1003198&r2=1003199&view=diff
==============================================================================
--- incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/tests/etc/jspwiki.properties.tmpl (original)
+++ incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/tests/etc/jspwiki.properties.tmpl Thu Sep 30 18:43:44 2010
@@ -47,7 +47,7 @@ jspwiki.authorizer=com.ecyrd.jspwiki.Tes
 # jspwiki.specialPage.OriginalWiki = http://c2.com/cgi/wiki
 #
 jspwiki.specialPage.RecentChanges = RecentChanges.jsp
-jspwiki.specialPage.FindPage = Search.jsp
+jspwiki.specialPage.Search = Search.jsp
 
 # InterWiki links The %s is replaced with the page reference (specify
 # multiple times to get multiple references).  Page references should

Modified: incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/tests/etc/jspwiki_rcs.properties.tmpl
URL: http://svn.apache.org/viewvc/incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/tests/etc/jspwiki_rcs.properties.tmpl?rev=1003199&r1=1003198&r2=1003199&view=diff
==============================================================================
--- incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/tests/etc/jspwiki_rcs.properties.tmpl (original)
+++ incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/tests/etc/jspwiki_rcs.properties.tmpl Thu Sep 30 18:43:44 2010
@@ -28,7 +28,7 @@ jspwiki.searchProvider = BasicSearchProv
 # jspwiki.specialPage.OriginalWiki = http://c2.com/cgi/wiki
 #
 jspwiki.specialPage.RecentChanges = RecentChanges.jsp
-jspwiki.specialPage.FindPage = Search.jsp
+jspwiki.specialPage.Search = Search.jsp
 
 # InterWiki links The %s is replaced with the page reference (specify
 # multiple times to get multiple references).  Page references should

Modified: incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/tests/etc/jspwiki_vers.properties.tmpl
URL: http://svn.apache.org/viewvc/incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/tests/etc/jspwiki_vers.properties.tmpl?rev=1003199&r1=1003198&r2=1003199&view=diff
==============================================================================
--- incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/tests/etc/jspwiki_vers.properties.tmpl (original)
+++ incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/tests/etc/jspwiki_vers.properties.tmpl Thu Sep 30 18:43:44 2010
@@ -30,7 +30,7 @@ jspwiki.searchProvider = BasicSearchProv
 # jspwiki.specialPage.OriginalWiki = http://c2.com/cgi/wiki
 #
 jspwiki.specialPage.RecentChanges = RecentChanges.jsp
-jspwiki.specialPage.FindPage = Search.jsp
+jspwiki.specialPage.Search = Search.jsp
 
 # InterWiki links The %s is replaced with the page reference (specify
 # multiple times to get multiple references).  Page references should