Account created on 31 March 2001, almost 24 years ago
#

Recent comments

๐Ÿ‡ฎ๐Ÿ‡นItaly marco

New patch, which fixes a warning.

interdiff:
63c63
< + $can_masquerade_as_user = masquerade_can_masquerade($account);
---
> + $can_masquerade_as_user = masquerade_can_masquerade(user_load($account));

๐Ÿ‡ฎ๐Ÿ‡นItaly marco

marco โ†’ created an issue.

๐Ÿ‡ฎ๐Ÿ‡นItaly marco

The attached patch implements #122, with an addendum from @peximo to make sure that calling a full bootstrap more than once does not break the logic.

๐Ÿ‡ฎ๐Ÿ‡นItaly marco

I attach a patch to be applied after #7 from https://www.drupal.org/project/ctools/issues/3342360 ๐Ÿ“Œ Modal accessibility Needs review

๐Ÿ‡ฎ๐Ÿ‡นItaly marco

re-reroll of the previous patch.

๐Ÿ‡ฎ๐Ÿ‡นItaly marco

Small fix for the drupal_goto.

๐Ÿ‡ฎ๐Ÿ‡นItaly marco

marco โ†’ created an issue.

โœจ | CPS | CPS Bulk Publish
๐Ÿ‡ฎ๐Ÿ‡นItaly marco

Updated version.

๐Ÿ‡ฎ๐Ÿ‡นItaly marco

Updated patch to fix an issue with some entities.

๐Ÿ‡ฎ๐Ÿ‡นItaly marco

marco โ†’ created an issue.

๐Ÿ‡ฎ๐Ÿ‡นItaly marco

marco โ†’ created an issue.

๐Ÿ‡ฎ๐Ÿ‡นItaly marco

I attach an updated patch which among other things also stores the last changeset id.

๐Ÿ‡ฎ๐Ÿ‡นItaly marco

This patch adds some hooks which use the new constants, and are better than the existing hooks as there may be unwanted side effects otherwise.

๐Ÿ‡ฎ๐Ÿ‡นItaly marco

But there's currently a bug, and in some cases the empty alias is written for the live alias.
The attached patch should fix the issue.

๐Ÿ‡ฎ๐Ÿ‡นItaly marco

It is actually expected from cps_url_alias to create an empty alias. It's how an alias is flagged to be deleted in a site version.
Then during publishing the aliases are deleted, and the empty ones are not re-created: https://git.drupalcode.org/project/cps/-/blob/7.x-1.x/modules/cps_path/c...

Production build 0.71.5 2024