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.
5776
Off-topic / Re: Behind on standards.
« on March 28th, 2012, 09:07 AM »
Is it no longer Opera based then?
5777
Archived fixes / [Fixed] Re: Bug with color & font selectboxes
« on March 28th, 2012, 12:15 AM »
Yeah.
Okay, I fixed it so that the quick access box works okay.
Fixed items are still broken though. I'll have to consider this further tomorrow. I'm an hour past my bed time.
Okay, I fixed it so that the quick access box works okay.
Fixed items are still broken though. I'll have to consider this further tomorrow. I'm an hour past my bed time.
5778
Archived fixes / [Fixed] Re: Bug with color & font selectboxes
« on March 28th, 2012, 12:07 AM »
You mean, before today?
The problem was with details. There's only ONE select box that used that feature before. Because I wrote the text content for the new select box myself, I added details for it as well -- and I noticed that they were broken, i.e. they were showing in a single line and deforming the entire select box. So I rewrote the code to hide details, then force the dropdown to the current width, and reenable them.
Hmm, maybe I should do that on $dd rather than $items...
The problem was with details. There's only ONE select box that used that feature before. Because I wrote the text content for the new select box myself, I added details for it as well -- and I noticed that they were broken, i.e. they were showing in a single line and deforming the entire select box. So I rewrote the code to hide details, then force the dropdown to the current width, and reenable them.
Hmm, maybe I should do that on $dd rather than $items...
5779
Archived fixes / Re: Time offset (auto detect)
« on March 28th, 2012, 12:05 AM »
Hmm yeah, but I have other priorities, known song :)
Hey! Opera 12.00 just went past Chrome in terms of HTML5 support :eheh:
http://html5test.com/index.html
It's the first time in a LONG time that this has happened. It's now at 379 (if you enable websockets in opera:config), versus 375 for Chrome apparently.
Only problem is -- this new version of 12.00 is unusable for me... It's awfully, horribly slow! On a Core i7 machine!! I guess it's not the case everywhere, though.
Hey! Opera 12.00 just went past Chrome in terms of HTML5 support :eheh:
http://html5test.com/index.html
It's the first time in a LONG time that this has happened. It's now at 379 (if you enable websockets in opera:config), versus 375 for Chrome apparently.
Only problem is -- this new version of 12.00 is unusable for me... It's awfully, horribly slow! On a Core i7 machine!! I guess it's not the case everywhere, though.
5780
Off-topic / Re: Doctor Who
« on March 27th, 2012, 11:40 PM »
Spoiler-free? I mean, if one has read the previous posts in here...?
5781
Archived fixes / [Fixed] Re: Bug with color & font selectboxes
« on March 27th, 2012, 11:39 PM »
messageindex -> select a topic -> click the moderation select box. See, the dropdown is actually narrower than most of the options. Also, if you click 'move to', another sbox shows up, where this time the width is okay, but the mouse hover area is very small (try it).
Heck. Just realized that the quick access box also has the problem... :-/
I guess I'll have to revert. But this also means that my fix for detail boxes will have to be rethought. ARGH. I'm through with 'bug fixing that creates more new bugs'...
Heck. Just realized that the quick access box also has the problem... :-/
I guess I'll have to revert. But this also means that my fix for detail boxes will have to be rethought. ARGH. I'm through with 'bug fixing that creates more new bugs'...
5782
Off-topic / Re: Doctor Who
« on March 27th, 2012, 11:28 PM »
(I fixed it, didn't I...?)
BTW, the first episode of Titanic, from the author of Downton Abbey, was broadcast a few days ago. It has Jenna something in it. I watched a bit of it... And was absolutely, definitely not thrilled by her. :-/
BTW, the first episode of Titanic, from the author of Downton Abbey, was broadcast a few days ago. It has Jenna something in it. I watched a bit of it... And was absolutely, definitely not thrilled by her. :-/
5783
Archived fixes / Re: Time offset (auto detect)
« on March 27th, 2012, 11:24 PM »
I update the footer rev number manually.
Let's be clear -- in 99% of all cases, Wedge.org is running the latest rev (dare I even say -- a newer rev, because I do my testing here so it's got uncommitted stuff in it). I just forget to update the rev number here when I commit...
Although it did happen once that I committed, and forgot to upload the committed file here.
:edit: updated. As I said, the files were all up to date. Bed time!
Let's be clear -- in 99% of all cases, Wedge.org is running the latest rev (dare I even say -- a newer rev, because I do my testing here so it's got uncommitted stuff in it). I just forget to update the rev number here when I commit...
Although it did happen once that I committed, and forgot to upload the committed file here.
:edit: updated. As I said, the files were all up to date. Bed time!
5784
Archived fixes / [Fixed] Re: Bug with color & font selectboxes
« on March 27th, 2012, 10:57 PM »
Oh, bugger... Looks like the Fixed selectbox system is broken. From what I saw in the quick moderation sbox at least...
I don't get it. I did the fixing specifically for my membergroup select box earlier today. I tested it. It still works. It just seems to fail in that particular situation... And, I suspect, in others as well.
I don't get it. I did the fixing specifically for my membergroup select box earlier today. I tested it. It still works. It just seems to fail in that particular situation... And, I suspect, in others as well.
5785
Archived fixes / Re: Bug with color & font selectboxes
« on March 27th, 2012, 10:53 PM »You really should take a break for a day or so.
@Lorenzo> Fixed locally and here! Will commit tomorrow. I only had to add two lines of code :)
if (!this.bRichTextEnabled)
sel.attr('selectedIndex', 0).sb();5786
Features / Re: Badges and the displaying thereof
« on March 27th, 2012, 10:38 PM »
@Farjo> Right now, what I'm implementing is this (loosely related to your post):
- 'Hide post-based membergroups' is no longer a theme setting (I'm going to try and remove most of the theme settings, really -- they should be core settings IMHO, and as discussed elsewhere, theme settings should be things that really are theme-specific.)
- Instead, the Manage Membergroups settings page offers a new select box where you can select one of these:
- Show no membergroups at all
- Show all membergroups (normal + post-based)
- Show normal membergroups only
- Show post-based membergroups only
- Show post-based membergroups only if no normal membergroup is set (that's the equivalent to the original SMF option.)
I'm only adding these for now, but I guess we could also take rank images into account -- or instead get rid of my select box and allow for every new membergroup to be set differently: 'show this membergroup in addition to others', 'show this membergroup's badge in addition to others', 'hide this membergroup if another normal group is shown', 'hide this membergroup if any other group is shown', etc...
Only, it would possibly get complicated to set these up, so I went for the middle solution, my select box. We could also add a second selectbox in the same page that does exactly that, with rank images instead of membergroups.
Actually, I'm also doing this all to 'learn' (or rather, re-learn) how to properly implement new settings in the admin area. I hadn't done this kind of thing for several years...
- 'Hide post-based membergroups' is no longer a theme setting (I'm going to try and remove most of the theme settings, really -- they should be core settings IMHO, and as discussed elsewhere, theme settings should be things that really are theme-specific.)
- Instead, the Manage Membergroups settings page offers a new select box where you can select one of these:
- Show no membergroups at all
- Show all membergroups (normal + post-based)
- Show normal membergroups only
- Show post-based membergroups only
- Show post-based membergroups only if no normal membergroup is set (that's the equivalent to the original SMF option.)
I'm only adding these for now, but I guess we could also take rank images into account -- or instead get rid of my select box and allow for every new membergroup to be set differently: 'show this membergroup in addition to others', 'show this membergroup's badge in addition to others', 'hide this membergroup if another normal group is shown', 'hide this membergroup if any other group is shown', etc...
Only, it would possibly get complicated to set these up, so I went for the middle solution, my select box. We could also add a second selectbox in the same page that does exactly that, with rank images instead of membergroups.
Actually, I'm also doing this all to 'learn' (or rather, re-learn) how to properly implement new settings in the admin area. I hadn't done this kind of thing for several years...
5787
The Pub / Re: Ready for prime time...?
« on March 27th, 2012, 10:20 PM »
Sure they could.
Actually I just noticed that in Facebook, there's always an X next to posts.
If the post is yours, it allows you to delete it.
If it isn't, the X is actually a report button ;)
Pretty similar to my idea...
Actually I just noticed that in Facebook, there's always an X next to posts.
If the post is yours, it allows you to delete it.
If it isn't, the X is actually a report button ;)
Pretty similar to my idea...
5788
Off-topic / Re: The browser you loved to hate
« on March 27th, 2012, 10:17 PM »
Nice, original numbers! ;)
5789
Archived fixes / Re: Time offset (auto detect)
« on March 27th, 2012, 10:16 PM »
Crap...
What should it give you?
Try in Opera maybe? It might be a browser bug...
What should it give you?
Try in Opera maybe? It might be a browser bug...
5790
The Pub / Re: When can I download Wedge? / Where can I download Wedge?
« on March 27th, 2012, 10:14 PM »
Maybe they thunk it's like SMF2: having tons of bugs they still released it ;)