Re: [imp] recreating "nags" in DIMP

2008-02-26 Thread Chuck Hagenbuch
Quoting Liam Hoekenga <[EMAIL PROTECTED]>: >> The error-level ones have to be explicitly dismissed. > > They're always red, tho? Is there a level between info and error? No, not currently. -chuck -- IMP mailing list - Join the hunt: http://horde.org/bounties/#imp Frequently Asked Questions: ht

Re: [imp] recreating "nags" in DIMP

2008-02-26 Thread Liam Hoekenga
>> Any suggestions on recreating this in DIMP? I'm not sure how well it'd >> translate to the automatically fading out alert dialogue. Is there one >> that has to be acknowledged before it's dismissed? > > The error-level ones have to be explicitly dismissed. They're always red, tho? Is there a

Re: [imp] recreating "nags" in DIMP

2008-02-26 Thread Chuck Hagenbuch
Quoting Liam Hoekenga <[EMAIL PROTECTED]>: > Any suggestions on recreating this in DIMP? I'm not sure how well it'd > translate to the automatically fading out alert dialogue. Is there one > that has to be acknowledged before it's dismissed? The error-level ones have to be explicitly dismissed.

Re: [imp] DIMP + "delete" key

2008-02-26 Thread Liam Hoekenga
> If there is concern that this changes the default "go back a page" > behavior of the backspace key, maybe we should use the browser detection > to figure out what platform the user is using, and only add > >case Event.KEY_BACKSPACE: > > if they user is on a mac (where the "delete" key apparen

[imp] recreating "nags" in DIMP

2008-02-26 Thread Liam Hoekenga
We used a combination of post login hooks and the horde notification system to create a couple of "nags" for our users.. informational popups that would appear if they had too many messages in their trash or spam folders. An example of which can be seen here.. http://www.umich.edu/~liamr/

[imp] Dimp UI review

2008-02-26 Thread Liam Hoekenga
Our UI / usability guy took a look at DIMP for a meeting I had this morning. Thought the community may be interested in the feedback. Liam -- Forwarded message -- Date: Mon, 25 Feb 2008 19:41:09 -0500 Subject: Dimp UI review Hi Liam. Here is a quick UI review for Dimp. I foun

Re: [imp] DIMP + safari?

2008-02-26 Thread Liam Hoekenga
>>> I'd be interested to see if you still see this with DIMP head. >>> Message list processing has been completely rewritten as of RC2 and >>> sporadic issues I have seen in the past have gone away with the rewrite. >> >> Rewritten as of RC2, or after RC2? We're running RC2. Are there specific >>

Re: [imp] Ugly URL

2008-02-26 Thread Fábio Almeida
> > http://pobox.example.com/index.php?url=http%3A%2F%2Fpobox.example%2F > > Has it something to do with my config or maybe php.ini > ? Please advice. TIA. > Don't worry, it's supposed to be that way. -- IMP mailing list - Join the hunt: http://horde.org/bounties/#imp Frequently Asked Questions:

Re: [imp] DIMP + safari?

2008-02-26 Thread Michael M Slusarz
Quoting Liam Hoekenga <[EMAIL PROTECTED]>: >> I'd be interested to see if you still see this with DIMP head. >> Message list processing has been completely rewritten as of RC2 and >> sporadic issues I have seen in the past have gone away with the rewrite. > > Rewritten as of RC2, or after RC2? We

Re: [imp] DIMP + safari?

2008-02-26 Thread Liam Hoekenga
> I'd be interested to see if you still see this with DIMP head. > Message list processing has been completely rewritten as of RC2 and > sporadic issues I have seen in the past have gone away with the rewrite. Rewritten as of RC2, or after RC2? We're running RC2. Are there specific files I coul

Re: [imp] DIMP + safari?

2008-02-26 Thread Michael M Slusarz
Quoting Liam Hoekenga <[EMAIL PROTECTED]>: > >>> So what do we do? If someone tries to access DIMP in Safari, should >>> they get bumped to IMP with a message saying that technical constraints >>> prevented to Safari from working with the DIMP/ >> >> Except that it doesn't, always - why does it w

Re: [imp] Parent and child menu items

2008-02-26 Thread Sn!per
Quoting Jan Schneider <[EMAIL PROTECTED]>: > Zitat von Sn!per <[EMAIL PROTECTED]>: > > > Quoting Patrick Boutilier <[EMAIL PROTECTED]>: > > > >> Edit horde/config/registry.php . Something like: > >> > >> $this->applications['myaccount'] = array( > >> 'name' => _("My Account"), > >> 'sta

Re: [imp] Parent and child menu items

2008-02-26 Thread Jan Schneider
Zitat von Sn!per <[EMAIL PROTECTED]>: > Quoting Patrick Boutilier <[EMAIL PROTECTED]>: > >> Edit horde/config/registry.php . Something like: >> >> $this->applications['myaccount'] = array( >> 'name' => _("My Account"), >> 'status' => 'heading', >> ); >> >> $this->applications['changepass

Re: [imp] Parent and child menu items

2008-02-26 Thread Sn!per
Quoting Patrick Boutilier <[EMAIL PROTECTED]>: > Edit horde/config/registry.php . Something like: > > $this->applications['myaccount'] = array( > 'name' => _("My Account"), > 'status' => 'heading', > ); > > $this->applications['changepass'] = array( > 'fileroot' => 'path to app',