drupal-elm-starter icon indicating copy to clipboard operation
drupal-elm-starter copied to clipboard

DEPRECATED - See https://github.com/Gizra/drupal-starter

Results 42 drupal-elm-starter issues
Sort by recently updated
recently updated
newest added

- [ ] Implement the new mode as it appears [here](https://github.com/Gizra/unio/pull/1776/files#diff-607f587d40d1721da8f0b42a86db65eaR40) (set different names for the browsers). - [ ] Create a login test with the wrong password to see...

Could be a meaningful improvement of the Travis suite to check if after the installation process, all Drupal Features are in a default state. Likely not very interesting on this...

As in https://developers.google.com/web/progressive-web-apps/ Primarily for the purpose of facilitating offline work, in cases where network access is sometimes unavailable.

This modifies the item page with an "Edit" button allowing you to edit the name of the displayed item, along with a "Cancel" button to restore the previous name and...

Similar to the ones we already have for Pantheon.

Some potential ways to go: - switch to MyISAM storage engine (/cc @RoySegall ) - use run-tests.sh --concurrency 8 - switch to PHP 7 at Travis

Add the check for any PHP execution to make Travis fail when something emits a PHP stack trace or warning message. For this purpose, we might even enable PHP error...

Right now there is no clear code standard for JS. We should adopt one and add some code analysis to Travis to ensure we are following the decided standard. @AronNovak...