A huge round of applause to paulej72 for going through the bug list and sorting out much of what was there. Furthermore, I'd also like to extend thanks to iWantToKeepAnon and TheMightyBuzzard for contributions to this release.
As always, feel free to submit your issues to our bugtracker where our crack team of flying monkeys will labor to try and make it part of future site upgrades.
Check past the break for more thoughts and comments on these changes.
There's still a quite a bit of low hanging fruit, so if you like to blowtorch old codebases, grab the source and start deleting!
Subscriber Code Enabled
We're not offering subscriptions until post-incorporation, but we wanted to start looking and smoketesting this code in preparation for that happy day. Expect to see a few users with *'s after their name that marks them as a subscriber. As a note, the subscriber +1 pseudo-mod is disabled by default, so subscriber posts do not show up higher than they otherwise would.
I'd like to get a discussion going with the community on what sort of things you'd like to see from subscribing, so look for that article, and start brainstorming on what you would be willing to pay for (like shell accounts, USENET access, or some other service we could reasonable provide?)
(Score: 5, Insightful) by AndyTheAbsurd on Saturday May 31 2014, @02:33PM
The only thing I've seen/noticed so far is the improved threading, but I have to say that IT'S GREAT. Good job!
Now I'm off to read the rest of the post, then check out the other changes.
Please note my username before responding. You may have been trolled.
(Score: 0) by Anonymous Coward on Saturday May 31 2014, @11:44PM
Even AC can concur with that. Excellent work!
(Score: 2) by TheRaven on Sunday June 01 2014, @12:26PM
Except that it doesn't really work. Right below your post it says '1 reply below your current threshold' and when I click on the link, it takes me to another page. For posts where it does work, there's a tiny + symbol next to the post title, and if I click on the title instead of the + symbol I get the same problem: a jump to a new page.
Given that the hard work of writing the infrastructure for dynamic comment fetching is done, how much effort would it really have been to make a UI that didn't suck?
sudo mod me up
(Score: 2) by AndyTheAbsurd on Sunday June 01 2014, @01:31PM
Interesting. It works correctly for me. Including your browser, browser version number, and OS would probably be helpful for troubleshooting!
Please note my username before responding. You may have been trolled.
(Score: 2) by NCommander on Sunday June 01 2014, @01:49PM
Its a quirk that we haven't fixed (yet). Threshold changes require a page reload, since we're not actually doing AJAX to make this work; instead its CSS magic; all the comments are loaded in a single go, then are collasped/loaded. Most of the code was basically adopted from a greasemonkey script, so there is relatively little code to make it go. We're discussing ways to improve further (inline reply is probably pretty high on that list as well; shouldn't be THAT hard to implement ....)
Still always moving