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 - live627
721
Features / Re: Requiring JS in the admin panel
« on February 14th, 2012, 08:21 AM »
* puts candy in eye "Ooh, eye candy, so purdy!"
* Tries to remove it "Oh it's sticky. And it hurts!"



...actually, I wonder if some dumb kid has done that.
722
Features / Re: Requiring JS in the admin panel
« on February 14th, 2012, 07:17 AM »
Wait, when was Wedge about the eye candy? :P
723
Features / Re: Disallowing edits to posts
« on February 12th, 2012, 10:27 PM »
What about giving the mod the choice when they ed it a post if  they want to luck it from future author edits instead/in addition to it being  a  global admin setting?
724
The Pub / Re: Quick moderation
« on February 12th, 2012, 06:41 PM »
Ah yes. I started a rewrite using classes but you said it wasn't the right approach IIRC.... after I get back I can upload it in the private area for you to look at if you'd like.
725
The Pub / Re: Quick moderation
« on February 12th, 2012, 06:26 PM »
Did it also run the extra queries even if the only option available in QMod is mark as read? That would be quite harsh since that could be all members, not just moderators.
726
Features / Re: Board descriptions
« on February 12th, 2012, 04:01 AM »
Quote
Or, I could remove it from display, not bother with the extra, and turn it into a plugin like the 'Board Notice' mod for SMF or similar.
Does that mean we get a hook on the message index now? (Buttons don't count here)
727
The Pub / Re: Quick moderation
« on February 12th, 2012, 03:58 AM »
I think that the icons are clumsy. Checkboxes make more sense to me.
728
Features / Re: Profile tab on the main menu
« on February 12th, 2012, 03:48 AM »
Quote from Norodo on February 12th, 2012, 03:41 AM
Quote from Arantor on February 12th, 2012, 02:12 AM
And 'Look and Layout' to 'My Preferences'.
Nooot so sure. Though I can't think of a better name myself.
It's better than what I thought up (My Options)
729
Plugins / Re: Lazy Load Inages
« on February 11th, 2012, 04:25 AM »
Is there anything you have NOT discussed?? Oo
Quote
In our case, the real bulk of images that this will affect are user supplied (pretty much all the base images are CSS driven), but I suppose it might make a difference.
Ooh, the gallery is big on that.
Quote
Note that data-src is not wonderfully supported (IE, Imma looking atchu) but the idea is certainly worth experimenting with.
The original uses data-original, but the same principle. It works in IE8, so I'll probably turn it off for 7 and below.
Quote
Also, please let me know if you have trouble with the buffer hook, because it's a buffer not a conventional hook and I have a slightly funny feeling it may not work properly.
Oh yes, I'll let you know.
730
Plugins / Lazy Load Inages
« on February 11th, 2012, 02:37 AM »
I got this idea from http://www.appelsiini.net/projects/lazyload (actually, I saw jQuery website's avatars  do this). So I decided to make a plugin for Wedge that does just this.

What it does (or will do, as I didn't write it yet) is hook into the buffer, find all img tags with a regex, use data-src for the image link, put a blank grey image as its src, and wrap noscript tags around a copy of the original img tags to not leave noscript users in the cold. Then the jquery changes data-src to src when it is scrolled into view, vertically or horizontally.

And I also  attacked the script to remove unneeded cruft. Now, it is a nice 277 bytes once minified and gzipped. (2KB uncompressed)
731
Features / Re: New revs - Public comments
« on February 10th, 2012, 01:02 AM »
Quote
+ Added the two new hooks to the known hooks list, and removed the old core features hook from it. I wasn't sure about the sections to file them in, so I did my best to make a guess. (ManagePlugins.php)
This deserves a high-five. First commit from Nao regarding plugins/hooks. Well done! ;)
732
Plugins / Re: Add-on Manager: Mechanics
« on February 9th, 2012, 02:21 AM »
Quote
! Remove file edits from the master copy of the plugin info specification. It isn't implemented currently and isn't going to be in future, so no need to document its format. (plugin-info.rng)
The OP needs updated to reflect this.
733
Off-topic / Re: Customer Care
« on February 8th, 2012, 07:07 AM »
Giraffe bread!? LMAO!
734
Development blog / Re: This. Is. Crazy.
« on February 4th, 2012, 11:21 PM »
Aww, the first blog post that mentions me! Now that's a first!
735
That bug isn't in Wedge at all