[schema sync] Update repo._type_source_cache when renaming an entity (closes #2094470)
When an entity type is renamed as part of a migration, it leaves stale
entries in repo._type_source_cache, which makes subsequent operations on
those entities fail (they look for the old entity name instead of the
new one).
.. _TutosPhotoWebSite:
Building a photo gallery with |cubicweb|
========================================
Desired features
----------------
* basically a photo gallery
* photo stored on the file system and displayed dynamically through a web interface
* navigation through folder (album), tags, geographical zone, people on the
picture... using facets
* advanced security (not everyone can see everything). More on this later.
.. toctree::
:maxdepth: 2
part01_create-cube
part02_security
part03_bfss
part04_ui-base
part05_ui-advanced