Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
14.86 KB
MD5: 60479557964c5725d857e3fc7e1c2514
SHA-1: dea1f4846ed083acb4860e6182221444cc48f075
SHA-256: 3c177ce37034ec2d55cdfae22e7c1a0ba70ec23740e4dbdf7f041f2483124e9b
Download zip
16.74 KB
MD5: f94e4d5067eebaa73b18a6cc43e73d82
SHA-1: 050c1b4a46fd0d4ec63535e005f3abdaed6eee9b
SHA-256: 8547448326690d9af70c0ececfd339a4bf4c3405f411a86f8a472300d2e00556
Release notes
- Issue #1471422: Added field handler id to result
- Issue #1471422: fields aren't added to $context['rows']
- Use trim function to remove token brackets instead of substr function, Small wording addition to UI
- Fixed some parts of pre_render, other small changes token
- Refactored token processing functions: Added get_token_argument and split_tokens methods to handler
- UI text for new token support, #1482062 : Pass non-token values as arguements
- #1171604: Provide a helpful readme file - Added README file
- Refactoring of token handling
- #1445872: Convert all instances of "argument" in the ui to "contextual filter" by dereine, convert all instances of 'argument' in the ui to 'contextual filter'
- #1444606: Write tests for views_field_view - Write tests for vfv
- #1444552: Don't ensure the table in query as it doesn't make sense by dereine - ensure_my_table call doesn't make sense
- Fixed #1332230: Notice: Undefined variable: output in views_field_view_handler_field_view->render() line 263