Changeset 7986


Ignore:
Timestamp:
06/30/10 20:03:23 (2 years ago)
Author:
MichaelTempest
Message:

Item8841: typos

File:
1 edited

Legend:

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

    r7823 r7986  
    2828Unloaded objects return undef from =getLoadedRev=, or the loaded revision 
    2929otherwise. =reload= allows you to load different revisions of the same 
    30 topic, or  
     30topic. 
    3131 
    3232An unloaded object can be populated through calls to =text($text)=, =put= 
     
    110110our $EMBEDDING_FORMAT_VERSION = 1.1; 
    111111 
    112 # defaults for trunctation of summary text 
     112# defaults for truncation of summary text 
    113113our $SUMMARY_TMLTRUNC = 162; 
    114114our $SUMMARY_MINTRUNC = 16; 
     
    455455---++ ObjectMethod fireDependency() -> $this 
    456456 
    457 Invalidates the cache bucked of the current meta object 
     457Invalidates the cache bucket of the current meta object 
    458458within the Foswiki::PageCache. See Foswiki::PageCache::fireDependency(). 
    459459 
     
    484484#SMELL: there seems to be no reason to call this method 'NewWeb', it can be used to copy into an existing web 
    485485and it does not appear to be unexpectedly destructive. 
    486 perhaps refactor into something that takes a resultset as an input list? (users have ased to be able to copy a SEARCH'd set of topics..) 
     486perhaps refactor into something that takes a resultset as an input list? (users have asked to be able to copy a SEARCH'd set of topics..) 
    487487 
    488488=cut 
     
    577577The =\%options= hash may contain the following options: 
    578578   * =type= - if =regex= will perform a egrep-syntax RE search (default '') 
    579    * =casesensitive= - false to ignore case (defaulkt true) 
     579   * =casesensitive= - false to ignore case (default true) 
    580580   * =files_without_match= - true to return files only (default false) 
    581581 
     
    943943 
    944944Find the value of a meta-datum in the map. If the type is 
    945 keyed (idenitifed by a =name=), the =$key= parameter is required 
     945keyed (identified by a =name=), the =$key= parameter is required 
    946946to say _which_ entry you want. Otherwise you will just get the first value. 
    947947 
     
    10701070If $type is undef, will copy ALL TYPES. 
    10711071 
    1072 If $nameFilter is defined (a perl refular expression), it will copy 
     1072If $nameFilter is defined (a perl regular expression), it will copy 
    10731073only data where ={name}= matches $nameFilter. 
    10741074 
     
    12691269   * We don't merge for field attributes or title 
    12701270   * Topic info is not touched 
    1271    * The =mergeable= method on the form def is used to determine if that fields is mergeable. if it isn't, the value currently in meta will _not_ be changed. 
     1271   * The =mergeable= method on the form def is used to determine if that field is mergeable. If it isn't, the value currently in meta will _not_ be changed. 
    12721272 
    12731273=cut 
Note: See TracChangeset for help on using the changeset viewer.