the list
-
Learn Drupal 8c: Reverting a feature
the list 11mo ago
-
Toro Lawnmowers - Review of the Toro Recycler Lawnmower
the list 26m ago
-
Barry Dutton questions police as to why/ who called them to city hall,
the list 1h ago
-
Top 30 Singles Chart: May 2013 (24/05/2013) M.M
the list 4h ago
-
LADY GAGA MACHETE KILLS FIRST LOOK & STAGE RETURN WITH BEYONCE? - WHAT'S UP WITH GAGA?
the list 4h ago
-
Startup Grind 2013 Jessica Scorpio (Getaround)
the list 5h ago
-
Vlog: I'm filming a movie! #2 on the list
the list 5h ago
-
Spelling List 1
the list 6h ago
-
FAQ Part 1 Carlibel55
the list 6h ago
-
San Diego California's "BIG SECRET" Revealed!
the list 6h ago
-
Wertheim: Race For the French Open Ends at the Top
the list 6h ago
-
MLS LEGENDS | Guillermo Barros Schelotto
the list 6h ago
-
How will you be impacted by a Smarter Infrastructure?
the list 7h ago
-
[12AM] WINNERS! + NEW FFA Challenge! [z] (Multi-CoD)
the list 7h ago
-
"Low Carb Bodybuilding Building Breakfast Meal" Burn Fat and Build Muscle (Big Brandon Carter)
the list 7h ago
-
How to lucid dream?!?. Easy steps To lucid dream. A digital program
the list 7h ago
-
Green recaps spring season 3
the list 9h ago
-
Alchemist Multiband Dynamics - Add Snap to Your Drums - With Producer DLR
the list 9h ago
-
The Beach featured on The List
the list 9h ago
-
My Products - Simplify Product Comparison & Selection - Shop Smarter, Socially
the list 10h ago
-
8 Awesome Fantasy Films - Badass Digest
the list 10h ago
-
Around the castles of Romania
the list 11h ago
-
Report dog poo using your smart phone
the list 11h ago
-
Jenni Fagan talks about the Granta Best Young British Novelist list
the list 11h ago
-
Champions League Final & Bet72.com
the list 12h ago
-
25 Prettiest Celebrities
the list 18h ago
-
Jon Stewart Tears Apart Obama, DOJ For Prosecuting Whistleblowers And Potheads But Not Bankers
the list 19h ago
-
Friends Opening Scene Season 2 Episode 8 - The One With The List (Swesub)
the list 20h ago
-
For The Road Tyga ft. Chris Brown Lyrics Video
the list 21h ago
-
SUMMER BACKLOG CHALLENGE 2013!
the list 22h ago
Description
This screencast is a part of the epic learning series "Four weeks of Drupal", and the chapter about the Features module. You can view the full series at http://dev.nodeone.se/en/four-weeks-of-drupal. PLEASE POST ANY COMMENTS AT NODEONE.SE OR WE WON'T SEE THEM. Sorry. --- This screencast shows what happens if you make changes to configuration normally controlled by a feature. It also shows how you can revert these changes, and go back to the configuration defined by the feature. In short: * In default mode (most) settings are read from the feature module code, and there are no database entries for things like Views and field configuration. * When you change the configuration, there are entries written to the database describing the new configuration. * When there is configuration in the database, Drupal will prefer that over anything defined in code. Thus, your configuration changes will have effect on how the site works, while there is different configuration left in the feature module code. * Any feature with altered configuration will be noted as overridden in the list of features. If you have the Diff module installed, you can view exactly what these changes are. * You can revert (groups of) components to the state defined by the feature. This (normally) wipes the database of the entries defining the overrides, and so Drupal reads from the code again. (As a side point: Some exportables cannot be read from code, such as the variables exported by Strongarm. When reverting these, the corresponding database entries are updated rather than wiped. Settings like these are sometimes refered to as faux exportables.) --- This screencast is a part of the epic learning series "Four weeks of Drupal", and the chapter about the Features module. You can view the full series at http://dev.nodeone.se/en/four-weeks-of-drupal. PLEASE POST ANY COMMENTS AT NODEONE.SE OR WE WON'T SEE THEM. Sorry.
