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.
271
Test board / Re: xrunner's testing thread (anyone is invited of course)
« on June 16th, 2013, 01:19 AM »Are you trying to blow up my testing thread? :heck:
* Arantor puts on Marvin the Martian helmet
But where's the kaboom? There was supposed to be a thread-shattering kaboom!
272
Archived fixes / Re: Undefinded function: sendemail()
« on June 16th, 2013, 01:13 AM »
I was testing periodical notifications :P
273
Archived fixes / Re: Undefinded function: sendemail()
« on June 16th, 2013, 12:56 AM »
But I don't want instant notifications for everything :P
274
Archived fixes / Re: Undefinded function: sendemail()
« on June 16th, 2013, 12:39 AM »
Set to periodical.
275
The Pub / Re: Infinite Scroll
« on June 16th, 2013, 12:34 AM »
Nao and I have to do even more to actually trigger it ourselves on this site because we have debug information turned on (and we have it set to show-admins only), so there's a ton extra content under the footer... ;)
276
Archived fixes / Re: Undefinded function: sendemail()
« on June 16th, 2013, 12:26 AM »
Well, I have 39 unread notifications and no emails :(
277
The Pub / Re: Infinite Scroll
« on June 16th, 2013, 12:22 AM »
The thing is, if you're not aware of it, you probably won't ever actually trigger it in the current implementation... which is how we're at the stage we're at where it's live here and people think it isn't.
278
The Pub / Re: Registration process
« on June 15th, 2013, 03:58 PM »
I'm not sure those are counted in member stats in SMF or Wedge actually. Certainly a member account has status 0 until the email is submitted rather than status 1 which is active. (There are a bunch of other statuses but those are the key values here)
I'd have to check to be sure.
I'd have to check to be sure.
279
Plugins / Re: Hooking up data loading
« on June 15th, 2013, 01:04 AM »
I really don't remember enough about it :( Need to find some time to re-read and re-digest everything, but I'm only too aware I'm a deadline now for what I can get done for Wedge.
280
Plugins / Re: Hooking up data loading
« on June 15th, 2013, 12:51 AM »
Last point first, isn't it just a wrapper around wesql::query anyway? If so, it already uses MySQLi by nature. ;)
I don't remember, to be honest. I still like the idea and I can't remember any reason why I didn't get it incorporated before.
I don't remember, to be honest. I still like the idea and I can't remember any reason why I didn't get it incorporated before.
281
Archived fixes / Re: Language cache doesn't turn off
« on June 15th, 2013, 12:08 AM »
Well, you see how the plugin works, right? Just do that again...
282
Archived fixes / Re: Language cache doesn't turn off
« on June 14th, 2013, 11:57 PM »
Heh, I figured you'd probably move it around but that's the beauty of it, it's not exactly hard to do ;)
283
Archived fixes / Re: Plugin CSS isn't cached into its own subdir
« on June 14th, 2013, 11:57 PM »
Most of the reason for that is that the plugin CSS and JS files never got kept in step with the various improvements to the mainline functions, but I never knew what was best for backporting to the plugins to be honest.
284
Features / Re: New revs - Public comments
« on June 14th, 2013, 09:39 PM »
For testing is-callable, sure. But for the actual call, call_user_func / call_user_func_array / the occasions we use variable functions ($function()), I'm not sure whether *they* support class::method or not.
285
The Pub / Re: Infinite Scroll
« on June 14th, 2013, 07:45 PM »
Huh, OK. Was just throwing stuff out there. Had forgotten about the way deferred events work in that situation.