calaos / calaos_base

Calaos server
https://calaos.fr
GNU General Public License v3.0
160 stars 37 forks source link

Change parameter name "Frequency" to "Period". #147

Closed fbu31 closed 4 years ago

fbu31 commented 4 years ago

fixes #112

raoulh commented 4 years ago

It can break existing installation because there is no upgrade path from period to frequency. You need to add some code that check if period is set, and then add the corresponding frequency and remove period from the Params object

fbu31 commented 4 years ago

Le nom de paramètre "frequency" est mis à jour en "period". Si un paramètre frequency est trouvé dans le fichier de configuration, il est copié dans period et le paramètre est supprimé

raoulh commented 4 years ago

Thanks!