- Remove the reset on
figcaption
- Add HTML markup to show figure and figcaption in content tests
- Remove overriding swatch styles from individual test files
- Provide explicit
button
types for buttons - Load test swatch styles and JavaScript from external files
- Remove some unused CSS from the swatch file
- Adjust some styles and wording in the test swatch
- Add switches for missing signatures
- Adjust spacing for code standards
- Simplify assignment of
min-height
onmain
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> cat kern.log | |
Jan 2 13:03:25 jeremy-wsu NetworkManager[21883]: <info> [1483391005.6506] device (wlp58s0): supplicant interface state: 4-way handshake -> completed | |
Jan 2 13:05:25 jeremy-wsu kernel: [330686.828062] wlp58s0: disconnect from AP 58:6d:8f:99:8b:f4 for new auth to 58:6d:8f:99:8b:f5 | |
> lspci -k -nn | grep -A 3 -i net | |
3a:00.0 Network controller [0280]: Intel Corporation Wireless 8260 [8086:24f3] (rev 3a) | |
Subsystem: Intel Corporation Wireless 8260 [8086:0050] | |
Kernel driver in use: iwlwifi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Perform installation as root | |
# Install prereqs | |
yum -y install libcurl libcurl-devel rrdtool rrdtool-devel rrdtool-prel libgcrypt-devel gcc make gcc-c++ | |
# Get Collectd, untar it, make it and install | |
wget http://collectd.org/files/collectd-5.4.0.tar.gz | |
tar zxvf collectd-5.4.0.tar.gz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# AMI: ami-3275ee5b | |
# Login: ec2-user | |
# Apply updates | |
sudo yum update | |
# Enable Epel Repo | |
sudo vim /etc/yum.repos.d/epel.repo. | |
# Under the section marked [epel], change enabled=0 to enabled=1. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
html body.page main { | |
font-family: 'proxima-nova', "Lucida Sans", sans-serif; | |
font-weight: 400; | |
background-color: #fff; | |
color: #2a3033; | |
} | |
.section-life main ul, .section-life main ol, .section-about main ul, .section-about main ol, .section-admission main ul, .section-admission main ol, .section-academics main ul, .section-academics main ol, .section-research main ul, .section-research main ol, .section-services main ol, .section-services main ul { | |
font-size: 1.2em; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1367.359904043572!2d-117.16325868462877!3d46.730987728242546!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x4bc53c8f481a5f15!2sHolland%20&%20Terrell%20Library!5e0!3m2!1sen!2sus!4v1468967978232 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
64032 silly gunzTarPerm modified mode [ 'test/string/from-code-point/implement.js', 438, 420 ] | |
64033 silly gunzTarPerm extractEntry test/string/from-code-point/index.js | |
64034 silly gunzTarPerm modified mode [ 'test/string/from-code-point/index.js', 438, 420 ] | |
64035 silly gunzTarPerm extractEntry test/string/from-code-point/is-implemented.js | |
64036 silly gunzTarPerm modified mode [ 'test/string/from-code-point/is-implemented.js', 438, 420 ] | |
64037 silly gunzTarPerm extractEntry test/string/from-code-point/shim.js | |
64038 silly gunzTarPerm modified mode [ 'test/string/from-code-point/shim.js', 438, 420 ] | |
64039 silly gunzTarPerm extractEntry test/string/raw/implement.js | |
64040 silly gunzTarPerm modified mode [ 'test/string/raw/implement.js', 438, 420 ] | |
64041 silly gunzTarPerm extractEntry test/string/raw/index.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Index: src/wp-includes/meta.php | |
=================================================================== | |
--- src/wp-includes/meta.php (revision 38041) | |
+++ src/wp-includes/meta.php (working copy) | |
@@ -14,20 +14,22 @@ | |
* Add metadata for the specified object. | |
* | |
* @since 2.9.0 | |
+ * @since 4.6.0 Added the `$object_subtype` parameter. | |
* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Multisite office hours are held every Tuesday at 16:00 UTC in <a href="https://wordpress.slack.com/archives/core-multisite">#core-multisite</a>. The next will be [time relative]Tuesday 16:00 UTC[/time]. A more casual bug scrub is on [time relative]Thursday 20:00 UTC[/time]. | |
The weekly agenda for the 4.6 cycle is to (<strong>a</strong>) address blockers and share status on bigger initiatives, then (<strong>b</strong>) walk through a few <a href="https://core.trac.wordpress.org/query?status=accepted&status=assigned&status=new&status=reopened&status=reviewing&focuses=~multisite&group=milestone&col=id&col=summary&col=status&col=owner&col=type&col=priority&col=milestone&order=priority">multisite focused tickets</a> on Trac. | |
Today’s <a href="https://wordpress.slack.com/archives/core-multisite/p1465920350000012">chat log</a> | |
Attendees: | |
<h3>Tickets Covered</h3> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0 * * * * find /Users/jeremy.felt/Desktop/*.* -mmin +480 -exec mv {} /Users/jeremy.felt/Documents/Archive/ \; |