New revs

Nao

  • Dadman with a boy
  • Posts: 16,082
Re: New revs
« Reply #2730, on December 30th, 2014, 03:50 PM »
[Commit revision b44db28]
Author: Nao
Date: Tue, 30 Dec 2014 15:12:50 +0100
Stats: 1 file changed; +1 (insertion), -1 (deletion)

  • Forgot to commit the Subs-CachePHP change in Subs-Template.php. (Subs-Template.php)

[Commit revision 05bdbfd]
Author: Nao
Date: Tue, 30 Dec 2014 15:36:22 +0100
Stats: 1 file changed; +25 (insertions), -23 (deletions)

  • Modding wasn't applied to early-loaded files, only caching, due to accessing $context['enabled_plugins'] before it was potentially initialized. I wasn't drunk, I assure you. Thanks to CerealGuy again for being the only one to bother testing file modding... (Including me.) (Subs-CachePHP.php)
  • Added $no_caching parameter to apply_plugin_mods, to allow more freedom in modding any files, including those that shouldn't be cached in gz/app or gz/html. (Subs-CachePHP.php)
  • Renamed that function's parameters to $source and $dest, for readability. (Subs-CachePHP.php)
Re: New revs
« Reply #2731, on December 30th, 2014, 04:55 PM »
[Commit revision 7f69520]
Author: Nao
Date: Tue, 30 Dec 2014 16:55:21 +0100
Stats: 1 file changed; +4 (insertions), -2 (deletions)

  • Added support for modding JavaScript and CSS files. I actually tested the JS implementation, can you believe it? And it works. Haven't bothered with CSS, though... Please note, I believe this is the first time one can actually change the default behavior of Wedge's JavaScript files. I never added any hooks for them before... (Subs-Cache.php)

Jurien

  • All i want is a couple days off
  • Posts: 132
Re: New revs
« Reply #2732, on December 30th, 2014, 05:26 PM »
Well done

Nao

  • Dadman with a boy
  • Posts: 16,082
Re: New revs
« Reply #2733, on December 30th, 2014, 07:54 PM »
[Commit revision 6f172c0]
Author: Nao
Date: Tue, 30 Dec 2014 19:54:14 +0100
Stats: 2 files changed; +8 (insertions), -3 (deletions)

  • These changes should guarantee that enabling/disabling plugins will correctly flush the CSS and JS caches. Also, the manual purge option didn't flush the template cache, AFAICS. (ManagePlugins.php, Subs-Cache.php)
Re: New revs
« Reply #2734, on January 5th, 2015, 04:18 PM »
[Commit revision eedf086]
Author: Nao
Date: Sat, 03 Jan 2015 23:40:13 +0100
Stats: 1 file changed; +4 (insertions), -4 (deletions)

  • Updated to Bad Behavior 2.2.16 (behav_invalid_via test is now only run in strict mode.) (Security.php)

[Commit revision 0b351e7]
Author: Nao
Date: Mon, 05 Jan 2015 16:18:02 +0100
Stats: 1 file changed; +2 (insertions), -1 (deletion)

  • Added a $separator_col variable. (common.css)

[Commit revision f11a6c2]
Author: Nao
Date: Mon, 05 Jan 2015 16:18:10 +0100
Stats: 1 file changed; +12 (insertions), -5 (deletions)

  • CSS property break-inside isn't supported in Firefox, so it needed an extra hack... Meh. (index.css)
  • Minor improvements to root skin. (index.css)
Re: New revs
« Reply #2735, on January 6th, 2015, 11:49 AM »
[Commit revision 36035ec]
Author: Nao
Date: Tue, 06 Jan 2015 11:49:01 +0100
Stats: 1 file changed; +7 (insertions), -7 (deletions)

  • I forgot that the installer would call loadSource at some point and attempt to redeclare updateSettingsFile, of which a simplified version was already declared inside the install script... So I'm just renaming it. And that should be all right now... Hopefully. (install/install.php)
Re: New revs
« Reply #2736, on January 6th, 2015, 11:50 AM »
[Commit revision e300c92]
Author: Nao
Date: Tue, 06 Jan 2015 11:50:04 +0100
Stats: 1 file changed; +6 (insertions), -1 (deletion)

  • More minor CSS changes, this time to Wilde... (skins/Wilde/extra.css)
Re: New revs
« Reply #2737, 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)
Re: New revs
« Reply #2738, 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.
Re: New revs
« Reply #2739, 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)
Re: New revs
« Reply #2740, 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)
Re: New revs
« Reply #2741, 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!
Re: New revs
« Reply #2742, 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)
Re: New revs
« Reply #2743, on January 17th, 2015, 01:43 AM »
[Commit revision b7892c8]
Author: Nao
Date: Sat, 17 Jan 2015 01:43:41 +0100
Stats: 1 file changed; +1 (insertion), -1 (deletion)

  • Fixed a possible (unique?) case of select boxes not drawing correctly due to an incorrect selection object. (sbox.js)
  • I'm pretty sure "!a === b" wasn't what I mean to type, rather "a !== b"... Although, of course, my 'fix' may break something that was working before. (sbox.js)
Re: New revs
« Reply #2744, on January 17th, 2015, 04:24 PM »
[Commit revision 2391679]
Author: Nao
Date: Sat, 17 Jan 2015 16:24:14 +0100
Stats: 1 file changed; +9 (insertions), -2 (deletions)

  • reqWin now allows loading existing HTML into a popup, rather than just an HTML string. (script.js)