On 30 Jul., 16:39, "Matthias N." <[EMAIL PROTECTED]>
wrote:
> Hi list,
>
> maybe some of you noticed my recent changes on my mahono branch with
> the controller. I moved the actual execution from sfController-
>
> >forward() into the sfExectionFilter.
>
> It seems to work fine and I really like it..  but there is one
> drawback I wasn't able to resolve yet: There is no way to use
> filters.yml in modules as I removed the filter chain execution from
> the action execution. Thus I was able to allow to switch to another
> action in a filter without the need to go through the filter chain
> again.
>
> Maybe there is one expert out there who can look over the code and
> give me some feedback? 
> :-)http://trac.symfony-project.com/trac/browser/branches/mahono/lib/cont...
>
> One Idea I have is to load the filters.yml of the requested module.
> The controller would _only_ go through a new filter chain if there was
> a switch to another module before the execution. But having the page
> controller in mind I'm currently refactoring, I need another approach
> there: It seems to make sense to make it possible to use a filters.yml
> in each page - but not in each module...
>
> Any thoughts?

I solved this problem today: http://trac.symfony-project.com/trac/changeset/4773
I've already started refactoring of my sfPageControllerPlugin which I
plan to use for another CMS approach as well as a "generic backend
plugin".
But these two plugins will require symfony 1.1 as I want to use all
the nice new features - so it will take some more weeks.
I also would like to contribute a theme plugin and this CSS framework:
http://www.yaml.de to as there is still no solution out there. :-)

Regards,
Matthias


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-devs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to