Uh oh!
There was an error while loading. Please reload this page.
Conversation
Signed-off-by: Julius Härtl <jus@bitgrid.net>
juliusknorr
commented
Mar 26, 2018
I guess out acceptance tests didn't catch that, since they are not running with any cache backend. |
Codecov Report
@@ Coverage Diff @@## master #8983 +/- ##
=============================================
- Coverage 53.58% 33.89% -19.69%
Complexity 23981 23981 =============================================
Files 1443 1443 Lines 80307 79277 -1030 =============================================
- Hits 43030 26874 -16156 - Misses 37277 52403 +15126
|
mairsebastian
commented
Mar 26, 2018
so i just need to replace the file ? sorry for that question .. |
ExaconAT
commented
Mar 27, 2018
Don't know |
juliusknorr
commented
Mar 27, 2018
@mairsebastian@ExaconAT You can just change the line in apps/theming/lib/ThemingDefaults.php as shown in the diff: https://github.com/nextcloud/server/pull/8983/files#diff-5ba7c2fd4066c431ab229e984115f9b6 |
mairsebastian
commented
Mar 27, 2018
hello @juliushaertl i dont have this file or this Directory "test" apps/theming/tests/ThemingDefaultsTest.php |
mairsebastian
commented
Mar 27, 2018
sry me again, after changing the first line, nextcloud is not working anymore. any ideas? |
juliusknorr
commented
Mar 28, 2018
@mairsebastian You should restore the file from originally installed zip archive. When you try to patch your Nextcloud instance, you can ignore the ThemingDefaultsTest.php file. All it requires is to change one line in apps/theming/lib/ThemingDefaults.php to get rid of the |
Regression from #8716, where the baseUrl was added to the theming cache prefix. When clearing on cache buster increase, the cache was not cleared properly, because it was missing the baseUrl.
This PR will make sure we clear cached values for any baseUrl prefix.
Fixes#8888
Also requires to be backported to 13.