Part of meta issue #1805996: [META] Views in Drupal Core. Work on this issue is done in the VDC sandbox:
git clone --recursive --branch vdc http://git.drupal.org/sandbox/tim.plunkett/1799554.git vdc
Problem/Motivation
- In order to provide default listings for users, the standard install profile should include Views.
- To allow users to easily discover how to customize their site listings, the standard install profile should also include Views UI.
Proposed resolution
- Add Views and Views UI to the standard install profile in the VDC sandbox.
Remaining tasks
- TBD
User interface changes
- TBD
API changes
- TBD
| Comment | File | Size | Author |
|---|---|---|---|
| #11 | vdc-1807020-11.patch | 371 bytes | tim.plunkett |
| #10 | vdc-1807020-10.patch | 5.22 KB | tim.plunkett |
| #4 | views-1807020-4.patch | 371 bytes | tim.plunkett |
Comments
Comment #1
xjmWe'll also need to add config, as seen in #1786990-13: [Module]Bundle is registered too late in WebTestBase::setUp(). Weird that something doesn't already require it.
Comment #2
xjmThis is unblocked now!
Comment #3
xjmLet's see if I can do this. :)
Comment #4
tim.plunkettI already tested this in the patch test issue, but it's just this + #1810378: Remove unneeded dependency on config.module
Since this is part of the core move, I'm going to roll it into my sandbox rebuilding steps, by amending it into http://drupalcode.org/sandbox/tim.plunkett/1799554.git/commitdiff/1342dfe when the time comes.
This is just a placeholder issue to remind me :)
Comment #5
tim.plunkettOkay, new magical commit is http://drupalcode.org/sandbox/tim.plunkett/1799554.git/commitdiff/d6eade2
I've updated the factoid :)
Comment #6
xjmLOL yay.
Comment #7
tim.plunkettSo I think we're actually still blocked on the nastier bug.
#1783692: Test the bundle manager to show the fail on update.php
#1708692: Bundle services aren't available in the request that enables the module
Comment #8
tim.plunkettThis is blocked on #1708692: Bundle services aren't available in the request that enables the module
Comment #9
xjmComment #10
tim.plunkettTesting to see if the patch in #1708692-45: Bundle services aren't available in the request that enables the module works for this.
Comment #11
tim.plunkettThat went in!
Comment #12
aspilicious commentedOh yes!
Comment #13
webchickGreat. I consider this clean-up after the initial feature, and only didn't go in at that time because we were blocked on critical bugs. Those have been resolved, so now it makes sense to put this in.
Committed and pushed to 8.x. Thanks!!
Comment #14.0
(not verified) commentedUpdated issue summary.