Posted by xjm on November 29, 2012 at 2:09am
20 followers
Jump to:
| Project: | Drupal core |
| Version: | 8.x-dev |
| Component: | views.module |
| Category: | task |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
| Issue tags: | VDC |
Issue Summary
Part of #1805996: [META] Views in Drupal Core. Most of these patches are taken directly from the 8.x-3.x branch of Views and need review and cleanup.
- #1821844: Aggregator views integration
- #1828528: Add language module integration for views
- #1853524: Reintroduce Views integration for Book
- #1853526: Reintroduce Views integration for contact.module
- #1853530: Reintroduce Views integration for filter.module
- #1853534: Reintroduce Views integration for locale.module
- #1853536: Reintroduce Views integration for search.module and fix the backlinks view
- #1853540: Reintroduce Views integration for statistics.module
- #1853542: Reintroduce Views integration for translation.module
- #1829734: Expose tracker data to views
- #1867642: Change notice: Expose forum tables to views
- #1874534: Introduce a dblog / watchdog views integration
Comments
#1
#2
dblog has also come up several times, so we might want to add integration for that as well.
#3
Watchdog is pluggable and this integration would work only with the dblog module, which may end up being useless for a lot of big-sized sites which will prefer either disabling it, either using a more performant or custom logging solution.
#4
At #3, that doesn't stop the dblog module providing its own views integration, if you switch off dblog module then the views integration goes with it.
Where it does get trickier is with #1289536: Add test coverage and/or one real use of PSR-3 based watchdog logger object or any other system where hook_watchdog() moves to a pluggable class.
#5
If someone wants to implement dblog views integration, please try to do something else.
I have a bunch of people which could help with that and maybe the other views integration issues.
#6
We noticed today that Forum has a denormalized
{forum_index}table, and it could make sense to introduce integration for that table rather than joining across to Node and Taxonomy and so on.Out of scope, but I have the vague notion that core could use some generalized solution for these index tables, for query abstraction and so on.
#7
@xjm the generalized abstraction is http://drupal.org/project/mv it's been around for years and no-one's ever tried to get it into core (or even a stable contrib release), it is needed though yes.
#8
I was pointed to this issue from #1972282: 'Missing handler: node created_year_month argument', but this is a META with a lot of children issues. I have no way to tell which commit from the issues mentioned in the summary could have caused it (if it actually did) and it might be a duplicate of another issue already filed.
Does anyone have a clue?