Changeset 8839


Ignore:
Timestamp:
09/01/10 03:39:27 (21 months ago)
Author:
GeorgeClark
Message:

Item9562: Mention finalized preferences

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/core/lib/Foswiki/Func.pm

    r8838 r8839  
    415415   * =$web= - new web 
    416416   * =$topic= - new topic 
    417 Change the Foswiki context, adding the new topic onto the preferences stack. 
    418 Any preferences found in =$web.$topic= will be used instead of the preferences 
    419 previously set in the stack.   However preferences set in the prior =web.topic= 
    420 are *not* cleared.  =$web.$topic= replaces and adds to preferences but does not 
    421 remove preferences that it does not set. 
     417Change the Foswiki context, adding the requested =$web.$topic= onto the 
     418preferences stack.  Any preferences found in =$web.$topic= will be used 
     419in place of preferences previously set in the stack, provided that they 
     420were not finalized in a lower level.  Preferences set in the prior 
     421=web.topic= are *not* cleared.  =$web.$topic= replaces and adds to 
     422preferences but does not remove preferences that it does not set. 
    422423 
    423424Note that if the new topic is not readable by the logged in user due to 
Note: See TracChangeset for help on using the changeset viewer.