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
1351
Archived fixes / Re: PHP Fatal error
« on February 24th, 2014, 12:50 AM »
Are you sure you're using the latest revision..?
This was fixed a few days ago.
1352
Archived fixes / Re: List v1
« on February 24th, 2014, 12:48 AM »
First in the list isn't committed, but it's definitely fixed, as you can see on the homepage.
I'm just not sure whether I should leave it as is, or move the user name somewhere else.

(Why post new replies instead of just editing the original..?)
1353
Archived fixes / Re: Fatal error: Call to undefined function deltree()
« on February 23rd, 2014, 07:14 PM »
Thanks! Should be fixed now... Well, I didn't test, as usual... :^^;:
This was a big blunder of mine. I'm putting the blame on grepWin, because I can!! (And I really need to find a similar program with a tabbed interface and savable history...)
1354
Features / Re: New revs
« on February 23rd, 2014, 07:13 PM »
[Commit revision 730d88b]
Author: Nao
Date: Sun, 23 Feb 2014 19:13:47 +0100
Stats: 1 file changed; +34 (insertions), -0 (deletion)

  • Fixed error when deleting media albums (thanks ema for pointing it out). Restored deltree function, a simpler version of it at least, in the media code. This was due to my grepWin setup recently adding 'media' in the list of ignored folders, when I only wanted to ignore 'root/media', not 'root/core/app/media'. Oops. Hopefully, this will be the only hiccup caused by this. (media/Aeva-Gallery2.php)
1355
Features / Re: Plugin revs
« on February 23rd, 2014, 01:43 PM »
[Commit revision dd32992]
Author: Nao (Signed-off)
Date: Sun, 23 Feb 2014 13:43:02 +0100
Stats: 2 files changed; +3 (insertions), -3 (deletions)

  • json_encode update. (facebook/base_facebook.php, mass_attach/plugin.php)
1356
The Pub / Re: Upcoming dark theme for Wedge
« on February 23rd, 2014, 12:10 PM »
I tried hard doing a dark theme myself and wasn't happy with it. My expectations were too high. Looking forward to your beta skin!
1357
Features / Re: New revs
« on February 22nd, 2014, 06:58 PM »
[Commit revision 8fe7997]
Author: Nao
Date: Sat, 22 Feb 2014 18:37:44 +0100
Stats: 6 files changed; +418 (insertions), -110 (deletions)

  • Rewrote the json_encode fallback: added encoding support, restarted from a fresh (and more recent) copy of Services_JSON, fixed a few bugs, removed we_json_encode and instead used the original function names, which are only declared if not already present. Also... For the first time in days, I've actually tested my code! Lol. (Class-JSON.php, Profile-Actions.php, Subs-Cache.php, Subs.php, Admin.template.php, Stats.template.php)
  • Prevent admin setting labels from enclosing descriptions. Previously, this would have prevented selecting the description text, which in a few situations might not have been desirable. (Admin.template.php)

Posted: February 22nd, 2014, 06:38 PM

[Commit revision 0b47a00]
Author: Nao
Date: Sat, 22 Feb 2014 18:58:04 +0100
Stats: 4 files changed; +6 (insertions), -1 (deletion)

  • Replacing footer logos with the new logo! (assets/wefoot*.png)
  • Ensured the correct logos are used against the correct backgrounds. (index.css, Wine/extra.css)
  • Ensured user can select the contents of notification popups. (index.css)
1358
Archived fixes / Re: HTML5 validation report
« on February 22nd, 2014, 03:12 PM »
Yup, and even that is fixed locally, but I'm not committing for now because I suspect I'll rewrite the whole thing before soon. Wanna get rid of those list tags, because I think it's a waste of bandwidth to add classes to each of them, when it's unlikely anyone will ever touch them, at least intentionally. I don't know.
1359
Off-topic / Re: Oh dear...
« on February 22nd, 2014, 03:10 PM »
Quote from Maxx on February 21st, 2014, 10:03 PM
Don't like Netflix at all,  Hulu has allot of UK comedy and shows! On hulu, I watched the 15 seasons of Heroes and they dropped the ball most all I enjoy they stop or discontinue!
US shows tend to drop in quality quickly over the years. At least, more quickly than good French or UK shows.
Just stick to Doctor Who and you'll have a good show that is unlikely to be canceled any time soon... :P

(Personally, I dropped Heroes at 3x02, when I realized it had become a parody of the very good first season.)
1360
Features / Re: New revs
« on February 22nd, 2014, 08:58 AM »
[Commit revision dae4508]
Author: Nao
Date: Sat, 22 Feb 2014 08:58:13 +0100
Stats: 1 file changed; +1 (insertion), -1 (deletion)

  • I somehow managed to screw up the upgrade process. I'll rework this one to add an extra step to fix everything, but in the meantime, a quick fix to make stuff usable. (Upgrade.php)
1361
Archived fixes / Re: Pretty URL | Unable to Post
« on February 21st, 2014, 07:55 PM »
This wouldn't affect anything, it's just that existing links to actions would break. But it's early, and wouldn't be a problem.
I think..?

Then again, I could also fix the stuff.
1362
Archived fixes / Re: Pretty URL | Unable to Post
« on February 21st, 2014, 04:08 PM »
So, I've fixed the stuff over there. Not sure what caused it, probably the decoding code in QueryString.php, but rather than fixing that, I chose to fix the filters instead, to use the proper current protocol.

Unfortunately, I've also unearthed a new bug, where /post2/ doesn't redirect to the proper topic page, unlike /do/post2/.
Argh.

I'll probably remove support for /action entirely, because it's always been a bit dependent upon the fact that you're not using an action name as your current board's URL...
1363
Features / Re: New revs
« on February 21st, 2014, 04:04 PM »
[Commit revision 21457af]
Author: Nao
Date: Fri, 21 Feb 2014 12:26:25 +0100
Stats: 1 file changed; +1 (insertion), -1 (deletion)

  • Another validation problem... It's sad to add an allowedTo() test just for that, but it'll never be called again once a thought is posted on your forum. (Thoughts.template.php)

[Commit revision 2904574]
Author: Nao
Date: Fri, 21 Feb 2014 16:03:39 +0100
Stats: 5 files changed; +13 (insertions), -10 (deletions)

  • Added $context['protocol'] variable, which saves some typing when trying to determine the current HTTP protocol. (Class-System.php, Credits.php, ManageServer.php, QueryString.php)
  • Fixed support for HTTPS protocol in pretty URLs. (PrettyUrls-Filters.php)
1364
Off-topic / Re: git hiccups
« on February 21st, 2014, 12:30 PM »
Okay, last night GitHub support replied to me, and recognizes that their anti-fake test is a bit too eager, and probably shouldn't be triggered on a fake e-mail such as mine.

They're working on it.

So I'll give it another few days, and hopefully it'll be fixed by then.

If there's one thing I can never take away from GitHub, it's the quality of their tech support. It's free, and yet it never feels like they're sending stock answers, and they're always ready to listen to suggestions. That's amazing. I'd love to be (seen) as caring as they are!
1365
Off-topic / Re: git hiccups
« on February 21st, 2014, 01:07 AM »
So what would you in my place, guys..?
Posted: February 20th, 2014, 09:46 PM

I'm just bumping this because there have been many updated topics, so I'm increasing visibility like the bastard I am. :P

See you tomorrow!