#wordpress 2018-08-04

2018-08-04 UTC
#
aaronpk
searched my email for "wordpress.org password"
#
aaronpk
found an email from 2010 with the temporary password, it was sent to an old email at a domain I no longer have
#
aaronpk
do I register that domain again just so that I can get that password reset email?
#
aaronpk
dammit
#
aaronpk
I wonder what else still uses that email address!
#
GWG
A strange time in the past when aaronpk had a WordPress account
#
aaronpk
woo i'm back in!
#
aaronpk
Member Since: August 28th, 2008
#
tantek
almost 10 years!
#
aaronpk
oh gosh this is complicated
[dougbeal] joined the channel
#
[dougbeal]
Must use SVN, as file storage only 🙃
#
aaronpk
well this will be a fun adventure
[jgmac1106] joined the channel
#
[jgmac1106]
[chrisaldrich] my youngest hit a bee's nest microcast is out.
tantek joined the channel
#
GWG
I have plans to work on new permissions code tonight. Need to scope out scope
[kevinmarks], [tantek] and [chrisaldrich] joined the channel
#
[chrisaldrich]
Never fear [jgmac1106] hope it all turns out okay.
#
[jgmac1106]
Ohh yeah, would have just made for a shitty recording and even worse parenting
kloeri12, KDDLB, [chrisaldrich], tantek__, tantek, [eddie], oldschool^14, [kevinmarks], jgmac1106, [jgmac1106], liori, jgmac1106_, jrg8, MyIgel, SailorHaumea18, raretrack, opung0, mindjuju21, OPK2, UncleSamuel24, Praise28, nikow29 and [pfefferle] joined the channel
#
[pfefferle]
[aaronpk] we are using a Travis task to release new plugin versions based on github tags https://github.com/indieweb/wordpress-indieweb/blob/master/.travis.yml
#
[pfefferle]
So you do not have to deal with SVN at all ;)
#
GWG
I have a push script a
#
GWG
I use it for mine
#
GWG
pfefferle, how are things going?
#
[pfefferle]
Too hot in Germany...
#
GWG
pfefferle, I am sorry
#
GWG
Did you see the rest merge into Micropub?
#
[pfefferle]
Have not really followed all the merge requests, as I was at vacation until today
#
GWG
If you get a chance, I am always curious about your opinion.
#
GWG
snarfed is taking a few days, so I am going to take some of the ideas I got when writing the IndieAuth piece in Micropub and see about adding them to IndieAuth
#
GWG
Or I could always try rel-alternate
[jgmac1106] joined the channel
#
[jgmac1106]
[pfefferle] just installed all your oStatus plugins to kick the tires of those
#
[pfefferle]
Let me know if you have problems
#
[pfefferle]
You can follow me [pfefferle]@notiz.blog
#
GWG
[pfefferle]: Do you have any ideas on how to do this? https://github.com/indieweb/wordpress-indieauth/issues/92
#
Loqi
[dshanske] #92 Add function to return IndieAuth identity
#
[jgmac1106]
.hmmm I don't have a follow postkind, is that something [chrisaldrich] customized?
#
GWG
I forget if I enabled it generally, but it is reserved
#
[jgmac1106]
..i don't even have it as a choice
#
[jgmac1106]
[pfefferle] so all the plugins activated...do I need to do anything else?
#
GWG
It's not enabled by default
#
GWG
Just checked
#
[pfefferle]
[jgmac1106] no, you can now try to follow {your login name}@{your domain} on mastodon
#
[pfefferle]
GWG is there an IndieAuth identity?
#
[jgmac1106]
@gwg I mean I don't even see it in the list of options on the post kind menu
#
GWG
pfefferle, aaronpk wanted to retrieve 'me' based on user id
#
GWG
The property the client sent in
#
GWG
Or that the plugin returned
#
GWG
jgmac1106, disabled in the code
jgmac1106_ and [chrisaldrich] joined the channel
#
[chrisaldrich]
[jgmac1106] try following https://boffosocko.com/2018/06/06/manually-adding-a-new-post-kind-to-the-post-kinds-plugin-for-wordpress/ to create a follow kind. Shouldn't be too hard since it's already reserved in the code and just needs false set to true.
#
GWG
I intend to make it different
#
jgmac1106_
[chrisaldrich] can you point me to yoru menu gist…gonna send that out to my class as a daily update today
#
[pfefferle]
GWG the replace of the author URL (IndieWeb plugin feature) breaks a lot of stuff… seems to also break my OStatus plugin…
#
GWG
[pfefferle]: Breaks how?
#
[pfefferle]
I use the author URL in several ways, and if it returns a customized URL it breaks functionality
#
GWG
[pfefferle]: There is an off feature.
#
[pfefferle]
sure, but this is not really usability friendly
#
[pfefferle]
it is not for me
#
GWG
[pfefferle]: You want to disable by default?
#
GWG
I forget if that feature is or not. I know there is a checkbox for it
#
[pfefferle]
that does not help at all, because there is still a possibility to break things
#
GWG
[pfefferle]: So, what is the solution?
#
[pfefferle]
It was your idea… so tell me 😉
raretrack joined the channel
#
[pfefferle]
GWG can you make sure that it is only replaced in the frontend (html rendering)
#
GWG
[pfefferle]: That would work.
#
GWG
[pfefferle]: if ! is_admin()
#
GWG
Want me to prep an Indieweb release?
#
GWG
That should be quick. I can also refresh the dependencies
#
[pfefferle]
that is not enough
#
[pfefferle]
I use it in feeds, host-meta, webfinger, salmon, …
#
GWG
[pfefferle]: So, what conditional would you suggest?
#
[pfefferle]
in combination with is_home(), is_archive() and is_singular…
#
GWG
So you want ! is_admin && ( is_home() || is_archive() || is_singular() ?
#
[pfefferle]
in_the_loop
#
[pfefferle]
In combination with is_home...
#
GWG
Okay.
#
GWG
I just updated Indieweb to Version 1.0 of the WordPress coding standards, so now I have some errors to fix about escaping functions
#
jgmac1106_
okay not doing the simplest website, import to glitch, export to github with my students, I got stuck in a mege conflict on a PR…and I don’t want to have to explain this
Zoddo22, lorimer7, Turska-17, pointfree26, [metbril], jgmac1106 and [jgmac1106] joined the channel
#
GWG
By the way, my 'productive time' is starting this week
[kevinmarks] joined the channel
#
aaronpk
Does that mean a sprint on the IndieAuth plugin?
#
GWG
aaronpk: What is wrong with the IndieAuth plugin?
#
GWG
aaronpk: Thursday, I relocate to Manila
#
aaronpk
Aren't people still getting those errors? Or is that from the Micropub plugin?
#
GWG
aaronpk: Confluence of both
#
GWG
I improved the error handling on the Micropub side and I'm going to match it on the IndieAuth side
#
GWG
They now work similarly.
#
GWG
I stopped to quickly fix some things pfefferle just mentioned.
#
GWG
snarfed is taking a day or two off, so he can't review Micropub PRs
#
GWG
So, I figured I'll do some bug fixes
#
GWG
Also, must pack for 4 weeks
jgmac1106_, Death9168, aphel, Lord_of_Life10 and stephen8723 joined the channel
#
jgmac1106
wow [gwg] Manila is one
#
jgmac1106
So I tried this plugin to try and edit the rss feeds so I could get quotes and bookmarks to display content: https://wordpress.org/plugins/feed-template-customize/#installation in an rss reader
#
jgmac1106
it didn’t work, poking around to try and do manually
#
jgmac1106
I did find the function that inserts the image into an rss feed…[gwg] Can I just write a similar function to get bookmark and quote rss feeds to look the way I want?
#
GWG
You should.
#
GWG
But the image isn't working for podcasts
#
GWG
I should fiddle
#
Loqi
definitely
gsdg joined the channel
#
[jgmac1106]
....and I might have to remove Salmon....not sure if that changed the feed
wagle_ joined the channel
#
jgmac1106
want to make quote look like this: <a href="#" class="p-name u-url">Source Title</a> by <a href="u-url" class="h-card p-author">website</a>
#
jgmac1106
<blockquote></blockquote>
#
jgmac1106
<link> …will play with writing functions tomorrow
#
jgmac1106
sorry for the shouting
GWG joined the channel
#
GWG
I don't need a month with nothing to do but work and do Indieweb. It may not be enough.
#
Loqi
GWG said: I don't need a month with nothing to do but work and do Indieweb. It may not be enough.
[metbril], elkalamar, swordsmanz2, Xenthys19, [kevinmarks], lebster18, CeBe10, Guest95115 and [pfefferle] joined the channel
#
[pfefferle]
[aaronpk] I just had a look at the mastodon AS2 feed… I think my main feed is very similar to their feed…
#
aaronpk
sadly nothing really uses that outbox feed
#
[pfefferle]
I just found no other
#
[pfefferle]
only wanted to check their format
#
aaronpk
mastodon expects every post to be sent to it via the "inbox"
#
aaronpk
but yeah if your individual posts look like the same format that's a good start
#
[pfefferle]
but it still differs a lot to yours
#
aaronpk
I put in as little as possible to make it work
#
[pfefferle]
my main type is the action and it has an object that includes the note, article, …
#
aaronpk
oh well if you're looking at my permalinks you don't see the "create" action on them
#
GWG
[pfefferle]: That reminds me, don't I have a PR waiting for your review?
#
[pfefferle]
oh, sure, thanks for the reminder
#
GWG
[pfefferle]: Trying to move forward.
#
GWG
[pfefferle]: snarfed has a request for you
#
GWG
[pfefferle]: I always learn a lot about travis and phpcs whenever I play with it
wraeth4, dougbeal|mb1, adamg, [eddie], __idiot__, Xoc22, kashike15 and Nazca joined the channel