Jerome Caillot

Results 6 comments of Jerome Caillot

@lozzoc right Microsoft itself does not want people to use IE11 anymore. https://www.theverge.com/2019/2/8/18216767/microsoft-internet-explorer-warning-compatibility-solution

As a (very ugly) temporary workaround, I could obtain a copy of the "drupal" executable from a team mate that already had its VM provisionned and I changed this task...

I am not a big fan of HTML 5 validation mainly because this is not consistant between browsers. Also, Message cannot be customized without javascript (see https://developer.mozilla.org/en-US/docs/Learn/HTML/Forms/Form_validation#Customized_error_messages). Should ZF automatically...

just my 50 cents on this you may want to override \Zend\Form\View\Helper\AbstractHelper::prepareAttributes

my 55 cents : ```php // "$nor performs a logical NOR operation on an array of **ONE** or more query expression" // https://docs.mongodb.com/manual/reference/operator/query/nor/ $qb->addNor($qb->expr()->field('field_name')->references($document)); ```