Summary | window sizes should be stored per device, not per Horde user account |
Queue | IMP |
Queue Version | Git master |
Type | Enhancement |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | vilius (at) lnk (dot) lt |
Created | 11/08/2011 (4990 days ago) |
Due | |
Updated | 08/29/2012 (4695 days ago) |
Assigned | |
Resolved | 11/16/2011 (4982 days ago) |
Milestone | 5.1 |
Patch | No |
commit 34b7e238d81c472a6801dbffca82903b55d05755
Author: Michael M Slusarz <slusarz@horde.org>
Date: Wed Nov 16 01:26:15 2011 -0700
Bug #10723: Forgot to resolve this TODO before committingimp/js/dimpbase.js | 5 ++++-
imp/lib/Ajax/Application.php | 1 +
imp/lib/Views/ListMessages.php | 11 ++++++-----
3 files changed, 11 insertions(+), 6 deletions(-)
http://git.horde.org/horde-git/-/commit/34b7e238d81c472a6801dbffca82903b55d05755
commit 15c75c5c9ecdfa3ddd54d2c770e0781ed6be5bad
Author: Michael M Slusarz <slusarz@horde.org>
Date: Wed Nov 16 01:08:29 2011 -0700
[mms] Browser-specific UI elements in dynamic view now saved in
browser storage (
Ticket #10723).Size of sidebar now saved in dynamic view
imp/config/prefs.php | 21 --
imp/docs/CHANGES | 4 +
imp/docs/UPGRADING | 17 ++
imp/index-dimp.php | 7 +-
imp/js/dimpbase.js | 117 ++++++---
imp/js/jstorage.js | 425
++++++++++++++++++++++++++++++++
imp/lib/Views/ListMessages.php | 2 +-
imp/package.xml | 5 +-
imp/templates/dimp/javascript_defs.php | 7 +-
9 files changed, 537 insertions(+), 68 deletions(-)
http://git.horde.org/horde-git/-/commit/15c75c5c9ecdfa3ddd54d2c770e0781ed6be5bad
Assigned to Michael Slusarz
State ⇒ Resolved
Milestone ⇒ 5.1
http://git.horde.org/horde-git/-/commit/15c75c5c9ecdfa3ddd54d2c770e0781ed6be5bad
Dynamic UI elements are now stored in browser storage.
Priority ⇒ 1. Low
Type ⇒ Enhancement
Summary ⇒ window sizes should be stored per device, not per Horde user account
Queue ⇒ IMP
Milestone ⇒
Patch ⇒ No
State ⇒ New
interface should be stored per device (probably in a cookie?). This is
useful when accessing the same account from computers with very
different screens. For example a workstation with 23" screen and a
netbook with 13".