Daniel-KM
Daniel-KM
In fact, there is another usage: to write e-mails (config form of module GuestUser), where string placeholders are simpler to use by end users.
Rebased on 1.4.
Rebased on 2.0.
Merged for laminas.
Merged with upstream/develop.
Same question, even if it works well with last debian 9.
I need to pass the data directly, because they are built dynamically by a js library. Original records are stored, but they are not manifests, so there is a js...
Hi, I just added a button to batch all browsed items via a background process (see #694). Sincerely, Daniel Berthereau Infodoc & Knowledge management
Hi, The Travis test succeeds on php 5.2 but not above because there is a new version of PHPUnit that made deprecated some old code. Nevertheless, the patch works fine...
Hi, This structure is not common, but this is allowed since switch does a loose comparison, so if `$property` is `"my_derivative_uri"`, `case (substr($property, -4) == '_uri'):` will check `"my_derivative_uri" ==...