Is it possible to move release tag in git?

Hi,

I've created a tag in git 8.x-1.0 and added a release to it. Is it possible to move this tag to the latest commit of 8.x-1.x?

I've tried:

git tag --force 8.x-1.0 <latest-commit-id>
git push --force --tags

remote: The tag 8.x-1.0 is tied to a release on Drupal.org, and cannot be relocated or deleted.
remote: error: hook declined to update refs/tags/8.x-1.0

Using Cache more efficient: How to fill Cache automatically?

Hey there,

i want to higher the speed of durpal8 by filling the cache automatically. Has anyone an idea for a strategie?

First i developed custom module by clearing cache automatically.

drupal_flush_all_caches();

The cache will be cleared by my module. But the problem is, that pagespeed is very slow for the user who starts a site first. so i want to fill the cache automatically.

How to stop images being viewed at their file location and only viewable when on a page?

Hi

Is there anyway to stop a user accessing sites/default/files/images/myimage.png

And only have the image load when it is part of the site, so cant be viewed stand alone?

Just wondering if this is a thing?

Thanks

Library, how to have higher weighting than theme?

I have a module which has created a library. I've attached that library to a library and the css files are loaded when the template is loaded.

But the css styles are being overrided with the themes css stles.

For example the css file in my library will have button { padding: 5px; }, but my theme css will have button { padding: 10px; }, and the button gets padding 10px from theme instead of 5px from library.

Nursing Guidance Portal for Northrhine-Westphalia

The multitude of consulting services for people and their relatives in need of nursing is often confusing and makes it difficult to find the right point of contact. For this reason, the digital Nursing Guidance Portal was set up to provide support in North Rhine-Westphalia. The Nursing Guidance Portal is sponsored by the Ministry of Labor, Health and Social Affairs of the state of North Rhine-Westphalia, the state associations of care insurance funds in North Rhine-Westphalia and the Verband der Privaten Krankenversicherung e.V. (PKV). The sponsor is Verbraucherzentrale NRW e.V.

Sectors: 
Government

Getting appropriate response from drupal page variant API

Hi,

So, I have been trying to get the desired response from the below two apis but haven't found an efficient way to call (chain the two apis).

What i do i, I call the first API (/page_variant) to get a set of block id and then use that id to call the second api, as shown below -

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x