#wordpress 2018-02-07

2018-02-07 UTC
doubleloop[m], [kevinmarks], [eddie], tantek, prtksxna, [hans] and [asuh] joined the channel
#
[asuh]
I’ve forked the Roots Sage theme and, using GWG’s Indiewebified TwentySixteen fork as a base, applied many of the same updates to Sage. This is a work in progress as they go from Beta to final over the next few weeks. At that time, I will make a hard fork in its own repo.
#
Loqi
[asuh] sage: The best WordPress starter theme with a modern front-end development workflow. Based on HTML5 Boilerplate, gulp, Bower, and Bootstrap.
#
[asuh]
If you’re a WordPress theme developer, Sage is cutting edge but fascinating in the ways it pushes the boundaries. Trellis, Bedrock and Sage make up the Roots ecosystem, which is basically a Vagrant virtual server all-in-one dev environment. I figured it can’t hurt to have Indieweb experience on another theme.
#
prtksxna
@asuh Sage and Trellis do look pretty great
#
[asuh]
prtksxna For sure, I’ve been intrigued by their setup for a long time
#
Zegnat
Do you need the hard fork? Some of the changes you seem to have made there feel like they would be nobrainers for acceptance upstream. Like the H1/P switch for header title you did in header.blade.php
#
[asuh]
Zegnat I should do a pull request on various pieces like that but the guys in charge are very opinionated and often reject these types of changes
prtksxna left the channel
#
[asuh]
Also, I’m not sure how to cherry pick specific code changes in the large commit I made
[prtksxna] joined the channel
#
[prtksxna]
asuh You should be able to go to a new branch `git checkout -b exp` set it back to the original commit from upstream `git reset --hard sha1here` and then cherry-pick your commit piece-by-piece using `-p` like `git cherry-pick theothersha1 -p`. I think that should work. Or else unstage the commit and then `git add -p`.
#
[asuh]
I kind of follow what you’re saying. I’ll have to look at this tomorrow as it’s late here where I am. Thanks for the advice 🙂
[kevinmarks], [hans], jeremycherfas, jeremych_, [barryf], tantek, brokaw, [], [aaronpk], [aaron_pk], [gerwitz] and [xavierroy] joined the channel
#
Loqi
[xavierroy] #151 Issue with Micropub & Post Kinds
[kevinmarks], gRegorLove, tantek and [dshanske] joined the channel
#
[dshanske]
[xavierroy] 2.8.0 is still under development
#
GWG
xavierroy, what do you think of the new interface?
[xavierroy] joined the channel
#
[xavierroy]
I could not see it. Got an error.as.i described in the issue. Moved back to WP.org version ok Post Kinds
#
Loqi
[xavierroy] Also getting these on the post page: Warning: require_once(/home/xavroy1/xavierroy.com/wp-content/plugins/indieweb-post-kinds/templates/reply-metabox.php): failed to open stream: No such file or directory in /home/xavroy1/xavierroy.com/wp-includes...
#
[xavierroy]
I was eager to getting to see that new layout
#
GWG
I will be doing more testing
#
GWG
I did a lot of movements. I will check that error tonight
#
GWG
I moved the file, but maybe I didn't push the new version
#
[xavierroy]
Ohk. If it is a bit ready by your tonight, I can check it the first thing tomorrow morning
#
[xavierroy]
Btw, I ran into a few errors using Teacup. But it looks like a Micropub issue. The timestamps do not consider the timezone offsets.
brokaw and [eddie] joined the channel
#
tantek
anyone know what version(s) of WordPress include the script-loader.php file? like since what version?
#
sknebel
seems like basically forever, unless it was hidden initially and the change isn't obvious in the history
[kevinmarks] and [miklb] joined the channel
#
[miklb]
one reason I don’t serve my core & content directories from the standard path.
tantek, brokaw and [kevinmarks] joined the channel
#
GWG
xavierroy, committed
brokaw and tantek joined the channel