Document removed globals and libs in 19

Ref https://github.com/nextcloud/server/pull/19357

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
Christoph Wurst
2020-04-10 15:43:12 +02:00
parent c588342bdc
commit 2ee9b8433e

View File

@@ -34,6 +34,19 @@ Deprecated global variables
* ``OC.webroot``: use ``getRootUrl`` from https://www.npmjs.com/package/@nextcloud/router
* ``OCP.Toast.*``: use https://www.npmjs.com/package/@nextcloud/dialogs
Removed globals
***************
* ``getURLParameter``
* ``formatDate``
* ``humanFileSize``
* ``relative_modified_date``
Removed libraries
*****************
* ``marked``
Back-end changes
^^^^^^^^^^^^^^^^