Markup fixes to trash bin section

This commit is contained in:
Carla Schroder 2015-09-30 08:50:32 -07:00
parent 1d8c10cf63
commit 4e1923816c
1 changed files with 30 additions and 23 deletions

View File

@ -417,19 +417,21 @@ $CONFIG = array(
* *
* Available values: * Available values:
* *
* * ``auto`` default setting. keeps files and folders in the trash bin * * ``auto``
* for 30 days and automatically deletes anytime after that * default setting. keeps files and folders in the trash bin for 30 days
* if space is needed (note: files may not be deleted if space * and automatically deletes anytime after that if space is needed (note:
* is not needed). * files may not be deleted if space is not needed).
* * ``D, auto`` keeps files and folders in the trash bin for D+ days, * * ``D, auto``
* delete anytime if space needed (note: files may not be deleted * keeps files and folders in the trash bin for D+ days, delete anytime if
* if space is not needed) * space needed (note: files may not be deleted if space is not needed)
* * ``auto, D`` delete all files in the trash bin that are older than D days * * ``auto, D``
* automatically, delete other files anytime if space needed * delete all files in the trash bin that are older than D days
* * ``D1, D2`` keep files and folders the in trash bin for at least D1 days * automatically, delete other files anytime if space needed
* and delete when exceeds D2 days * * ``D1, D2``
* * ``disabled`` trash bin auto clean disabled, files and folders will be * keep files and folders the in trash bin for at least D1 days and
* kept forever * delete when exceeds D2 days
* * ``disabled``
* trash bin auto clean disabled, files and folders will be kept forever
*/ */
'trashbin_retention_obligation' => 'auto', 'trashbin_retention_obligation' => 'auto',
@ -448,19 +450,24 @@ $CONFIG = array(
* ownCloud 8.1 and before. * ownCloud 8.1 and before.
* *
* Available values: * Available values:
* ``auto`` default setting. Automatically expire versions according to *
* expire rules. Please refer to Files_versions online documentation * * ``auto``
* for more info. * default setting. Automatically expire versions according to expire
* ``D, auto`` keep versions at least for D days, apply expire rules to all * rules. Please refer to Files_versions online documentation for more
* versions that are older than D days * info.
* * ``auto, D`` delete all versions that are older than D days automatically, * * ``D, auto``
* delete other versions according to expire rules * keep versions at least for D days, apply expire rules to all versions
* * ``D1, D2`` keep versions for at least D1 days and delete when exceeds D2 days * that are older than D days
* ``disabled`` versions auto clean disabled, versions will be kept forever * * ``auto, D``
* delete all versions that are older than D days automatically, delete
* other versions according to expire rules
* * ``D1, D2``
* keep versions for at least D1 days and delete when exceeds D2 days
* * ``disabled``
* versions auto clean disabled, versions will be kept forever
*/ */
'versions_retention_obligation' => 'auto', 'versions_retention_obligation' => 'auto',
/** /**
* ownCloud Verifications * ownCloud Verifications
* *