Summary | Redirect to correct view on direct access |
Queue | IMP |
Queue Version | Git master |
Type | Enhancement |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | jan (at) horde (dot) org |
Created | 02/24/2008 (6376 days ago) |
Due | |
Updated | 08/13/2009 (5840 days ago) |
Assigned | 06/01/2009 (5913 days ago) |
Resolved | 08/13/2009 (5840 days ago) |
Milestone | |
Patch | No |
State ⇒ Resolved
State ⇒ Assigned
Version ⇒ Git master
State ⇒ Feedback
you access IMP's index.php, you still get the old interface if you go
to a mailbox, e.g. by clicking on a folder in the sidebar.
State ⇒ Resolved
they should be redirected to the login page. This properly takes into
account the users' view preference (which is stored in a cookie, not
in a preference).
State ⇒ Feedback
be added to IMP 4.x, but it isn't coming from this guy ever. :)
Priority ⇒ 1. Low
I'd keep it as an option for a pre-5.0 release.
State ⇒ Feedback
and folding the other views directly into the IMP code?
Milestone ⇒
redirect to the correct view at login/first access. While it might be
nice (in certain cases) to enforce restrictions, the only way to
access the other views is to manually change the URL as far as I can
tell. I don't think this is critical to get 4.2 out the door. The
major issue - making sure we access the correct view after login
whether dealing with maintenance or not - has previously been fixed.
this prevent any switching between modes once you are authenticated?
That is unacceptable if yes.
idea. It should be limited to cases where the admin disallowed the
users to select the view.
this prevent any switching between modes once you are authenticated?
That is unacceptable if yes.
Also, we already auto-detect the current view for purposes of compose
link handling - at this point in 4.2, what else do we need?
Priority ⇒ 2. Medium
State ⇒ Accepted
Queue ⇒ IMP
Summary ⇒ Redirect to correct view on direct access
Type ⇒ Enhancement
access directly to one of IMP's controller scripts should redirect to
the correct url of the initially selected UI.
I envision an API method like 'getViewUrl' that takes the requested
view (mailbox, message, etc) and additional parameters as arguments
and returns the correct url to redirect to.