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.
1366
Archived fixes / Re: Pretty URL | Unable to Post
« on February 21st, 2014, 01:06 AM »Perhaps it could be something to do with the fact that I only roll over SSL?
1367
Archived fixes / Re: Unable to Browse Site IE
« on February 21st, 2014, 01:05 AM »
Well... I did post a new commit earlier today saying that I'd reverted the function change... :^^;:
This is due to a PHP bug, where closures enclosed within a class method can't call protected or private methods that would normally be available in their scope. Since closures are precisely supposed to be functions that inherit their context's visibility settings, it's really what I'd call a bug.
Hopefully, this problem will only be obvious in that function. But really, enough to make you think twice about going for a 100%-closure codebase, I guess... So much for PHP 5.3 being a must-have?
This is due to a PHP bug, where closures enclosed within a class method can't call protected or private methods that would normally be available in their scope. Since closures are precisely supposed to be functions that inherit their context's visibility settings, it's really what I'd call a bug.
Hopefully, this problem will only be obvious in that function. But really, enough to make you think twice about going for a 100%-closure codebase, I guess... So much for PHP 5.3 being a must-have?
1368
Plugins / Re: Plugin idea - Mark as Sold
« on February 21st, 2014, 12:58 AM »Hmm...
For people with classiefied boards, this plugin makes sense.
1369
Archived fixes / Re: List v1
« on February 21st, 2014, 12:57 AM »
Yes, because it gives me a feeling of getting things done ;) Thanks!
1370
Archived fixes / Re: Modifying message icons gives error
« on February 21st, 2014, 12:57 AM »
I don't know, I don't even remember where the setting is...
1371
Archived fixes / Re: Unable to Browse Site IE
« on February 21st, 2014, 12:52 AM »
Just make sure to test the latest version in IE9, and mark this as solved ;)
1372
Archived fixes / Re: HTML5 validation report
« on February 21st, 2014, 12:51 AM »
First error is due to my saving a useless allowedTo() query just for a field validation. Basically, guests will get incorrect HTML if no thoughts have been entered so far, and only guests, and it doesn't even break the layout at all.
Dunno if it's worth adding the test...
Second one... What's the HTML around it? Because I don't see that in my code...
Oh BTW, the other errors are fixed. (See New Revs topic.)
Dunno if it's worth adding the test...
Second one... What's the HTML around it? Because I don't see that in my code...
Oh BTW, the other errors are fixed. (See New Revs topic.)
1373
Bug reports / Re: Version check
« on February 21st, 2014, 12:45 AM »
Yes, I think there are already other topics (or at least one) devoted to this.
I haven't deleted this area so far because I want to work ASAP on turning it into a proper updater.
I haven't deleted this area so far because I want to work ASAP on turning it into a proper updater.
1374
Archived fixes / Re: Secret question
« on February 21st, 2014, 12:44 AM »
It's supposed to be case-sensitive.
Of course, I could rewrite it so that it's insensitive, but it would also break your existing answers. :-/
Disabled? Hmm... I don't know. I don't think it matters, usability-wise.
Of course, I could rewrite it so that it's insensitive, but it would also break your existing answers. :-/
Disabled? Hmm... I don't know. I don't think it matters, usability-wise.
1375
Archived fixes / Re: List v1
« on February 21st, 2014, 12:20 AM »
Please don't forget to strike out ('s' tag) a topic if it's been solved. :)
I'll start looking into this list ASAP, but I've been busy IRL in the last couple of days, and I'm getting lost!
(Also, this GitHub problem is getting on my nerves...)
I'll start looking into this list ASAP, but I've been busy IRL in the last couple of days, and I'm getting lost!
(Also, this GitHub problem is getting on my nerves...)
1376
Archived fixes / Re: Modifying message icons gives error
« on February 21st, 2014, 12:19 AM »
Is this a Wedge or SMF feature..? Can't remember.
1377
Importing into Wedge / Re: Importer tool
« on February 20th, 2014, 11:45 PM »
[Commit revision ed0e2b2]
Author: Nao (Signed-off)
Date: Thu, 20 Feb 2014 23:45:23 +0100
Stats: 1 file changed; +25 (insertions), -6 (deletions)
Date: Thu, 20 Feb 2014 23:45:23 +0100
Stats: 1 file changed; +25 (insertions), -6 (deletions)
- Updated SMF2 importer to the latest Wedge version. Warning: untested! Written following Thorsten's guidelines. (smf2_to_wedge.xml)
1378
Features / Re: New revs
« on February 20th, 2014, 11:17 PM »
[Commit revision cf99d97]
Author: Nao
Date: Thu, 20 Feb 2014 22:49:41 +0100
Stats: 1 file changed; +1 (insertion), -1 (deletion)
[Commit revision 7c35f7d]
Author: Nao
Date: Thu, 20 Feb 2014 22:50:41 +0100
Stats: 1 file changed; +1 (insertion), -1 (deletion)
Date: Thu, 20 Feb 2014 22:49:41 +0100
Stats: 1 file changed; +1 (insertion), -1 (deletion)
- Fixed duplicate headers breaking HTML validation. Hopefully, won't break AJAX mode. Shouldn't. (Thoughts.template.php)
[Commit revision 7c35f7d]
Date: Thu, 20 Feb 2014 22:50:41 +0100
Stats: 1 file changed; +1 (insertion), -1 (deletion)
- Fixed duplicate classes in board template. (Boards.template.php)
1379
Archived fixes / Re: Pretty URL | Unable to Post
« on February 20th, 2014, 10:57 PM »Interesting Development.
It works ok with everything ticked but "Board URLs", as soon as that is ticked it breaks.
I'll have a look ASAP. I'm late for this, but I've gotta say, this FTP problem kinda upsets me, ah ah...
(And sorry for complaining about your 'host'. I only know the basics of hosting, so can't really complain... Not my job!)
1380
Plugins / Re: Plugin idea - Mark as Sold
« on February 20th, 2014, 10:54 PM »
Does this warrant a spot in the plugins area..? Seems a bit overkill to me. I dunno. Opinions..?