[Commit revision 4064433]
Author: Nao
Date: Thu, 07 Aug 2014 12:34:01 +0200
Stats: 1 file changed; +2 (insertions), -40 (deletions)- Removed some Aeva sites... Justin.tv was killed off by Twitch this week. 123video seems to be an adult site, yet wasn't marked as such in the list so I'm guessing it was repossessed at some point. 9You doesn't seem to support old videos. (media/Subs-Aeva-Sites.php)
- You're all free to chip in and tell me which sites should be removed from the list..! I don't have time to go through them all, so it's pretty much random at this point. Also, don't expect me to add support for new sites unless they've been wildly popular and I overlooked them. It's been so long...
[Commit revision 172b9a4]
Author: Nao
Date: Sat, 09 Aug 2014 13:20:59 +0200
Stats: 1 file changed; +2 (insertions), -3 (deletions)- Removed 'brightness' command from Wess; it was never used (being an alias to 'luma'), and was conflicting with -webkit-filter commands. (Class-CSS.php)
[Commit revision 298d4fc]
Author: Nao
Date: Sat, 09 Aug 2014 16:37:05 +0200
Stats: 1 file changed; +21 (insertions), -22 (deletions)- The select box component could get confused when reopening a previously closed dropdown when the conditions for the scrollbar to show up changed. (sbox.js)
- Fixed undefined event variable. (sbox.js)
- Ensure that dropdowns aren't so narrow you won't actually be able to browse them... (sbox.js)
[Commit revision 3f4cfeb]
Author: Nao
Date: Mon, 11 Aug 2014 18:47:19 +0200
Stats: 1 file changed; +13 (insertions), -4 (deletions)- Generation times shouldn't take into account the time needed to generate a cached CSS or JS file. These operations only happen when you update a CSS or JS file, which should be rare enough if you don't update your site every other minute. (Subs-Cache.php)
- Also added a warning about Wess breaking calc() calls if they include a + or - sign. Sorry about that, will look into fixing it in the future. (Subs-Cache.php)
[Commit revision 1ee42c5]
Author: Nao
Date: Thu, 14 Aug 2014 12:44:03 +0200
Stats: 1 file changed; +1 (insertion), -0 (deletion)- Ensuring a select box that was once opened upwards won't open downwards the next time in the same situation. (sbox.js)
[Commit revision c7dde23]
Author: Nao
Date: Fri, 15 Aug 2014 19:25:54 +0200
Stats: 1 file changed; +2 (insertions), -0 (deletion)- Wedge improperly minified CSS like 'selector [attr="..."]' to 'selector[attr="..."]', which doesn't mean the same. (Subs-Cache.php)
[Commit revision c3ba549]
Author: Nao
Date: Sat, 16 Aug 2014 12:42:14 +0200
Stats: 2 files changed; +5 (insertions), -6 (deletions)- Better colors for privacy icons. (index.member.css)
- Removing font size on a.unreadlinks, it's just not skinnable. (index.member.css)
[Commit revision 837c46c]
Author: Nao
Date: Sat, 16 Aug 2014 12:51:33 +0200
Stats: 9 files changed; +7 (insertions), -7 (deletions)- Replaced or reverted contacts.gif with individual files (like it probably used to be..?), for several reasons: better individual color palettes, and the size wasted on having more files (about 500 extra bytes) is largely made up for by pushing icons to raw-url, which don't get loaded until you actually call a select box with these icons. At least, that's what Chrome is telling me, and Chrome is always right... (index.members.css, assets/icons/contacts.gif, assets/icons/contacts_*.gif)