Le mardi 17 août 2010 à 16:46 +0200, Adrian Rossouw a écrit : > On 17 Aug 2010, at 10:05 AM, Pierre Rineau wrote: > > > > > Me neither, all of my features always goes to overridden as soon as they > > are activated. Drupal configuration such as variables etc might do this. > > I don't think this is really a problem, but more likely a normal side > > effect due to a more global site configuration done outside the feature > > itself, which seems quite unavoidable on most sites. > > use strongarm to get variables into features.
Strongarm is quite brutal, I already use it for some variables, but not all of these will be strongarmed. Some variable will still be overriden by other modules installation procedure, or normal site usage. Plus, I made quite "fluid" features, which enable or disable variables, features (not development seed features), does some configuration bits depending of the other installed modules. What I meant is once your feature is enabled, and your site living, this is totally normal that they'd finish overriden sooner or later. Pierre.
