Log into All the Questions
Use your Three Pound Universe account


Forgot password?


Join All the Questions

Sign up now!

All the Questions Version Details

Working under the hood

Check out the details of what we're working on and what we've done.

Each feature is listed beneath the version that it was first released under. For BETA versions (all versions until 1.0), the current version is marked as Current, and the version currently under development is marked Working. Features listed under Working versions are goals and are added into the current version as they are completed. The Working version becomes the Current version when all its listed features are finished. After version 1.0, the site is no longer beta, and new versions will be built and tested in the lab, then integrated into the current site as an upgrade patch, once they are stable and bug-free.

Version 0.6.x - Working

  • Show "last answered by...about...ago" on result rendering
  • Delete functions for removing Questions and associations or Answers
  • Questions/Answers are Owner-aware, show Delete buttons for Owners or Admins
  • Selection of Final Answer for Owners
  • Show user posts, hiding anonymously posted unless that user is viewing
  • Search results sorting and ordering
  • Search parameters editable during search
  • Browse categories made more practical
  • Search results "Show this many at once" (pagination)

Version 0.5.x - Current

  • Posting Questions
  • Posting Answers
  • Question and Answer linking
  • Display Questions and Answers together
  • Question/Answer posting anonymity while maintaining Owner info
  • Captchas for registration and non-member posting
  • Bug Tracker with admin management tool

Version 0.4 and prior

  • Basic site layout
  • Membership functionality
  • Member login and sessions
  • Member registration
  • Site rendering for dynamic content
  • Question tracking
  • Answer tracking
  • Tag tracking
  • Tag and Question linking
  • Question categories and internal recognition
  • Question search by string, tag, and category
  • Search takes previous searches as parameter
  • Search Ranking by Relevancy

Current Version Bugs

Bug:

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.

Bug:

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

Bug:

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.

Bug:

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

Bug:

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.

Bug:

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.

Bug:

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.

Bug:

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.

Bug:

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.

Bug:

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.

Bug:

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.

Bug:

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.

Bug:

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.

Bug:

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.