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
1711
Development blog / Re: That'll do.
« on January 30th, 2014, 06:59 PM »
Well, I have an untold agenda for this year, that doesn't ONLY involve Wedge, but relies heavily on my ability to release a stable 1.0 of Wedge next summer! (I know... Who am I kidding! Okay, a stable... beta :P)
1712
Archived fixes / Re: Log throws errors
« on January 30th, 2014, 06:57 PM »
Oh, nice...

Try replacing at line 536 (in /core/app) the explode("\n", part with preg_split('~\s+~',
This SHOULD work. Untested...
1713
Off-topic / Re: Post count fever
« on January 30th, 2014, 06:52 PM »
Well, there are some days when some topic will turn into a real-time chat... Same at Elk's, really!
The only reason my postcount is so hight, is because I *try* to answer everything, and 'complete' my task list of unread topics.

As for Pete, he's always been the chatty one. Able to speak type volumes for hours on end, I've never understood how he managed to keep up. And when you'd be beaten on this forum, you'd go somewhere else and notice he was also involved in a huge flamewar on that same day. Then you'll flee to somewhere else, and there he is... Quite scary, really.
1714
Features / Re: New revs
« on January 30th, 2014, 06:43 PM »
[Commit revision 770f36d]
Author: Nao
Date: Thu, 30 Jan 2014 18:39:42 +0100
Stats: 3 files changed; +76 (insertions), -75 (deletions)

  • The notification JavaScript code is a bit of a mess. Thanks to a certain person's final commit :P, it was made to look even more complicated. I rewrote the code to unify generic notification popups and PM popups, making it (hopefully) a bit easier to understand. Plugin authors still can't reuse the code easily (mostly because var names are compressed), but should there be some interest, I'll spend some time on that. (Notifications.template.php, PersonalMessage.template.php, script.js)

[Commit revision 87bbcd4]
Author: Nao
Date: Thu, 30 Jan 2014 18:43:03 +0100
Stats: 2 files changed; +4 (insertions), -4 (deletions)

  • Helping with the installer: ensuring that PHP <5.3 doesn't crash before Wedge gets a chance to tell the user why; preventing source cache at install time (I could also empty that cache after the install process is done, but...); and just a cosmetic change in the SQL. (index.php, install.sql)
1715
Archived fixes / Re: Issues with CDN's
« on January 30th, 2014, 12:46 PM »
I'm a little slow here. I don't get what you're trying to make me remove, and why you're assuming that it's not needed. :^^;:
1716
The Pub / Re: two-columns and Firefox on narrow windows
« on January 30th, 2014, 07:07 AM »
Quote from live627 on August 26th, 2013, 01:57 AM
Stop ignoring this.
I never ignored anything. At the time I was overwhelmed by Pete's logorrhea and couldn't keep up with the forum.
1717
Archived fixes / Re: Wedge submits reply on mobile
« on January 29th, 2014, 10:26 PM »
Can you post your user agent from that Fonepad..? Thanks!
1718
Development blog / Re: That'll do.
« on January 29th, 2014, 10:19 PM »
Last time you posted here, I'd already said my estimates were for mid- to late January... :P
1719
Archived fixes / Re: Wedge submits reply on mobile
« on January 29th, 2014, 10:17 PM »
Quote from Pandos on January 29th, 2014, 08:45 PM
Sorry, can't reproduce. Using Android with Chrome.
How come your ββββββ post doesn't have the Android icon next to it, then..? :-/

Also, could writing a 'β' simply be associated with typing Alt+S or maybe CtrlGr+S on a German keyboard? β is like 'ss', right..?
1720
Archived fixes / Re: loadPlugin
« on January 29th, 2014, 10:14 PM »
You should ask Arantor then... I'm sure he'll be oh-so-happy to delve into his Wedge code again... :niark:

Seriously, I'm aware that loadPluginLanguage is a little... rusty, but I tried updating it some time ago. Maybe I broke it, I don't know. I don't think so. I'd have noticed..?!

What's your language(s) when you get the error? Default or not?
1721
Archived fixes / Re: Log throws errors
« on January 29th, 2014, 10:11 PM »
That was addressed by a fix I posted probably shortly after your message... It's in Load.php.
1722
Importing into Wedge / Re: Database permissions
« on January 29th, 2014, 10:10 PM »
If anyone's waiting for my feedback -- I'm really bad at MySQL. I can use it, but the intricacies like granting privileges..? I have no frigging idea how to debug that. I'll leave it up to Thorsten to share his opinion, or anyone who's better than me at MySQL anyway.
Sorry about that.

Have you tried googling it?
1723
Features / Re: New revs
« on January 29th, 2014, 10:06 PM »
[Commit revision 62e7344]
Author: Nao
Date: Wed, 29 Jan 2014 21:32:03 +0100
Stats: 1 file changed; +1 (insertion), -1 (deletion)

  • Fixed follow_me() not working properly if (1) using a browser without experimental features enabled, (2) loading a long topic in a new tab and then switching to the tab after it finished loading. Tested on the New Revs topic, could reproduce the bug and its fix every single time. (topic.js)

[Commit revision b9eeca8]
Author: Nao
Date: Wed, 29 Jan 2014 21:35:41 +0100
Stats: 1 file changed; +6 (insertions), -10 (deletions)

  • Forgot to commit part of the jQuery mini-filename patch. Living on the edge... Exciting, innit? (Load.php)

[Commit revision 9f60293]
Author: Nao
Date: Wed, 29 Jan 2014 21:36:45 +0100
Stats: 1 file changed; +2 (insertions), -2 (deletions)

  • $settings['minify_html'] (a not-so-hidden feature without a proper UI) has changed a lot since its original badass (but very slow) incarnation. Meaning it no longer modifies comments. And as such, an old 'fix' for the old version would now actually break JavaScript on pages. Not so badass now. (Subs-Template.php)
1724
Features / Re: New revs
« on January 29th, 2014, 07:55 PM »
[Commit revision 5d04d52]
Author: Nao
Date: Wed, 29 Jan 2014 19:54:58 +0100
Stats: 1 file changed; +5 (insertions), -5 (deletions)

  • Fixed installer always trying to create generic folders, even when existing. (OriginalFiles.php)
1725
Archived fixes / Re: accessing profile\forum profile causes 500 error
« on January 29th, 2014, 06:57 PM »
Most errors 500 are triggered by a problem with the htaccess file. Most of the file is devoted to making Pretty URLs work everywhere.
So, well... It's unlikely, but possible.