All things considered, a pretty large update! I've got more to talk about, but check back past the break for that.
So, a long announced, and long-delayed feature, I want to offer a round of applause to TheMightyBuzzard, who did most of the grunt work; Bytram, who did most of the sanity checking; and paulej72, who lost his sanity in getting UTF-8 full-functional in Slashcode with a massive merge that caused my brain to melt the first time I looked at it. This was a massive amount of work, but the site should no longer have those long-frustrating issues where characters randomly show up, or get mutated after you click Preview or Submit, something that was true on the other site as well. As part of the work on this, Slashcode was modified to be native UTF-8 or in other words we're not dong any sort of conversion to HTML entities or such, and four-bit unicode characters are also working as expected (contrary to what was previously reported). As part of this update, most of the annoying aspects of the lameass filter got ripped out as they were incompatible with unicode support, and mostly served to piss people off vs. serving any using spam prevention method.
As I've stressed before, time and again, this site exists for the community, so if you've got some ideas, post them below, and let us hear about it!
On the business side of things, I'm working on drafting a "longer-term" plan, hopefully ready to present something this week, or early next week, which lays down a specific "here's what we are going to do" plan, and then let you guys think it over, poke it with a stick, then call me an idiot, and have me do it again; as far as running a site, its been a pretty successful model thus far :-)
Expect one or two more "meta" posts in the next few days, and until then, let me know your thoughts below
~ NCommander
(Score: 2) by Ken_g6 on Monday August 18 2014, @11:58PM
You say if we have ideas, post them? 😔 I know, I know! 🙋 Now that we have unicode support, we could add emoticons in the text! 😄
If you don't add an interface to insert them soon, I may work on something for greasyfork.org. 😈
Oh, and by the way, while I was researching this, I discovered that window.jQuery is referenced in your JavaScript, but it doesn't seem to be loaded anywhere. Either I'm going crazy or this might be a bug. I might wait for it to be fixed before doing anything else.
(Score: 3, Informative) by paulej72 on Tuesday August 19 2014, @01:43AM
Most of the javascript should be disable on the site. There are probably some script hiding in parts of the code we have not looked at yet. Can you let me know where the bad code is so I can nuke it from orbit.
Thanks
Team Leader for SN Development
(Score: 2) by Ken_g6 on Tuesday August 19 2014, @02:53AM
OK, if jQuery isn't supposed to be loaded, probably no big deal. But if you must know...
Right-click on the article here and view source. Near the top is "function pageload_done( $, console, maybe )". The other reference to jQuery (directly, this time) also has a reference to pageload_done. So I don't think it ever runs without jQuery.