Comment 1 for bug 688980

Revision history for this message
TitanKing (titan-phpdevshell) wrote :

Plugin dependency is not according to plugin anymore but class, this makes for a more reliable method for checking dependency. Look at the ExamplePlugin for an example (plugin name can appear multiple times):

  <dependencies>
   <dependence class="controlPanel" plugin="ControlPanel" />
   <dependence class="views" plugin="Smarty" />
   <dependence class="fileManager" plugin="FileMan" />
   <dependence class="imaging" plugin="PHPThumbs" />
   <!-- <dependence class="someOtherCall" plugin="Smarty" /> -->
  </dependencies>