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 - Nao
5851
Off-topic / Re: I'm in love all over again
« on March 23rd, 2012, 02:28 PM »
I don't know about Pete, but I tend to spend most of my time fixing implementations rather than implementing new things, and when I implement something new, I tend to go for what for will make Wedge better, rather than what I absolutely want in it. (Sometimes these go well together, though, but I try to be realistic!)
5852
Archived fixes / Re: Bug with color & font selectboxes
« on March 23rd, 2012, 02:27 PM »
Quote from Arantor on March 23rd, 2012, 02:20 PM
In non WYS that would be correct behaviour, I guess.
I'll be working on that.
Meanwhile, can someone go there and rate the picture "0"? Thank you. I'm trying to look into a bug ;)
5853
Features / Re:
« on March 23rd, 2012, 02:24 PM »
Quote from Arantor on March 23rd, 2012, 02:18 PM
And this is why we htmlspecialchars the subject and never, ever un_htmlspecialchars it for any reason ;)
Only, we still use the addcslashes on double-quotes that's originally in SMF2.
So we get value="\"Something\"" which in turn some browsers will see as '' (empty), and others as \, but never as "Something".
So I got rid of the addcslashes.
5854
Plugins / [Plugin] Re: Facebook for Wedge
« on March 23rd, 2012, 02:22 PM »
That's the joy/curse of a plugin system. We'll have to add plenty of hooks to accomodate for plugins. But as long as the request is understandable, we'll do it Ouiz pléjeuh[1].
 1. © Jean Dujardin.
5855
Archived fixes / Re: Bug with color & font selectboxes
« on March 23rd, 2012, 02:17 PM »
Quote from Arantor on March 23rd, 2012, 01:48 PM
Quote
but how is it correct behavior exactly...?
In WYSIWYG mode it should change and stay there to indicate the current style. In non WYSIWYG mode it should do as MultiformeIngegno suggests.
I think that in non-Wys, I should reset the select box to default all the time, since it never updates when moving through the post.
5856
Features / Re: \
« on March 23rd, 2012, 02:10 PM »
Quote from MultiformeIngegno on March 23rd, 2012, 01:01 PM
Interesting topic. I'd go for the "security side". If a user has troubles logging in he can always use the recovery feature!
Hey, interesting subject :P
I just discovered that any subjects with double quotes in them will get cut off at the first quote.
(Fixed, of course. Although I sure hope my fix will be scrutinized for security, too!)
5857
Archived fixes / Re: Bug with color & font selectboxes
« on March 23rd, 2012, 01:40 PM »
Ain't got time to check (dozens of bugs at the same time :P), but how is it correct behavior exactly...?
Also, I suspect this would only happen in Wysiwyg?
5858
Archived fixes / Re: Thoughts edits now shown in the sidebar
« on March 23rd, 2012, 01:33 PM »
I'll look into this. Thoughts on the right are, for performance reasons, cached in the user's data field, which is accessed through updateMyData, so it should be easy to spot.

PS: please don't post screenshots in public where links to Friend topics are in clear view ;)
5859
Plugins / [Plugin] Re: Facebook for Wedge
« on March 23rd, 2012, 12:53 PM »
Quote from Pandos on March 23rd, 2012, 12:50 PM
Great!
The only thing left is to implement the like button.
Reusing the Wedge feature would be good.
With a profile setting to disable communication with FB if one doesn't want to share likes over there? Or maybe a per-post choice.
And making sure not to share the like if done on a non-public topic.
5860
Archived fixes / Re: IE8: menu broken (with fix)
« on March 23rd, 2012, 11:03 AM »
So, err... Does it work now, here?
I applied the menu>li change to index.ie8.css.
5861
Features: Miscellaneous / Re: Media area (Aeva Media integration)
« on March 23rd, 2012, 10:12 AM »
So, err... Just wanted to point out that I just restored the Media area on Wedge.org ;)
The importer doesn't deal with AeMe yet, but I transmitted my import notes to TE so that he can easily do the job.

So what's new in Wedge's Media area, compared to SMF's Aeva Media...?

Really, mainly two things:

- the Media area is based upon AeMe 2.1, i.e. the commercial version. (Feature list.)
- the Highslide lightbox (dozens of kilobytes of JavaScript code) was replaced with my very own Zoomedia (4kb of code, 1.75kb gzipped :P), which has the same feature set (except for slideshows and other details), and will eventually match it. Zoomedia is still under development, and its main reason for being, is that the Highslide license is quite unclear and couldn't possibly be used on 'commercial' websites, even if it's just a fan website with a few ads or something. So, Zoomedia's license will be much simpler -- it's the Wedge license -- so you can use it on commercial websites for sure. There you go.

Audio/video embedding is non-existent at best. Wedge is still using JWPlayer at this point, and I'm not sure where to go with it.
- Keeping it? Means that commercial websites need to buy the license... Same problem as with Highslide. (Except that the Highslide problem is fixed now :P)
- If keeping it: staying at the current version will prevent JWP from using its latest improvements. But OTOH it's also the last version that doesn't enforce the watermark logo, ah ah.
- Removing it? That would also mean removing the audio spectrum analyzer, which looks really cool (I do have the source code and I guess I could port it to something else, but... it's not like it'd be enjoyable a task). And then, replacing it with what?
- FlowPlayer? The license is unclear at best, while certainly better than JWPlayer's.
- MediaElementJS? It's a nice replacement indeed. But I don't know if it's ready for use in Wedge. Hadn't been on their website for some time. Last time, everything worked. This time, their audio player is broken... Hmm. And it seems that the volume control never records the current volume. (Although it could be done in JavaScript + cookies if using the non-Flash version of the player.) Also, MEJS currently doesn't support 'proper' playlists. Although Aeva Media's playlist system is 90% custom stuff and just expecting the Flash component to 'play along', I'm not sure it'd be easy to do in MEJS. Maybe even in Flow...
- Something else? What?

It feels like I've had these conversations last year already, it's probably even the case, but now would be, I guess, the right time to look into it again...

Oh, and... ZOOMEDIA FEEDBACK WELCOME :P
5862
Plugins / [Plugin] Re: Facebook for Wedge
« on March 23rd, 2012, 09:55 AM »
I never got around to implementing reposting of thoughts to Twitter (which was, I'm a bit ashamed, my original plan :P), so it's good that someone at least considers reposting them automatically to Facebook :)
5863
Off-topic / Re: I'm in love all over again
« on March 23rd, 2012, 07:17 AM »
Even SMF has a phpBB importer ;)
5864
Features / Re: Users Online Today
« on March 23rd, 2012, 07:14 AM »
I'll be installing more plugins in the future.
I'm overall very impressed with how clean the plugin system is.
I just need the language loader to be fixed now :P
Ps. Hmm. No draft autosave on this post. It does it sometimes though, on iOS.
5865
Imagine that: clicking the submit button right when the autosave triggers.
It's only a problem for a week at the most, though.