Dotclear

Changeset 464:e6b2db1d228a for plugins


Ignore:
Timestamp:
07/01/11 09:20:53 (14 years ago)
Author:
Dsls <dsls@…>
Branch:
default
Message:
  • New way of registering modules/themes, more extensible (backward compatible with previous method)
  • small fix on attachments plugin template tags

Closes #1223.

Location:
plugins
Files:
16 edited

Legend:

Unmodified
Added
Removed
  • plugins/aboutConfig/_define.php

    r270 r464  
    1616     /* Description*/         "Manage every blog configuration directive", 
    1717     /* Author */             "Olivier Meunier", 
    18      /* Version */            '0.3', 
    19      /* Permissions */        null 
     18     /* Version */            '0.3' 
    2019); 
    2120?> 
  • plugins/akismet/_define.php

    r270 r464  
    1717     /* Author */             "Olivier Meunier", 
    1818     /* Version */            '1.1', 
    19      /* Permissions */        'usage,contentadmin', 
    20      /* Priority */           200 
     19     array( 
     20          'permissions' =>    'usage,contentadmin', 
     21          'priority' =>       200 
     22     ) 
    2123); 
    2224?> 
  • plugins/antispam/_define.php

    r270 r464  
    1717     /* Author */             "Alain Vagner", 
    1818     /* Version */            '1.3.1', 
    19      /* Permissions */        'usage,contentadmin', 
    20      /* Priority */           10 
     19     array( 
     20          'permissions' =>    'usage,contentadmin', 
     21          'priority' =>       10 
     22     ) 
    2123); 
    2224?> 
  • plugins/attachments/_define.php

    r407 r464  
    1717     /* Author */        "Dotclear Team", 
    1818     /* Version */       '1.0', 
    19      /* Permissions */   'contentadmin,pages', 
    20      999 
     19     array( 
     20          'permissions' =>    'contentadmin,pages', 
     21          'priority' =>       999 
     22     ) 
    2123); 
    2224?> 
  • plugins/attachments/_public.php

    r415 r464  
    195195     } 
    196196      
    197      public function MediaURL($attr) 
     197     public static function MediaURL($attr) 
    198198     { 
    199199          $f = $GLOBALS['core']->tpl->getFilters($attr); 
     
    209209     > 
    210210     */ 
    211      public function EntryAttachmentCount($attr) 
     211     public static function EntryAttachmentCount($attr) 
    212212     { 
    213213          $none = 'no attachment'; 
  • plugins/blogroll/_define.php

    r270 r464  
    1717     /* Author */             "Olivier Meunier", 
    1818     /* Version */            '1.2', 
    19      /* Permissions */        'blogroll' 
     19     array( 
     20          'permissions' =>    'blogroll' 
     21     ) 
    2022); 
    2123?> 
  • plugins/blowupConfig/_define.php

    r270 r464  
    1717     /* Author */             "Olivier Meunier", 
    1818     /* Version */            '1.1', 
    19      /* Permissions */        'admin' 
     19     array( 
     20          'permissions' =>    'admin' 
     21     ) 
    2022); 
    2123?> 
  • plugins/fairTrackbacks/_define.php

    r270 r464  
    1717     /* Author */             "Olivier Meunier", 
    1818     /* Version */            '1.1', 
    19      /* Permissions */        'usage,contentadmin', 
    20      /* Priority */           200 
     19     array( 
     20          'permissions' =>    'usage,contentadmin', 
     21          'priority' =>       200 
     22     ) 
    2123); 
    2224?> 
  • plugins/importExport/_define.php

    r270 r464  
    1717     /* Author */             "Olivier Meunier", 
    1818     /* Version */            '2.4', 
    19      /* Permissions */        'admin', 
    20      /* Priority */           10 
     19     array( 
     20          'permissions' => 'admin', 
     21          'priority' => 10 
     22     ) 
    2123); 
    2224?> 
  • plugins/maintenance/_define.php

    r270 r464  
    1616     /* Description*/         "Maintain your database", 
    1717     /* Author */             "Olivier Meunier", 
    18      /* Version */            '1.1', 
    19      /* Permissions */        null 
     18     /* Version */            '1.1' 
    2019); 
    2120?> 
  • plugins/pages/_define.php

    r270 r464  
    1717     /* Author */        "Olivier Meunier", 
    1818     /* Version */       '1.1.1', 
    19      /* Permissions */   'contentadmin,pages', 
    20      999 
     19     array( 
     20          'permissions' =>    'contentadmin,pages', 
     21          'priority' =>  999 
     22     ) 
    2123); 
    2224?> 
  • plugins/pings/_define.php

    r270 r464  
    1717     /* Author */             "Olivier Meunier", 
    1818     /* Version */            '1.1', 
    19      /* Permissions */        'usage,contentadmin' 
     19     array( 
     20          'permissions' =>    'usage,contentadmin' 
     21     ) 
    2022); 
    2123?> 
  • plugins/tags/_define.php

    r270 r464  
    1717     /* Author */             "Olivier Meunier", 
    1818     /* Version */            '1.1', 
    19      /* Permissions */        'usage,contentadmin' 
     19     array( 
     20          'permissions' =>    'usage,contentadmin' 
     21     ) 
    2022); 
    2123?> 
  • plugins/themeEditor/_define.php

    r270 r464  
    1616     /* Description*/         "Theme Editor", 
    1717     /* Author */             "Olivier Meunier", 
    18      /* Version */            '0.9', 
    19      /* Permissions */        null 
     18     /* Version */            '0.9' 
    2019); 
    2120?> 
  • plugins/userPref/_define.php

    r3 r464  
    1616     /* Description*/         "Manage every user preference directive", 
    1717     /* Author */             "Franck Paul", 
    18      /* Version */            '0.1', 
    19      /* Permissions */        null 
     18     /* Version */            '0.1' 
    2019); 
    2120?> 
  • plugins/widgets/_define.php

    r270 r464  
    1717     /* Author */             "Olivier Meunier", 
    1818     /* Version */            '2', 
    19      /* Permissions */        'admin', 
    20      /* Priority */           1000000000 
     19     array( 
     20          'permissions' =>    'admin', 
     21          'priority' =>       1000000000 
     22     ) 
    2123); 
    2224?> 
Note: See TracChangeset for help on using the changeset viewer.

Sites map