Changeset 743


Ignore:
Timestamp:
01/17/08 10:32:07 (4 years ago)
Author:
gperreal
Message:

Plugins: désactivation d'arPluginsPath, refs #151.

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/project/modules/public/stable/tools/serversinfos/actiongroups/copix.actiongroup.php

    r602 r743  
    6363                $sections[$section]['COPIX_INSTALL_DIR'] = COPIX_INSTALL_DIR;            
    6464                $sections[$section]['arModulesPath'] = CopixConfig::instance ()->arModulesPath; 
     65                /* TODO: arPluginsPath désactivé jusqu'à ce qu'on l'implémente vraiment, cf #151. 
    6566                $sections[$section]['arPluginsPath'] = CopixConfig::instance ()->arPluginsPath; 
     67                */ 
    6668                 
    6769                // configuration générale 
  • trunk/utils/copix/core/CopixConfig.class.php

    r550 r743  
    449449        var $arModulesPath = array (); 
    450450 
    451         /** 
     451        /* * TODO: arPluginsPath désactivé jusqu'à ce qu'on l'implémente vraiment, cf #151. 
    452452         * Chemin ou l'on doit aller chercher les plugins 
    453          */ 
     453         * / 
    454454        var $arPluginsPath = array (); 
     455        */ 
    455456     
    456457        /* ========================================= paramÚtres généraux */ 
  • trunk/utils/copix/utils/CopixPluginRegistry.class.php

    r731 r743  
    248248                $toReturn = array (); 
    249249                 
     250                /* TODO: arPluginsPath désactivé jusqu'à ce qu'on l'implémente vraiment, cf #151. 
    250251                //recherche des plugins dans les répertoires configurés à cet effet. 
    251252                foreach ($conf->arPluginsPath as $path){ 
     
    257258                        } 
    258259                } 
     260                */ 
    259261                 
    260262                //recherche des plugins configurés dans les répertoires de modules 
Note: See TracChangeset for help on using the changeset viewer.