Ticket #53377: 53377.3.patch
File 53377.3.patch, 5.5 KB (added by , 2 years ago) |
---|
-
parameters.xml
75 75 /> 76 76 <parameter 77 77 name="Automatic Database Server PHP File" 78 defaultValue="define( 'DB_HOST', '{DbServer}');"78 defaultValue="define( 'DB_HOST', '{DbServer}' );" 79 79 tags="Hidden, MySQL" 80 80 > 81 81 <parameterEntry 82 82 type="TextFile" 83 scope="wp-config .php$"84 match="define\( 'DB_HOST', '[^']*'\);"83 scope="wp-config\.php$" 84 match="define\(\s*'DB_HOST',\s*'[^']*'\s*\);" 85 85 /> 86 86 </parameter> 87 87 … … 100 100 </parameter> 101 101 <parameter 102 102 name="Automatic Database Name PHP File" 103 defaultValue="define( 'DB_NAME', '{DbName}');"103 defaultValue="define( 'DB_NAME', '{DbName}' );" 104 104 tags="Hidden, MySQL" 105 105 > 106 106 <parameterEntry 107 107 type="TextFile" 108 scope="wp-config .php$"109 match="define\( 'DB_NAME', '[^']*'\);"108 scope="wp-config\.php$" 109 match="define\(\s*'DB_NAME',\s*'[^']*'\s*\);" 110 110 /> 111 111 </parameter> 112 112 … … 131 131 </parameter> 132 132 <parameter 133 133 name="Automatic Database Username PHP File" 134 defaultValue="define( 'DB_USER', '{DbUsername}');"134 defaultValue="define( 'DB_USER', '{DbUsername}' );" 135 135 tags="Hidden,MySQL" 136 136 > 137 137 <parameterEntry 138 138 type="TextFile" 139 scope="wp-config .php$"140 match="define\( 'DB_USER', '[^']*'\);"139 scope="wp-config\.php$" 140 match="define\(\s*'DB_USER',\s*'[^']*'\s*\);" 141 141 /> 142 142 </parameter> 143 143 … … 155 155 </parameter> 156 156 <parameter 157 157 name="Automatic Database Password PHP File" 158 defaultValue="define( 'DB_PASSWORD', '{DbPassword}');"158 defaultValue="define( 'DB_PASSWORD', '{DbPassword}' );" 159 159 tags="Hidden, MySQL" 160 160 > 161 161 <parameterEntry 162 162 type="TextFile" 163 scope="wp-config .php$"164 match="define\( 'DB_PASSWORD', '[^']*'\);"163 scope="wp-config\.php$" 164 match="define\(\s*'DB_PASSWORD',\s*'[^']*'\s*\);" 165 165 /> 166 166 </parameter> 167 167 … … 237 237 </parameter> 238 238 <parameter 239 239 name="Automatic Auth Key PHP File" 240 defaultValue="define( 'AUTH_KEY', '{Authentication Key}');"240 defaultValue="define( 'AUTH_KEY', '{Authentication Key}' );" 241 241 tags="Hidden, NoStore" 242 242 > 243 243 <parameterEntry 244 244 type="TextFile" 245 scope="wp-config .php$"246 match="define\( 'AUTH_KEY',\s*'[^']*'\);"245 scope="wp-config\.php$" 246 match="define\(\s*'AUTH_KEY',\s*'[^']*'\s*\);" 247 247 /> 248 248 </parameter> 249 249 … … 262 262 </parameter> 263 263 <parameter 264 264 name="Automatic Secure Auth Key PHP File" 265 defaultValue="define( 'SECURE_AUTH_KEY', '{Secure Authentication Key}');"265 defaultValue="define( 'SECURE_AUTH_KEY', '{Secure Authentication Key}' );" 266 266 tags="Hidden, NoStore" 267 267 > 268 268 <parameterEntry 269 269 type="TextFile" 270 scope="wp-config .php$"271 match="define\( 'SECURE_AUTH_KEY',\s*'[^']*'\);"270 scope="wp-config\.php$" 271 match="define\(\s*'SECURE_AUTH_KEY',\s*'[^']*'\s*\);" 272 272 /> 273 273 </parameter> 274 274 … … 287 287 </parameter> 288 288 <parameter 289 289 name="Automatic Logged In Key PHP File" 290 defaultValue="define( 'LOGGED_IN_KEY', '{Logged In Key}');"290 defaultValue="define( 'LOGGED_IN_KEY', '{Logged In Key}' );" 291 291 tags="Hidden, NoStore" 292 292 > 293 293 <parameterEntry 294 294 type="TextFile" 295 scope="wp-config .php$"296 match="define\( 'LOGGED_IN_KEY',\s*'[^']*'\);"295 scope="wp-config\.php$" 296 match="define\(\s*'LOGGED_IN_KEY',\s*'[^']*'\s*\);" 297 297 /> 298 298 </parameter> 299 299 … … 312 312 </parameter> 313 313 <parameter 314 314 name="Automatic Nonce Key PHP File" 315 defaultValue="define( 'NONCE_KEY', '{Nonce Key}');"315 defaultValue="define( 'NONCE_KEY', '{Nonce Key}' );" 316 316 tags="Hidden, NoStore" 317 317 > 318 318 <parameterEntry 319 319 type="TextFile" 320 scope="wp-config .php$"321 match="define\( 'NONCE_KEY',\s*'[^']*'\);"320 scope="wp-config\.php$" 321 match="define\(\s*'NONCE_KEY',\s*'[^']*'\s*\);" 322 322 /> 323 323 </parameter> 324 324 … … 337 337 </parameter> 338 338 <parameter 339 339 name="Automatic Auth Salt PHP File" 340 defaultValue="define( 'AUTH_SALT', '{Authentication Salt}');"340 defaultValue="define( 'AUTH_SALT', '{Authentication Salt}' );" 341 341 tags="Hidden, NoStore" 342 342 > 343 343 <parameterEntry 344 344 type="TextFile" 345 scope="wp-config .php$"346 match="define\( 'AUTH_SALT',\s*'[^']*'\);"345 scope="wp-config\.php$" 346 match="define\(\s*'AUTH_SALT',\s*'[^']*'\s*\);" 347 347 /> 348 348 </parameter> 349 349 … … 362 362 </parameter> 363 363 <parameter 364 364 name="Automatic Secure Auth Salt PHP File" 365 defaultValue="define( 'SECURE_AUTH_SALT', '{Secure Authentication Salt}');"365 defaultValue="define( 'SECURE_AUTH_SALT', '{Secure Authentication Salt}' );" 366 366 tags="Hidden, NoStore" 367 367 > 368 368 <parameterEntry 369 369 type="TextFile" 370 scope="wp-config .php$"371 match="define\( 'SECURE_AUTH_SALT',\s*'[^']*'\);"370 scope="wp-config\.php$" 371 match="define\(\s*'SECURE_AUTH_SALT',\s*'[^']*'\s*\);" 372 372 /> 373 373 </parameter> 374 374 … … 387 387 </parameter> 388 388 <parameter 389 389 name="Automatic Logged In Salt PHP File" 390 defaultValue="define( 'LOGGED_IN_SALT', '{Logged In Salt}');"390 defaultValue="define( 'LOGGED_IN_SALT', '{Logged In Salt}' );" 391 391 tags="Hidden, NoStore" 392 392 > 393 393 <parameterEntry 394 394 type="TextFile" 395 scope="wp-config .php$"396 match="define\( 'LOGGED_IN_SALT',\s*'[^']*'\);"395 scope="wp-config\.php$" 396 match="define\(\s*'LOGGED_IN_SALT',\s*'[^']*'\s*\);" 397 397 /> 398 398 </parameter> 399 399 … … 412 412 </parameter> 413 413 <parameter 414 414 name="Automatic Nonce Salt PHP File" 415 defaultValue="define( 'NONCE_SALT', '{Nonce Salt}');"415 defaultValue="define( 'NONCE_SALT', '{Nonce Salt}' );" 416 416 tags="Hidden, NoStore" 417 417 > 418 418 <parameterEntry 419 419 type="TextFile" 420 scope="wp-config .php$"421 match="define\( 'NONCE_SALT',\s*'[^']*'\);"420 scope="wp-config\.php$" 421 match="define\(\s*'NONCE_SALT',\s*'[^']*'\s*\);" 422 422 /> 423 423 </parameter> 424 424