| Commit message (Expand) | Author | Age | Files | Lines |
* | (get_pkgs) rename 'short_name' as 'key' after last commit (clearer) | Thierry Vignaud | 2012-03-28 | 1 | -2/+2 |
* | (get_pkgs) consider name+arch as key when filtering out older | Thierry Vignaud | 2012-03-28 | 1 | -1/+1 |
* | (fast_open_urpmi_db) catch early errors too, thus enable to display a | Thierry Vignaud | 2012-03-28 | 1 | -7/+7 |
* | silent perl_checker | Thierry Vignaud | 2012-03-28 | 1 | -3/+3 |
* | (_build_tree) silent perl_checker & explain | Thierry Vignaud | 2012-03-28 | 1 | -1/+2 |
* | (add_node) 'options' parameter is not mandatory | Thierry Vignaud | 2012-03-28 | 1 | -2/+2 |
* | (add_parent) fix passing an extra useless parameter to recursive call to itself | Thierry Vignaud | 2012-03-28 | 1 | -1/+1 |
* | (get_icon) 'parent' parameter is not mandatory | Thierry Vignaud | 2012-03-28 | 1 | -2/+2 |
* | perl_checker cleanups | Thierry Vignaud | 2012-03-28 | 3 | -7/+10 |
* | (node_state) only use 'backport' icon if not selected | Thierry Vignaud | 2012-03-26 | 1 | -2/+2 |
* | install perl-{Glib,Gtk2} as priority upgrades prior to restart | Thierry Vignaud | 2012-03-26 | 1 | -1/+1 |
* | (ensure_utf8) sync with genhdlist2 and use utf8:: functions instead of Encode | Thierry Vignaud | 2012-03-26 | 3 | -10/+11 |
* | (get_pkgs,get_updates_list) fix offering of updates from media not configured... | Thierry Vignaud | 2012-03-26 | 2 | -3/+8 |
* | (get_pkgs,warn_about_media) pass a hash of options instead of a hash reference | Thierry Vignaud | 2012-03-26 | 2 | -5/+5 |
* | (pkgs_provider) simplfy: only pass one hash of options | Thierry Vignaud | 2012-03-26 | 1 | -3/+3 |
* | help perl_checker rpmdrake Rpmdrake/*pm | Thierry Vignaud | 2012-03-26 | 1 | -0/+1 |
* | kill doble use | Thierry Vignaud | 2012-03-21 | 2 | -1/+3 |
* | (node_state) display backported packages with a different icon (which | Thierry Vignaud | 2012-03-20 | 1 | -0/+1 |
* | (open_urpmi_db) add a FIXME note about backports seen as updates | Thierry Vignaud | 2012-03-20 | 1 | -0/+1 |
* | (get_summary) silent perl_checker | Thierry Vignaud | 2012-03-20 | 1 | -1/+1 |
* | (is_locale_available) make it slightly faster | Thierry Vignaud | 2012-03-20 | 1 | -1/+1 |
* | (is_locale_available) perl_checker fixes | Thierry Vignaud | 2012-03-20 | 1 | -2/+3 |
* | (get_string_from_keywords) faster test for backported package | Thierry Vignaud | 2012-03-20 | 1 | -4/+4 |
* | (get_description) enable to go on if no media_types were retrieved | Thierry Vignaud | 2012-03-20 | 1 | -7/+6 |
* | (get_pkgs) tag backports packages as such so that we can check their | Thierry Vignaud | 2012-03-20 | 1 | -1/+1 |
* | (node_state) kill second identic test | Thierry Vignaud | 2012-03-20 | 1 | -3/+2 |
* | perl_checker cleanups | Thierry Vignaud | 2012-03-20 | 1 | -4/+4 |
* | (warn_if_no_pkg) split it out of node_state() for readibility | Thierry Vignaud | 2012-03-20 | 1 | -13/+16 |
* | (get_pkgs) only display latest updates, not all of them (mga#2258, mga#4534) | Thierry Vignaud | 2012-03-20 | 1 | -4/+5 |
* | (get_pkgs) reduce scope of some variables | Thierry Vignaud | 2012-03-20 | 1 | -2/+2 |
* | separate paragraphs when displaing READMEs (mga#4697) | Thierry Vignaud | 2012-03-02 | 1 | -1/+1 |
* | (build_tree) sort packages the same way when browsing groups | Thierry Vignaud | 2012-02-17 | 1 | -1/+2 |
* | (sort_packages_biarch) better packages sorting (x86_64 first) | Thierry Vignaud | 2012-02-17 | 1 | -2/+5 |
* | (sort_packages,sort_packages_biarch,sort_packages_monoarch) split them out | Thierry Vignaud | 2012-02-17 | 1 | -1/+13 |
* | spacing | Thierry Vignaud | 2012-02-16 | 1 | -3/+1 |
* | (urpm_name) simplify | Thierry Vignaud | 2012-02-16 | 1 | -2/+1 |
* | (progress) limit progress bar refreshes to 3 per second max (mga#2775) | Thierry Vignaud | 2012-02-15 | 1 | -0/+5 |
* | (get_pkgs) save an call | Thierry Vignaud | 2012-02-15 | 1 | -1/+1 |
* | (get_installed_packages) no need to call urpm_name() twice on each package | Thierry Vignaud | 2012-02-15 | 1 | -1/+1 |
* | (format_filesize) introduce it | Thierry Vignaud | 2012-02-07 | 2 | -2/+7 |
* | fix spacing | Thierry Vignaud | 2012-02-07 | 1 | -1/+1 |
* | (run_help_callback) fix opening URLs in root's firefox in some cases by redef... | Thierry Vignaud | 2011-12-10 | 1 | -0/+2 |
* | let's be consistent after misc/JohnR's commit | Thierry Vignaud | 2011-10-14 | 1 | -1/+1 |
* | (perform_installation,perform_removal) better message for orphans (#902) | Thierry Vignaud | 2011-09-17 | 1 | -2/+2 |
* | Revert commit 1116, discussed with tvignaud | Dexter Morgan | 2011-05-17 | 1 | -3/+1 |
* | - fix plural, thank to JohnR | Michael Scherer | 2011-05-06 | 4 | -6/+6 |
* | Fix list of matching packages when warning for packages not in list (MDV BZ #... | Dexter Morgan | 2011-05-05 | 1 | -1/+3 |
* | s/dependancy/dependency/ (#945) | Thierry Vignaud | 2011-04-28 | 1 | -1/+1 |
* | s/offical/official/ (#945) | Thierry Vignaud | 2011-04-28 | 1 | -2/+2 |
* | Fix MagieaUpdate Name in pm files | Dexter Morgan | 2011-02-20 | 1 | -3/+3 |