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: 0) by Anonymous Coward on Sunday June 01 2014, @05:13PM
it should be relatively trivial to allow ACs to save their preferences as a cookie
One of the reasons I haven't bothered to establish an account is that I don't do cookies
(well, I'll grudgingly allow Netcraft to temporarily make one, but it's nuked immediately).
I was hoping this would be as simple as substituting a nbsp between the 2 elements for what is currently generated.
The positioning of Parent is currently being done *afterwards* via CSS, so in the HTML-only view I use, it appears in a different place from those using CSS see (aka doesn't degrade gracefully).
-- gewg_
(Score: 2) by NCommander on Monday June 02 2014, @07:34PM
This should be relatively trivial to fix. My HTML foo kinda sucks, but if you could look at the templates on https://github.com/SoylentNews/slashcode [github.com] (in the themes/default/templates directory; grep should find the right template easily), and submit a patch, we can probably get it rolled out sooner or later.
Still always moving
(Score: 0) by Anonymous Coward on Monday June 02 2014, @09:28PM
My HTML foo kinda sucks
Yeah, I only know enough HTML to be dangerous.
github
...which, again, requires a signup and cookies. 8-(
-- gewg_
(Score: 2) by NCommander on Thursday June 05 2014, @04:49PM
I'll file a bug on your behalf, but I can't promise it will get fixed anytime soon.
Still always moving
(Score: 0) by Anonymous Coward on Tuesday June 10 2014, @09:19AM
Which is no reason not to allow those ACs who are not afraid of cookies as long as they are not identifying, to save their preferences in a cookie.
After all, you have to store the preferences somewhere. OK, a Greasemonkey script would also work ... for those whose browsers support it.