rollerworks-graveyard / RollerworksMultiUserBundle

Multi user management for the FOSUserBundle - DISCONTINUED!!
MIT License
56 stars 21 forks source link

Fixes custom user-configuration building #54

Closed sstok closed 10 years ago

sstok commented 10 years ago
Q A
Bug Fix? yes
New Feature? yes
BC Breaks? nnp
Deprecations? yes
Tests Pass? yes
Fixed Tickets GH-53

This changes the enabling of options to use a bitmask (instead of array) which is much easier to work with. The old method is still supported

And fixes the overwriting configurations (which were overwriting due to the defaulting)

Last this adds a more fine grained base-configuration enabling.