Alex Shirley Gold Membership
 Ventrian Master Posts:275


 |
| 3/24/2009 6:00 PM |
|
OK I've found a bug specifically with DNN 5.0.1
When I search for user to send mail to, if we enter a the criteria (name) of a soft deleted user that username will come up in the results - they should not show up.
You can find out about 5.0.1 and soft deleted users here: http://support.dotnetnuke.com/issue/ViewIssue.aspx?id=9390&PROJID=2
Maybe this because you are using your own stored procedure rather than one provided in the framework? Can you confirm this?
If this is a bug in the DNN framework please log ASAP: support.dotnetnuke.com
.... as they might have another version shipping soon.
Thanks1 |
|

|
|
|
Scott McCulloch Administrators
 Ventrian Master Posts:17204


 |
| 3/25/2009 6:35 AM |
|
| I'm using my own procedure, I'll get this fixed up. |
|
Scott McCulloch Site Administrator |
|
|
Alex Shirley Gold Membership
 Ventrian Master Posts:275


 |
| 3/25/2009 6:49 AM |
|
| Thanks Scott... |
|

|
|
|
Rene Lorenz Registered Users
 Ventrian Newbie Posts:2

 |
| 4/07/2009 1:15 PM |
|
Hello,
is this bug already fixed? or where can i find the fixed packet.
Greetings from Germany |
|
|
|
|
Alex Shirley Gold Membership
 Ventrian Master Posts:275


 |
| 4/07/2009 1:23 PM |
|
Not yet, I think Scott is hard at work on other Ventian modules at the moment. |
|

|
|
|
Rene Lorenz Registered Users
 Ventrian Newbie Posts:2

 |
| 4/07/2009 1:26 PM |
|
hi,
thanks for your reply. i can wait. thats no problem.
greetings |
|
|
|
|
Alex Shirley Gold Membership
 Ventrian Master Posts:275


 |
| 4/29/2009 12:21 PM |
|
Scott is there a release scheduled for next month? Many thanks Alex |
|

|
|
|
Scott McCulloch Administrators
 Ventrian Master Posts:17204


 |
| 4/30/2009 8:43 AM |
|
| Yes, because I to fix another issue. |
|
Scott McCulloch Site Administrator |
|
|
Scott McCulloch Administrators
 Ventrian Master Posts:17204


 |
| 5/08/2009 5:11 AM |
|
I'm stuck on how to implement this item. There is no API call to search users other than specifically username, email or profile property, but you can only search 1 at a time. IF the DNN view had been updated, it would have been solved with no changes. So this is why I had to write my own query, but now the schema has changed, it makes it difficult to modify AND support DNN 4.X. My suggestion maybe to modify the proc directly if it is causing a large number of issues. The proc is dnn_DnnForge_PrivateMessages_FindUsers |
|
Scott McCulloch Site Administrator |
|
|
Alex Shirley Gold Membership
 Ventrian Master Posts:275


 |
| 5/08/2009 5:28 AM |
|
Scott Obviously this is a fairly important issue and I hate having to modify code if it can be helped - is there anything that can be changed in core code that will accommodate this issue? Perhaps log an issue in support.dotnetnuke.com ?
Obvious by supporting 4.x you are not supporting 5.x in this particular case (chicken/egg).
Thanks Alex |
|

|
|
|
Alex Shirley Gold Membership
 Ventrian Master Posts:275


 |
| 5/08/2009 5:29 AM |
|
Perhaps you could have 2 Sprocs (one for 4.x and one for 5.x) and call each sproc by DNN version installed? I suspect you will be having similar issues like this later on. |
|

|
|
|
Scott McCulloch Administrators
 Ventrian Master Posts:17204


 |
| 5/08/2009 5:34 AM |
|
| If the DNN view was updated to not show deleted users, that would be the easiest core change as it wouldn't affect modules by underlying schema changes. You could even have 2 views, one for all, and one for users that are not deleted. |
|
Scott McCulloch Site Administrator |
|
|
Alex Shirley Gold Membership
 Ventrian Master Posts:275


 |
| 5/08/2009 5:36 AM |
|
Scott Would you mind logging this in support.dotnetnuke.com with a link to this post? Thanks... |
|

|
|
|
Scott McCulloch Administrators
 Ventrian Master Posts:17204


 |
| 5/08/2009 5:51 AM |
|
| Hmm, you maybe on to something with the 2 procs, it won't let me create the proc, but I was to use dynamic SQL "inside" a proc, that might work. |
|
Scott McCulloch Site Administrator |
|
|
Alex Shirley Gold Membership
 Ventrian Master Posts:275


 |
| 5/08/2009 6:00 AM |
|
| Works for SQL 2000? Not that I care because I'm using 2005 :). |
|

|
|
|
Ray Dixon Gold Membership
 Ventrian Master Posts:328


 |
| 1/07/2010 4:04 PM |
|
I can really use a fix for this, Scott. How's it looking? FWIW, I'm using the latest PM. |
|
|
|
|
Scott McCulloch Administrators
 Ventrian Master Posts:17204


 |
| 1/08/2010 4:06 AM |
|
| I'll re-look at this item, seems to have fallen off the radar. |
|
Scott McCulloch Site Administrator |
|
|
Ray Dixon Gold Membership
 Ventrian Master Posts:328


 |
| 1/08/2010 11:33 AM |
|
Thanks, Scott! |
|
|
|
|