Development

#2880 ([PATCH] Overloading symfony-bundled plugin tasks)

You must first sign up to be able to contribute.

Ticket #2880 (closed defect: invalid)

Opened 10 months ago

Last modified 7 months ago

[PATCH] Overloading symfony-bundled plugin tasks

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

Description

The attached patch allows user-installed plugins to overload the bundled plugins in symfony 1.1's task system. In particular, this is allows for the Propel 1.3 plugin (in dwhittle's branch) to work without modification of symfony's core.

Attachments

sfSymfonyCommandApplication.class.php.patch (1.3 kB) - added by Carl.Vondrick on 04/21/08 01:45:18.
updated patch for r8574
pluggable-propel-13-tasks.php.patch (2.0 kB) - added by Carl.Vondrick on 04/24/08 19:16:30.
new patch to work with PHP 5.0.0

Change History

02/06/08 05:52:03 changed by Carl.Vondrick

  • qualification changed from Unreviewed to Ready for core team.

04/21/08 01:45:18 changed by Carl.Vondrick

  • attachment sfSymfonyCommandApplication.class.php.patch added.

updated patch for r8574

04/22/08 22:29:28 changed by dwhittle

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

Fixed in r8595.

04/24/08 18:58:10 changed by Carl.Vondrick

  • priority changed from minor to major.
  • status changed from closed to reopened.
  • resolution deleted.

Reverted in r8620.

04/24/08 19:16:30 changed by Carl.Vondrick

  • attachment pluggable-propel-13-tasks.php.patch added.

new patch to work with PHP 5.0.0

04/24/08 21:09:14 changed by Carl.Vondrick

  • status changed from reopened to closed.
  • resolution set to invalid.

See #3407.