------------------
* run tests on Django 1.8, fix test failure
* tox.ini uses new features of tox
* load Fiber page data and contentitem groups async, makes navigating pages with Fiber enabled much faster
* fix incompatibility with django-compressor running in offline mode
* handle lazy URLs
* fix behaviour of show_page_content for non-Fiber pages
* make editable_attrs a bit smarter
* use a box shadow to show editable items
* don't open a dialog window for unknown editable items, go to the edit url instead, in a new tab / window
* enable context menu to edit non-Fiber items
* fix context menu for non-page contentitems
* open the correct dialog (content item vs page) on double click
* refactor and test show_menu and other template tags, use generator expressions
* refactor deprecated page_info contextprocessor to reuse FiberPageMixin logic
* fixed an issue where the root node was included when mark_current_regexes matches
* test and refactor FiberPageMixin, FiberTemplateView
* test and refactor AdminPageMiddleware, ObfuscateEmailAddressMiddleware
* refactor import_util, load_class
* overall test and test coverage improvements
* numerous small fixes and improvements