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 - Arantor
2581
The Pub / Re: Looking for volunteers to test the Wedge private alpha!
« on November 2nd, 2012, 10:32 PM »
In one of the private boards...? Just an option, anyway.
2582
The Pub / Re: Looking for volunteers to test the Wedge private alpha!
« on November 2nd, 2012, 10:26 PM »
I can always attach the zip files here in the meantime?
2583
Off-topic / Re: Your typing speed..?
« on November 2nd, 2012, 10:26 PM »
But twice squared the awesome factor :D
2584
Off-topic / Re: Your typing speed..?
« on November 2nd, 2012, 09:59 PM »
83 words done, making about 5 typos - but I corrected them before I moved on, making a total of 429 keystokes. (It reckons 86 WPM)

Also, out of interest, the last time I went to a job centre, I got asked to do a test on data entry, and apparently my rate of entering names, addresses (even allowing for my own typos - and my own correcting them before going on to the next record), was the highest they'd ever seen.

* Arantor is a MACHINE.
2585
Archived fixes / Re: Reserved names
« on November 2nd, 2012, 09:40 PM »
Yup, it is fixed now in trunk :)
2586
Archived fixes / Re: Reserved names
« on November 2nd, 2012, 09:34 PM »
Oops, I broke that in revision 347 - years ago! But fortunately is an easy fix.
2587
Features / Re: New revs
« on November 2nd, 2012, 09:34 PM »
(4 files, 2KB)

Revision: 1761
Author: arantor
Date: 02 November 2012 20:33:18
Message:
! Certain things were inserted twice in the verification process, also there was an extra space. (GenericControls.template.php)

! Oops, stupid parameter missed from custom field creation. (ManageMemberOptions.php)

! Reserved names code was broken, mostly because I managed to remove the form variable back in r347. (ManageRegistration.php, Register.template.php)
----
Modified : /trunk/Sources/ManageMemberOptions.php
Modified : /trunk/Sources/ManageRegistration.php
Modified : /trunk/Themes/default/GenericControls.template.php
Modified : /trunk/Themes/default/Register.template.php
2588
Archived fixes / Re: Media area - Wuthering - linktree
« on November 2nd, 2012, 08:45 PM »
Quote
Hmm... If Chrome, Opera and Firefox exhibit the same behavior, it's not a browser bug...
Except I never tried Opera but Chrome and Firefox do completely different things. Chrome misplaces the z-indexes, Firefox hides them entirely when the popup is active.
2589
Archived fixes / Re: Media area - Wuthering - linktree
« on November 2nd, 2012, 08:02 PM »
This is funky and I almost want to chalk it up to a browser bug.

See, the linktree - including those components - are specified as being z-index 1, while the help popup (not so much the background blackout part) is z-index 999 - yet the browser is not organising it properly. That's true for Chrome 22 based on the above and for Chrome 23 for me.

Meanwhile in Firefox 15 (which is what I have right now), it works semi-properly - when the blackout background kicks in, the gradient corner bits disappear until the background disappears again.
2590
Off-topic / Re: Your typing speed..?
« on November 2nd, 2012, 07:47 PM »
I stopped caring about WPM when I spent more time writing code than anything else, because I've long since learned to concentrate on typing the constructs of programming languages, which is a fair bit different to writing normal words.
2591
Archived fixes / Re: Session error with PHP 5.2.4 Suhosin
« on November 2nd, 2012, 04:26 PM »
That doesn't solve the problem. That just masks it. But I have no idea what is generating the extra code - because I just checked and unless I'm doing something different to you (and I have no idea, you never told me how you had this error), I can't reproduce it.
2592
Archived fixes / Re: Adding a profile field
« on November 2nd, 2012, 04:25 PM »
Bah, stupid bug on my part. I've fixed it locally, thanks for reporting!
2593
Bug reports / Re: Removing Posts not working
« on November 2nd, 2012, 04:15 PM »
OK, so the cause of this is in topic.js:

Code: [Select]
$('.' + opt.sClass).each(function () {
$('<input type="checkbox" name="msgs[]" value="' + this.id.substr(17) + '"></input>')
.click(handleClick)
.appendTo(this);
});

this.id.substr(17) isn't returning anything. What needs to happen is that we need to traverse back up the hierarchy to find the #msgX up the page - or we otherwise embed the id somewhere directly into the .inline_mod_check span as added in Display.template.php.
2594
Archived fixes / Re: Session error with PHP 5.2.4 Suhosin
« on November 2nd, 2012, 04:06 PM »
There's a bigger problem - there is nowhere that that code should be generated, which means there is still a problem - fixing php.ini like that doesn't solve the problem, it just hides it.
2595
Development blog / Re: It only took two guys two years...
« on November 2nd, 2012, 04:01 PM »
You're trying to quote Doctor Who, but neither I or Nao are the Doctor. ;)