Download & Extend

Releases for Masquerade

masquerade 8.x-2.x-dev

Download Size md5 hash
masquerade-8.x-2.x-dev.tar.gz 19.51 KB 80f1a20eebeae485ccb855c7f0555716
masquerade-8.x-2.x-dev.zip 25.69 KB 290897333ce8c282e2e513e089415680
Last packaged version: 8.x-2.x-dev
Last updated: May 12, 2013 - 01:47
Development snapshot from branch: 8.x-2.x

Release notes

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 8.x-1.x-dev

Download Size md5 hash
masquerade-8.x-1.x-dev.tar.gz 15.46 KB 46c30e6f80b53060fa7001c4c32aa11a
masquerade-8.x-1.x-dev.zip 17.67 KB affc49fbe975c6d45e106fabda6a81fc
Last packaged version: 8.x-1.x-dev
Last updated: January 8, 2013 - 01:21
Development snapshot from branch: 8.x-1.x

Release notes

The branch is deprecated in favor of 8.x-2.x branch.
Development branch for Drupal 8

masquerade 6.x-1.7

Download Size md5 hash
masquerade-6.x-1.7.tar.gz 14.86 KB 0f110f680b01db133d83ef7b4cc70921
masquerade-6.x-1.7.zip 16.27 KB 49dcc57ee3d740598157a3c732cbf517
Last updated: October 26, 2011 - 07:30
Official release from tag: 6.x-1.7

Release notes

#987610: Notice: Undefined variable: _SESSION in masquerade_init
#1103588: Cleanup code and optimize query count
#1019832: masquerade_user_update doesn't check whether $edit['masquerade_users'] is set, data loss occurs
#1184996: Wrong operator in hook_user('update')
Changed attributes of README to 0644
#1147312: Notice: Trying to get property of non-object in masquerade_block_1()
Fixed alt_login module integration
#1007052: Fix update function, info file and block caching

Fix undefined variable notice, #git
#987610 by mikeytown2, hadsie: Fix instantiation in masquerade_init()
backport #1103588 isset()
backport of Issue #1019832 by bdragon: masquerade_user_update doesn't check whether ['masquerade_users'] is set, data loss occurs
Issue #1184996: Fix wrong operator in hook_user('update').
Changed attributes of README to 0644
Issue #1147312 by jason.fisher and andypost: Fix nitice in masquerade_block_1()
Fixed alt_login module integration
Issue #1007052 by andypost: Fixed update function, info file and block caching.

masquerade 7.x-1.0-rc2

Download Size md5 hash
masquerade-7.x-1.0-rc2.tar.gz 13.91 KB e4233459f3f61e176cba1419fafd2639
masquerade-7.x-1.0-rc2.zip 15.52 KB 1c6d3fd31a6c4ff6f88043daf43411be
Last updated: January 31, 2011 - 05:06
Official release from tag: 7.x-1.0-rc2

Release notes

#1045306: Fatal error: Call to undefined method DatabaseStatement_sqlite::fetchColumn()
#1045834: masquerade_update_7000() is broken

other bugs remain. see issue queue.

masquerade 7.x-1.0-rc1

Download Size md5 hash
masquerade-7.x-1.0-rc1.tar.gz 13.89 KB 5263d08d254ce945b453cad39c0ce33f
masquerade-7.x-1.0-rc1.zip 15.41 KB 741f3427da8fe91ad9f6cca23cf29559
Last updated: December 24, 2010 - 23:20
Official release from tag: 7.x-1.0-rc1

Release notes

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

masquerade 6.x-1.4

Download Size md5 hash
masquerade-6.x-1.4.tar.gz 13.8 KB 0f9a4258869f888a1ee296b7281ffe4d
masquerade-6.x-1.4.zip 15.41 KB a3def93c5312a28e8daf608713a01249
Last updated: December 24, 2010 - 23:20
Official release from tag: 6.x-1.4

Release notes

Changes since DRUPAL-6--1-3:

  • #592558: by mariuss, control for list of users on all sub-tabs.
  • #610244: callison, deviantintegral: Menu and Block Quick Switch User Settings Don't Work for 'Anonymous'.
  • #657326 by modulist, deviantintegral: Update permissions documentation in the README.
  • #713248 by incrn8: Add a CSS class to the masquerade link on the user page.
  • #588694 by espie, deviantintegral, rickauer: Add database table descriptions.
  • #822098 by coreyp_1: use the theme function to show usernames
  • #828984 by siliconmeadow - seperated isn't spelled correctly
  • #811560 by deviantintegral, alberto56: Allow masquerading in offline mode if the user has the right permissions.
  • #763972: Split switching and unswitching into API functions.
  • #822098: Use theme_username() more consistently.
  • Fix typo in referer_uri().
  • Fix CSRF vulnerability. See SA-CONTRIB-2010-068 - Masquerade - Cross Site Request Forgery

