[rset] add convenient first() and last() methods on ResultSet
These make life easier for the heavy user of the CW shell.
Also aliases entities() with all(); so we end with a pretty consistant set:
- .one()
- .first()
- .last()
- .all()
3.26 (1 February 2018)
======================
New features
------------
* For ``pyramid`` instance configuration kind, logging is not handled anymore
by CubicWeb but should be configured through ``development.ini`` file
following https://docs.pylonsproject.org/projects/pyramid/en/latest/narr/logging.html.
Backwards incompatible changes
------------------------------
* CubicWebConfiguration method 'shared_dir' got dropped.