Opened 12 years ago
Closed 11 years ago
#2381 closed defect (bug) (fixed)
The possibility of non-existant users is largely ignored.
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 2.5 | Priority: | normal |
Severity: | normal | Version: | 2.3.2 |
Component: | API - Importers | Keywords: | has-patch commit |
Cc: |
Description
We're porting forums from an old system to a new system in which the topic and reply authors might or might not still exist.
This is causing warnings to be thrown.
This patch is just a few places we've noticed as a start to remedy this issue.
Attachments (1)
Change History (6)
#1
@
12 years ago
I was able to mitigate this via filters for now by having bbpress treat non-existant users as anonymous. Not sure this is an optimal solution though as there might be other assumptions about Anonymous users that don't apply to non-existent ones.
#3
@
11 years ago
- Component changed from Users to Importers
- Milestone changed from Awaiting Review to 2.5
Moving to 2.5 to handle after 2.4 is released.
Note: See
TracTickets for help on using
tickets.
Protect topic and reply author link calls from non-existant users