[Commit revision ffe7887]
Author: Nao
Date: Tue, 25 Mar 2014 23:23:23 +0100
Stats: 1 file changed; +4 (insertions), -3 (deletions)
[Commit revision a0d9cf7]
Author: Nao
Date: Wed, 26 Mar 2014 13:57:34 +0100
Stats: 1 file changed; +16 (insertions), -8 (deletions)
[Commit revision 8f5284f]
Author: Nao
Date: Wed, 26 Mar 2014 14:00:25 +0100
Stats: 5 files changed; +14 (insertions), -19 (deletions)
[Commit revision 3b9c7ed]
Author: Nao
Date: Wed, 26 Mar 2014 14:11:57 +0100
Stats: 4 files changed; +7 (insertions), -25 (deletions)
Author: Nao
Date: Tue, 25 Mar 2014 23:23:23 +0100
Stats: 1 file changed; +4 (insertions), -3 (deletions)
- If your forum was using a non-English default language, UK English could be compiled to the default language by mistake. (Load.php)
- Added tentative support for inherited languages other than English UK. Basically, if you want to add support for Québécois (which is slightly different from French), or any variation on a full language translation, your folder name must reflect the parent language, then add a dash and the name (or code) of your language variation. For instance, here, the folder could be called 'french-ca', or 'french-qc', whatever you like. Or 'portuguese-brazilian', you get the idea. Seems to be working for me, but it's always good to test. (Load.php)
[Commit revision a0d9cf7]
Author: Nao
Date: Wed, 26 Mar 2014 13:57:34 +0100
Stats: 1 file changed; +16 (insertions), -8 (deletions)
- Added support for the 'local' keyword to @if and @is tests. (Subs-Cache.php)
- I think it was the last suffix that was missing from the list, and I should even be able to remove prefix support to make things simpler for me, but I don't think I will. Also, the extra code might seem a bit overkill, but really, it isn't. I tried another route yesterday, and ended up making a mess out of the Wess class. Wow, that was bad.
[Commit revision 8f5284f]
Author: Nao
Date: Wed, 26 Mar 2014 14:00:25 +0100
Stats: 5 files changed; +14 (insertions), -19 (deletions)
- Tweaked CSS to ensure that the dark blue color on menu hover only applies to Weaving. Even if it's the root skin, it shouldn't 'impose' its design choices upon its children, and yet I don't want to remove what's giving it some originality, either. The solution was oh-so-simple: just add an "@if local" test around it. As a result, I was able to remove some extra CSS from Wilde. This is actually the first time I'm doing it in the mainline code, and it should give you a very good idea of its flexibility, I suppose... ;) (index.css, Warm/extra.css, Wilde/extra.css, Wine/extra.css, Wuthering/extra.css)
Posted: March 26th, 2014, 02:00 PM
[Commit revision 3b9c7ed]
Author: Nao
Date: Wed, 26 Mar 2014 14:11:57 +0100
Stats: 4 files changed; +7 (insertions), -25 (deletions)
- More local simplifications. I learn fast! (Warm, Wilde, Wine, Wuthering/extra.css)