Daniel Bachhuber
@danielbachhuber on WordPress.org
- Member Since: May 9th, 2007
- Location: Tualatin, Oregon
- Website: handbuilt.co
- Job Title: Hand Built
- Employer: Principal
Bio
Contribution History
Daniel Bachhuber’s badges:- bbPress Contributor bbPress Contributor
- Core Contributor Core Contributor
- Core Team Core Team
- Documentation Contributor Documentation Contributor
- Hosting Contributor Hosting Contributor
- Hosting Team Hosting Team
- Meta Contributor Meta Contributor
- Plugin Developer Plugin Developer
- WordCamp Organizer WordCamp Organizer
- WordCamp Speaker WordCamp Speaker
- WP-CLI Contributor WP-CLI Contributor
- WP-CLI Team WP-CLI Team
-
Committed [2298581] to Plugins Trac:
Tag v2.2.01 week ago
-
Committed [2298580] to Plugins Trac:
Sync v2.2.0 from GitHub1 week ago
-
Posted a reply to cannot be logged in WordPress when redirected back at the IDP return, on the site WordPress.org Forums:
In the OneLogin annotated settings, I see the following: 'singleSignOnService' => array ( // URL…2 weeks ago
-
Posted a reply to cannot be logged in WordPress when redirected back at the IDP return, on the site WordPress.org Forums:
@peperene5150 Sorry, we only provide integration support to Pantheon customers.2 weeks ago
-
Posted a reply to cannot be logged in WordPress when redirected back at the IDP return, on the site WordPress.org Forums:
Ok. It's hard for me to debug further without access to the site, unfortunately. Let…2 weeks ago
-
Posted a reply to cannot be logged in WordPress when redirected back at the IDP return, on the site WordPress.org Forums:
Do you know where this form button is coming from? It's not something included by…2 weeks ago
-
Posted a reply to cannot be logged in WordPress when redirected back at the IDP return, on the site WordPress.org Forums:
Hi @peperene5150, Is this on a Pantheon-hosted site? At first glance, your configuration code snippet…2 weeks ago
-
Posted a reply to On MySQL 8 on DIgitalOcean, on the site WordPress.org Forums:
Hey @timwendisch, Can you share an example of the session data you see on Digital…2 weeks ago
-
Committed [2290963] to Plugins Trac:
Tag v2.1.43 weeks ago
-
Committed [2290962] to Plugins Trac:
Sync v2.1.4 from GitHub3 weeks ago
-
Posted a reply to Conflict with Cron, on the site WordPress.org Forums:
Hey @timwendisch, Thanks for the report! I don't see any reason why WP Native PHP…3 weeks ago
-
Committed [2290558] to Plugins Trac:
Sync v1.1.0 from GitHub3 weeks ago
-
Committed [2283531] to Plugins Trac:
Tag v1.0.14 weeks ago
-
Committed [2283530] to Plugins Trac:
Sync v1.0.1 from GitHub4 weeks ago
-
Posted a reply to Update/Change Metadata, on the site WordPress.org Forums:
Hi @charrabennett, I'm not sure I follow. Can you clarify with a bit more detail?…1 month ago
-
Posted a reply to Setting Expiration, on the site WordPress.org Forums:
It looks like there are just three filters for the plugin: https://github.com/pantheon-systems/wp-native-php-sessions/search?q=apply_filters&unscoped_q=apply_filters We don't really…1 month ago
-
Posted a reply to Setting Expiration, on the site WordPress.org Forums:
You're welcome :) The pantheon_session_expiration filter lets you set the session.cookie_lifetime value. The default value…1 month ago
-
Committed [2269402] to Plugins Trac:
Fix formatting of the code snippet on WordPress.org2 months ago
-
Committed [2260429] to Plugins Trac:
Tag v0.3.12 months ago
-
Committed [2260427] to Plugins Trac:
Sync v0.3.1 from GitHub2 months ago
-
Posted a reply to Slow Attribute Selection Issue, on the site WordPress.org Forums:
Hey @splitpixel, I think you might need to write some custom code for that. WP…2 months ago
-
Posted a reply to WP Redis error on Pantheon, on the site WordPress.org Forums:
@dxladner Great! Glad there was a relatively simple fix. Happy to help :)3 months ago
-
Posted a reply to WP Redis error on Pantheon, on the site WordPress.org Forums:
Hi @dxladner, Did you make any recent changes that might be the cause of the…3 months ago
-
Posted a reply to wp redis cli hangs, on the site WordPress.org Forums:
Thanks @schlessera! I'm embarrassed to admit... I guess I didn't even test wp redis cli…3 months ago
-
Posted a reply to wp redis cli hangs, on the site WordPress.org Forums:
Ok. Can you add var_dump() throughout that method to see where the execution hangs?3 months ago
-
Posted a reply to wp redis cli hangs, on the site WordPress.org Forums:
It didn't print out the value of $cmd?3 months ago
-
Posted a reply to wp redis cli hangs, on the site WordPress.org Forums:
Huh. Given that WP_CLI::launch( 'echo "Hello World"' ); works as expected, maybe it's not WP-CLI…3 months ago
-
Posted a reply to wp redis cli hangs, on the site WordPress.org Forums:
Thanks for the update, @ddyok. Given redis-cli works, and WP Redis simply calls WP-CLI functions,…3 months ago
-
Posted a reply to wp redis cli hangs, on the site WordPress.org Forums:
Hey @ddyok, Were you able to track this down? WP Redis simply calls the equivalent…3 months ago
-
Posted a reply to OneLogin as SP SimpleSamlPHP as IDP, on the site WordPress.org Forums:
Hey @lukestewartnz, Configuring SimpleSAMLphp isn't something we officially support. With this being said, we use…3 months ago
-
Posted a reply to SAML LogoutRequest Signing, on the site WordPress.org Forums:
Hi @quebrantos, The signing should happen automatically, as long as you've included a certificate. Can…3 months ago
-
Reopened ticket #48082, in Core Trac:
Replace `dirname(__FILE__)` with `__DIR__` (Performance improvement, ...3 months ago
-
Posted a reply to Impossible to configure, on the site WordPress.org Forums:
Hey @silverfang007, Sorry to hear you had trouble configuring WP SAML Auth! If you have…4 months ago
-
Posted a reply to Deprecated: Non-static method warnings in plugin backend, on the site WordPress.org Forums:
Thanks for the report, @elvismdev! I'm surprised this hasn't come up sooner. I've just tagged…4 months ago
-
Posted a reply to sp_assertionConsumerService_url using home- insted of site-url, on the site WordPress.org Forums:
Hi @puggan, Thanks for the report! The most correct function to use is wp_login_url();. It's…4 months ago
-
Posted a reply to Issue with MoxiManager plugin, integratated with TinyMCE, on the site WordPress.org Forums:
Hi @mickhele, This seems like an issue specific to Tickera or MoxiManager, not WP Native…4 months ago
-
Posted a reply to Sessions Errors, on the site WordPress.org Forums:
Just to close the loop on this, we weren't able to track down the specific…4 months ago
-
Posted a reply to Sessions Errors, on the site WordPress.org Forums:
Hi @nmiletic, It seems like you might have some code that's starting a session before…4 months ago
-
Posted a reply to Confusion surrounding AJAX, on the site WordPress.org Forums:
Hey @billymonk, Thanks for reaching out with your question. The ‘AJAX Facet Search Support’ feature…4 months ago
-
Posted a reply to wp config question, on the site WordPress.org Forums:
Hi @fashionbuyernetwork: Yep, you're missing a step. The WP Redis plugin (and many other Redis…4 months ago
-
Posted a reply to Would this plugin support fuzzy search feature, on the site WordPress.org Forums:
Hey @carl-alberto, I'm not sure, to be honest! I don't have any past experience with…5 months ago
-
Posted a reply to Session_id() Warning, on the site WordPress.org Forums:
Hey @carl-alberto, All of the PHP notices should be fixed with WP Native PHP Sessions…5 months ago
-
Posted a reply to app_not_configured_for_user (Service is not configured for this user.), on the site WordPress.org Forums:
Hi @svnlabs, Based on the screenshot you've shared, it looks like there's additional configuration you'll…5 months ago
-
Posted a reply to Session lost when registering new user, on the site WordPress.org Forums:
Hi @jawhalen, I wouldn't think the session would be lost in the registration process. Can…6 months ago
-
Posted a reply to “Too Many Requests” when trying to checkout plugin, on the site WordPress.org Forums:
I've submitted a pull request to WP-CLI to make --ignore-externals the default behavior in install-wp-tests.sh…6 months ago
-
Posted a reply to Minimum PHP vsn, etc., on the site WordPress.org Forums:
Hi @andy-ingham It probably works just fine on PHP 5.6 but PHP 7.1 is the…6 months ago
-
Posted a reply to Solr Search for WordPress multisite support, on the site WordPress.org Forums:
Just to close the loop on this, there were a couple of issues at play:…6 months ago
-
Posted a reply to Solr Search for WordPress multisite support, on the site WordPress.org Forums:
Ok. Can you email the address on my GitHub profile and we can explore further…6 months ago
Developer
-
Ad Code Manager
Active Installs: 300+
-
Co-Authors Plus
Active Installs: 30,000+
-
Custom JavaScript Editor
Active Installs: 1,000+
-
Developer
Active Installs: 3,000+
-
Document Feedback
Active Installs: 10+
-
Gist Block by Pantheon
Active Installs: 20+
-
Image Shortcake
Active Installs: 30+
-
Jetpack Follow Link for P2
Active Installs: Less than 10
-
Mode Analytics
Active Installs: Less than 10
-
Nutrifox WP Connector
Active Installs: 200+
-
One Time Login
Active Installs: 10,000+
-
P2 By Email
Active Installs: 60+
-
P2 Resolved Posts
Active Installs: 90+
-
Pantheon Advanced Page Cache
Active Installs: 9,000+
-
Pantheon HUD
Active Installs: 600+
-
Post Forking
Active Installs: 60+
-
Post Meta Inspector
Active Installs: 3,000+
-
Publishing Checklist
Active Installs: 30+
-
Shortcake (Shortcode UI)
Active Installs: 30,000+
-
Shortcake Bakery
Active Installs: 100+
-
Site Secrets
Active Installs: 60+
-
Solr Search for WordPress
Active Installs: 200+
-
SupportFlow
Active Installs: Less than 10
-
WordPress Native PHP Sessions
Active Installs: 10,000+
-
WordPress REST API (Version 2)
Active Installs: 30,000+
-
WP LCache
Active Installs: 80+
-
WP Redis
Active Installs: 10,000+
-
WP REST API Meta Endpoints
Active Installs: 1,000+
-
WP SAML Auth
Active Installs: 4,000+
Contributor
-
Bulk User Management
Active Installs: 60+
-
Edit Flow
Active Installs: 10,000+
-
Frontend Uploader
Active Installs: 6,000+
-
Jetpack by WordPress.com
Active Installs: 5+ million
-
Proxy Cache Purge
Active Installs: 60,000+
-
Rewrite Rules Inspector
Active Installs: 10,000+
-
Safe Redirect Manager
Active Installs: 50,000+
-
Safe Report Comments
Active Installs: 500+
-
Shift8 Remote Management
Active Installs: Less than 10
-
WordPress REST API - Authentication Broker
Active Installs: Less than 10
-
WordPress REST API - OAuth 1.0a Server
Active Installs: 10,000+
Plugins
-
Ad Code Manager
-
Chartbeat
-
Co-Authors Plus
-
Configure SMTP
-
Custom JavaScript Editor
-
Custom Metadata Manager
-
Dashboard Notepad
-
Developer
-
Display Posts - Easy lists, grids, navigation, and more
-
Document Feedback
-
Edit Flow
-
Frontend Uploader
-
Get the Image
-
HyperDB
-
Image Shortcake
-
Jetpack Follow Link for P2
-
JSON feed
-
Lazy Load
-
Liveblog
-
oEmbed Gist
-
P2 By Email
-
P2 Resolved Posts
-
PMC Post Savior
-
Post Forking
-
Post Meta Inspector
-
Rewrite Rules Inspector
-
Safe Redirect Manager
-
Safe Report Comments
-
Shortcake (Shortcode UI)
-
SubHeading
-
Term Management Tools
-
The WP Remote WordPress Plugin
-
User Switching
-
WP Google Analytics