Continuation of #17131
$
and jQuery
: either ship your own jQuery in a bundle or switch to another libraryISimpleFolder::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.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.
mynamewastaken unpinned this issue on 21 Feb
Why?
@mynamewastaken
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''
innewFile()
or callputContent('')
on the returned object.
Added
No more cirtical changes for 19 I hope :D
New release, new ticket: https://github.com/nextcloud/server/issues/20953
Most helpful comment
These things would be great to have in the docs. Or in a changelog.