Testing Log

11 new true/false variables mean there are 2^11 (2048) new configurations, not including testing mode. I am not testing all of that out myself.

I'll keep the top/bottom scrolls on (2 variables), along with top/bottom pagination (2 more variables), page number select (1 variable), first/last page buttons (1 variable), and commenter names being the links to their websites (1 variable). This brings it down to 2^4 (16) configurations to check out.

16/16 configurations have passed all tests. The code has been packaged and delivered.

My metrics are:

TESTING ORDER: 0000, 0001, 0010, etc., where the digits represent the 4 major structural configurations that can be turned on & off:

  1. custom_k_replyFetch - when you hit "reply," the comment box comes to you instead of sending you to the comment box
  2. custom_k_allComments - puts all comments on one page; CSS can turn this into an infinite scroll box
  3. custom_k_reverseOrder - puts the comment input on the bottom, with the newest comment above that, and so on, like a chat box
  4. custom_k_inlineReplies - instead of keeping replies in a box below each comment, comments & replies display in the order they were posted and hold links that lead to one another
Once they all pass, I'll package this mod for deployment!

!! CURRENTLY INOPERABLE !!

CHECK MY MAIN PAGE FOR THE LATEST VERSION

At the moment, this page will remain, as my modifications for this project may continue sometime in the future. I'll be keeping this widget in Test Mode, with its own version of the script, in configuration 1001, for the time being.

COMING SOON TO ALL.

Click for Home