New revs

Nao

  • Dadman with a boy
  • Posts: 16,079
Re: New revs
« Reply #2760, on February 14th, 2015, 10:21 AM »
[Commit revision 6708e26]
Author: Nao
Date: Sat, 14 Feb 2015 10:21:25 +0100
Stats: 5 files changed; +21 (insertions), -19 (deletions)

  • Media player now remembers volume settings automatically. This was supposed to be implemented before, but I wasn't properly initializing some stuff. Just, some stuff. (Aeva-Subs-Vital.php)
  • Media player no longer needs a data-setup parameter, since we're initializing manually... Like I said, eh. (Aeva-Foxy.php, Aeva-Subs-Vital.php)
  • Video/audio items were cached when they shouldn't have been, as different players are served depending on the browser. Also, caching a single media item..? Mostly useless. (Aeva-Gallery.php, Aeva-Subs-Vital.php, Subs-Media.php)
  • Proper support for multiple players. (Aeva-Subs-Vital.php, media.css)
Re: New revs
« Reply #2761, on February 20th, 2015, 12:25 PM »
[Commit revision bc4a740]
Author: Nao
Date: Fri, 20 Feb 2015 12:24:47 +0100
Stats: 1 file changed; +4 (insertions), -2 (deletions)

  • In a CSS file, using rand() with the same ranges at different points (for instance background-color: rgb(rand(0,255), rand(0,255), 0)) would return the same values for all instances. This was an optimization for all other PHP functions accepted by Wedge, but contradicted the very essence of rand(). (Class-CSS.php)
  • Hey, I bet no one but me was even aware that function was available in skin files, right? Ha!
Re: New revs
« Reply #2762, on February 21st, 2015, 12:35 AM »
[Commit revision 3625523]
Author: Nao
Date: Fri, 20 Feb 2015 14:58:19 +0100
Stats: 1 file changed; +8 (insertions), -0 (deletion)

  • Minor fixes to the installer CSS. (install.css)

[Commit revision 8e3f28a]
Author: Nao
Date: Sat, 21 Feb 2015 00:35:40 +0100
Stats: 2 files changed; +11 (insertions), -57 (deletions)

  • Removed installer's ability to self-delete. This didn't work for me these days, and didn't seem to be buggy, but anyway it doesn't matter -- once the forum is installed, there is NO way to reinstall it unless you delete or rename your Settings.php file and install to a new prefix, so there really was no need to bother admins with this extra step. You can always remove the install folder manually, of course. (install/install.php, Install.english.php)
