@cook879 Are you able to do some testing so we can get this sorted?
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
Nov 11 2016
We have that package installed. I'm currently at Uni so I'm not going poking around on the server to look if any of that config exists or if the pathing is correct.
I've always wanted to implement something like this as either a osTicket plugin (to appear on the ticket page) or as a browser plugin. A browser plugin would have considerably more "useful" information, but a osTicket plugin might be able to log to the ticket thread.
Nov 7 2016
I have seen the exactly same issue earlier (outside ShoutWiki), although way before 1.27.0 (iirc we were also running HHVM back then).
Nov 6 2016
Nov 2 2016
I've added the configuration variable into Hub's settings file.
Oct 31 2016
I'll throw in my favorite solution, which Skizzerz proposed the last time I spoke to him about this: Let's Encrypt SSL certificates for <lang code>.*.shoutwiki.com, i.e. fi.*.shoutwiki.com (possibly relevant: this StackOverflow question). Looking at /trunk/languages/i18n/, there are currently 371 files in there so it would mean about the same amount of SSL certificates, which admittedly is somewhat of an ops nightmare, but the renewal of Let's Encrypt certificates can be automated and I'm sure someone already made a script for that.
I would imagine that this is a solution that'll be painful to implement initially but which wouldn't need too much maintenance after that and it would allow us to keep the current URL structure.
I'm open to other suggestions - as changing URLs isn't the most fun thing to do...
Oct 29 2016
This is entirely expected.
We need to remove the preference to have Math rendered by however Mathbase does it and force it to use texvc.
This is entirely expected.
We need to remove the preference to have Math rendered by however Mathbase does it and force it to use texvc.
This is entirely expected.
We need to remove the preference to have Math rendered by however Mathbase does it and force it to use texvc.
Oct 16 2016
Oct 13 2016
Oct 4 2016
Sep 30 2016
So with the help of the AdSense app, I used my only university tutorial session of the week to establish that the 200x200px ad unit is to be removed as it serves no purpose.
Sep 26 2016
Sep 24 2016
It's in the i18n files - "createwiki-newmainpage" is the message. Will need to be changed in all language files.
In T124#1708, @SamanthaNguyen wrote:...
em units are used because they're relative ...
Sep 23 2016
Sep 21 2016
In T124#1708, @SamanthaNguyen wrote:Don't use inline styling, it's harder to maintain and also decreases customizability because of CSS specificity. ( https://developer.mozilla.org/en-US/docs/Web/CSS/Specificity ) It'd be better to add a class,
Sep 20 2016
Here's a chart which has a good deal of info: http://www.websemantics.co.uk/resources/font_size_conversion_chart/
Yes, but this is createwiki, which is a mess :P If I was rewriting the whole extension, then I'd have bothered to css it.
Don't use inline styling, it's harder to maintain and also decreases customizability because of CSS specificity. ( https://developer.mozilla.org/en-US/docs/Web/CSS/Specificity ) It'd be better to add a class, (e.g class="welcome-text") and then style it via
See rSHWK3988
Resolved in rADMP25
It's in the i18n files - "createwiki-newmainpage" is the message. Will need to be changed in all language files.
Sep 19 2016
Sep 18 2016
Sep 16 2016
Sep 15 2016
So, "pop-up" box exists. There are still some issues with it, but they can go in a new ticket.
Sep 14 2016
This is somewhat "intentional" for the time being.
Sep 13 2016
Sep 12 2016
Sep 11 2016
Sep 7 2016
Aug 15 2016
Upgraded for REL1_27, in rSHWK3967.
Aug 14 2016
So this is likely to be because of a preference using a rendering method we don't have enabled currently. If you select the PNG rendering, it should work.
Aug 7 2016
What do you mean by that? The feed stuff comes from MediaWiki core, so provided that it's not a configuration issue with ShoutWiki, we should report it upstream if it hasn't already been fixed there.
I heard that it is Chromium-specific error. See screenshot.
The contents of the NewsBox are pulled from MediaWiki:Newsbox on the Interface Messages Wiki. It is true that the linked page is somewhat old and unfortunately named, but nevertheless we are always interested in hearing your thoughts!
To be honest, there aren’t any interesting things to link to them. Russian Wikia (and maybe others too) has monthly competition (users vote for best wiki on forum and on VK (Facebook analog) and staff votes too). I think, ShoutWiki needs competitions and other cool stuff.
This is partially true. However, I'm pretty confident we're not going to achieve a massive improvement in page loading times by removing all the spaces and whatnot from the source files. You're right in that optimization is needed, but I'd argue that back-end optimization will be more useful in the long run.
I found some whitespace-removing services. They removed 4KB from HTML. It isn’t much, I agree.
Aug 6 2016
Looking at your site in particular, one third of the things Google has as a "Should fix" are actually nothing to do with us - your site loads an external stylesheet from Wikia which is yet another DNS lookup and request which has to be processed by their servers, and then rendered by your browser, after the stylesheet calling for it to be loaded has been processed by our servers.
Aug 5 2016
dir="ltr". Why is it specified?
Page content and User Interface language can be different. But you'd have to ask upstream for a definitive answer.
I'm pretty sure this was either an upstream bug or we fixed this at one point and it probably broke somewhere between a version or moving to HHVM+Nginx. Possibly even the distro upgrade...