Dotclear

Changeset 2257:f9dcd2921221


Ignore:
Timestamp:
10/04/13 15:18:35 (11 years ago)
Author:
Dsls
Branch:
default
Message:

Let's be exemplary, see #1713

Files:
20 edited

Legend:

Unmodified
Added
Removed
  • plugins/aboutConfig/_define.php

    r1179 r2257  
    1616     /* Description*/         "Manage every blog configuration directive", 
    1717     /* Author */             "Olivier Meunier", 
    18      /* Version */            '0.5' 
     18     /* Version */            '0.5', 
     19     array( 
     20          'type'         =>        'plugin' 
     21     ) 
     22 
    1923); 
    2024?> 
  • plugins/akismet/_define.php

    r1179 r2257  
    1919     array( 
    2020          'permissions' =>    'usage,contentadmin', 
    21           'priority' =>       200 
     21          'priority' =>       200, 
     22          'type'         =>        'plugin' 
    2223     ) 
    2324); 
  • plugins/attachments/_define.php

    r1179 r2257  
    1919     array( 
    2020          'permissions' =>    'usage,contentadmin,pages', 
    21           'priority' =>       999 
     21          'priority' =>       999, 
     22          'type'         =>        'plugin' 
    2223     ) 
    2324); 
  • plugins/blogroll/_define.php

    r1179 r2257  
    1818     /* Version */            '1.3.1', 
    1919     array( 
    20           'permissions' =>    'blogroll' 
     20          'permissions' =>    'blogroll', 
     21          'type'         =>        'plugin' 
    2122     ) 
    2223); 
  • plugins/blowupConfig/_define.php

    r1179 r2257  
    1818     /* Version */            '1.2', 
    1919     array( 
    20           'permissions' =>    'admin' 
     20          'permissions' =>    'admin', 
     21          'type'         =>        'plugin' 
    2122     ) 
    2223); 
  • plugins/dclegacy/_define.php

    r1806 r2257  
    1818     /* Version */            '1.0', 
    1919     array( 
    20           'priority' =>       500 
     20          'priority' =>       500, 
     21          'type'         =>        'plugin' 
    2122     ) 
    2223); 
  • plugins/fairTrackbacks/_define.php

    r1179 r2257  
    1919     array( 
    2020          'permissions' =>    'usage,contentadmin', 
    21           'priority' =>       200 
     21          'priority' =>       200, 
     22          'type'         =>        'plugin' 
    2223     ) 
    2324); 
  • plugins/importExport/_define.php

    r967 r2257  
    1717     /* Author */             "Olivier Meunier & Contributors", 
    1818     /* Version */            '3.2', 
    19      /* Perm */               'admin' 
     19     array( 
     20          'permissions' =>    'admin', 
     21          'type'         =>        'plugin' 
     22     ) 
    2023); 
    2124?> 
  • plugins/maintenance/_define.php

    r1989 r2257  
    1717     /* Author */             "Olivier Meunier & Association Dotclear", 
    1818     /* Version */            '1.3.1', 
    19      /* Permission */         'admin' 
     19     array( 
     20          'permissions' =>    'admin', 
     21          'type'         =>        'plugin' 
     22     ) 
     23 
    2024); 
  • plugins/pages/_define.php

    r1442 r2257  
    1919     array( 
    2020          'permissions' =>    'contentadmin,pages', 
    21           'priority' =>  999 
     21          'priority' =>  999, 
     22          'type'         =>        'plugin' 
    2223     ) 
    2324); 
  • plugins/pings/_define.php

    r1179 r2257  
    1818     /* Version */            '1.2', 
    1919     array( 
    20           'permissions' =>    'usage,contentadmin' 
     20          'permissions' =>    'usage,contentadmin', 
     21          'type'         =>        'plugin' 
    2122     ) 
    2223); 
  • plugins/simpleMenu/_define.php

    r1179 r2257  
    1818     /* Version */            '1.1.1', 
    1919     array( 
    20           'permissions' =>    'admin' 
     20          'permissions' =>    'admin', 
     21          'type'         =>        'plugin' 
    2122     ) 
    2223); 
  • plugins/tags/_define.php

    r1392 r2257  
    1919     array( 
    2020          'permissions' =>    'usage,contentadmin', 
    21           'priority' =>       998 
     21          'priority' =>       998, 
     22          'type'         =>        'plugin' 
    2223     ) 
    2324); 
  • plugins/themeEditor/_define.php

    r1179 r2257  
    1616     /* Description*/         "Theme Editor", 
    1717     /* Author */             "Olivier Meunier", 
    18      /* Version */            '1.0' 
     18     /* Version */            '1.0', 
     19     array( 
     20          'type'         =>        'plugin' 
     21     ) 
    1922); 
    2023?> 
  • plugins/userPref/_define.php

    r1179 r2257  
    1616     /* Description*/         "Manage every user preference directive", 
    1717     /* Author */             "Franck Paul", 
    18      /* Version */            '0.3' 
     18     /* Version */            '0.3', 
     19     array( 
     20          'type'         =>        'plugin' 
     21     ) 
    1922); 
    2023?> 
  • plugins/widgets/_define.php

    r1179 r2257  
    1919     array( 
    2020          'permissions' =>    'admin', 
    21           'priority' =>       1000000000 
     21          'priority' =>       1000000000, 
     22          'type'         =>        'plugin' 
    2223     ) 
    2324); 
  • themes/blueSilence/_define.php

    r1179 r2257  
    1616     /* Description*/         "Dotclear Theme", 
    1717     /* Author */             "Marco / marcarea.com", 
    18      /* Version */            '1.0' 
     18     /* Version */            '1.0', 
     19     array( 
     20          'type'         =>        'theme' 
     21     ) 
    1922); 
    2023?> 
  • themes/customCSS/_define.php

    r1179 r2257  
    1616     /* Description*/         "A CSS customizable theme", 
    1717     /* Author */             "Olivier", 
    18      /* Version */            '1.1' 
     18     /* Version */            '1.1', 
     19     array( 
     20          'type'         =>        'theme' 
     21     ) 
    1922); 
    2023?> 
  • themes/default/_define.php

    r1179 r2257  
    1616     /* Description*/         "Default Dotclear theme, fully customizable", 
    1717     /* Author */             "Marco & Olivier", 
    18      /* Version */            '1.0' 
     18     /* Version */            '1.0', 
     19     array( 
     20          'type'         =>        'theme' 
     21     ) 
    1922); 
    2023?> 
  • themes/ductile/_define.php

    r1134 r2257  
    1717     /* Version */            '1.3.1', 
    1818     /* Properties */         array( 
    19                                         'standalone_config' => true 
     19                                        'standalone_config' => true, 
     20                                        'type' => 'theme' 
    2021                                   ) 
    2122); 
Note: See TracChangeset for help on using the changeset viewer.

Sites map