Christoph Thelen

Results 9 comments of Christoph Thelen

I use this one https://github.com/kixe/PageIcon

Since both methods is_callable() and ReflectionFunction::__construct() accepting strings as functions I can see an enhancement. The namespace will only be added if a callable function (as string) is detected. If...

> 2\. `User::hasTfa()` could return null if not set and false if not activated > > > ``` > public function hasTfa($getInstance = false) { > $fieldname = Tfa::userFieldName; >...

We are running a ProcessWire instance with more than 2000 users. I need to know if someone has started the activation of tfa but has not completed the configuration to...

``` Deprecated: rtrim(): Passing null to parameter #1 ($string) of type string is deprecated in .../wire/core/Modules.php on line 1003 Deprecated: strlen(): Passing null to parameter #1 ($string) of type string...

> Does InputfieldFile need to use this option? No, becauce 'autocheck' comes into play only for the ckeckedValue. We should not confuse **InputfieldCheckbox** and **FieldtypeCheckbox**. **InputfieldFile::getItemInputfields()** is based on Fieldtypes...

@ryancramerdesign Any chance of seeing some progress here? Even if this is not related to the core **FieldtypeCheckbox**, which does not support ‘**checked by default**’ and therefore makes no difference...