mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-21 20:34:27 +01:00
NEW: Rework of the management of the card and fields on the web portal (#36076)
* NEW: Rework of the management of the card and fields on the web portal * Correction pre-commit check * Correction affichage logo login * Ajout hook * Ajout params fonction FormWebPortal::convertAllLink() * Correction phpstan * Correction phpstan * Correction phpstan * Correction phpstan * Correction phpstan * Correction phpstan * Correction phpstan * Correction phpstan * Correction phpstan * Correction phpstan * Correction phpstan * Correction phpstan * Correction phpstan * Correction phpstan * Correction phpstan * Correction phpstan * Correction phpstan * Correction phpstan * Correction phpstan * Correction phpstan * Correction phpstan * Correction phpstan * Correction phpstan * Correction phpstan * Correction phpstan * Correction phpstan * Correction phpstan * Correction travis * Correction travis * Correction travis * Correction travis * Correction * Fix get options of sellist by AJAX in webportal scope * Correction pre-commit * Correction pre-commit * Add hook and change hook name for viewImage controller * Correction phan * Corrections * Corrections
This commit is contained in:
@@ -179,13 +179,16 @@ class CodingPhpTest extends CommonClassTest
|
||||
//exit;
|
||||
}
|
||||
|
||||
if (preg_match('/\.class\.php$/', $file['relativename']) && ! in_array($file['relativename'], array(
|
||||
if (preg_match('/\.class\.php$/', $file['relativename']) &&
|
||||
! preg_match('/^core\/class\/fields\/.*field\.class\.php$/', $file['relativename']) &&
|
||||
! in_array($file['relativename'], array(
|
||||
'adherents/class/adherent.class.php',
|
||||
'adherents/canvas/actions_adherentcard_common.class.php',
|
||||
'contact/canvas/actions_contactcard_common.class.php',
|
||||
'compta/facture/class/facture.class.php',
|
||||
'core/class/commonobject.class.php',
|
||||
'core/class/extrafields.class.php',
|
||||
'core/class/fieldsmanager.class.php',
|
||||
'core/class/html.form.class.php',
|
||||
'core/class/html.formfile.class.php',
|
||||
'core/class/html.formcategory.class.php',
|
||||
@@ -205,6 +208,7 @@ class CodingPhpTest extends CommonClassTest
|
||||
'webportal/class/html.formcardwebportal.class.php',
|
||||
'webportal/class/html.formlistwebportal.class.php',
|
||||
'webportal/controllers/document.controller.class.php',
|
||||
'webportal/controllers/viewimage.controller.class.php',
|
||||
'workstation/class/workstation.class.php',
|
||||
))) {
|
||||
// Must not find GETPOST
|
||||
|
||||
Reference in New Issue
Block a user