Matjaž Potočnik

Results 8 issues of Matjaž Potočnik

I think it would be good to have more accessibility icons: wheelchair, sign language, interpreting language, a blind person, adjust etc. I also miss an undelete (untrash) icon and file...

icon request

File and directory names on Windows might not be UTF-8 encoded and json_encode() fails. This is what I have come up with (around line 100): ``` $encoded = json_encode($response); if(!$encoded)...

When you fill the registration form in one browser and then you click the confirmation link send via email in another browser, the registration fails: Unable to complete confirmation, please...

before ![image](https://user-images.githubusercontent.com/7663992/218245291-7ad7944a-bbd1-4343-87d4-8a18d2f9b558.png) after ![image](https://user-images.githubusercontent.com/7663992/218245317-66f97f70-548a-4867-8d7e-310a6423c46b.png) before ![image](https://user-images.githubusercontent.com/7663992/218245357-09e275aa-c1a6-4659-8b7a-0c1991283dab.png) after ![image](https://user-images.githubusercontent.com/7663992/218245368-cfe13e22-f967-4403-822b-737a68fd4b50.png)

completed

I would like to do this: `$config->statusFiles('boot', 'modules/somemodule/something.php');` Right now, the folder path is ignored, and you have to copy the file to the site folder manually. Or, even better,...

/wire/modules/Inputfield/InputfieldDatetime/types/InputfieldDatetimeText.php, line 50 and 486: `'showButtonPane' => false, ` `$f->val($module->get('showButtonPane'));` showButtonPane should be showButtonPane**l** ?.