Development

#4926 (plugin:publish-assets is ignore the setting of $this->disablePlugin(...))

You must first sign up to be able to contribute.

Ticket #4926 (closed defect: fixed)

Opened 8 months ago

Last modified 7 months ago

plugin:publish-assets is ignore the setting of $this->disablePlugin(...)

Reported by: river.bright Assigned to: fabien
Priority: major Milestone: 1.2.0 RC1
Component: tasks Version: 1.2.0 DEV
Keywords: Cc:
Qualification: Unreviewed

Description

I wrote below in ./config/ProjectConfiguration.class.php

  public function setup()
  {
      $this->enablePlugins(array('sfDoctrinePlugin', 'sfProtoculousPlugin'));
      $this->disablePlugins('sfPropelPlugin');
  }

And executed plugin:publish-assets.

In my web directory,

$ ls -la ./web
...
sfPropelPlugin -> /usr/local/lib/symfony12/lib/plugins/sfPropelPlugin/web
sfProtoculousPlugin -> /usr/local/lib/symfony12/lib/plugins/sfProtoculousPlugin/web

sfPropelPlugin is disabled but the symlink has created. I think it the bug.

Change History

11/18/08 01:30:12 changed by fabien

  • status changed from new to closed.
  • resolution set to fixed.

(In [13092]) [1.2] fixed plugin:publish-assets is ignore the setting of ->disablePlugin(...) (closes #4926)

11/18/08 01:32:44 changed by fabien

  • milestone changed from 1.2.0 to 1.2.0 RC1.

12/10/08 23:06:40 changed by FabianLange

(In [13929]) [1.2] publish-assets now works correctly for all active plugins, even when they set the plugin path to a different directory. fixes #5163. refs #4926

The Sensio Labs Network

Since 1998, Sensio Labs has been promoting the Open-Source software movement by providing quality web application development, training, consulting, and supporting several large Open-Source projects.