Summary | Use abbreviated date format instead of full format |
Queue | Gollem |
Queue Version | 3.0.0beta1 |
Type | Enhancement |
State | Resolved |
Priority | 1. Low |
Owners | jan (at) horde (dot) org |
Requester | jens.gruentjes (at) ebira (dot) de |
Created | 11/19/2012 (4613 days ago) |
Due | |
Updated | 11/26/2012 (4606 days ago) |
Assigned | |
Resolved | 11/26/2012 (4606 days ago) |
Milestone | |
Patch | No |
State ⇒ Resolved
commit 5aa5fae9fd8cf95a08a740d1dd8802c9ce847d9e
Author: Jan Schneider <jan@horde.org>
Date: Mon Nov 26 10:51:33 2012 +0100
[jan] Use short date format in file listing (
Request #11722).gollem/docs/CHANGES | 1 +
gollem/manager.php | 2 +-
gollem/package.xml | 2 ++
3 files changed, 4 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/5aa5fae9fd8cf95a08a740d1dd8802c9ce847d9e
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ Gollem
Summary ⇒ Use abbreviated date format instead of full format
Type ⇒ Enhancement
State ⇒ New
modification date and time. This takes quite much space on the screen
because (at least for me) the date is wrapped so that every file takes
two lines on the screen.
I think it would be better to use the "abbreviated format" because I
think the full format is not usual in this context (Krusader, Dolphin,
Windows Exporer, ... don't use it) and because it takes to much space
for the provided information.
Another approach could be that the user decides whether to use the
full or the abbreviated date format.