Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Synthesized commit during git-svn import combining previous Mandriva history ↵ | Mageia SVN-Git Migration | 2011-02-14 | 1 | -1/+1 |
| | | | | | | | | | | | | with Mageia. This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r535 | dmorgan | 2011-02-14 00:37:56 +0000 (Mon, 14 Feb 2011) | 1 line Import cleaned rpmdrake ------------------------------------------------------------------------ | ||||
* | (pkg2medium) pkg2medium() could return undef but several places | Thierry Vignaud | 2009-10-01 | 1 | -1/+1 |
| | | | | blindly dereferenced it which could lead to rare crashes (#49901) | ||||
* | (pkg2medium) help perl_checker that fails to parse this | Thierry Vignaud | 2009-10-01 | 1 | -1/+1 |
| | |||||
* | (pkg2medium) revert part of r257150 from 2009-04-29 (considering the | Thierry Vignaud | 2009-06-01 | 1 | -1/+1 |
| | | | | | | | | | | installed flag), thus fixing not displaying importance and reasons of updates (b/c we wrongly though that the medium was "None (installed)" instead of eg: "Main Updates") (#51118) (r257150 was: "(pkg2medium) fix listing _one_ non installed package as installed (#50276)") | ||||
* | (pkg2medium) fix listing _one_ non installed package as installed (#50276) | Thierry Vignaud | 2009-04-29 | 1 | -1/+1 |
| | |||||
* | (format_changelog_string) push loading of Gtk2::Pango where actually needed | Thierry Vignaud | 2008-09-22 | 1 | -0/+1 |
| | |||||
* | (rpm_description) fix displaying garbaged UTF-8 descriptions (eg: | Thierry Vignaud | 2008-03-25 | 1 | -1/+1 |
| | | | | | cgoban1) instead of displaying "none" | ||||
* | (pkg2medium) just skip non existing packages (#38793) | Thierry Vignaud | 2008-03-25 | 1 | -0/+1 |
| | | | | | | | | | | | | | [I suspect something like the bug fixed by commit r234617 on 2008-02-13: "(node_state) just skip non existing packages (#36529) (eg: when rpmdrake download info.xml.lzma on demand when searching or browsing whereas the package was updated in the mean time, the info file references the newer package whereas urpmi database only know the older version)"] | ||||
* | (pkg2medium) make clearer why there's no medium (#37033) | Thierry Vignaud | 2008-02-26 | 1 | -1/+1 |
| | | | | | | (maybe should we just not display the medium for installed packages like old_rpmdrake did?) | ||||
* | perl_checker cleanups | Thierry Vignaud | 2008-02-21 | 1 | -3/+3 |
| | |||||
* | (formatlistpkg) rename as format_list() (more consistent with other | Thierry Vignaud | 2008-02-21 | 1 | -2/+2 |
| | | | | function names) | ||||
* | (formatlistpkg) move from pkg.pm into formatting.pm (more logical | Thierry Vignaud | 2008-02-21 | 1 | -0/+3 |
| | | | | place & will be reused by edit-urpm-sources) | ||||
* | (localtime2changelog) note that it partially duplicate urpm::msg function | Thierry Vignaud | 2008-02-21 | 1 | -0/+1 |
| | |||||
* | unexport localtime2changelog() now unused elsewhere | Thierry Vignaud | 2008-02-13 | 1 | -1/+0 |
| | |||||
* | (ensure_utf8) introduce it (copied & slightly altered from rpmtools) | Thierry Vignaud | 2008-02-12 | 1 | -0/+14 |
| | | | | | so that we never crash on garbaged UTF-8 | ||||
* | (format_changelog_string) highlight relevant parts of the changelog (#37208); | Thierry Vignaud | 2008-02-08 | 1 | -3/+17 |
| | | | | | | updating callers (build_expander, extract_header, format_changelog_changelogs, format_pkg_simplifiedinfo) | ||||
* | (format_changelog_changelogs) factorize formatting unlocalized changelogs | Thierry Vignaud | 2008-02-08 | 1 | -0/+8 |
| | |||||
* | (format_changelog_string) make a real function out of a closure | Thierry Vignaud | 2008-02-08 | 1 | -0/+8 |
| | |||||
* | make export list more manageable and more readable | Thierry Vignaud | 2008-02-08 | 1 | -1/+12 |
| | |||||
* | (format_update_field) render update fields as italic | Thierry Vignaud | 2008-02-08 | 1 | -1/+1 |
| | |||||
* | (format_update_field) factorize formating of update fields (type & description) | Thierry Vignaud | 2008-02-08 | 1 | -1/+6 |
| | |||||
* | (format_size) split it out of perform_installation() (needed for next commit) | Thierry Vignaud | 2008-02-06 | 1 | -1/+8 |
| | |||||
* | (split_fullname) split "release" from "version" (needed for next commits) | Thierry Vignaud | 2007-10-23 | 1 | -1/+1 |
| | |||||
* | (format_name_n_summary) factorize package name and summary formatting there | Thierry Vignaud | 2007-09-19 | 1 | -1/+6 |
| | |||||
* | (pkg2medium) reuse URPM::pkg2media() | Thierry Vignaud | 2007-09-17 | 1 | -6/+2 |
| | |||||
* | (rpm_summary) kill it; since perl-URPM-1.56, perl knows that strings from rpm | Thierry Vignaud | 2007-09-10 | 1 | -7/+1 |
| | | | | | headers are UTF-8, thus fixing a crash (#33283) | ||||
* | (rpm_summary) do not decode package summary if already in UTF-8 thus | Thierry Vignaud | 2007-09-06 | 1 | -1/+1 |
| | | | | | fixing not displaying summaries when already translated in rpm | ||||
* | (split_fullname) adatp to the fact urpm names contains the arch | Thierry Vignaud | 2007-09-06 | 1 | -1/+1 |
| | |||||
* | clear executable bit | Thierry Vignaud | 2007-09-03 | 1 | -0/+0 |
| | |||||
* | (pkg2medium) return "None" medium for already installed packages (#30556) | Thierry Vignaud | 2007-06-12 | 1 | -0/+1 |
| | |||||
* | (pkg2medium) factorize: do not call URPM::Package->id() quite a lot of time | Thierry Vignaud | 2007-06-12 | 1 | -1/+2 |
| | |||||
* | help perl_checker | Thierry Vignaud | 2007-02-20 | 1 | -1/+1 |
| | |||||
* | split out formating stuff in Rpmdrake::formatting | Thierry Vignaud | 2007-02-20 | 1 | -0/+103 |