Download & Extend

Refactor so hook_init is not needed (replace with call to check if user is masquarding)

Project:Masquerade
Version:7.x-1.x-dev
Component:Code
Category:feature request
Priority:normal
Assigned:Unassigned
Status:needs review

Issue Summary

As title says, burdening bootstrap with the check seems unnecessary -- why does it need to be stored in a session and checked every page load? Wrapping it in a function allows it never be checked for certian checks/drush/etc.

Attaching patch, but for d6 version, so not putting it as needs review/work (assuming masquerade is get into 7 first than backport)

AttachmentSizeStatusTest resultOperations
masquerade_hook_init.patch4.39 KBIgnoredNoneNone

Comments

#1

Status:active» needs review

Idea is good but D7 has lazy-session creation so if nothing is stored in session no session would be stored/started. This needs manual review and testing

nobody click here