symfony2admingenerator / AvocodeFormExtensionsBundle

(old-legacy) Symfony2 form extensions for Admingenerator project (also working standalone!)
Other
48 stars 31 forks source link

Prefixing all forms name with avocode #77

Closed sescandell closed 10 years ago

sescandell commented 10 years ago

Hi,

I think, to make this Bundle less "intrusive", we should prefix all forms name with the string "avocode" (or anything else). This, simply to be sure we are not in conflict with any other form type from any other bundle.

This has a big impact and create a BC Break, but IMO, it is necessary.

@loostro , what do you think?

ioleo commented 10 years ago

@sescandell I don't need that (currently) but I understand the problem. I'd prefer a shorter prefix - avo.

Also we'd have add a TAG before merging this, so that people that have no time to update can simply lock to this tag.

And remember to also update the name in all docs.