Changeset 2438

Show
Ignore:
Timestamp:
12/10/09 10:19:24
Author:
douglm
Message:

Add properties to the system parameters. Define an indexing proeprty to turn internal lucene indexing on/off.

Use it in svc/Indexing

Set it in the admin client - updates to stylesheet and strings

NOTE: schema change

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/deployment/webadmin/webapp/resources/default/default/default.xsl

    r2434 r2438  
    54725472        </tr> 
    54735473        <tr> 
     5474          <th><xsl:copy-of select="$bwStr-MdSP-Indexing"/></th> 
     5475          <td> 
     5476            <xsl:variable name="indexing" select="/bedework/system/indexing"/> 
     5477            <input value="{$indexing}" name="indexing" /> 
     5478            <div class="desc"> 
     5479              <xsl:copy-of select="$bwStr-MdSP-IndexingNote"/> 
     5480            </div> 
     5481          </td> 
     5482        </tr> 
     5483        <tr> 
    54745484          <th><xsl:copy-of select="$bwStr-MdSP-PubCalendarRoot"/></th> 
    54755485          <td> 
  • trunk/deployment/webadmin/webapp/resources/default/default/strings.xsl

    r2373 r2438  
    620620  <xsl:variable name="bwStr-MdSP-SystemID">System id:</xsl:variable> 
    621621  <xsl:variable name="bwStr-MdSP-SystemIDNote">System id used when building uids and identifying users. Should not be changed.</xsl:variable> 
     622  <xsl:variable name="bwStr-MdSP-Indexing">Indexing:</xsl:variable> 
     623  <xsl:variable name="bwStr-MdSP-IndexingNote">True if the system does indexing internally. Generally false for externally indexed</xsl:variable> 
    622624  <xsl:variable name="bwStr-MdSP-PubCalendarRoot">Public Calendar Root:</xsl:variable> 
    623625  <xsl:variable name="bwStr-MdSP-PubCalendarRootNote">Name for public calendars root directory. Should not be changed.</xsl:variable>