ok, i've just checked and we can already overwrite public files (work both, with and without --symlink option).
If *Application\HelloBundle* needs to overwrite *Bundle\HelloBundle*: - *views*: Application\HelloBundle *before* Bundle\HelloBundle. - *config*: Application\HelloBundle *before* Bundle\HelloBundle. - *public*: Application\HelloBundle *after* Bundle\HelloBundle Is it correct ? So it's seems we can already overwrite any files under /Resources in Symfony2. "But thinking now, I feel like you'd need to put bundle A before bundle B (they'd need the same actual bundle names to override templates) to override its templates, but you'd need bundle A *after* bundle B to override its configuration and translations. I *could* be wrong here - quick somebody try it!" But there isn't a unique way to do it, there's a problem if we want the same Bundle overwrites *config* and *public* files (for example). -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com 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
