Development

#3407 (Bundled plugins should be overloaded)

You must first sign up to be able to contribute.

Ticket #3407 (closed defect: fixed)

Opened 7 months ago

Last modified 7 months ago

Bundled plugins should be overloaded

Reported by: Carl.Vondrick Assigned to: fabien
Priority: minor Milestone:
Component: plugins Version: 1.1.0 DEV
Keywords: Cc:
Qualification: Ready for core team

Description

symfony does not allow its bundled plugins to be overloaded. This causes problems in the task system and the config.php files in plugins.

Attached patch resolves this issue by adding sfProjectConfiguration->getPluginPaths() .

Attachments

OverloadBundledPlugins.php.patch (3.6 kB) - added by Carl.Vondrick on 04/24/08 21:08:27.
possible patch

Change History

04/24/08 21:08:27 changed by Carl.Vondrick

  • attachment OverloadBundledPlugins.php.patch added.

possible patch

04/25/08 11:05:55 changed by hartym

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

(In [8628]) fixed task include order changed by r8626, and so closes #3407