Overview
Comment:Remove legacy properties from Config
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | dev
Files: files | file ages | folders
SHA3-256: 3448def82aa386a1b4d438115da70e229b69a5ce91a2f513f0d613a847700cb7
User & Date: bohwaz on 2022-01-02 18:28:38
Other Links: branch diff | manifest | tags
Context
2022-01-02
18:29
Remove LIKE and NOCASE hacks, use a function and a copied table instead to search in users check-in: a8eb440e42 user: bohwaz tags: dev
18:28
Remove legacy properties from Config check-in: 3448def82a user: bohwaz tags: dev
18:28
Add ID to config_user_fields check-in: dcb692e174 user: bohwaz tags: dev
Changes

Modified src/include/lib/Garradin/Config.php from [2978dd1e2f] to [958f588930].

38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
	protected $pays;

	protected $categorie_membres;

	protected $frequence_sauvegardes;
	protected $nombre_sauvegardes;

	protected $champ_identifiant;
	protected $champ_identite;

	protected $last_chart_change;
	protected $last_version_check;

	protected $couleur1;
	protected $couleur2;

	protected $files = [];







<
<
<







38
39
40
41
42
43
44



45
46
47
48
49
50
51
	protected $pays;

	protected $categorie_membres;

	protected $frequence_sauvegardes;
	protected $nombre_sauvegardes;




	protected $last_chart_change;
	protected $last_version_check;

	protected $couleur1;
	protected $couleur2;

	protected $files = [];
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
		'pays'                  => 'string',

		'categorie_membres'     => 'int',

		'frequence_sauvegardes' => '?int',
		'nombre_sauvegardes'    => '?int',

		'champ_identifiant'     => 'string',
		'champ_identite'        => 'string',

		'last_chart_change'     => '?int',
		'last_version_check'    => '?string',

		'couleur1'              => '?string',
		'couleur2'              => '?string',

		'files'                 => 'array',







<
<
<







68
69
70
71
72
73
74



75
76
77
78
79
80
81
		'pays'                  => 'string',

		'categorie_membres'     => 'int',

		'frequence_sauvegardes' => '?int',
		'nombre_sauvegardes'    => '?int',




		'last_chart_change'     => '?int',
		'last_version_check'    => '?string',

		'couleur1'              => '?string',
		'couleur2'              => '?string',

		'files'                 => 'array',