Changeset 6770
- Timestamp:
- 03/18/10 06:17:25 (2 years ago)
- Location:
- trunk/core/lib/Foswiki
- Files:
-
- 2 edited
-
Compatibility.pm (modified) (1 diff)
-
Meta.pm (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/lib/Foswiki/Compatibility.pm
r3947 r6770 196 196 } 197 197 else { 198 $session->logger->log( 'warning',199 "Form: get find category template twikicatitems for Web $web" );198 # We used to log a warning but it only made noise and trouble 199 # People will not need to be warned any longer. Item1440 200 200 } 201 201 return $text; -
trunk/core/lib/Foswiki/Meta.pm
r6763 r6770 2975 2975 # If there is no meta data then convert from old format 2976 2976 if ( !$this->count('TOPICINFO') ) { 2977 if ( $text =~ /<!--FoswikiAttachment-->/ ) { 2977 # The T-word string must remain unchanged for the compatibility 2978 if ( $text =~ /<!--TWikiAttachment-->/ ) { 2978 2979 require Foswiki::Compatibility; 2979 2980 $text = Foswiki::Compatibility::migrateToFileAttachmentMacro( … … 2981 2982 } 2982 2983 2983 if ( $text =~ /<!--FoswikiCat-->/ ) { 2984 # The T-word string must remain unchanged for the compatibility 2985 if ( $text =~ /<!--TWikiCat-->/ ) { 2984 2986 require Foswiki::Compatibility; 2985 2987 $text = … … 2992 2994 2993 2995 # This format used live at DrKW for a few months 2994 if ( $text =~ /<!--FoswikiCat-->/ ) { 2996 # The T-word string must remain unchanged for the compatibility 2997 if ( $text =~ /<!--TWikiCat-->/ ) { 2995 2998 $text = 2996 2999 Foswiki::Compatibility::upgradeCategoryTable( $this->{_session},
Note: See TracChangeset
for help on using the changeset viewer.
