Dotclear


Ignore:
Timestamp:
02/27/13 11:48:32 (13 years ago)
Author:
JcDenis
Branch:
sexy
Parents:
880:02c78f56f430 (diff), 1105:ce855d61f9ce (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

merge with default branch in 2.5-RC

Location:
plugins/attachments
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • plugins/attachments/_admin.php

    r416 r1107  
    1111# -- END LICENSE BLOCK ----------------------------------------- 
    1212if (!defined('DC_CONTEXT_ADMIN')) { return; } 
    13  
     13/* 
    1414$core->addBehavior ('adminPostFormSidebar',array('attachmentAdmin','adminPostFormSidebar')); 
    1515$core->addBehavior ('adminPostAfterForm',array('attachmentAdmin','adminPostAfterForm')); 
    16  
     16*/ 
    1717class attachmentAdmin 
    1818{ 
  • plugins/attachments/_admin.php

    r416 r1107  
    1111# -- END LICENSE BLOCK ----------------------------------------- 
    1212if (!defined('DC_CONTEXT_ADMIN')) { return; } 
    13  
     13/* 
    1414$core->addBehavior ('adminPostFormSidebar',array('attachmentAdmin','adminPostFormSidebar')); 
    1515$core->addBehavior ('adminPostAfterForm',array('attachmentAdmin','adminPostAfterForm')); 
    16  
     16*/ 
    1717class attachmentAdmin 
    1818{ 
  • plugins/attachments/_public.php

    r852 r1107  
    8989          $if = array(); 
    9090           
    91           $operator = isset($attr['operator']) ? $this->getOperator($attr['operator']) : '&&'; 
     91          $operator = isset($attr['operator']) ? dcTemplate::getOperator($attr['operator']) : '&&'; 
    9292           
    9393          if (isset($attr['is_image'])) { 
  • plugins/attachments/_public.php

    r944 r1107  
    1313 
    1414# Attachments 
    15 $core->tpl->addBlock('Attachments',array('attachmentTpl','Attachments')); 
     15/*$core->tpl->addBlock('Attachments',array('attachmentTpl','Attachments')); 
    1616$core->tpl->addBlock('AttachmentsHeader',array('attachmentTpl','AttachmentsHeader')); 
    1717$core->tpl->addBlock('AttachmentsFooter',array('attachmentTpl','AttachmentsFooter')); 
     
    2929 
    3030$core->addBehavior('tplIfConditions',array('attachmentBehavior','tplIfConditions')); 
    31  
     31*/ 
    3232class attachmentTpl { 
    3333      
Note: See TracChangeset for help on using the changeset viewer.

Sites map