PhilippGrashoff

Results 13 issues of PhilippGrashoff

Hi there, after spending quite some time figuring why Email sending with a certain smtp server does not work, I found its an SSL issue. Most widely on the web...

Help wanted
Documentation
Good first project
Hacktoberfest

A PR some time ago caused the immediate closing of a form tag, resulting HTML is something like `` All Inputs are linked to the form using its id, e.g....

bug :beetle:
waiting for author

In this case, I want to manually place the HTML ID of the HTML element: ``` $box_group = new \atk4\ui\View(); $box_group->id = 'GuestToGroup'; $content_box_container->add($box_group, 'Right'); $box_group->addClass('pmgreloadgroupchange')->on('pmgreloadgroupchange', new \atk4\ui\jsReload($box_group)); ``` Now...

bug :beetle:
waiting for author

When using return $from->error() with a radio field, the error message is displayed on every radio option: ``` $bulk_form->addField('weekday', ['Radio'], ['values'=> STD_GERMAN_WEEKDAYS, 'caption' => 'Wöchentlich am']); $bulk_form->onSubmit(function() use($wizard, $bulk_form) {...

bug :beetle:
MAJOR

Hi there, documentation says: `If your form is using a model and you add additional field, then it will automatically be marked as “never_persist”` This is a very sensible behaviour...

bug :beetle:
waiting for author

Currently, there is no "avg" for table totals. Implementation would be easy, I can take care of it when I update to current versions. Code is quite finished: 1) new...

enhancement :+1:

Hi, I want to add the ability to change the thousands seperator in Money FormField. e.g. in Germany, its a `.`. PHP standard is a `,`. PHP's number_format takes 2...

Hi, I am using multiline with containsMany, and thats just a great combination! Using a money field, I noticed two things in this combination: 1) In normal Form Fields, Money...

Consistency

Hi, I had the issue that my page always jumped to the top when opening a featherlight modal. Especially annoying when using a mobile where a lot of scrolling is...

Hi there, as I am using lots of MToM relations in my project, I thought a bit about a native atk4\data MToM implementation. Ok, first lets get a good example:...

enhancement
help wanted
MAJOR