Summary | Mailbox selection widget contains full mailbox path |
Queue | Ingo |
Queue Version | 3.1.2 |
Type | Enhancement |
State | Rejected |
Priority | 1. Low |
Owners | |
Requester | mike.gabriel (at) das-netzwerkteam (dot) de |
Created | 09/30/2013 (4293 days ago) |
Due | |
Updated | 09/06/2017 (2856 days ago) |
Assigned | |
Resolved | 02/03/2014 (4167 days ago) |
Milestone | |
Patch | Yes |
commit a630e55fde1f3174e6823aace2cdcfc3cfc59179
Author: Daniel O'Connor <daniel.oconnor@gmail.com>
Date: Mon Jan 2 11:19:52 2012 +1030
Bug #12722HTML Blockquote complianceText/Wiki/Render/Xhtml/Blockquote.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
http://github.com/horde/horde/commit/a630e55fde1f3174e6823aace2cdcfc3cfc59179
State ⇒ Feedback
1. You can't dereference an array from a function return (e.g.
foo()[0]) in PHP 5.3.
2. The delimiter could be the empty string, which will cause explode()
to return false.
Priority ⇒ 1. Low
New Attachment: 0001-Mailbox-selection-widget-contains-full-mailbox-path.patch
Patch ⇒ Yes
Milestone ⇒
Queue ⇒ Ingo
Summary ⇒ Mailbox selection widget contains full mailbox path
Type ⇒ Enhancement
State ⇒ New
In previous versions (Horde3 Groupware) the mailbox list also was indented,
but contained relative mailbox names. With relative mailbox names in the list,
the mailbox list immediately becomes more readable.
In Git master, it looks like the behaviour is still the same. So, this
patch has been rebased against Git master.