Bertrand Mansion

Results 9 issues of Bertrand Mansion

Since the number of parameters in the query string can be high, it would be a good idea to parse them on demand (jit).

feature

Url could use dot or nothing to specify sub level query string parameters, this should be possible.

feature

Add a parameter to configure the maximum number of nested levels in the query string parameters. PHP has this set to 64 by default IIRC.

feature

Add a configuration parameter to set the maximum number of parameters allowed in the query string

feature

Postgresql supports lateral joins but they currently cannot be used. This makes it possible.

An "Empty" rule, meaning the value must be empty. Useful in combination with "or" and "Not empty" ?

It is not possible to get the propal object in invoice ODT model. Line causing problem is: https://github.com/Dolibarr/dolibarr/blob/283f37a364ad7fd71aa4db1a250f615926cd808e/htdocs/core/modules/facture/doc/doc_generic_invoice_odt.modules.php#L326 Propal object is returned at index 3, not 0 (in our case)....

Issue Stale (automatic label)

If a **key** in a table is _nil_, the unpack will report an error. But it seems possible to create such an array in msgpack so maybe the Lua unpacker...

In 7.2 at least, it seems that php-redis cannot make use of the msgpack serializer although php-msgpack is installed (and works well with php-memcached), I get an error when I...