aboutsummaryrefslogtreecommitdiffstats
path: root/Rpmdrake/formatting.pm
Commit message (Collapse)AuthorAgeFilesLines
* (pkg2medium) make clearer why there's no medium (#37033)Thierry Vignaud2008-02-261-1/+1
| | | | | | (maybe should we just not display the medium for installed packages like old_rpmdrake did?)
* perl_checker cleanupsThierry Vignaud2008-02-211-3/+3
|
* (formatlistpkg) rename as format_list() (more consistent with otherThierry Vignaud2008-02-211-2/+2
| | | | function names)
* (formatlistpkg) move from pkg.pm into formatting.pm (more logicalThierry Vignaud2008-02-211-0/+3
| | | | place & will be reused by edit-urpm-sources)
* (localtime2changelog) note that it partially duplicate urpm::msg functionThierry Vignaud2008-02-211-0/+1
|
* unexport localtime2changelog() now unused elsewhereThierry Vignaud2008-02-131-1/+0
|
* (ensure_utf8) introduce it (copied & slightly altered from rpmtools)Thierry Vignaud2008-02-121-0/+14
| | | | | so that we never crash on garbaged UTF-8
* (format_changelog_string) highlight relevant parts of the changelog (#37208);Thierry Vignaud2008-02-081-3/+17
| | | | | | updating callers (build_expander, extract_header, format_changelog_changelogs, format_pkg_simplifiedinfo)
* (format_changelog_changelogs) factorize formatting unlocalized changelogs Thierry Vignaud2008-02-081-0/+8
|
* (format_changelog_string) make a real function out of a closureThierry Vignaud2008-02-081-0/+8
|
* make export list more manageable and more readableThierry Vignaud2008-02-081-1/+12
|
* (format_update_field) render update fields as italicThierry Vignaud2008-02-081-1/+1
|
* (format_update_field) factorize formating of update fields (type & description)Thierry Vignaud2008-02-081-1/+6
|
* (format_size) split it out of perform_installation() (needed for next commit)Thierry Vignaud2008-02-061-1/+8
|
* (split_fullname) split "release" from "version" (needed for next commits)Thierry Vignaud2007-10-231-1/+1
|
* (format_name_n_summary) factorize package name and summary formatting thereThierry Vignaud2007-09-191-1/+6
|
* (pkg2medium) reuse URPM::pkg2media()Thierry Vignaud2007-09-171-6/+2
|
* (rpm_summary) kill it; since perl-URPM-1.56, perl knows that strings from rpmThierry Vignaud2007-09-101-7/+1
| | | | | headers are UTF-8, thus fixing a crash (#33283)
* (rpm_summary) do not decode package summary if already in UTF-8 thusThierry Vignaud2007-09-061-1/+1
| | | | | fixing not displaying summaries when already translated in rpm
* (split_fullname) adatp to the fact urpm names contains the archThierry Vignaud2007-09-061-1/+1
|
* clear executable bitThierry Vignaud2007-09-031-0/+0
|
* (pkg2medium) return "None" medium for already installed packages (#30556)Thierry Vignaud2007-06-121-0/+1
|
* (pkg2medium) factorize: do not call URPM::Package->id() quite a lot of timeThierry Vignaud2007-06-121-1/+2
|
* help perl_checkerThierry Vignaud2007-02-201-1/+1
|
* split out formating stuff in Rpmdrake::formattingThierry Vignaud2007-02-201-0/+103