Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
views.module
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
7 Aug 2014 at 09:49 UTC
Updated:
27 Aug 2014 at 01:20 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
pfrenssenComment #2
pfrenssenHere's an initial implementation. No tests yet.
There are two versions of the patch, one of which is ignoring whitespace changes. I had to indent a block of code, so this makes it a bit easier to review.
Comment #4
pfrenssenAdded a test. Added a second patch that ignores whitespace again to make it easier to review.
Comment #5
dawehnerwow!
Comment #6
pfrenssenComment #7
alexpottREST export vs REST API - i think we should be consistent and always call this "REST export" since that chimes with what is already in views.
Comment #8
pfrenssenGood point, thanks!
Comment #9
dawehnerYou could argue that it would be nice to use $this->t() instead of t() directly if we partly change this file already.
Comment #10
dawehnerManual tests worked fine, I don't consider #9 as a blocker given in which state that file is.
Thank for pieter!
Comment #11
alexpottCommitted 887eea4 and pushed to 8.0.x. Thanks!