Development

#2610 (Support propel:graphviz task)

You must first sign up to be able to contribute.

Ticket #2610 (new enhancement)

Opened 8 months ago

Last modified 4 weeks ago

Support propel:graphviz task

Reported by: jablko Assigned to: fabien
Priority: minor Milestone: 1.2.0
Component: tasks Version: 1.1.0 DEV
Keywords: Cc:
Qualification: Ready for core team

Description

I copied the sfPropelBuildSqlTask to create the attached GraphvizTask?. It relies entirely on code already in symfony / Propel, and might nice to add to the sfPropelPlugin?

Since I copied the sfPropelBuildSqlTask, I need no attribution. I would just like to add support for the Propel graphviz Phing task to the sfPropelPlugin

Much thanks! Jack

Attachments

GraphvizTask.class.php (1.6 kB) - added by jablko on 12/01/07 00:02:37.

Change History

12/01/07 00:02:37 changed by jablko

  • attachment GraphvizTask.class.php added.

12/01/07 23:49:57 changed by dwhittle

  • qualification changed from Unreviewed to Design decision.

Added in my branch in @6251 and renamed sfPropelGraphviz.

06/23/08 06:45:41 changed by dwhittle

  • qualification changed from Design decision to Ready for core team.
  • milestone set to 1.1.0 FINAL.

See r6251.

06/23/08 10:13:36 changed by fabien

  • milestone changed from 1.1.0 FINAL to 1.2.0.

We need to support some options like:

  • the output directory which must be data/... by default.
  • the database name

In fact, I think we must support all options supported by the original task.