Ticket #1757 (closed enhancement: fixed)
UP--DIR without Modify time
Reported by: | gotar | Owned by: | andrew_b |
---|---|---|---|
Priority: | trivial | Milestone: | 4.7.0 |
Component: | mc-core | Version: | 4.7.0-pre4 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Branch state: | Votes for changeset: | committed-master |
Description
I've noticed a long time ago, that .. directory has all the values for Permission, Nl, Owner, Group columns shown (and UP--DIR in Size), but no mtime, it's just empty.
Change History
comment:2 Changed 15 years ago by andrew_b
Actually. ".." in panel is not directory, and it's info is not info of actual ".." directory. That was in mc all the time (see add_dotdot_to_list() and set_zero_dir() functions). But I agree, this should be fixed.
comment:3 Changed 15 years ago by andrew_b
- Owner set to andrew_b
- Status changed from new to accepted
- severity changed from no branch to on review
- Milestone changed from 4.7 to 4.7.0
Created 1757_dotdot_dir branch. Parent branch is master.
changeset:548c7bcc56620e2ce2882da378913dcceb405626 -- small refactoring
changeset:d5ac867a947a941d127f32973a492a88b9fe5623 -- set correct stat info for ".." dir
changeset:90a6405b2a652570fe59953f9fe96509d9fd49ea -- show correct info in Info panel
comment:5 Changed 15 years ago by iNode
- Votes for changeset changed from slavazanko to slavazanko iNode
- severity changed from on review to approved
Well, checking again it's even worse - .. displays always drwxr-xr-x root:root and 0 Inodes...
The same applies to Info (C-x i):
File: None
mc should try to get those informations and display sth like (unknown) when it's not possible.