Perth, Australia
Account created on 21 September 2006, over 18 years ago
#

Merge Requests

More

Recent comments

🇦🇺Australia dpi Perth, Australia

Also finding that adding asset on a List, where not all components have an asset with that asset name, an error is shown.

As a part of this we should be able to validate whether a file truly exists, and add it conditionally.

Maybe consider adding a param to Asset attr that can ignore non existent files, or throw errors on missing files (default).

Of course, otherwise the Asset attr can be added to individual components/enum-case rather than an asset-attr thats echo'ed from the top of an enum.

🇦🇺Australia dpi Perth, Australia

dpi created an issue.

🇦🇺Australia dpi Perth, Australia

We'll do it outside of BCA for now, but may revisit due to need for a flexible weighting system.

🇦🇺Australia dpi Perth, Australia

Theres been discussions of if or how to scan vendor for plugins before, I dont have references on hand.

I think core would want to look at composer autoload namespace and directories and scan them; whereas the change here is a simple list of which classes to include. No directory scans.

For selfish reasons I dont really have time on hand to look through core, as this is very much a side thing of what I'm working on for PNX. I'd prefer a quick merge but otherwise will advise to use a patch in the meantime.

🇦🇺Australia dpi Perth, Australia

container.namespaces includes only Drupal extensions.

The desire for this issue is to include classes defined in vendor.

🇦🇺Australia dpi Perth, Australia

Tests can be arranged if we can agree on implementation/direction.

🇦🇺Australia dpi Perth, Australia

Cred for auto-invoke idea.

🇦🇺Australia dpi Perth, Australia

e67ead44 includes integration for 0.2.0 except for Asset globs, which need more time as I found typical issues related to how Drupal libraries are relative to app root, and the generic local asset attributes, Css and Js, don't know how to find files (unless they are absolute).

Deferred and will be integrated independently, after probably more abstraction work in dpi/pinto lib @ Add support for Asset globs Active

🇦🇺Australia dpi Perth, Australia

dpi created an issue.

🇦🇺Australia dpi Perth, Australia

dpi created an issue.

🇦🇺Australia dpi Perth, Australia

For SMS Framework v4, the topics discussed here can be achieved with https://comms.docs.contrib.social/sms/verification/conditional

🇦🇺Australia dpi Perth, Australia

Project is obsolete now that SMS Framework provides support for services, including Clickatell.

🇦🇺Australia dpi Perth, Australia

Project is obsolete now that SMS Framework provides support for services, including Clickatell.

🇦🇺Australia dpi Perth, Australia

Project is obsolete now that SMS Framework provides support for services, including Clickatell.

🇦🇺Australia dpi Perth, Australia

Project is obsolete now that SMS Framework provides support for services, including Clickatell.

🇦🇺Australia dpi Perth, Australia

dpi created an issue.

🇦🇺Australia dpi Perth, Australia

dpi created an issue. See original summary .

🇦🇺Australia dpi Perth, Australia

new docs

🇦🇺Australia dpi Perth, Australia

new docs

🇦🇺Australia dpi Perth, Australia

new docs

🇦🇺Australia dpi Perth, Australia

new docs

🇦🇺Australia dpi Perth, Australia

new docs

🇦🇺Australia dpi Perth, Australia

new docs

🇦🇺Australia dpi Perth, Australia

new docs

🇦🇺Australia dpi Perth, Australia

new docs

🇦🇺Australia dpi Perth, Australia

new docs

🇦🇺Australia dpi Perth, Australia

new docs

🇦🇺Australia dpi Perth, Australia

new docs

🇦🇺Australia dpi Perth, Australia

new docs

🇦🇺Australia dpi Perth, Australia

new docs

🇦🇺Australia dpi Perth, Australia

new doc link

🇦🇺Australia dpi Perth, Australia
🇦🇺Australia dpi Perth, Australia

I'd like to understand the pain point a little better. Why not use put things in Hooks/ namespace and let it all get registered for you? That way you don't need to put anything in any services file?

Is there a particular reason why that doesnt work for you? Are you using services.yml for some reason?

Manually tagging services and adding to the yml files is something I consider to be a very rare occurrence, not business-as-usual.

🇦🇺Australia dpi Perth, Australia

dpi created an issue.

🇦🇺Australia dpi Perth, Australia

dpi created an issue.

🇦🇺Australia dpi Perth, Australia

Latest rework for SMS Framework depends on this change to invert how verifications work.

🇦🇺Australia dpi Perth, Australia
🇦🇺Australia dpi Perth, Australia

dpi created an issue. See original summary .

🇦🇺Australia dpi Perth, Australia

dpi created an issue.

🇦🇺Australia dpi Perth, Australia

dpi created an issue.

🇦🇺Australia dpi Perth, Australia
🇦🇺Australia dpi Perth, Australia

dpi created an issue.

🇦🇺Australia dpi Perth, Australia

dpi created an issue.

🇦🇺Australia dpi Perth, Australia
🇦🇺Australia dpi Perth, Australia

The rearchitected version of the project, as an integration of Notifier, has been pushed to v4.

🇦🇺Australia dpi Perth, Australia

fix

🇦🇺Australia dpi Perth, Australia

d7

🇦🇺Australia dpi Perth, Australia

v4 replaces these docs.

🇦🇺Australia dpi Perth, Australia

Thanks, I'm finding this produces silly errors in my 11.1 builds also.

Added feedback to MR, otherwise this is a nice quick fix.

🇦🇺Australia dpi Perth, Australia

Closing per 🌱 [policy] Announcing closure of 3.x issues if they are not applicable for V4 Active .

Reports are not a concept that exists in future versions of SMS Framework.

🇦🇺Australia dpi Perth, Australia

Is this because the exception is caught in the code above SmsProcessor in the queue runner? Drush, etc?

Perhaps SmsProcessor should catch and swallow SmsStorageException, or event better, an even narrower exception extending that?

I'm not sure if we can change the behaviour at this point.

For now I'm closing this issue in the name of 🌱 [policy] Announcing closure of 3.x issues if they are not applicable for V4 Active , however if a patch is devised with the rework I'll consider it. But the changes will not apply to the new versions of SMS Framework, only these legacy version.s

🇦🇺Australia dpi Perth, Australia

Nothing new since you last posted this, either ;) 💬 Integration with ECA, http://drupal.org/project/eca Active

🇦🇺Australia dpi Perth, Australia

I dont think that'll happen.

Also #2712599-3: [meta] Rules integration

This functionality shouldnt need to be implemented in the core sms project.

🇦🇺Australia dpi Perth, Australia

The enabling/disabling of a verification depending on the entity and phone number context via event is implemented via \Drupal\sms\PhoneNumberVerification\Event\EntityPhoneNumberVerification::$shallSendVerification in v4.

The code component is no longer necessary as there is a specific service for that. Entity and phone number are provided as context.

Closing per 🌱 [policy] Announcing closure of 3.x issues if they are not applicable for V4 Active

🇦🇺Australia dpi Perth, Australia

Seems verifications shouldnt be sent unless phone numbers change

https://git.drupalcode.org/project/smsframework/-/blob/3.0.x/src/Provide...

Closing as outdated, the code for this will change again in v4, but may be relevant. Open a bug ticket with a resolution if it still applies.

🇦🇺Australia dpi Perth, Australia

Another duplicate issue was created later @ Mandatory phone number verification Needs work , there has been more discussion there over time.

Closing this one as a result

🇦🇺Australia dpi Perth, Australia

Much of this is being reworked.

Production build 0.71.5 2024