Re: New revs
« Reply #2763, on February 25th, 2015, 04:52 PM »
[Commit revision ea7438e]
Author: Nao
Date: Wed, 25 Feb 2015 16:17:23 +0100
Stats: 3 files changed; +12 (insertions), -5 (deletions)

  • Simplified default .chosen behavior for menus, moved the previous behavior to Wuthering, and changed behavior to a single line on Wilde. (Waiting to see if there's any interest in that one.) (index.css, Wilde/extra.css, Wuthering/extra.css)

[Commit revision 7dd4d09]
Author: Nao
Date: Wed, 25 Feb 2015 16:21:18 +0100
Stats: 1 file changed; +2 (insertions), -2 (deletions)

  • Updating regex for 'content' tag exclusion in CSS processing. This new one is more complicated, but should be helpful in some edge-cases with semicolons. If it breaks anything, please tell me ASAP. (Subs-Cache.php)

[Commit revision 4d65a29]
Author: Nao
Date: Wed, 25 Feb 2015 16:52:28 +0100
Stats: 1 file changed; +9 (insertions), -3 (deletions)

  • Homepage customization page was getting wrong default data after a Wedge install. (ManageSettings.php)
  • Moved homepage customization help message below per-option settings. This should be slightly less confusing, I hope... (ManageSettings.php)
Re: New revs
« Reply #2764, on March 3rd, 2015, 12:05 PM »
[Commit revision 303b49d]
Author: Pandos (Signed-off)
Date: Tue, 03 Mar 2015 09:27:43 +0100
Stats: 1 file changed; +1 (insertion), -1 (deletion)

  • Using Protocol Relative URLs for HTML5
  • If you’re on an HTTPS site but the links and references on the page are hardcoded as HTTP you’ve got problems.

[Commit revision 103ee4f]
Author: Pandos (Signed-off)
Date: Tue, 03 Mar 2015 10:25:17 +0100
Stats: 2 files changed; +2 (insertions), -2 (deletions)

  • HTML5 Stuff.
  • Making the bitmask parameter more accurate.

[Commit revision 6e662c0]
Author: Nao
Date: Tue, 03 Mar 2015 12:05:20 +0100
Stats: 2 files changed; +3 (insertions), -3 (deletions)

  • Merge pull request #26 from Pandos/dev
  • HTML5 stuff
Re: New revs
« Reply #2765, on March 17th, 2015, 07:58 PM »
[Commit revision 4484e0d]
Author: Nao
Date: Fri, 27 Feb 2015 16:20:26 +0100
Stats: 1 file changed; +10 (insertions), -2 (deletions)

  • Better 'unread' icons for boards in Chrome and Safari 6+. Other browsers untouched, since they don't support CSS filters, at least that's what caniuse.com says. (sections.css)

[Commit revision b819085]
Author: Nao
Date: Sun, 01 Mar 2015 13:04:09 +0100
Stats: 1 file changed; +1 (insertion), -1 (deletion)

  • Fixed a long-lived bug that prevented embedded SVG files from getting rendered, at least in WebKit. (Class-CSS.php)

[Commit revision 40ed7a7]
Author: Nao
Date: Tue, 17 Mar 2015 19:57:17 +0100
Stats: 1 file changed; +2 (insertions), -1 (deletion)

  • Better cat headings for Weaving. (index.css)

[Commit revision 9f1aed2]
Author: Nao
Date: Tue, 17 Mar 2015 19:57:40 +0100
Stats: 2 files changed; +3 (insertions), -3 (deletions)

Re: New revs
« Reply #2766, on March 18th, 2015, 08:32 PM »
[Commit revision 6294c91]
Author: Nao
Date: Wed, 18 Mar 2015 20:32:17 +0100
Stats: 2 files changed; +5 (insertions), -5 (deletions)

  • A couple of relatively ugly changes to allow Like button clicks to show a more informative header than just a plain number of likes... (Msg.template.php, script.js)
  • Note, I could have done without the $(from).hasClass('fadein') test, but seriously, I don't want to manually check all occurrences of reqWin to make sure their parents don't have a title attribute...
Re: New revs
« Reply #2767, on April 3rd, 2015, 05:52 PM »
[Commit revision 61584fd]
Author: Pandos (Signed-off)
Date: Fri, 06 Mar 2015 08:19:33 +0100
Stats: 3 files changed; +54 (insertions), -12 (deletions)

  • Don't use bit columns. No,, it's better to use tinyint. Means the same but with different handling.

[Commit revision c267f8c]
Author: Nao
Date: Fri, 03 Apr 2015 17:52:11 +0200
Stats: 3 files changed; +54 (insertions), -12 (deletions)

  • Merge pull request #27 from Pandos/dev
  • Don't use bit columns. No,, it's better to use tinyint. Means the same...
Re: New revs
« Reply #2768, on April 3rd, 2015, 05:52 PM »
[Commit revision 3e4d49b]
Author:
Date: Thu, 19 Mar 2015 18:06:12 +0100
Stats: 1 file changed; +6 (insertions), -3 (deletions)

  • don't display searchbox and jumpto if user is guest and allow_guest is false

[Commit revision 2c4be67]
Author:
Date: Wed, 01 Apr 2015 01:25:45 +0200
Stats: 1 file changed; +2 (insertions), -2 (deletions)

  • apply_plugin_mods destroyed the Settings.php when an error occured

[Commit revision e2cf9ae]
Author: Nao
Date: Fri, 03 Apr 2015 17:52:22 +0200
Stats: 2 files changed; +8 (insertions), -5 (deletions)

  • Merge pull request #28 from C3realGuy/dev
  • don't display searchbox and jumpto if user is guest...
Re: New revs
« Reply #2769, on April 3rd, 2015, 06:04 PM »
[Commit revision 5eee7c6]
Author: Nao
Date: Fri, 03 Apr 2015 17:57:16 +0200
Stats: 1 file changed; +14 (insertions), -14 (deletions)

  • Some missing $txt[':'] replacements... (Profile.template.php)
Re: New revs
« Reply #2770, on April 4th, 2015, 05:34 PM »
[Commit revision c72697a]
Author: Nao
Date: Sat, 04 Apr 2015 16:11:05 +0200
Stats: 1 file changed; +1 (insertion), -1 (deletion)

  • Undefined index. (ModerationCenter.template.php)
Re: New revs
« Reply #2771, on April 24th, 2015, 07:33 PM »
[Commit revision 562973b]
Author: Nao
Date: Fri, 24 Apr 2015 19:33:46 +0200
Stats: 1 file changed; +3 (insertions), -3 (deletions)

  • A few fixes on IP handling. (Fixed by Arantor, who wrote the code in the first place.) (Subs.php)
Re: New revs
« Reply #2772, on May 5th, 2015, 10:55 AM »
[Commit revision ce57cf6]
Author: Nao
Date: Tue, 05 May 2015 10:54:59 +0200
Stats: 1 file changed; +1 (insertion), -0 (deletion)

  • Setting the background color in a div inside a rounded div will overflow the rounded corners. Seriously, do they expect us to set overflow: hidden on everything..? (index.css)
Re: New revs
« Reply #2773, on May 5th, 2015, 11:15 AM »
[Commit revision 3697429]
Author: Nao
Date: Tue, 05 May 2015 11:15:29 +0200
Stats: 1 file changed; +3 (insertions), -0 (deletion)

  • Media upload pop-ups are incorrectly aligned in some skins. (media.css)
Re: New revs
« Reply #2774, on May 6th, 2015, 10:53 AM »
[Commit revision b7be718]
Author: Nao
Date: Wed, 06 May 2015 10:53:17 +0200
Stats: 5 files changed; +10 (insertions), -9 (deletions)

  • It's that time of the year™... Updated jQuery versions to the latest, released in late April. (Load.php, core/javascript/jquery-*)