Leszek Gawron wrote:
Stefano Mazzocchi wrote:
making the "include.block = true" overload "exclude.block.all = true"
would go a long way to make things easier for users, IMO and should
not but such a big change.
want it - got it.
check the trunk - if it's ok - I'll port it back to 2.1.
Wow! It worked!
one simple gotcha:
if there is a conflict on the same level of granularity:
include.block.template=true vs. exclude.block.template=true,
include.all.blocks=true vs. exclude.all.blocks=true
it is always resolved in favour of include.* properties.
Above is short enough - can be documented in blocks.properties itself.
Vadim