Development

#3600 (sfUJSPlugin - symfony 1.1 compatibility patch)

You must first sign up to be able to contribute.

Ticket #3600 (new enhancement)

Opened 4 months ago

sfUJSPlugin - symfony 1.1 compatibility patch

Reported by: cedsadai Assigned to: francois
Priority: minor Milestone: plugins
Component: sfUJSPlugin Version: 1.0.16
Keywords: 1.1, sfUJSPlugin Cc:
Qualification: Unreviewed

Description

The current sfUJSPlugin generates errors when using the 1.1 branche of symfony.

Errors are related to the use of the user of the getContext()->getResponse()->getParameter() (or setParameter) method, which is not valid anymore in the 1.1. In the patches enclosed, I just replaced those lines by the new sfConfig::get() and sfConfig::set static methods. Works fine for me.

Attachments

sfUJSPlugin_11.zip (7.1 kB) - added by cedsadai on 05/21/08 16:38:43.
2 patches to make UJSPlugin work on 1.1

Change History

05/21/08 16:38:43 changed by cedsadai

  • attachment sfUJSPlugin_11.zip added.

2 patches to make UJSPlugin work on 1.1