We are asking folks to help us conduct a usability test on our community infrastructure as part of our infrastructure sprint:
How to help:
If you don't already know the answer to this question:
- DO NOT read the comments here until you have finished the test.
- Attempt to accomplish the following scenario within a reasonable amount of time
- Post a comment below with feedback about and or all of the following:
- how easy or difficult it was to accomplish this task
- ideas you have for making it easier
- Did you find what you were looking for?
- What would you have liked to find?
Scenario:
You have heard a lot about Backdrop CMS, but are concerned about its maintainability and security in specific. You would like to find out if you will get at least the same level of support as with Drupal. Have past security issues been dealt with in a timely manner?
Recent comments
My initial goal was to create a menu item that linked to a view that I had configured and that was being created on installation of the module, by including the view config file. To do this, I just...
How to programmatically create a menu link
Yep, node_save() is just a wrapper for $node->save(). This is because the latter is Object-Oriented Programming (OOP), and a lot of people aren't as familiar with that. So the former can be used...
Difference between node->save() and node_save($node)
Seems that they must be the same thing. https://docs.backdropcms.org/api/backdrop/core%21modules%21node%21node.m... I am wondering now if the different behavior I experienced was impacted by other...
Difference between node->save() and node_save($node)
My difficulties were not so much around entity references or the specifics of creating content nodes for Organic Groups. I was dealing with another unresolved conflict between creating content types...
How to add en entity reference (organic groups) programmatically to create group content
It also did it for me too... so looks like something has unfixed itself :-)
There are multiple versions of module Cron Queue test in the installation.