Skip to content
#

drupal

Here are 1,768 public repositories matching this topic...

drush
bunthorne
bunthorne commented Aug 12, 2019

I want to be able to use a project like this to start my drupal project, but I want to be able to remove the projects that are purely for developers, such as drush and drupal console and those that have dev tool dependencies. My goal is for a very light install to manage a simple site. I have been able to figure it out for myself for the most part, but the most natural place for the information is

geerlingguy
geerlingguy commented Dec 29, 2018

I just bought four Raspberry Pi PoE HATs, and I'm trying to incorporate them into the cluster... but there are two issues I'm running into currently:

  1. They come with female-to-female 9mm M2.5 spacers that need to be precisely this height so the contact can be made with the GPIO port and the PoE header. So I can't physically screw the Pi into the bone-style clear case using it's screws and h

Exphub[漏洞利用脚本库] 包括Webloigc、Struts2、Tomcat、Nexus、Solr、Jboss、Drupal的漏洞利用脚本,优先更新高危且易利用的漏洞利用脚本,最新添加CVE-2020-11444、CVE-2020-10204、CVE-2020-10199、CVE-2020-1938、CVE-2020-2551、CVE-2020-2555、CVE-2020-2883、CVE-2019-17558、CVE-2019-6340

  • Updated Jun 1, 2020
  • Python
Eli-TW
Eli-TW commented Nov 27, 2019

[docs] Using the phrase "The Drupal CLI" is misleading

Problem/Motivation

The language "The Drupal CLI" is misleading. It implies that this it the only Drupal CLI, or is in some ways more official than other Drupal command line tools. This is present in the repo configuration and the readme, possibly in other places too.

Details to include:

  • Why are we doing this? Above all, a
Fonata
Fonata commented May 26, 2019

This plugin is confused because .lando.yml files may contain a top-level key services:. It says "Missing argument", when in fact all is fine.

These files are not meant for Symfony at all. For example, in the Drupal 8 ecosystem, both Lando and Symfony can coexist without any problems.

For documentation, see https://docs.devwithlando.io.

rfay
rfay commented Apr 17, 2020

Describe the bug

As of v1.14+ ddev describe shows some information about third-party services like solr that have an exposed URL. However, it doesn't say anything about services that don't have an http url, and it should at least list them. For example, if rabbitmq or memcached is enabled, it should at least show in the output, and perhaps inform more output.

To Reproduce
Steps to

dafeder
dafeder commented Jan 25, 2018

Many science data platforms have a need to support complex hierarchical ontologies to classify their data. Build a widget that could be used to drill down and select a field from a large (60,000+ object) ontology and store that value in a simple way in the database. Then display it in a way that shows the context in the hierarchy.

Acceptance criteria

  • Ontologies must be converted to JSON
liquidcms
liquidcms commented May 11, 2019

According to documentation i should be able to assign menu links to regions in the hook_menu:

function qleva_menu() {
  var items = {};

  items['qleva_start'] = {
    title: 'Start',
    page_callback: 'qleva_start_page'
  };

  items['qleva_start_auth'] = {
    title: 'Home Auth2',
    page_callback: 'qleva_start_auth',
    pageshow: 'qleva_start_auth_show',
    //pagehide: '
PascCl
PascCl commented Apr 15, 2019

Could I get some help on how to run this tool in a Windows environment?

Our projects are inside docker containers using lando/lando, not sure if that is relevant.

Would be awesome if it was possible to install this on Windows so it is project independent.
I know how to install PHP and add things to PATH, but not entirely sure how to get started with this one.

Improve this page

Add a description, image, and links to the drupal topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the drupal topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.