Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - Nao
1456
Archived fixes / Re: Pretty URLs causing 404s
« on February 15th, 2014, 12:16 AM »
Ah yes, thanks..!
I'll look into it tomorrow. I'll have to juggle with House of Cards too, it's quite tempting, but I think I'll focus on Wedge first, because I have yet to commit all of my big changes from the last couple of days... (The 'hey' bit in the members table; changes to the settings file; modular main htaccess; and most importantly, the upgrade script!)
Remind me if I haven't been there by tomorrow night!
1457
Off-topic / Re: Soundwave 2014
« on February 15th, 2014, 12:14 AM »
Dir en Grey... Nice.
1458
Archived fixes / Re: Stats are broken
« on February 14th, 2014, 10:19 PM »
Apologies for that, then!

Ohh, I'd so love to get 16GB of RAM... I nearly bought them last year, but figured I'd wait until prices would go down... And then poof, a year later, they're actually twice as high. Argh!
Thankfully, 8GB are enough most of the time... As long as you reboot regularly, or restart your browser regularly. (I don't... Then I get memory corruption and crashes. -_-)
1459
Archived fixes / Re: Incorrect list styling in the notifications window
« on February 14th, 2014, 10:17 PM »
Would it be beneficial to add one for this..?

(Please @ mention me if you reply to this; the code here is tailored not to show me Archived Fixes topics in the homepage, so I'll miss new posts here half of the time -- basically, if I'm not reading the Recent Posts page.)
1460
Plugins / Re: Facebook plugin, language issue?
« on February 14th, 2014, 01:11 PM »
Uh...
How exactly does it show up..?
1461
Archived fixes / [Notifications] Re: not working
« on February 14th, 2014, 01:10 PM »
I don't think I can...
1462
Archived fixes / [Notifications] Re: not working
« on February 14th, 2014, 11:56 AM »
Oh, you mean it's actually sending emails but they're not accepted by the SMTP server..?

Perhaps an issue with the HTML setting?
In line 122 of Subs-Post.php, try to add $send_html = false; (just to see.)
Keep your hopes low, though...
1463
Plugins / Re: Facebook plugin, language issue?
« on February 14th, 2014, 11:51 AM »
Not seeing this when visiting that page with the English UK language... And I don't really see why it would work in direct visits and not in your case..?
1464
Archived fixes / [Notifications] Re: not working
« on February 14th, 2014, 11:31 AM »
Oh, bugger... Does this mean we'll have to check out previous revs until we find a version that doesn't break, and isolate the bug..? :P
1465
The Pub / Re: Logo Madness
« on February 14th, 2014, 11:21 AM »
Here's an Inkscape-compatible SVG version.
You'll notice that it's actually only 10KB (and 2.7KB gzipped), making it a very worthy image to use on mobile devices, I guess...
I actually worked on adding SVG support to data URI embedding last night. It's working fine, but only if I embed it in base64, even though it's supposed to work in plain text mode. And embedding a svgz file wasn't working either, but at least that particular 'bug' is documented.

And a PNG version, but meh... Too big! Click the thumbnail to get a cool animation with the full version.
1466
Plugins / [Plugin] Re: Facebook for Wedge
« on February 14th, 2014, 11:17 AM »
No, I don't think it can. But as I said, this plugin is a bit underwhelming in practice. It needs to be tweaked to allow for password-less accounts, and skip the permission requests on Facebook itself. Associating with an existing account would make sense, too.

Unfortunately, my priority isn't on Facebook bridges. This plugin is here for that, but someone else will have to improve it (@Dragooon doesn't seem to want to do it..?), or I'll deal with it... In a few months, I guess, when the rest of Wedge no longer needs work.
1467
Features / Re: Plugin revs
« on February 14th, 2014, 11:12 AM »
[Commit revision 11a2a2c]
Author: Nao (Signed-off)
Date: Fri, 14 Feb 2014 11:11:54 +0100
Stats: 4 files changed; +19 (insertions), -22 (deletions)

  • A more compact version of generateDays(). (ManageCalendar.template.php)
  • generateDays was resetting the day to 1 if the 30th or 31st of a month was selected, and then the month was switched to another with the same number of days. (ManageCalendar.template.php)
  • calendar: Fixing 4 strings. (Calendar.french.php, ManageCalendar.french.php)
1468
Archived fixes / Re: Problems with Edit Subscriber - Donation
« on February 14th, 2014, 09:07 AM »
I noticed that @live627 made a PR to fix this. I'll have a look asap! Seems to be linked to the JavaScript side indeed and that could be a bug of mine. For once! ;)
1469
Archived fixes / Re: Pretty URLs causing 404s
« on February 14th, 2014, 09:05 AM »
I mostly need ftp access to play with htaccess ;)

Don't worry I'm not going to abuse it. If anything you can just give me a custom account limited to your wedge folder.
1470
Archived fixes / Re: Problems with Edit Subscriber - Donation
« on February 14th, 2014, 12:47 AM »
Rewatching your video, it seems like the JS for validating dates isn't working very well. I'll have to have a look. Remind me tomorrow...