Robert J. Lang
Robert J. Lang
I think we're done with this, so closing.
The `project_github` module has code in `project_github_node_presave()` (erroneously called `hook_node_insert()` in its docblock) that updates from the README whenever the project node is saved. And I just verified by editing...
The last lines of `borg_github_github_project_release_validate()` are ``` // Save project node. $project_node->save(); ``` And `$project_node` is set early in the function by ``` $project_node = node_load($release_node->project_release['project_nid']); ``` Just to confuse...
> Can we install this module on the beta site for BackdropCMS.org and do some experimentation there? Yes, I've added it to the beta.b.org branch. However, beta.b.org is currently having...
@stpaultim, the Repeating Dates module is set up on beta.b.org. Does it meet your needs? If so, we can put it on b.org, but if not, we'll remove it from...
> I'm marking this as something to experiment with and test during our current Infrastructure week. @stpaultim, did your "experiment with and test" on beta.b.org result in wanting this on...
These are the current fields for that content type:  So this addition would presumably be something like: * Title: Quote * Machine name: `field_mention_quote` * Field type: Text (long)...
So on the "Link to quoter" field, we want a "Required Title" (because all quotes should be attributed) but an "Optional URL" (because there may not be a link to...
Here's what the two fields mentioned above would look like on the "Create External mention" page: 
That's done. Fields are added to the content type, but hidden on the default display.