Opened 10 years ago
Last modified 5 years ago
#976 new defect
Bring back the ascii goblin
Reported by: | Christopher Allan Webber | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 0.11.0 |
Component: | programming | Keywords: | small |
Cc: | Parent Tickets: |
Description
Previously, if there were an error in MediaGoblin, the default behavior was to show an error page with a little ascii art goblin.
This has been removed, because that error page was dependent on a paste error middleware that doesn't exist in python 3.
It would be nice to have that back by 0.8.0.
Change History (6)
comment:1 by , 10 years ago
comment:2 by , 10 years ago
Milestone: | 0.8.0 → 0.9.0 |
---|
It's back in py2, so it's okay to bump this to 0.9.0
comment:4 by , 8 years ago
Keywords: | small added |
---|---|
Priority: | major → minor |
comment:5 by , 7 years ago
Milestone: | 1.0 → 0.10.0 |
---|
comment:6 by , 5 years ago
Milestone: | 0.10.0 → 0.11.0 |
---|
The goblin is back, but only for python2. The middleware just passes itself by on python 3.