masquerade 8.x-2.0-rc4

Bug fixes

Fix broken upgrade path for block link

Contributors (1)

DamienMcKenna

Changelog

Issues: 1 issues resolved.

Changes since 8.x-2.0-rc3:

Feature

  • #2900413 by DamienMcKenna: Follow-up for Allow UnMasquerade link in the "Masquerade" block

masquerade 8.x-2.0-rc3

New features

Unmasquerade link in block

Contributors (5)

andypost, claudiu.cristea, heddn, jrb, liquidcms

Changelog

Issues: 1 issues resolved.

masquerade 8.x-2.0-rc2

New features

Removal of 8.x support and added Unmasquerade block link

masquerade 8.x-2.0-beta4

Bug fixes

This release require core 8.8+

Clean-up of deprecated code for 8.8+ core

Contributors (5)

andypost, Berdir, Project Update Bot, tedbow, sasanikolic

Changelog

Issues: 4 issues resolved.

masquerade 8.x-1.0-beta1

New features

First stable release for 8.0 core

Functionality is stripped to simple block and /masquerade route with the same form
Module allows to masquerade access based on "masquerade as @role" permission
Special permissions for super user (UID 1) and "masquerade as any user"

masquerade 7.x-1.0-rc6

Security update

Properly restrict the users a masquerader can masquerade as via the "Enter the users this user is able to masquerade as" user profile field.

masquerade 6.x-1.8

Security update

Properly restrict the users a masquerader can masquerade as via the "Enter the users this user is able to masquerade as" user profile field.

masquerade 8.x-2.x-dev

New features

Release focused to simplify code base:
1) Split module on masquerade and masquerade_advanced
2) Masquerade module just simple api + toolbars integration
3) advanced module should add features like block, switch links, roles

See #1836516-10: Port Masquerade to D8 and rewrite + simplify it into a new 2.x series

masquerade 7.x-1.0-rc1

Insecure

Release candidate for a straight upgrade from 6.x to 7.x support.

masquerade 6.x-1.4

Security update
Bug fixes
Insecure

Changes since DRUPAL-6--1-3:

masquerade 7.x-1.x-dev

New features
Bug fixes

Drupal 7 development branch.

Note: if a user attempts to masquerade from ?q=masquerade/unswitch they will be switched and then immediately switched back.

masquerade 6.x-1.3

New features
Bug fixes
Insecure

Changes since DRUPAL-6--1-2:

  • #565860: Block quick switch users not properly saved
  • #568750: Anonymous switching doesn't work.
  • #287496: bogus integration with alt_login.

masquerade 6.x-1.1

Bug fixes
Insecure

Adds missing parenthesis in cleanup cron query.
Fixes some undefined variable notices.
Removes duplicated FAPI declaration for the autocomplete field in the block.

masquerade 6.x-1.0

Bug fixes
Insecure

in response to #302892: Error on Installation, PHP 5.1 is now set as a minimum requirement to support chained object references

masquerade 5.x-1.2

New features
Bug fixes

#138860 by bwynants - Performance tweaks.. and moved "masquerade as.." under new heading.
#174650 - access denied when attempting to switch back
#227924 - integration with alt_login
#268487 - add a database cleanup cron when people don't use the switch back link

masquerade 5.x-1.1

In line, 89, 313:

Changed:
cache_clear_all();
to:
cache_clear_all($user->uid, 'cache_menu', true);

masquerade 5.x-1.0

Updated Masquerade module code. Compatible with Drupal 5.x only.

Subscribe with RSS Subscribe to Releases for Masquerade