You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/lib/Sympa/Config/Schema.pm
+61-7
Original file line number
Diff line number
Diff line change
@@ -348,7 +348,7 @@ our %pinfo = (
348
348
gettext_id=>'Name of the database',
349
349
gettext_comment=>
350
350
"With SQLite, this must be the full path to database file.\nWith Oracle Database, this must be SID, net service name or easy connection identifier (to use net service name, db_host should be set to \"none\" and HOST, PORT and SERVICE_NAME should be defined in tnsnames.ora file).",
351
-
format=>'.+',
351
+
format=>'.+',
352
352
occurrence=>'1',
353
353
},
354
354
db_user=> {
@@ -1717,8 +1717,8 @@ our %pinfo = (
1717
1717
default=>'owner',
1718
1718
},
1719
1719
quota=> {
1720
-
context=> [qw(list domain site)],
1721
-
order=> 3,
1720
+
context=> [qw(list domain site)],
1721
+
order=> 3,
1722
1722
gettext_id=>"quota",
1723
1723
gettext_unit=>'Kbytes',
1724
1724
format=>'\d+',
@@ -3418,6 +3418,15 @@ our %pinfo = (
3418
3418
occurrence=>'1',
3419
3419
default=>'sub'
3420
3420
},
3421
+
deref=> {
3422
+
context=> [qw(list)],
3423
+
order=> 5.5,
3424
+
gettext_id=>"dereferencing aliases",
3425
+
format=> ['never', 'search', 'find', 'always'],
3426
+
occurrence=>'1',
3427
+
default=>'find',
3428
+
not_before=>'6.2.74',
3429
+
},
3421
3430
timeout=> {
3422
3431
context=> [qw(list)],
3423
3432
order=> 6,
@@ -3599,6 +3608,15 @@ our %pinfo = (
3599
3608
format=> ['base', 'one', 'sub'],
3600
3609
default=>'sub'
3601
3610
},
3611
+
deref1=> {
3612
+
context=> [qw(list)],
3613
+
order=> 5.5,
3614
+
gettext_id=>"dereferencing aliases",
3615
+
format=> ['never', 'search', 'find', 'always'],
3616
+
occurrence=>'1',
3617
+
default=>'find',
3618
+
not_before=>'6.2.74',
3619
+
},
3602
3620
timeout1=> {
3603
3621
context=> [qw(list)],
3604
3622
order=> 6,
@@ -3653,6 +3671,15 @@ our %pinfo = (
3653
3671
occurrence=>'1',
3654
3672
default=>'sub'
3655
3673
},
3674
+
deref2=> {
3675
+
context=> [qw(list)],
3676
+
order=> 12.5,
3677
+
gettext_id=>"dereferencing aliases",
3678
+
format=> ['never', 'search', 'find', 'always'],
3679
+
occurrence=>'1',
3680
+
default=>'find',
3681
+
not_before=>'6.2.74',
3682
+
},
3656
3683
timeout2=> {
3657
3684
context=> [qw(list)],
3658
3685
order=> 13,
@@ -3821,8 +3848,8 @@ our %pinfo = (
3821
3848
order=> 9,
3822
3849
gettext_id=>
3823
3850
"Directory where the database is stored (used for DBD::CSV only)",
3824
-
format=>'.+',
3825
-
obsolete=>'db_name',
3851
+
format=>'.+',
3852
+
obsolete=>'db_name',
3826
3853
not_after=>'6.2.70',
3827
3854
},
3828
3855
nosync_time_ranges=> {
@@ -3987,6 +4014,15 @@ our %pinfo = (
3987
4014
occurrence=>'1',
3988
4015
default=>'sub'
3989
4016
},
4017
+
deref=> {
4018
+
context=> [qw(list)],
4019
+
order=> 5.5,
4020
+
gettext_id=>"dereferencing aliases",
4021
+
format=> ['never', 'search', 'find', 'always'],
4022
+
occurrence=>'1',
4023
+
default=>'find',
4024
+
not_before=>'6.2.74',
4025
+
},
3990
4026
timeout=> {
3991
4027
context=> [qw(list)],
3992
4028
order=> 6,
@@ -4164,6 +4200,15 @@ our %pinfo = (
4164
4200
occurrence=>'1',
4165
4201
default=>'sub'
4166
4202
},
4203
+
deref1=> {
4204
+
context=> [qw(list)],
4205
+
order=> 5.5,
4206
+
gettext_id=>"dereferencing aliases",
4207
+
format=> ['never', 'search', 'find', 'always'],
4208
+
occurrence=>'1',
4209
+
default=>'find',
4210
+
not_before=>'6.2.74',
4211
+
},
4167
4212
timeout1=> {
4168
4213
context=> [qw(list)],
4169
4214
order=> 6,
@@ -4218,6 +4263,15 @@ our %pinfo = (
4218
4263
occurrence=>'1',
4219
4264
default=>'sub'
4220
4265
},
4266
+
deref2=> {
4267
+
context=> [qw(list)],
4268
+
order=> 12.5,
4269
+
gettext_id=>"dereferencing aliases",
4270
+
format=> ['never', 'search', 'find', 'always'],
4271
+
occurrence=>'1',
4272
+
default=>'find',
4273
+
not_before=>'6.2.74',
4274
+
},
4221
4275
timeout2=> {
4222
4276
context=> [qw(list)],
4223
4277
order=> 13,
@@ -4381,8 +4435,8 @@ our %pinfo = (
4381
4435
order=> 9,
4382
4436
gettext_id=>
4383
4437
"Directory where the database is stored (used for DBD::CSV only)",
0 commit comments