Something I've always wanted to see is an option to group by node. Grouping by field/page is not sufficient when you have a view page/block and you want to create a separation between sets of node images - which for me, always seems to be the case.
I'd suggest adding 2 more grouping options - 1) Group per node field and 2) Group per node. "Group per node field" would group all node images from the same field and "Group per node" would group all node images regardless of field name.

I'll attach a patch shortly.

Comments

Nick Robillard’s picture

Title: Group all fields in a node » Group per node
StatusFileSize
new1.24 KB

So I've just implemented a "Group all fields in a node" option. After digging into this, I realized the grouping mode "Group per field" already groups per node field.

To clarify, this new option comes in handy when you have, for example, a main image field and a second field for additional images. This will group all images on a node regardless of field name.

Nick Robillard’s picture

Title: Group per node » Group all fields in a node
Status: Active » Needs review

Better title