Changeset 804


Ignore:
Timestamp:
11/19/08 09:37:31 (3 years ago)
Author:
KennethLavrsen
Message:

Item205: More TWiki. to %SYSTEMWEB% conv

Location:
branches/Release04x02
Files:
13 edited

Legend:

Unmodified
Added
Removed
  • branches/Release04x02/bin/.htaccess.txt

    r747 r804  
    6363# File to return on access control error (e.g. wrong password) 
    6464# By convention this is the UserRegistration page, that allows users 
    65 # to register with the TWiki. Apache requires this to be a *local* path. 
     65# to register with the Foswiki. Apache requires this to be a *local* path. 
    6666# Comment this out if you setup TWiki to completely deny access to WikiGuest 
    6767# in all webs or change the path to a static html page. 
  • branches/Release04x02/lib/TWiki.pm

    r792 r804  
    40604060    } 
    40614061 
    4062     # replace dot by slash is not necessary; TWiki.MyTopic is a valid url 
     4062    # replace dot by slash is not necessary; System.MyTopic is a valid url 
    40634063    # add ../ if not already present to make a relative file reference 
    40644064    if ( $theRelativePath !~ m!^../! ) { 
  • branches/Release04x02/lib/TWiki/Configure/CSS.pm

    r3 r804  
    11701170 
    11711171/* PatternSkin colors */ 
    1172 /* Generated by AttachContentPlugin from TWiki.PatternSkinColorSettings */ 
     1172/* Generated by AttachContentPlugin from System.PatternSkinColorSettings */ 
    11731173 
    11741174/* LAYOUT ELEMENTS */ 
  • branches/Release04x02/lib/TWiki/Func.pm

    r785 r804  
    1313can use to interact with the TWiki engine and content. 
    1414 
    15 Refer to TWiki.EmptyPlugin and lib/TWiki/Plugins/EmptyPlugin.pm for a template Plugin and documentation on how to write a Plugin. 
     15Refer to %SYSTEMWEB%.EmptyPlugin and lib/TWiki/Plugins/EmptyPlugin.pm for a template Plugin and documentation on how to write a Plugin. 
    1616 
    1717Plugins should *only* use functions published in this module. If you use 
  • branches/Release04x02/lib/TWiki/I18N.pm

    r785 r804  
    276276 
    277277Returns an array with language tags as keys and language (native) names as 
    278 values, for all the languages enabled in this TWiki.TWikiSite. Useful for 
     278values, for all the languages enabled in this site. Useful for 
    279279listing available languages to the user. 
    280280 
  • branches/Release04x02/lib/TWiki/Plugin.pm

    r785 r804  
    123123    # in the order: 
    124124    #   1 fully specified web.plugin 
    125     #   2 TWiki.plugin 
     125    #   2 System.plugin 
    126126    #   3 Plugins.plugin 
    127127    #   4 thisweb.plugin 
  • branches/Release04x02/lib/TWiki/Query/Node.pm

    r785 r804  
    99Fields are given by name, and values by strings or numbers. Strings should always be surrounded by 'single-quotes'. Numbers can be signed integers or decimals. Single quotes in values may be escaped using backslash (\). 
    1010 
    11 See TWiki.QuerySearch for details of the query language. At the time of writing 
     11See %SYSTEMWEB%.QuerySearch for details of the query language. At the time of writing 
    1212only a subset of the entire query language is supported, for use in searching. 
    1313 
  • branches/Release04x02/lib/TWiki/UI/Save.pm

    r785 r804  
    350350invoked via the =UI::run= method. 
    351351 
    352 See TWiki.TWikiScripts for details of parameters. 
     352See %SYSTEMWEB%.TWikiScripts for details of parameters. 
    353353 
    354354Note: =cmd= has been deprecated in favour of =action=. It will be deleted at 
  • branches/Release04x02/twikiplugins/EmptyPlugin/lib/TWiki/Plugins/EmptyPlugin.pm

    r785 r804  
    821821Additional parameters can be recovered via de query object in the $session. 
    822822 
    823 For more information, check TWiki:TWiki.TWikiScripts#rest 
     823For more information, check %SYSTEMWEB%.CommandAndCGIScripts#rest 
    824824 
    825825*Since:* TWiki::Plugins::VERSION 1.1 
  • branches/Release04x02/twikiplugins/PatternSkin/pub/TWiki/PatternSkin/colors.css

    r3 r804  
    11 
    22/* PatternSkin colors */ 
    3 /* Generated by AttachContentPlugin from TWiki.PatternSkin */ 
     3/* Generated by AttachContentPlugin from System.PatternSkin */ 
    44 
    55/* LAYOUT ELEMENTS */ 
  • branches/Release04x02/twikiplugins/TablePlugin/lib/TWiki/Plugins/TablePlugin.pm

    r785 r804  
    2020# 
    2121# Allow sorting of tables, plus setting of background colour for 
    22 # headings and data cells. See TWiki.TablePlugin for details of use 
     22# headings and data cells. See %SYSTEMWEB%.TablePlugin for details of use 
    2323 
    2424use strict; 
  • branches/Release04x02/twikiplugins/TinyMCEPlugin/lib/TWiki/Plugins/TinyMCEPlugin.pm

    r802 r804  
    175175SCRIPT 
    176176 
    177     # See TWiki.IfStatements for a description of this context id. 
     177    # See %SYSTEMWEB%.IfStatements for a description of this context id. 
    178178    TWiki::Func::getContext()->{textareas_hijacked} = 1; 
    179179} 
  • branches/Release04x02/twikiplugins/TinyMCEPlugin/pub/TWiki/TinyMCEPlugin/twiki_src.js

    r715 r804  
    6666/** 
    6767Disables the use of ESCAPE in the edit box, because some browsers will interpret this as cancel and will remove all changes. 
    68 Copied from TWiki.JavascriptFiles/twiki_edit.js because it is used in 
     68Copied from System.JavascriptFiles/twiki_edit.js because it is used in 
    6969pickaxe mode. 
    7070*/ 
Note: See TracChangeset for help on using the changeset viewer.