masquerade 7.x-1.x-dev

Download Size md5 hash
masquerade-7.x-1.x-dev.tar.gz 15.94 KB 0a87ffe84da84be27eadb98ae49bc3c5
masquerade-7.x-1.x-dev.zip 17.39 KB 7d1d2ce08996e3079b090a80cc830a5b
Last packaged version: 7.x-1.0-rc5+3-dev
Last updated: April 24, 2013 - 13:02
Development snapshot from branch: 7.x-1.x

Release notes

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

Download Size md5 hash
masquerade-6.x-1.3.tar.gz 12.52 KB e32a3a5f186c4b3e93e32d93048b698d
masquerade-6.x-1.3.zip 13.96 KB 75ffb0580792c9fb170960999810d594
Last updated: December 24, 2010 - 23:20
Official release from tag: 6.x-1.3

Release notes

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.2

Download Size md5 hash
masquerade-6.x-1.2.tar.gz 12.34 KB d7c83504a50b2e0f20437f2b471b02d5
masquerade-6.x-1.2.zip 13.77 KB 9b96bfe0d9451df009443107194c4776
Last updated: December 24, 2010 - 23:20
Official release from tag: 6.x-1.2

Release notes

Changes since DRUPAL-6--1-1:

Read more

masquerade 5.x-1.5

Download Size md5 hash
masquerade-5.x-1.5.tar.gz 11.92 KB 20fd31fa94b2d93986895b6bd19bf3ad
masquerade-5.x-1.5.zip 14.57 KB d282b1cc680831bb52ebf9509ae7dd92
Last updated: December 24, 2010 - 23:20
Official release from tag: 5.x-1.5

Release notes

#409130: Database update hook has invalid SQL for Postgres by scottgifford

masquerade 5.x-1.4

Download Size md5 hash
masquerade-5.x-1.4.tar.gz 11.91 KB df870aa95fa58f2ba0a2492f59066c54
masquerade-5.x-1.4.zip 14.56 KB fa706cebb16f22dd1309f91bf49796ff
Last updated: December 24, 2010 - 23:20
Official release from tag: 5.x-1.4

Release notes

#373194: notice: Undefined variable: quick_switch_link by beginner
#268487: turn subquery into join in the cron by PMunn
fix PHP notice on logout for unset object by cYu

masquerade 6.x-1.1

Download Size md5 hash
masquerade-6.x-1.1.tar.gz 10.16 KB 229d39fa4527507a008cde6a42cd3633
masquerade-6.x-1.1.zip 11.14 KB 75d9b8cc9b42b43728e7f8b8b717bb83
Last updated: December 24, 2010 - 23:20
Official release from tag: 6.x-1.1

Release notes

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

masquerade 5.x-1.3

Download Size md5 hash
masquerade-5.x-1.3.tar.gz 10.23 KB 1d4dfb4e46312320a77128f59f2b4129
masquerade-5.x-1.3.zip 11.24 KB 3d75b9a15e13022bb389e6d2acc5e201
Last updated: December 24, 2010 - 23:20
Official release from tag: 5.x-1.3

Release notes

#285472: Parse error with PHP 4 - remove chained object reference to support PHP4 by Junyor

masquerade 6.x-1.0

Download Size md5 hash
masquerade-6.x-1.0.tar.gz 10.18 KB 83666c93a3e9b88fdc62747ba01604cd
masquerade-6.x-1.0.zip 11.16 KB c697539f9fcc07028d319d6563fbf4e6
Last updated: December 24, 2010 - 23:20
Official release from tag: 6.x-1.0

Release notes

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

masquerade 6.x-1.0-beta1

Download Size md5 hash
masquerade-6.x-1.0-beta1.tar.gz 10.16 KB db887db8ced4589d600af3e044246aee
masquerade-6.x-1.0-beta1.zip 11.15 KB 35ff638a6fc713d2ab14d98dfe97faf0
Last updated: December 24, 2010 - 23:20
Official release from tag: 6.x-1.0-beta1
Subscribe with RSS Syndicate content
nobody click here