summaryrefslogtreecommitdiffstats
path: root/mdkapplet
Commit message (Collapse)AuthorAgeFilesLines
* better phrasing (Olav Dahlum)Thierry Vignaud2010-01-261-1/+1
|
* (is_it_2008_0) share itThierry Vignaud2010-01-261-4/+0
|
* (is_there_a_new_distributions) fix check on 2008.0 which wronglyThierry Vignaud2010-01-261-1/+2
| | | | reports 'Devel' instead of 'Official'
* (configNetwork) make it readableThierry Vignaud2010-01-261-1/+4
|
* (silentCheck) do not try to update backport media on 2008.0Thierry Vignaud2010-01-261-1/+3
| | | | (missing API)
* (update_backport_media) extract it out of silentCheck()Thierry Vignaud2010-01-261-4/+9
|
* (is_it_2008_0) factorize test for next commitThierry Vignaud2010-01-261-1/+5
|
* (checkNetwork) enable to run on 2008.0 by fixing network connectivity testThierry Vignaud2010-01-261-1/+4
|
* (has_network_connection_2008) introduce back old isNetwork() under aThierry Vignaud2010-01-261-0/+9
| | | | | | | | new name, thus enabling to run on 2008.0 by fixing network connectivity test It got removed in commit r240098 from blino onWed Mar 19 2008 (was: "simplify network detection")
* basically enable to run on 2008.0 by removing usage of new perl-5.10 featuresThierry Vignaud2010-01-261-3/+2
|
* stop pretending to get an url as argumentThierry Vignaud2010-01-261-1/+0
|
* (get_distro_list_,get_distro_list) share even more code for mccThierry Vignaud2010-01-251-15/+2
|
* (find_current_distro) factor code for mccThierry Vignaud2010-01-251-1/+1
|
* (get_distro_list) move it so that it's reusable by mccThierry Vignaud2010-01-251-32/+1
|
* (clean_distro_cache) flush extended maintenance stateThierry Vignaud2010-01-251-0/+3
| | | | add a FIXME for future enhancements
* allow to get extended maintenance on some distributionsThierry Vignaud2010-01-211-2/+87
|
* enable to run another applet instance in --testing modeThierry Vignaud2010-01-211-1/+5
|
* (silentCheck) partially get rid of a FIXMEThierry Vignaud2010-01-211-1/+3
|
* (is_there_a_new_distributions) keep extended maintenance data aroundThierry Vignaud2010-01-211-1/+2
|
* (is_there_a_new_distributions) rename 'current_distro' as ↵Thierry Vignaud2010-01-211-2/+2
| | | | 'current_apimdv_distro'
* (real_upgrade) split it out of upgrade()Thierry Vignaud2010-01-211-0/+4
|
* (is_false) fix accepting values vritten by configurator (#56348)Thierry Vignaud2010-01-181-2/+7
|
* (translate_product) extract it from prepare_add_restricted() into aThierry Vignaud2009-11-261-6/+1
| | | | shared module (needed for next commits)
* read /etc/product_id once at startup instead of lazy read it laterThierry Vignaud2009-11-261-3/+1
|
* (is_enterprise_media_supported, is_restricted_media_supported) moveThierry Vignaud2009-11-261-2/+2
| | | | them into shared module (needed for next commits)
* (is_download_all_enabled) perl_checker cleanupThierry Vignaud2009-11-261-1/+1
|
* move get_product_id() into shared moduleThierry Vignaud2009-11-261-7/+1
| | | | (needed for next commits)
* (confirm_upgrade,is_download_all_enabled) only enable 'download allThierry Vignaud2009-11-191-10/+18
| | | | packages at once' on 2010.1 and further
* (silentCheck) prevent checker process from crashing on 2008.1 and 2009.0Thierry Vignaud2009-11-191-2/+10
|
* (silentCheck) cache return value of is_it_a_devel_distro()Thierry Vignaud2009-11-191-2/+4
| | | | (needed for next commit)
* (silentCheck) log crashes of mdkapplet checker processThierry Vignaud2009-11-191-2/+7
|
* (get_distro_list) add mdkonline version to distribution list requestsThierry Vignaud2009-11-191-0/+1
|
* (get_distro_list) make it somewhat more readableThierry Vignaud2009-11-191-1/+5
|
* (harvester) warn about new distro or no more supported distro onlyThierry Vignaud2009-11-101-7/+10
| | | | after all updates were applied
* (really_prepare_add_restricted) rename second instance asThierry Vignaud2009-11-101-2/+2
| | | | | really_prepare_add_enterprise(), thus fixing adding restricted media (#55320)
* (confirm_)fix a crash (#55346)Thierry Vignaud2009-11-101-1/+1
| | | | rationale: gtk+ may fire a signal before $box is initialized
* (get_distro_list) add version to distribution list requestsThierry Vignaud2009-11-091-1/+1
|
* (is_there_a_new_distributions) do not do anything if currentThierry Vignaud2009-11-051-0/+3
| | | | | | | distribution isn't listed on api.mandriva.com, thus fixing offering to upgrade 2010.0 to 2009.1 when 2010.0 isn't listed yet on api.mdv.com (#55017)
* (is_there_a_new_distributions) use new api.mdv.com API for detectingThierry Vignaud2009-10-291-2/+3
| | | | if current distro is obsolete
* remove obsolete option, certificate checking is now on by defaultChristophe Fergeau2009-10-211-1/+1
|
* (confirm_upgrade) display a "download all packages at once" option andThierry Vignaud2009-10-161-2/+29
| | | | offer to select where to download packages
* use a temporary variableThierry Vignaud2009-10-161-1/+5
|
* typo fix (Marek Laane)Thierry Vignaud2009-09-181-1/+1
|
* better english message (andr55, John Rye)Thierry Vignaud2009-09-181-1/+1
|
* use https to grab mirrorlist from api.mandriva.comChristophe Fergeau2009-09-011-2/+2
|
* fix a stringThierry Vignaud2009-07-241-1/+1
|
* (prepare_add_enterprise_update_media) do not translate MES as it is anThierry Vignaud2009-07-211-1/+1
| | | | official product name
* (prepare_add_restricted) enable to have nice strings per productThierry Vignaud2009-07-211-2/+6
| | | | | instead of hardcoding powerpack ; add string for MES5 as example (though MES5 does not offer to add restricted media)
* (prepare_add_enterprise_update_media) nicer display on MES5 (#52292)Thierry Vignaud2009-07-211-1/+1
|
* when using --testing, reduce initial check delay from 3 to 1 secondThierry Vignaud2009-07-211-1/+1
|