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
436
Features / Re: New revs
« on January 16th, 2015, 12:54 AM »
[Commit revision 147bc0f]
Author: Nao
Date: Fri, 16 Jan 2015 00:53:37 +0100
Stats: 6 files changed; +37 (insertions), -69 (deletions)

  • Credit simplifications. No creditees were harmed during the making of this commit. (contributors.txt, Credits.php, Notifications.php, notifiers/Move.php, Who.template.php, Who.english.php)
437
Features / Re: Language revs
« on January 16th, 2015, 12:54 AM »
[Commit revision 8f14e2e]
Author: Nao
Date: Fri, 16 Jan 2015 00:54:28 +0100
Stats: 3 files changed; +3 (insertions), -9 (deletions)

  • Credit simplifications. (Who)
438
Features / Re: Language revs
« on January 11th, 2015, 01:12 AM »
[Commit revision 48d735b]
Author: Nao
Date: Sun, 11 Jan 2015 01:07:05 +0100
Stats: 1 file changed; +38 (insertions), -0 (deletion)

  • Lol, forgot to add the XML file... (english-uk/replacements.xml)
439
Features / Re: Language revs
« on January 11th, 2015, 01:05 AM »
[Commit revision 6fadceb]
Author: Nao
Date: Sun, 11 Jan 2015 01:04:49 +0100
Stats: 25 files changed; +3 (insertions), -310 (deletions)

  • Updated english-uk folder to use the new language replacement system. This allows me to get rid of 23 files, and keep it to the absolute minimum number of required files (Who and index.) (english-uk/*)
440
Features / Re: New revs
« on January 11th, 2015, 01:02 AM »
[Commit revision 39a3e11]
Author: Nao
Date: Sun, 11 Jan 2015 01:02:18 +0100
Stats: 1 file changed; +31 (insertions), -16 (deletions)

  • Added ability for language folders to specify a 'replacements.xml' file that allows you to replace any string (plain or regular expression) with another in any file (or across all files). Example coming up in the english-uk folder of the language repo. (Load.php)
  • Last time I tested it worked, hopefully my last-minute changes don't break anything. Also, remember to purge your cache!
441
Archived fixes / Re: Top header
« on January 7th, 2015, 10:11 PM »
Oh, really... ^^

Anyway, I figured I should be using @if local keywords more in Weaving, if only to show how powerful it is, but mostly because Weaving should be as bare as possible for inheritance purposes, and since I'm physically unable to allow myself to publish a 'bare' skin, local keywords are the... key, I suppose.
442
Features / Re: New revs
« on January 7th, 2015, 10:09 PM »
[Commit revision a04af74]
Author: Nao
Date: Wed, 07 Jan 2015 22:09:03 +0100
Stats: 3 files changed; +4 (insertions), -8 (deletions)

  • Fixed incompatibilities between Weaving and inherited skins. Using the local keyword would have been a better idea, indeed... (skins/Wilde/extra.css, skins/Wine/extra.css, skins/index.css)
443
Archived fixes / Re: Top header
« on January 7th, 2015, 06:15 PM »
I'll cancel my commit later. I didn't test enough and I think it's wrong to force skinners to account for more changes to Weaving. I'll wrap my changes in @local tests.
444
Features / Re: New revs
« on January 7th, 2015, 05:23 PM »
[Commit revision ef8bb14]
Author: Nao
Date: Wed, 07 Jan 2015 13:11:01 +0100
Stats: 1 file changed; +2 (insertions), -1 (deletion)

  • Commenazi. (Subs-Cache.php)

[Commit revision e1d338a]
Author: Nao
Date: Wed, 07 Jan 2015 17:17:55 +0100
Stats: 1 file changed; +0 (insertion), -1 (deletion)

  • Wine fix. (skins/Wine/extra.css)

Posted: January 7th, 2015, 05:18 PM

[Commit revision c71b8f4]
Author: Nao
Date: Wed, 07 Jan 2015 17:23:07 +0100
Stats: 1 file changed; +3 (insertions), -0 (deletion)

  • Oops... (skins/Wine/extra.css)
445
Archived fixes / Re: Top header
« on January 7th, 2015, 12:55 PM »
Quote from CerealGuy on January 6th, 2015, 06:40 PM
border-bottom: none
background: none

fixed it for my custom skin...
That's not the way to do it... Look inside Wilde/extra.css:

Code: [Select]
@remove #top_section
background: *
border-bottom: *

There you go -- you cancel that out, AND it removes the original declarations, meaning it loads a millisecond faster.

Frenich, are you sure you updated your Wilde files...??
446
Features / Re: New revs
« on January 7th, 2015, 01:35 AM »
Quote from CerealGuy on December 30th, 2014, 03:22 PM
Perhaps you should permit people to reply on this topic. I dont think that it needs "life", its only to keep track of new commits. In my opinion bugs should be discussed in an own topic.
It was locked since 2010 but I unlocked it last year because people were complaining they couldn't find a generic topic to discuss new commits.
447
Archived fixes / Re: Top header
« on January 7th, 2015, 01:33 AM »
Seriously guys, are you seeing this bug here on wedge.org..? Working fine for me... Using Firefox...
448
Support / Re: horizontal screen size
« on January 7th, 2015, 12:52 AM »
And, committed!
449
Features / Re: New revs
« on January 7th, 2015, 12:52 AM »
[Commit revision 4ec075e]
Author: Nao
Date: Wed, 07 Jan 2015 00:50:42 +0100
Stats: 1 file changed; +10 (insertions), -9 (deletions)

  • Updated flexbox code/img bug fix for latest Firefox versions. It's also shorter and simpler, and doesn't disable flexbox, although OTOH it will glitch your window if you resize it without refreshing. (topic.js)
  • Updated flexbox code fix for Chrome, making it simpler and separate from the (completely different) Firefox fix. (topic.js)
450
Support / Re: horizontal screen size
« on January 7th, 2015, 12:13 AM »
Okay, it's working... :)