I hereby claim:
- I am serundeputy on github.
- I am serundeputy (https://keybase.io/serundeputy) on keybase.
- I have a public key ASDbHtFl6-J4YgvXFkL_TpCOo0AFBPMulvwA-3wAjx-EgQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| **Changes since 1.13.2** | |
| * 7 Backdrop 1.13.3 \(fe4686657\) | |
| * d SA-CORE-2019-011-013 \(c613c135d\) | |
| * 2 Issue <a href="https://github.com/backdrop/backdrop-issues/issues/3965">#3965</a>: [UX] Views: Fix description for "Fill up single line". \(867910792\) | |
| * 1 Issue <a href="https://github.com/backdrop/backdrop-issues/issues/3762">#3762</a>: Reassign orphaned blocks on layout template changes. \(49bf0ae81\) | |
| * 8 Issue <a href="https://github.com/backdrop/backdrop-issues/issues/2850">#2850</a>: Use the word 'Configure' instead of 'Edit' for language settings. \(d1941d6c8\) | |
| * 7 Issue <a href="https://github.com/backdrop/backdrop-issues/issues/3871">#3871</a>: Move views_fetch_fields() to utility.inc so that it is always available. \(2e8074ef7\) | |
| * 4 Issue <a href="https://github.com/backdrop/backdrop-issues/issues/3913">#3913</a>: Added test for empty/null tid to taxonomy_build_node_index function. \(dbb01c724\) | |
| * 1 Issue <a href="https://github.com/backdrop/backdrop-issues/issues/3776">#3776</a>: User error: "the |
| name: myNuxtJsApp | |
| proxy: | |
| appserver: | |
| - mynuxtjsapp.lndo.site | |
| services: | |
| appserver: | |
| type: node:10 | |
| command: cp -n /app/.env.example /app/.env && yarn dev --hostname 0.0.0.0 --port 80 | |
| install_dependencies_as_me: | |
| - yarn install |
| diff --git a/bakery.install b/bakery.install | |
| index 8207f26..16610a3 100644 | |
| --- a/bakery.install | |
| +++ b/bakery.install | |
| @@ -52,4 +52,13 @@ function bakery_uninstall() { | |
| variable_del('bakery_help_text'); | |
| variable_del('bakery_freshness'); | |
| variable_del('bakery_cookie_extension'); | |
| + variable_del('bakery_subsite_login'); | |
| +} |
Changes since 1.5.2
| <?php | |
| /** | |
| * @file | |
| * Download Backdrop CMS with drush. | |
| */ | |
| /** | |
| * Implements hook_drush_command(). | |
| */ | |
| function backdrop_download_backdrop_drush_command() { |
| name = "JSON API" | |
| description = "Serve backdrop content as JSON Objects." | |
| project = json_api | |
| version = 1.x-1.0.0 | |
| backdrop = 1.x | |
| package = API | |
| type = module |
| git push origin master && terminus --site={site_name} drush cc all && | |
| terminus --site={site_name} drush fra -y && | |
| terminus --site={site_name} drush cc all && | |
| terminus --site={site_name} drush fl |
| <?php | |
| function backdrop_bootstrap_candidates() { | |
| return 'Drush\Boot\BackdropBoot'; | |
| } | |
| include __DIR__ . '/backdrop.inc'; |
| apachectl -S | |
| AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1. Set the 'ServerName' directive globally to suppress this message | |
| VirtualHost configuration: | |
| *:80 staging.backdrop-cmi.commonmediainc.com (/etc/apache2/sites-enabled/000-backdrop-cmi.conf:1) | |
| ServerRoot: "/etc/apache2" | |
| Main DocumentRoot: "/var/www" | |
| Main ErrorLog: "/var/log/apache2/error.log" | |
| Mutex mpm-accept: using_defaults | |
| Mutex authdigest-opaque: using_defaults | |
| Mutex watchdog-callback: using_defaults |