Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
- white background for the <body>
- add the file master.js
- add skip to main content link for user accessibility
- comment by default the meta viewport
- add the tag <meta http-equiv="X-UA-Compatible" content="IE=Edge;chrome=1" />
Found and fixed a handful of submitted context issues I had somehow missed in my testing.
Added a validation handler to the vbo plugin so that view names are now validated.
Copied the logic from the nodereference create node plugin to the nodereference compare access plugin so that hidden node reference fields can now be used in the access check.
fixed an issue where indexed and named arrays were used. This fix makes it possible to work with views and have both named and indexed arguments in services resources.