Changes between Version 5 and Version 6 of PrefsPresets


Ignore:
Timestamp:
Sep 25, 2017, 11:59:46 PM (7 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PrefsPresets

    v5 v6  
    6767we should store the preset name (max, standard, green) in user.global_prefs,
    6868rather than the prefs themselves.
     69Examples:
     70{{{
     71<global_preferences>
     72<preset>green</preset>
     73<venue name="home">
     74<preset>max</preset>
     75</venue>
     76</global_preferences>
     77}}}
    6978The scheduler can send the corresponding prefs in its reply.
    7079This will let us change/extend the meanings of the presets.
     
    7281Users can still edit any pref.
    7382But if they change anything, they're not using the preset anymore.
     83
     84Enable this by PREFS_PRESETS in project.inc.
     85
     86If set:
     87- default new accounts to "standard"
     88
     89In any case:
     90- scheduler: expand <preset>foo</preset> to appropriate XML.