-
Bug
-
Resolution: Fixed
-
Critical
-
2.5
-
MOODLE_25_STABLE
-
MOODLE_25_STABLE
-
MDL-39585-filters-upgrade -
Observed problem:
After the recent 2.4 -> recent 2.5 upgrade, all filters are disabled. More than that, there are invalid obsolete records for legacy filer names displayed (like "filter/tex") as missing and the new ones (like "tex") are disabled.
Reason:
Early in 2.5dev cycle, the upgrade step was introduced to convert legacy filter names (like "filter/tex") to new ones (like "tex") - see patch 0662bd677ca44bdd20b883a2c106ffc56f0574e8 (MDL-29996). This upgrade step was using the stable-like versioning:
if ($oldversion < 2012120300.07) {
|
but was integrated on master only (thence did not following the on-sync policy).
Because now, the stable version number is higher than that upgrade step, it is not executed which causes the observed behaviour.
- caused a regression
-
MDL-39785 Activity name autolinking filter does not appear to be working
-
- Closed
-
- is a regression caused by
-
MDL-29996 Drop support for legacy filters and locations
-
- Closed
-
- will be (partly) resolved by
-
MDLSITE-1973 Improve version number checks on jenkins
-
- Open
-