Bibliotheca 1.7

The Ceremonial Chambers

Kommentieren Jun 01 2024 .txt, .json, .md

Update to Bibliotheca.

It is a self hosted collection management tool. You can manage different types of collections and as many as you want. It comes with a default set of fields which define your collection entries.

Some features:

Update

Each release has its own file in the upgrade folder. Basic flow would be to extract the new release and copy over the following files and directories:

webclient/config/
webclient/lib/
webclient/view/
webclient/.htaccess
webclient/api.php
webclient/index.php

and follow the upgrade file(s).

In those files there are the steps needed to make an upgrade. If you upgrade multiple versions make sure to read all the files in the correct order. Within the upgrade files itself there is an order. Make sure to follow.

Why no automatic updates

Doing so, the process serving the application needs write access to the files. Which can be a security risk. Providing write access only to storage or temporary files and not the application files itself, it is more secure (there is no complete security). The downside are manual updates.

Changelog

1.7 - The Ceremonial Chambers 2024-06-01
    * Added i18n. Please read the upgrade file for more information. English and german are available
    * Added group infos to profile view.
    * Added compact theme. Based on default, but with less space.
    * User- and groupmanagement: Check if in use before deletion.
    * Removed legacy ifset method and replace with ??
    * Removed legacy ifsetvalue method.
    * Made documentation files markdown.
    * Updated to uikit-3.19.2

Download

Download: 1.7 - The Ceremonial Chambers 2024-06-01, Checksum sha1

Further information

More information about bibliotheca can be found here.

Want to contribute? Project also on Github as a mirror.