Dotclear

Changeset 3132


Ignore:
Timestamp:
06/25/13 18:33:18 (10 years ago)
Author:
JcDenis
Message:
  • Fixed widget compatibility for php 5.4
Location:
plugins/enhancePostContent
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • plugins/enhancePostContent/_define.php

    r3130 r3132  
    1919     /* Description*/         "Add features to words in post content", 
    2020     /* Author */             "JC Denis", 
    21      /* Version */            '2013.05.11', 
     21     /* Version */            '2013.06.25', 
    2222     /* Permissions */        'content' 
    2323); 
  • plugins/enhancePostContent/inc/lib.epc.php

    r3130 r3132  
    545545     } 
    546546      
    547      public static function widgetListTag($core,$filter,$content,$w,$list) 
     547     public static function widgetListTag($core,$filter,$content,$w,&$list) 
    548548     { 
    549549          if (!$core->plugins->moduleExists('tags')) return; 
     
    599599     } 
    600600      
    601      public static function widgetListAcronym($core,$filter,$content,$w,$list) 
     601     public static function widgetListAcronym($core,$filter,$content,$w,&$list) 
    602602     { 
    603603          while($filter['list']->fetch()) 
     
    633633     } 
    634634      
    635      public static function widgetListAbbreviation($core,$filter,$content,$w,$list) 
     635     public static function widgetListAbbreviation($core,$filter,$content,$w,&$list) 
    636636     { 
    637637          while($filter['list']->fetch()) 
     
    667667     } 
    668668      
    669      public static function widgetListDefinition($core,$filter,$content,$w,$list) 
     669     public static function widgetListDefinition($core,$filter,$content,$w,&$list) 
    670670     { 
    671671          while($filter['list']->fetch()) 
     
    701701     } 
    702702      
    703      public static function widgetListCitation($core,$filter,$content,$w,$list) 
     703     public static function widgetListCitation($core,$filter,$content,$w,&$list) 
    704704     { 
    705705          while($filter['list']->fetch()) 
     
    735735     } 
    736736      
    737      public static function widgetListLink($core,$filter,$content,$w,$list) 
     737     public static function widgetListLink($core,$filter,$content,$w,&$list) 
    738738     { 
    739739          while($filter['list']->fetch()) 
  • plugins/enhancePostContent/release.txt

    r3130 r3132  
    44 * Not added auto-find post title in content 
    55 * Fixed records list (more Dotclear compliant) (checkbox and action) 
     6 
     72013.06.25 
     8 * Fixed widget compatibility for php 5.4 
    69 
    7102013.05.11 
Note: See TracChangeset for help on using the changeset viewer.

Sites map