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.
4366
Off-topic / Re: Happy birthday, Arantor!
« on October 3rd, 2012, 02:05 PM »Um... my birthday was Monday :whistle:
Miguel Samiez was born on October 1st, just like you.
Miguel was my first 'business partner', in that I actively sought working with him (just like I did with you!) when I first heard a couple of tracks he wrote for Kyodai Mahjongg as an 'apology' for stealing a few Final Fantasy audio CDs back when we barely knew each other through a mutual friend.
That is, Miguel was instrumental in making Kyodai Mahjongg successful (although he'd probably deny it because it was successful before he joined me), and we went on collaborating for many years until he moved to Switzerland. (Where he became 'Aeryal' and released plenty of CDs that are even better than his KMJ tracks -- http://www.aeryal.net)
So, it looks like there's a cosmic thingy that makes me generally like Libra people (seriously, I have yet to know a Libra I don't like, and I don't believe in this astrology crap which can't even tell whether I'm Pisces or Aries!), and makes me work successfully with Libras from October 1st!
Then, it would seem that the stars have their word to say about Wedge, and these are good words :)
4367
Features / Re: New revs - Public comments
« on October 2nd, 2012, 11:26 PM »
I've fixed sbox.js, now it correctly applies its style to the language select box.
All that's left to fix is the CSS files showing a "../../Themes/" relative URL (i.e. one "../" too many), I must admit I don't know where to start with this one... (It's either in Subs-Cache or Class-CSS, obviously.)
Will have to wait until tomorrow...Quote from Arantor on October 2nd, 2012, 11:13 PM I don't know. Perhaps I'm wrong. The error I was trying to fix was the default_theme_url bug, which I fixed later by adding a proper alias for it. Perhaps moving the code around wasn't needed...
So, what you're saying is that updateSettings can be called without issues in the installer as long as wesql is loaded..? (I haven't looked into it...)Quote And the HTML had what...?Quote Alrighty :)
Oh, I'm probably gonna have to fix language caching as well... I'm not sure... But it seems that the temp cache file for JS doesn't store the language, it always uses English strings even though my default language is French... Hmm.
All that's left to fix is the CSS files showing a "../../Themes/" relative URL (i.e. one "../" too many), I must admit I don't know where to start with this one... (It's either in Subs-Cache or Class-CSS, obviously.)
Will have to wait until tomorrow...
Odd, if that were true it should have failed before that - the error in question is that wesql doesn't exist, which is why updateSettings fails.
So, what you're saying is that updateSettings can be called without issues in the installer as long as wesql is loaded..? (I haven't looked into it...)
No, I just got to a screen that only had a gradient and nothing else... ;) I couldn't even press anything to go to the next page.
Oh, I'm probably gonna have to fix language caching as well... I'm not sure... But it seems that the temp cache file for JS doesn't store the language, it always uses English strings even though my default language is French... Hmm.
4368
Features / Re: New revs - Public comments
« on October 2nd, 2012, 10:50 PM »That would be the case if it weren't for the fact I'm talking about two completely different problems.
The problem of the installer crashing and burning is still related to updateSettings. The installer hack gets around that.
The problem doesn't show up at first because the error message(s) (with XDebug) are shown inside an HTML tag, so you can't see them on the HTML rendition.
The problem of sbox.js being undefined on every single fresh install has been a problem for many months now.
I was attempting to debug it - at which point you asked me what was in <head>, I attempted to do a fresh install to see what the state of play was, only to find it completely broken... but this problem is not resolved.
Another bug: the cache purge at the end of the install process still considers /cache/ to be where it can find CSS and JS files. Uh. I've fixed that... Same with the 404 redirect code in QueryString.php.
And I've set a default $theme['default_theme_url'] because it's used in loadLanguage and isn't defined during install. That one may be a SMF bug, though...! And again, the errors don't show up because they're inside a tag.
Anyway... I'm still right in the middle of all this. I'm stumped that I had so many outstanding bugs in the install script. Although it's true I haven't run it in a long time...
Caching is cool. But it really adds a lot of complexity... :)
4369
Off-topic / Re: Happy birthday, Arantor!
« on October 2nd, 2012, 07:30 PM »well, hell... Happy Birthday to you, Arantor... another Libra - that explains things. :)
4370
Off-topic / Re: Happy birthday, Arantor!
« on October 2nd, 2012, 12:20 PM »
Hey, happy birthday man!
4371
Features / Re: New revs
« on October 2nd, 2012, 12:04 AM »
rev 1726
(2 files, 1kb)
! Shouldn't commit when I'm tired... Anyway -- restored some debug session changes and moved a hardcoded style to the media stylesheet. (Media.template.php, media.css)
(2 files, 1kb)
! Shouldn't commit when I'm tired... Anyway -- restored some debug session changes and moved a hardcoded style to the media stylesheet. (Media.template.php, media.css)
4372
Features / Re: New revs
« on October 1st, 2012, 11:37 PM »
rev 1725
(2 files, 1kb)
! The curse of the Last-Minute Tweak... Fixed padding and margins in media homepage. (Media.template.php, media.css)
(2 files, 1kb)
! The curse of the Last-Minute Tweak... Fixed padding and margins in media homepage. (Media.template.php, media.css)
4373
Features / Re: New revs
« on October 1st, 2012, 11:28 PM »
rev 1724
(4 files, 13kb)
* The homepage is now consistent between recent and random items. (Media.template.php, media.css)
* The homepage, album pages and item comments will now show sorting options in select boxes. It was a pain to rewrite, but hopefully it's worth it... -_- (Aeva-Gallery.php, Media.template.php)
* URLs should be better formed when sorting. (Aeva-Gallery.php, Subs-Media.php, Media.template.php)
* And more media tweaks I won't bother to list.
(4 files, 13kb)
* The homepage is now consistent between recent and random items. (Media.template.php, media.css)
* The homepage, album pages and item comments will now show sorting options in select boxes. It was a pain to rewrite, but hopefully it's worth it... -_- (Aeva-Gallery.php, Media.template.php)
* URLs should be better formed when sorting. (Aeva-Gallery.php, Subs-Media.php, Media.template.php)
* And more media tweaks I won't bother to list.
4374
Features / Re: New revs
« on October 1st, 2012, 11:25 PM »
rev 1723 -- a bigger one is coming up.. :)
(1 file, 1kb)
* <we:block> blocks already imply rounded corners, no need to all .wrc to their class list. Really. (Who.template.php)
! Fixed credit list padding hack that wasn't properly triggered. (Who.template.php)
(1 file, 1kb)
* <we:block> blocks already imply rounded corners, no need to all .wrc to their class list. Really. (Who.template.php)
! Fixed credit list padding hack that wasn't properly triggered. (Who.template.php)
4375
Features / Re: New revs - Public comments
« on October 1st, 2012, 07:10 PM »
But I thought the problem was introduced with my updateSettings call in the language cache code..?
4376
Features / Re: New revs - Public comments
« on September 30th, 2012, 10:53 PM »
Even with your fix..?
4377
Features / Re: New revs - Public comments
« on September 30th, 2012, 05:24 PM »
The WEDGE_INSTALLER hack is fine, as long as we remember to remove it once your language deltas are implemented... Because at that point we won't need to cache this data, will we?
Oh yes, we'll probably still need to record the fact that a script file uses at least one language file... Hmm. It's probably better than doing one file_exists too many. But it's really micro-optimizations at this point
I don't have any problems with sbox.js myself. Are you sure you can reproduce this...?
Oh yes, we'll probably still need to record the fact that a script file uses at least one language file... Hmm. It's probably better than doing one file_exists too many. But it's really micro-optimizations at this point
I don't have any problems with sbox.js myself. Are you sure you can reproduce this...?
4378
Off-topic / Re: Doctor Who
« on September 30th, 2012, 11:09 AM »
So... Watched this morning. Excellent. Along with this week's Saint Seiya Omega which I watched just after it.
(click to show/hide)
And the 'early in the episode' is at the 22mn mark. That's halfway through it... Just wanted to say ;)
All in all, it was a great half-season...
Christmas special:(click to show/hide)
I just can't get why Moffat fell for such an easy ending. I mean, we already discussed it before: it was bound to happen this way... Amy and Rory being taken back in time and the Doctor finding a reason NOT to go look for them... Well, that particular reason was cheesy as hell. I'd even say it was extra-lame... But at least he did have a good idea in the execution -- this time it's Amy that gives up on everything she has, to go and be with Rory. That was a beautiful moment.
Now, of course, I don't know how exactly she could get away with publishing a book with such an afterword, but well, after all, I guess she really is the publisher herself... (And that's probably why we learned earlier on that she started writing articles for a magazine, eh..?)
Also... Statue of Liberty, EH? Come on... I know it's a kids show, but still...? Did you HAVE to do it? Or was it because you put into Who every silly idea you can't put into Sherlock? :P
And I've never seen such lazy statues. Plenty of times they'll have opportunities to strike (only one person watching them and frantically blinking, or in the roof scene, two people in the scene, a Statue of Liberty close to them, and they're both looking away for seconds, maybe minutes!)
Also liked River in the episode. She didn't steal the show, she was good support, had a moment to shine (the wrist issue), and some comforting words to say at the end. I know many don't like her, but I hope she sticks along, like she promised... :)
And the 'early in the episode' is at the 22mn mark. That's halfway through it... Just wanted to say ;)
All in all, it was a great half-season...
Christmas special:
So... The girl is in a costume... Does that mean she's a different character altogether? Just like Gwen from Torchwood was a distant relative from that girl in the Dickens episode?
4379
Features / Re: New revs
« on September 30th, 2012, 12:42 AM »
rev 1721
(2 files, 1kb)
* A bit of a risk I'm taking here, but I'm replacing the @media and @keyframes search code in Wess with a generic @[a-z]+ test, to support current and future @ blocks like the new @supports. Just making this part of a minor commit so I can easily revert if need be. (Class-CSS.php)
* Small tweak of the line-height in select boxes to ensure better vertical alignment in some browsers. (index.css)
(2 files, 1kb)
* A bit of a risk I'm taking here, but I'm replacing the @media and @keyframes search code in Wess with a generic @[a-z]+ test, to support current and future @ blocks like the new @supports. Just making this part of a minor commit so I can easily revert if need be. (Class-CSS.php)
* Small tweak of the line-height in select boxes to ensure better vertical alignment in some browsers. (index.css)
4380
Off-topic / Re: Doctor Who
« on September 30th, 2012, 12:40 AM »
Oh, well, but I'm not British am I..? So I never hear about the 'news'.
Apparently I'm spoiled, then. I didn't know it was 'early on the episode'... :-/
Will watch tomorrow morning anyway.
Apparently I'm spoiled, then. I didn't know it was 'early on the episode'... :-/
Will watch tomorrow morning anyway.