Ignore:
Timestamp:
11/10/08 22:47:48 (4 years ago)
Author:
KennethLavrsen
Message:

Item109: Finally reached the end of the renaming of
TWikiPreferences to Default/SitePreferences in trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/KoalaSkin/bin/ks_lastchanges.sh

    r189 r527  
    102102 
    103103parse_webs_webcore () { 
    104 bgcolor="`grep '[*] Set WEBBGCOLOR =' TWiki/TWikiPreferences.txt|sed -e 's/.*=[         ]*//' -e 's///g'`" 
    105 fgcolor="`grep '[*] Set WEBFGCOLOR =' TWiki/TWikiPreferences.txt|sed -e 's/.*=[         ]*//' -e 's///g'`" 
     104bgcolor="`grep '[*] Set WEBBGCOLOR =' TWiki/DefaultPreferences.txt|sed -e 's/.*=[       ]*//' -e 's///g'`" 
     105fgcolor="`grep '[*] Set WEBFGCOLOR =' TWiki/DefaultPreferences.txt|sed -e 's/.*=[       ]*//' -e 's///g'`" 
    106106cat <<EOF 
    107107<html><head><title>$title $wikiname</title> 
     
    213213case "$PATH_INFO" in /[0-9]*) max="${PATH_INFO#/}"; max="${max%%/*}";; esac 
    214214 
    215 wikiname=`grep '^[      ]*[*] Set WIKITOOLNAME =' TWiki/TWikiPreferences.txt | sed -e 's/[^=]*=[        ]*//' -e 's/[    
     215wikiname=`grep '^[      ]*[*] Set WIKITOOLNAME =' TWiki/DefaultPreferences.txt | sed -e 's/[^=]*=[      ]*//' -e 's/[    
    216216]*$//'` 
    217217wikiname=${wikiname:-Wiki} 
     
    229229title="Changed topics in last $max days in" 
    230230 
    231 if grep '^              [*]  *Set  *SKIN  *=  *koala' TWiki/TWikiPreferences.txt >/dev/null 2>&1; then 
     231if grep '^              [*]  *Set  *SKIN  *=  *koala' TWiki/DefaultPreferences.txt >/dev/null 2>&1; then 
    232232    if grep '^          [*]  *Set  *KSTHEME  *=  *webcore' TWiki/KoalaSkinWebList.txt >/dev/null 2>&1 
    233233    then parse_webs_webcore; parse_log=parse_log_mono 2>&1 
Note: See TracChangeset for help on using the changeset viewer.