
Aug
01
2008
Rich
Anyone got any bugs they've found? or any bugs you've already reported that I've missed?
Things I've fixed recently :
- Search page would swap to music search rather than news search when using spelling suggestions.
- Same as above, but for the 'search again' box too.
- Releases admin page wasn't using correct instance of the Sanitizer, and was not handling quotes correctly. So if a release had a quote in it, it would come out as "Rich's Test Release".
- One of the params on the search page wasn't being passed through the sanitizer.
- Modified DBObject class to handle null objects silently without causing complete page error.
- Fixed news page so that if you attempt to pass in bad ID it won't crap out.
- Quotes in Release title weren't HTML encoded properly, so the URL fucked up.
- Bug in admin page meant that if it craps out while creating a new release, it wasn't rolling back the changes, so the DB had inconsistent data.