Add GROUP_CONCAT aggregate function to views
Drupal views can aggregate results, and sum integers, but can't create a comma separated text list. This is possible in SQL by...
Drupal views can aggregate results, and sum integers, but can't create a comma separated text list. This is possible in SQL by...
Views can have a filter on an entity reference field, but when used as an exposed filter, the user has to type in the title...
Formatted text used in a views header area doesn't provide the CKEditor UI.
Views can't filter a date field granularly (by year, month, day, etc). This prevents creating a view that shows items equal to...
Customize stripped tags. Has a working patch.
Attach views to entities, as a pseudo field, using hook_entity_extra_field_info(), allowing it to be conf
Configure views to listen for a flag action on the page, and refresh the view.
Provides a field that references views.
Viewfield provides a field that holds a reference to a View and renders it whenever the entity containing the field is displayed.