Changes between Version 5 and Version 6 of PrefsPresets
- Timestamp:
- Sep 25, 2017, 11:59:46 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PrefsPresets
v5 v6 67 67 we should store the preset name (max, standard, green) in user.global_prefs, 68 68 rather than the prefs themselves. 69 Examples: 70 {{{ 71 <global_preferences> 72 <preset>green</preset> 73 <venue name="home"> 74 <preset>max</preset> 75 </venue> 76 </global_preferences> 77 }}} 69 78 The scheduler can send the corresponding prefs in its reply. 70 79 This will let us change/extend the meanings of the presets. … … 72 81 Users can still edit any pref. 73 82 But if they change anything, they're not using the preset anymore. 83 84 Enable this by PREFS_PRESETS in project.inc. 85 86 If set: 87 - default new accounts to "standard" 88 89 In any case: 90 - scheduler: expand <preset>foo</preset> to appropriate XML.