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.
3301
The Pub / Re: When can I download Wedge? / Where can I download Wedge?
« on May 30th, 2012, 06:41 PM »
It'll probably work but I doubt it'll work very well!
3302
Plugins / Re: Hooks for loadMemberData and loadMemberContext
« on May 30th, 2012, 05:43 PM »
Did you call it weQuery in the end? Anyway, it's the doohickey you wrote ;)
3303
Archived fixes / Re: Optimizing parse_bbc() and Aeva
« on May 30th, 2012, 04:46 PM »But lookups aren't only for titles. They also fetch information such as whether embedding is allowed (for YouTube). This is the kind of information I like having around.
I could always show it on hover... (although I don't think hover works on a Flash item...? Or maybe it works if I put the hover on the container div... Will try that.)
It's just as easy for Aeva, unless you want to support the extra features.
Well, in terms of features SAVE is limited to doing a preg_replace on the URLs. Of course it also probably makes it a bit faster than Aeva, but it also prevents it from things like disabling embedding after X embeds on a page.
Basically, it's limited. Not something I'd ever want to do!
I considered that, but (1) I don't have enough knowledge in the plugin system, (2) I could care less about these sites anyway...
One thing to note is that aeva_onposting would best be placed inside preparsecode(), but Post2.php doesn't always call it, as I mentioned in my thoughts.
Right now, my 'fix' was to call it as well from JSModify.php, because that's something that I forgot to import from Aeva 7's xml files -- believe it or not, I actually skipped that bit and this is the reason why quick edit never properly preparsed a video link...
3304
Plugins / Re: Hooks for loadMemberData and loadMemberContext
« on May 30th, 2012, 04:22 PM »
*nods* Something needs to be done, guess I need to go read up about wesqlQuery and implementing it. Life is just 'complicated' right now :(
3305
The Pub / Re: The Cookie Law (in the UK at least)
« on May 30th, 2012, 04:19 PM »
Hey, I thought it was nice to see feline... I mean, she and I *actually agreed* on something the other day! It's also nice to have discussions with people who are aware of all the consequences of changing some of the things I've speculated about, because in my case they were only speculative rather than attempted...
In Wedge's specific case, there is no WAP/WAP2/imode to deal with, so we only need to worry about the one codepath for users.
In Wedge's specific case, there is no WAP/WAP2/imode to deal with, so we only need to worry about the one codepath for users.
3306
Archived fixes / Re: Optimizing parse_bbc() and Aeva
« on May 30th, 2012, 04:18 PM »
Well, with something like this, I'd look at the alternatives - namely the youtube bbc or similar. None of those show the title after the video, nor do any of them have a convenient link either.
I'm not bothered with the title (and does this mean you can avoid the lookup aspect?) but the link to the video would be useful to have.
:edit: Ninja'd.
I'd note that vbgamer's mod supports about 60 sites these days and he does add new ones reasonably easily. What would be ideal is if it becomes possible to provide new auto embed options easily (i.e. as a plugin) and if that's doable we can farm all the smaller ones out to plugins and then create plugins as needed.
Honestly, the extra weight of the url surroundings in the database is small enough not to worry about, and the performance benefit is worth the effort, IMHO.
Hmm, it's complicated.
I'm not bothered with the title (and does this mean you can avoid the lookup aspect?) but the link to the video would be useful to have.
:edit: Ninja'd.
I'd note that vbgamer's mod supports about 60 sites these days and he does add new ones reasonably easily. What would be ideal is if it becomes possible to provide new auto embed options easily (i.e. as a plugin) and if that's doable we can farm all the smaller ones out to plugins and then create plugins as needed.
Honestly, the extra weight of the url surroundings in the database is small enough not to worry about, and the performance benefit is worth the effort, IMHO.
Hmm, it's complicated.
3307
Features / Re: New revs
« on May 29th, 2012, 08:34 PM »
(2 files, 1KB)
Revision: 1600
Author: arantor
Date: 29 May 2012 19:33:25
Message:
! Allow plugin-defined actions to call static class methods as well as regular functions. (index.php, Load.php)
----
Modified : /trunk/Sources/Load.php
Modified : /trunk/index.php
Revision: 1600
Author: arantor
Date: 29 May 2012 19:33:25
Message:
! Allow plugin-defined actions to call static class methods as well as regular functions. (index.php, Load.php)
----
Modified : /trunk/Sources/Load.php
Modified : /trunk/index.php
3308
Features / Re: Rewriting the skin file parser...
« on May 29th, 2012, 05:36 PM »
Putting aside the position of the replace keyword, just consider the remainder of the terms - index.replace.some,thing.css should replace index.some,thing.css but not index.thing,some.css.
While I can see the logic of arguing either way, I'd strongly be in favour of keeping it simple.
While I can see the logic of arguing either way, I'd strongly be in favour of keeping it simple.
3309
The Pub / Re: Improvement to drafts (and posting, actually) I need to do
« on May 29th, 2012, 05:34 PM »
You know what, though? I wrote the damn thing and I only barely remember how I did it :P
3310
Features / Re: Rewriting the skin file parser...
« on May 29th, 2012, 04:41 PM »
You're right, array(1, 2) != array(2, 1) but that's sort of the point.
I'd keep it simple: if you indicate replace, and there's a suffix after that, that's all that's replaced. Bear in mind that we'll have to explain this to other people!
I'd keep it simple: if you indicate replace, and there's a suffix after that, that's all that's replaced. Bear in mind that we'll have to explain this to other people!
3312
Features / Re: New WYSIWYG editor..?
« on May 28th, 2012, 06:13 PM »
Write's younger than the tools we're talking about ;)
3313
Features / Re: New WYSIWYG editor..?
« on May 28th, 2012, 05:23 PM »
Seems to me there's a fair-few old-school people here :)
3314
The Pub / Re: The Cookie Law (in the UK at least)
« on May 28th, 2012, 02:43 PM »
@billy2: I would argue that that's acceptable within the bounds of implied consent.
@markham: The number of guests shown in Live's case is thoroughly misleading, I think. The problem is, it's thoroughly misleading in both directions, because it does actually fall back to Nao's suggestion of using IP addresses for tracking.
But without the session linking them together, if you make two requests, with a different IP address between them, that's now two guests, not one.
@markham: The number of guests shown in Live's case is thoroughly misleading, I think. The problem is, it's thoroughly misleading in both directions, because it does actually fall back to Nao's suggestion of using IP addresses for tracking.
But without the session linking them together, if you make two requests, with a different IP address between them, that's now two guests, not one.
3315
Features / Re: New WYSIWYG editor..?
« on May 28th, 2012, 02:41 PM »
Well, I wasn't thinking of WordPerfect though it's certainly the age I'm thinking of. I'm actually thinking of a program that was popular back then called Scribble! and had a half-inch manual discussing all its formatting prowess!
Then I remember one of the first 'what you see is what you get' doohickeys on the Amiga, called Wordsworth. I find it telling that I can *still* navigate that today more easily than I can the current version of Word.
Then I remember one of the first 'what you see is what you get' doohickeys on the Amiga, called Wordsworth. I find it telling that I can *still* navigate that today more easily than I can the current version of Word.