Dan Feder
Dan Feder
Why are the D11 builds so slow?
[Reported](https://github.com/GetDKAN/dkan/issues/3611#issuecomment-2667938131) by @stefan-korn It would be helpful to know the max filesize in upload_or_link widget. One could add something like this in WidgetRouter: ``` if (isset($spec->max_filesize)) { $max_filesize = min(Bytes::toNumber($spec->max_filesize),...
Having distributions be referenced child nodes creates many problems for sites that update datasets regularly. Because the referencing system creates new entities on change for everything except datasets (to keep...
Follow the example in #4183 to refactor the other DKAN admin forms to use this simpler submit/validate system. - [ ] DkanDataSettingsForm.php - [ ] DatastoreSettingsForm.php - [ ] DataDictionarySettingsForm.php...
Some hosting solutions are already on MySQL 8 for Drupal 10. At the same time, other hosting solutions (including Acquia) still do not support MySQL 8 even for Drupal 11,...
Following up #3684 Because the forms are build from schema and ui-schema JSON files, they are localize-able in the same way other Drupal forms are. One solution could be to...
Continuing the work laid out in #3746, we do not need separate a module for "metastore". There is no DKAN w/o the metastore. One #4412 is complete, merge "metastore" into...
We have a whole API now for altering DB tables in the `Drupal\datastore\DataDictionary` namespace but very sparse documentation on how to use it. For instance as pointed out by @paul-m...
Fixes #4565 ## Describe your changes Note: * Data Dictionary test - not sure why [this](https://github.com/GetDKAN/dkan/pull/4610/files#diff-744d06bda68350c6700b30676c4c0dcbdfac2083a108b85d265a671ab8b20c81L53) was necessary; more precisely, not sure why it's passing in 2.x now * Handling...
We get failures sometimes when we run the `ddev select2` command in CI. I'm actually not sure why but could be a rate limit from github or something. CircleCI can...