Open lolandese opened 9 years ago
Better still, remove these all together and test with compatibility mode turned off in settings.php.
Hopefully dealt with in commit https://github.com/backdrop-contrib/date/commit/42100ca0e742e91c40417588c2708707c171ad44
What about the other occurrences?
Searching 106 files for "config_del"
/home/martin/www/backdrop/modules/date/date_views/date_views.install: 22 */ 23 function date_views_uninstall() { 24: config_del('date_views_month_format_with_year'); 25: config_del('date_views_month_format_without_year'); 26: config_del('date_views_day_format_with_year'); 27: config_del('date_views_day_format_without_year'); 28: config_del('date_views_week_format_with_year'); 29: config_del('date_views_week_format_without_year'); 30 } 31
/home/martin/www/backdrop/modules/date/tests/date_api.test: 425 */ 426 public function tearDown() { 427: config_del('date_first_day'); 428: config_del('date_api_use_iso8601'); 429 parent::tearDown(); 430 }
8 matches across 2 files
Yes, I have yet to revise date_views and tests. I will do so very soon.
As title. Occurring on uninstall of date_api. Likely due to a bulk Find & Replace of variable with config.
Other occurrences:
Searching 106 files for "config_del"
/home/martin/www/backdrop/modules/date/date_views/date_views.install: 22 */ 23 function date_views_uninstall() { 24: config_del('date_views_month_format_with_year'); 25: config_del('date_views_month_format_without_year'); 26: config_del('date_views_day_format_with_year'); 27: config_del('date_views_day_format_without_year'); 28: config_del('date_views_week_format_with_year'); 29: config_del('date_views_week_format_without_year'); 30 } 31
/home/martin/www/backdrop/modules/date/tests/date_api.test: 425 */ 426 public function tearDown() { 427: config_del('date_first_day'); 428: config_del('date_api_use_iso8601'); 429 parent::tearDown(); 430 }
8 matches across 2 files