{% extends "administrator/base.html" %} {% block navigation %} {% include "administrator/nav.html" with nav=6 %} {% endblock navigation %} {% block main_content %}

Running this will queue up all photos to have their thumbnails rebuilt. This can be helpful if some thumbnails failed, or if you've upgraded to a newer version and some new thumbnails are required.

Removes all key values in the thumbnail cache. This is a safe command to run, if you have some thumbnails not showing up. References will be removed, but the files themeselves will not be touched.

This job deletes all thumbnails and resets the flag on all images to be rebuilt. This can cause the site to become un-responsive to some users. It is recommended to rebuild thumbs after running this job.

This reques the search index. This needs rebuidling before searches can be performed.

{% endblock main_content %} {% block extra_foot %} {% endblock extra_foot %}