2019-08-02 UTC
# 00:00 GWG But I will have my first bug fix PR for webmention tonight
# 00:01 GWG Fixes the whitelist that was broken and some other cleanups
[kimberlyhirsh] joined the channel
# 00:48 GWG I was going to change the Semantic Linkbacks plugin to support it
# 00:49 [kimberlyhirsh] I think the next question I have is whether those are appearing in the comment source code as links rather than just text URLs because Bridgy/Semantic Linkbacks is backfeeding them with the <a> tag, or if it's because I have an autolinking plugin.
# 00:49 GWG Semantic Linkbacks would display it as a mention, I think
[schmarty] joined the channel
# 03:04 [Michael_Beckwit have my list of plugins to try and contribute to, ready for tomorrow 😄
[Michael_Beckwit joined the channel
# 03:07 [Michael_Beckwit Open issues
# 03:07 [Michael_Beckwit PHPCS review
# 03:07 [Michael_Beckwit PHPDocs review
# 03:07 GWG I think we're up to date on PHPCS
# 03:22 [Michael_Beckwit i’m fine for getting paid for either. I have a lot of phpdoc experience with BuddyPress
# 03:24 [Michael_Beckwit even if paid for only 1 day
# 03:24 GWG I should definitely document better
[xavierroy] joined the channel
# 04:15 [xavierroy] A plugin to edit the template from the admin instead of tweaking the code
[snarfed] joined the channel
# 04:26 [snarfed] [kimberlyhirsh] they're links (instead of text) because bridgy renders them that way
[Rose], Derek[m]1, [xavierroy] and [Zegnat] joined the channel
[svandragt], [prtksxna], jeremych_, Krazydee, [tantek] and [jgmac1106] joined the channel
# 10:36 GWG [Rose]: I made some modifications in the last update to the logic there. I may have introduced the issue
# 10:47 GWG !tell [Rose] I'll work on fixing this tonight. I think my logic must have been off. I tested it, but...
# 10:47 Loqi Ok, I'll tell them that when I see them next
dillon[m] and [Rose] joined the channel
# 10:56 Loqi [pfefferle] #227 HTML5 comments seems to overwrite facepiles
# 11:06 GWG No. Haven't had a chance to look.
# 11:06 GWG Since I was going to try and merge Semantic Linkbacks into Webmentions, I was going to do some fixes durng that process.
# 11:07 GWG But I just got a critical login bug report from IndieAuth I need to check.
# 11:08 [prtksxna] Oh, let me know if I can help with any testing (with the critical bug)
# 11:09 GWG Well, it is messing up people's logins and that can't stand.
# 11:10 GWG So far, my test site doesn't have this problem, but my live site does.
# 11:15 GWG A lowercase instead of a capital W
# 11:17 [prtksxna] I should update my dreamhost `.htaccess` so that IndieAuth starts working 😓
# 11:39 [Rose] Oh dear, capital letters caused me problems today too - lowercase instead of uppercase!
# 11:56 GWG [Rose]: Depending on the Indieweb plugin is not good anyway
# 11:56 GWG I am going to add the setting directly to the IndieAuth plugin
# 11:56 GWG To decide which account gets root
# 11:57 GWG Also may fix the subdirectory problem
# 11:59 GWG It means I have to detect that a site is not at the root of the domain and allow someone to use the root
# 13:26 [Rose] Only I am not logged in as myself in Aperture still, hmm.
# 13:26 [Rose] Seems that either I followed instructions incorrectly, or something is still amiss
[eddie], [JuJu] and [Michael_Beckwit joined the channel
# 14:12 [Michael_Beckwit fork all the things
# 14:46 [Michael_Beckwit @GWG which branch should I issue PRs against for post-kinds? master?
# 14:48 [Michael_Beckwit i’m assuming yes because it has the most recent commits 😄 and we can change PR branches later
# 15:14 GWG All of the Indieweb plugins use master
IWC_SlackBot, [aaronpk] and [prtksxna] joined the channel
# 16:02 [prtksxna] GWG: Is there an `$arg` to get only black icons when calling `get_syndication_links`?
[Michael_Beckwit and [schmarty] joined the channel
IWSlackGateway and [KevinMarks] joined the channel
# 16:37 GWG I have to look about whether I allowed it on a per call basis
[schmarty], [prtksxna], [mapkyca] and neoaboriginal1 joined the channel
# 17:23 GWG I'd open an issue for jackjamieson to look into
[jgmac1106], [prtksxna], neoaboriginal2, [schmarty]1, jackjamieson, [aaronpk], [KevinMarks] and [david] joined the channel
# 19:28 [david] Howdy yall, came here with two questions, and see that [prtksxna] is already working on one with facepiles and html5 comments
# 19:30 [david] Second, I've been recently updating my personal website theme in preparation of submitting for theme review on the w.org repo. I'm trying to ensure that my theme is compliant with schema, microformats2, and looks/works well with webmentions, semantic linkbacks, and syndication out of the box.
[Michael_Beckwit joined the channel
# 19:45 [Michael_Beckwit [pfefferle] was that PR meant to be approved even with the comment about DB ids?
[pfefferle] joined the channel
# 19:47 [Michael_Beckwit want a fresh PR? also curious what sort of fallback we want since we can’t rely on it
# 19:49 [Michael_Beckwit perhaps `$author_id = ( $authordata instanceof WP_User ) ? $authordata->ID : $author_id`
# 19:49 [Michael_Beckwit `$author_id` is initially set to `get_option( 'iw_default_author', 1 )`
# 19:51 [Michael_Beckwit i’ll get a fresh PR going with the get_users recommendation soon
# 19:53 [pfefferle] Or do you think it is not problematic? [dshanske] [Michael_Beckwith]
# 19:54 [Michael_Beckwit i would think the default author value would be better, as get_users would probably turn up the primary admin user, which may not be desired to be the specified author
# 19:56 [pfefferle] But the default author value also falls back to the 1 which is, if it exists, the admin
# 19:57 [Michael_Beckwit good point. Hrm
# 19:59 [Michael_Beckwit hard to say
[tantek] joined the channel
# 20:05 [Michael_Beckwit i would definitely say at bare minimum, the first result from a get_users() call for admins. as the base
[snarfed] and [eddie] joined the channel
# 20:50 [Michael_Beckwit hrm, not sure if I want to do any hardening of php notices for this one, because there should be at LEAST one item in this result
# 21:04 GWG I would make that a function instead of having it inside the widget code
# 21:06 [Michael_Beckwit your plugin, i’ll bend to help 😄
# 21:08 GWG But if you look, I designed the code to be able to be called outside the widget
# 21:08 GWG So the same should apply to this logic
# 21:09 [Michael_Beckwit will keep massaging it then
[KevinMarks]1, [david]1 and [schmarty] joined the channel
# 21:27 [Michael_Beckwit gotta go for a bit, but i’ll probably continue a bit more later 😄
[jgmac1106], kevinbird15[m], ScottSmiley[m] and SirMemesALot[m] joined the channel