aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Controllers/WifiController.php
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2011-05-12 21:51:06 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2011-05-12 21:51:06 +0000
commit3c1f2dfdb82656dc47a1cb467d03e09e52792f24 (patch)
tree490a63fcaab8213346bb80657e61cde2245bf010 /h-source/Application/Controllers/WifiController.php
parent1b84f9bcf2d480431608d8fb08d0671bc945211d (diff)
h-source:added the other_names entry
Diffstat (limited to 'h-source/Application/Controllers/WifiController.php')
-rw-r--r--h-source/Application/Controllers/WifiController.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/h-source/Application/Controllers/WifiController.php b/h-source/Application/Controllers/WifiController.php
index 8002b09..c2b9e20 100644
--- a/h-source/Application/Controllers/WifiController.php
+++ b/h-source/Application/Controllers/WifiController.php
@@ -70,6 +70,7 @@ class WifiController extends GenericController
"+checkLength|49" => "kernel",
"++checkLength|49" => "driver",
"++checkMatch|/^[a-zA-Z0-9\-\_\.\+\s\/\,\:\;\(\)\[\]]+$/" => "driver|only the following characters are allowed for the <i>driver</i> entry: a-z A-Z 0-9 - _ . + s / , : ; ( ) [ ]",
+ "+++checkLength|1000" => "other_names|the <i>other names</i> entry exceeds the value of 1000 characters",
);
$this->m['HardwareModel']->softConditions['insert'] = array(
@@ -78,9 +79,10 @@ class WifiController extends GenericController
"+checkLength|49" => "kernel",
"++checkLength|49" => "driver",
"++checkMatch|/^[a-zA-Z0-9\-\_\.\+\s\/\,\:\;\(\)\[\]]+$/" => "driver|only the following characters are allowed for the <i>driver</i> entry: a-z A-Z 0-9 - _ . + s / , : ; ( ) [ ]",
+ "+++checkLength|1000" => "other_names|the <i>other names</i> entry exceeds the value of 1000 characters",
);
- $this->m['HardwareModel']->setFields('model,kernel,description,distribution,comm_year,wifi_works,pci_id,interface,driver','sanitizeAll');
+ $this->m['HardwareModel']->setFields('model,kernel,description,distribution,comm_year,wifi_works,pci_id,interface,driver,other_names','sanitizeAll');
$argKeys = array(
'page:forceNat' => 1,