sfPropelVersionableBehaviorPlugin Patch

Steer CMS makes great use of the fantastic sfPropelVersionableBehaviorPlugin (thanks Tristan), but there's a catch. We hacked it to:

  • Have a slightly different schema
  • Work with i18n objects

Now our changes seem like they might benefit others using sfPropelVersionableBehaviorPlugin, but we are yet to get the changes included - unit tests are still needed before then. But in the meantime, a patch (attached to this page) is needed.

Download it (see Attachements below) then run it from within the plugins directory via:

patch -p0 < {PATH_TO_DOWNLOADED_PATCH}/sfPropelVersionableBehaviorPlugin.patch

Attachments