-
-
Couldn't load subscription status.
- Fork 4.6k
Remove deprecated global variables #19357
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should at least fix our internal usages in server before removing them. This breaks the files app out of the box 😉
Uncaught (in promise) ReferenceError: humanFileSize is not defined
at FileList._createRow (filelist.js:1609)
at FileList.fileList._createRow (tagsplugin.js:236)
at FileList.e._createRow (comments.js:1)
at FileList.e._createRow (additionalScripts.js:1)
at FileList._renderRow (filelist.js:1793)
at FileList._nextPage (filelist.js:1281)
at FileList.setFiles (filelist.js:1359)
at FileList.reloadCallback (filelist.js:2098)
at Object.<anonymous> (main.js:25)
at c (main.js:25)
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
65573f4 to
a685c3c
Compare
a685c3c to
07a1b5f
Compare
07a1b5f to
55cb6b0
Compare
|
There seems to be a JSUnit failure, is that unrelated? |
|
Whoopsie. A few tests are indeed failing. |
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
55cb6b0 to
bb1d8b3
Compare
|
But the rest should be fine. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me
Ref nextcloud/server#19357 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
nextcloud/server#19357 Signed-off-by: Morris Jobke <hey@morrisjobke.de>

A few apps might break because nobody cares to adapt. So let's remove this sooner than later :)