Skip to content

Commit 29f24d8

Browse files
committed
Add explanation for deactivating a group of deprecated modules
1 parent edebbad commit 29f24d8

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

src/libs/modulegroups.c

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1780,10 +1780,16 @@ void init_presets(dt_lib_module_t *self)
17801780
dt_lib_presets_add(_("search only"),
17811781
self->plugin_name, self->version(), tx, strlen(tx), TRUE, 0);
17821782

1783+
// There is no need for the deprecated modules group now, as there have been
1784+
// no new module deprecations for a long time. The group is not for access
1785+
// to all once deprecated modules, it should only contain deprecated modules
1786+
// temporarily (planned for 1 year) to prepare users of these modules for
1787+
// the need to learn the replacement modules.
1788+
// We are not removing the following code, just commenting it out for possible
1789+
// updating if we decide to deprecate any modules again in the future.
17831790
#if 0
1784-
// this is a special preset for all newly deprecated modules
1785-
// so users still have a chance to access them until next release (with warning messages)
1786-
// this modules are deprecated in 3.4 and should be removed from this group in 3.8 (1 year later)
1791+
// This is a special preset for all newly deprecated modules, so users still
1792+
// have a chance to access them until next release (with warning messages)
17871793
SNQA();
17881794
SMG(C_("modulegroup", "deprecated"), "basic");
17891795
// these modules are deprecated in 4.4 and should be removed in 4.8 (1 year later)

0 commit comments

Comments
 (0)