All the Bugs
Hey, even we have problems sometimes
Answered By
description: On final Questions, it still shows the most recent Answer in "answered by..." whether they posted the final Answer or not
posted on: October 14, 2008 at 2:11 am
resolution: resolved
admin comment: Fixed for all new finalize-ifications. Old ones have to be fixed manually. And I'm too lazy.
Anonymous check box
description: it does the opposite of what its supposed to do
posted on: October 8, 2008 at 11:56 am
resolution: resolved
admin comment: none
Page Refresh = Double Post
description: If any page with a "hey good job!" or other successful post message is refreshed, the post is repeated.
posted on: October 7, 2008 at 9:53 am
resolution: resolved
admin comment: Pages now go to final view page rather than displaying a message on the original form.
Feature Request: Last Answer...
description: Show info for most recent Answer to a Question
posted on: October 6, 2008 at 4:32 pm
resolution: resolved
admin comment: none
DOUBLE POSTING
description: FIX IT eventually !!!!!
posted on: October 6, 2008 at 11:10 am
resolution: resolved
admin comment: Fixed via new header redirect successes. I think.
Tag Bug
description: Shows the same tag multiple times
posted on: October 6, 2008 at 11:04 am
resolution: resolved
admin comment: I just forgot what DISTINCT was.
Who Am I?
description: The top right box now says "Site Preferences for " where's my name?
posted on: October 1, 2008 at 11:17 pm
resolution: resolved
admin comment: login and registration were using seperate session variables to keep track of your name.
fightin' words
description: The word "fucknull" appears in a little box every time I navigate to any page on the site.
posted on: October 1, 2008 at 10:51 pm
resolution: resolved
admin comment: maybe the site is trying to tell you something.
Errors Need Help
description: The error messages should have rounded corners so they don't look like so much of a mistake.
posted on: October 1, 2008 at 4:55 pm
resolution: resolved
admin comment: how very sexy.
Random PHP Warnings
description: Appearing in plaintext at the top of the page when posting questions, sometimes, although the entire process works with no troubles. Errors most commonly with "invalid argument for foreach"
posted on: October 1, 2008 at 12:48 pm
resolution: resolved
admin comment: Result of special character in the question body, similar to search result errors.
Answers Layout
description: Every fifth Answer on the view page is horribly mangled, and margins between all the Answer blocks are having some real trouble working together looking consistent.
posted on: October 1, 2008 at 12:46 pm
resolution: resolved
admin comment: Resolved by fixing unclosed p tags and making sure that the content of the results div expand to at least the minimum height. Problem solved.
Escaping
description: Sometimes it goes crazy and over escapes the hell out of posted answers. Looks like a result of repeatedly being passed through the answer.php page by its multiple forms.
posted on: October 1, 2008 at 12:46 pm
resolution: resolved
admin comment: I forgot how to type stripslashes(). Apparently it's just super complicated for me to do that sometimes. Yeah.
PHP Warnings on Search
description: Warnings appear when search strings include a comma or if there is a space with an unaccepted character such as a ? (or no character at all) immediately following, but search will still function properly.
posted on: October 1, 2008 at 12:45 pm
resolution: resolved
admin comment: This bug and the 'Random errors' bug are both caused by special characters in a search string. In this case, the string is generated from the question being asked and used to search for similar questions to show the "Are you looking for one of these?" feature. Both are being fixed by a more detailed parse of search strings before they are passed to the actual search functions.
Login Button during Answer post
description: If the login button is clicked while at any stage of the Answer posting process, the page disappears and shows only the footer or the Post Answer form and the footer with no styles, but login is processed and the user is logged in, if you click back to home or some other page.
posted on: October 1, 2008 at 12:36 pm
resolution: resolved
admin comment: I had a comma where I shouldn't have had a comma. Oops.