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.
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.
* 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 »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.
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 »Nooot so sure. Though I can't think of a better name myself.Quote from Arantor on February 12th, 2012, 02:12 AM And 'Look and Layout' to 'My Preferences'.
729
Plugins / Re: Lazy Load Inages
« on February 11th, 2012, 04:25 AM »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.
Note that data-src is not wonderfully supported (IE, Imma looking atchu) but the idea is certainly worth experimenting with.
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.
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)
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 »+ 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)
732
Plugins / Re: Add-on Manager: Mechanics
« on February 9th, 2012, 02:21 AM »! 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)
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
The Pub / Re: Will Wedge be a forum with an integrated Gallery(Aeva Media)?
« on February 2nd, 2012, 08:48 AM »
That bug isn't in Wedge at all