Morbus wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
That's an interesting idea - a flag to dsm('', '', $persistent) that would a) watchdog() the message, b) display the text on every page with a "hide message" that the user could manually click on to hide it later. Persistent messages would be logged in the watchdog log.<br>
<br>
The potential problem with this, however, is to /whom/ the message is persistent. If five people are admins, and one enables a certain module, dsm() would traditionally persist the message only to the enabler (since they're all stored in $_SESSION, of course).<br>
<font color="#888888">
<br>
-- </font></blockquote></div>I like this, and I don't think it matters if it's stored in $_SESSION and only applies to the admin who enables something. I want a quick link to take me to the next step of a task I'm doing, not a list of all the links some other admin hasn't bothered to follow or switch off.<br>
<br>Opened an issue here: <a href="http://drupal.org/node/245417">http://drupal.org/node/245417</a><br>