------------------
- Hide upgrade-profiles when creating a new site.
[pbauer]
- Replace selection.is with selection.any for portal_types and review_state
operations, and add selection.any for Creator operation.
[frapell]
- Actually convert the value to a datetime for the DateIndex query modifier.
[frapell]
- Do not fail if the 'Between' operation is called with an empty value, and
instead return a list with 2 empty values.
[frapell]
- Fixed possible problem with ``custom_query`` parameter where
theoretically a second invocation could inadvertently be using the
value from the first invocation.
[maurits]