HostedRedmine.com has moved to the Planio platform. All logins and passwords remained the same. All users will be able to login and use Redmine just as before. Read more...
Feature #820924
Ruleset alt_dir
0%
Description
Add support for ruleset alt_dir definition.
The ruleset can define alt_dir for itself. That definition about current ruleset is saved to savegames (along the main rulesetdir definition). When the savegame is loaded and loading of the ruleset as defined by main rulesetdir definition fails, server tries to load ruleset from the alt_dir.
Purpose of this is to provide a way, though slow - migration happens over a version boundary -, to rename ruleset directory. Older ruleset version, in the old path, has future path as alt_dir, so future version can load from that path.
History
#1
Updated by Marko Lindqvist about 3 years ago
- File 0028-Add-ruleset-alt_dir-support.patch 0028-Add-ruleset-alt_dir-support.patch added
- Status changed from In Progress to Resolved
#2
Updated by Marko Lindqvist about 3 years ago
- Handle alt directory loading in load_rulesets(), so that there's no unnecessary loading of fallback ruleset when attempt to load ruleset from the main rulesetdir fails
#3
Updated by Marko Lindqvist about 3 years ago
- Status changed from Resolved to Closed
- Assignee set to Marko Lindqvist