Bug 17337 - Software Management: Paketinformation
Software Management: Paketinformation
Status: CLOSED FIXED
Product: UCS
Classification: Unclassified
Component: UMC (Generic)
UCS 2.3
amd64 Linux
: P5 minor (vote)
: UCS 3.1
Assigned To: Dirk Wiesenthal
Lukas Walter
: interim-1
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2010-01-13 14:55 CET by Philipp Hahn
Modified: 2012-12-12 21:09 CET (History)
3 users (show)

See Also:
What kind of report is it?: ---
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional):
Max CVSS v3 score:
hahn: Patch_Available+


Attachments
Candidate Version und Einheit "Bytes" (3.66 KB, patch)
2010-01-13 16:05 CET, Philipp Hahn
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Philipp Hahn univentionstaff 2010-01-13 14:55:03 CET
Wird über die UMC im Modul Software Management ein Paket (zur Installation) ausgewählt, wird eine Übersichtsseite mit Informationen zum Paket angezeigt.

Bei "Paketgröße" fehlt die Angabe der Einheit (Byte, Kilobyte, Blöcke).

Eine Anzeige mit "Tausendern"-Trennzeichen wäre ebenfalls gut für die Lesbarkeit.
#!/usr/bin/python2.4
import locale
locale.setlocale(locale.LC_ALL, '')
print locale.format('%d',12345,True)

Bei der Installation neuer Pakete wäre es ebenfalls hilfreich, wenn die Versionsnummer des zu installierenden Pakets angezeigt würde.
Comment 1 Philipp Hahn univentionstaff 2010-01-13 15:19:46 CET
#!/usr/bin/python2.4
import apt
apt = apt.Cache()
name = apt.keys() [0]
pkg = apt[name]
print pkg.candidateVersion
Comment 2 Philipp Hahn univentionstaff 2010-01-13 16:05:26 CET
Created attachment 2215 [details]
Candidate Version und Einheit "Bytes"
Comment 3 Dirk Wiesenthal univentionstaff 2012-08-16 19:04:20 CEST
Fixed in
  univention-management-console-module-packages (2.0.0-1)

(Paketgröße, allerdings nicht mit lokalisiertem Tausendertrennzeichen, sondern in mit mit Angabe von Einheiten und zwei Nachkommastellen (Komma: Punkt))

und in
  univention-management-console-module-packages (2.0.1-1)

(candidateVersion, auf deutsch - vgl man apt-cache - "Anwärterversion")
Comment 4 Lukas Walter univentionstaff 2012-09-17 14:36:24 CEST
Paketgröße wird nun mit Einheit und zwei Nachkommastellen angezeigt.
Die Einheit hängt sinnvoll von der Größe ab.

Feld für die Candidate version ist ebenfalls vorhanden.


Changelog passt,
Verified.
Comment 5 Stefan Gohmann univentionstaff 2012-12-12 21:09:14 CET
UCS 3.1-0 has been released: 
 http://forum.univention.de/viewtopic.php?f=54&t=2125

If this error occurs again, please use "Clone This Bug".