Thanks. openid_connect is actually a different beast than OpenID. I think the "connect" version implements an OpenID client to work on an Oauth server. Or something like that.
I think this alternative works too. Instead of installing the stub modules, you may be able to just insert the relevant records in the systems table (while also ensuring entity_plus and...
This relates to a problem with creating a View of Projects on a site using MySQL >= 8.0.3
https://github.com/backdrop/backdrop-issues/issues/5795
I can't be at the meeting this...
Posted4 days 8 hours ago by Martin Price | System Horizons Ltd (yorkshirepudding) on:
Additionally, "outside" means a file that is located outside a module folder. The second parameter of module_load_include() is the name of a module, so, this function assumes that you are loading a...
Posted4 days 13 hours ago by Alejandro Cremaschi (argiepiano) on:
Yes, it does mean outside your functions. You can use module_load_include() within functions but not outside.
The YouTube module gives an example:
<?php
/**
* @file
* Youtube field module adds...
Posted4 days 17 hours ago by Martin Price | System Horizons Ltd (yorkshirepudding) on:
Comments
Here are some issues I would like to talk about or revisit (as time permits) during the Weekly Dev meeting or during the Design/UX meeting.
Better defaults position for breadcrumbs on installation of new sites.
https://github.com/backdrop/backdrop-issues/issues/4113
Config Recipes
* What can we do for the next release?
* How do we promote this? Is this a few feature (in theory, except for a bug it was there before)?
https://github.com/backdrop/backdrop-issues/issues/3763
Add a 'User: compare' visibility rule
Is this a good feature for core? Can we get it working for this release?
https://github.com/backdrop/backdrop-issues/issues/4029
This batch of issues
Add a new pageless node above the "Promoted Content" block on Home page
https://github.com/backdrop/backdrop-issues/issues/4849
Provide a new 'hidden-path' content type OOTB, and use it as a content block
https://github.com/backdrop/backdrop-issues/issues/4903
[UX] Change default home page from 'user' to 'node' - if user removes path to home
https://github.com/backdrop/backdrop-issues/issues/3343
A recent update with our long-standing symlink problem: Issue 3008
There's now a simpler alternate approach with less impact. Some core dev eyes are welcome.
The purpose is, to solve the initial problem soon. If people need more elaborated solutions for special cases, this could be a follow-up.