User tests: Successful: Unsuccessful:
Pull Request for Issue #13177 .
Added where clause to check User's block state to prevent registration notification emails to be sent to users who are blocked.
[added by @zero-24]
System Mail => Yes
that is blockedNone
Status | New | ⇒ | Pending |
Category | ⇒ | Front End com_users |
Labels |
Added:
?
|
The issue is valid and this PR fixed it. However, please make small improvement to the code. I think we don't need (int) 0; in the code
So the code could be change to:
$query->clear()
->select($db->quoteName(array('name', 'email', 'sendEmail', 'id')))
->from($db->quoteName('#__users'))
->where($db->quoteName('sendEmail') . ' = 1')
->where($db->quoteName('block') . ' = 0');
Once you made the change, I will mark my test result as success.
@joomdonation I have updated the commit. Thank you for the guidance.
Also Sir, since i am new to Joomla-cms, it would be great if you could guide be to the issues that i could work on, and the links to location where i can talk to the people involved with the Joomla! community.
I have tested this item
on code review.
@jajodiaraghav Thanks for willing to contribute more to Joomla. In short, you can see list of issues here https://github.com/joomla/joomla-cms/issues which you can work on
You can also help testing pull requests at https://github.com/joomla/joomla-cms/pulls
For more details, I think you can read this topic https://groups.google.com/forum/#!topic/joomla-dev-general/6t5gbEpaY18
Thanks a lot
I have tested this item
Milestone |
Added: |
||
Status | Pending | ⇒ | Ready to Commit |
Labels |
Added:
?
|
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-01-17 10:40:38 |
Closed_By | ⇒ | rdeutz | |
Labels |
@jajodiaraghav thanks for your patch i have just added test instructions and updated to staging.