Server: Critical changes for developers & admins for Nextcloud 19

Created on 19 Dec 2019  路  9Comments  路  Source: nextcloud/server

Continuation of #17131

Front-end

CSS

  • JavaScript

Deprecated global variables

  • $ and jQuery: either ship your own jQuery in a bundle or switch to another library

Backend

Removed from public namespace:

  • Deprecations

  • *

Behavorial changes

  • ISimpleFolder::newFile() does not write the file anymore directly (see https://github.com/nextcloud/server/pull/19493). To write the file again, provide an empty string content '' in newFile() or call putContent('') on the returned object.
overview

Most helpful comment

These things would be great to have in the docs. Or in a changelog.

All 9 comments

These things would be great to have in the docs. Or in a changelog.

I was under the impression that we add it to the docs. Or at least we did that once.

I was under the impression that we add it to the docs. Or at least we did that once.

See https://github.com/nextcloud/documentation/pull/1781

mynamewastaken unpinned this issue on 21 Feb

Why?

@mynamewastaken

image

I suspect that people hit the x accidentally.

  • ISimpleFolder::newFile() does not write the file anymore directly (see https://github.com/nextcloud/server/pull/19493). To write the file again, provide an empty string content '' in newFile() or call putContent('') on the returned object.

Added

No more cirtical changes for 19 I hope :D

Was this page helpful?
0 / 5 - 0 ratings