Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | better log | Thierry Vignaud | 2009-07-23 | 1 | -1/+2 |
| | |||||
* | (add_restricted_medium) wrap | Thierry Vignaud | 2009-07-23 | 1 | -2/+3 |
| | |||||
* | add another bug ID | Thierry Vignaud | 2009-07-23 | 1 | -1/+1 |
| | |||||
* | (add_restricted_medium) gracefully handle (rare) server issues (#51548) | Thierry Vignaud | 2009-07-23 | 2 | -1/+9 |
| | |||||
* | this change is only for mdkapplet | Thierry Vignaud | 2009-07-23 | 1 | -0/+1 |
| | |||||
* | (upgrade) remove the "upgrade in progress" flag when adding media | Thierry Vignaud | 2009-07-22 | 2 | -0/+4 |
| | | | | failed (might fix #50450) | ||||
* | (prepare_add_enterprise_update_media) do not translate MES as it is an | Thierry Vignaud | 2009-07-21 | 1 | -1/+1 |
| | | | | official product name | ||||
* | sync with code | Thierry Vignaud | 2009-07-21 | 75 | -6024/+7238 |
| | |||||
* | (prepare_add_restricted) enable to have nice strings per product | Thierry Vignaud | 2009-07-21 | 1 | -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 Vignaud | 2009-07-21 | 1 | -1/+1 |
| | |||||
* | when using --testing, reduce initial check delay from 3 to 1 second | Thierry Vignaud | 2009-07-21 | 1 | -1/+1 |
| | |||||
* | (is_there_a_new_distributions) keep latest distro info around so that | Thierry Vignaud | 2009-07-21 | 1 | -5/+8 |
| | | | | | | we can suggest to upgrade to it when running distro is unsupported (harvester) reorder the tests accordingly | ||||
* | if current distribution is no more supported, warn it's no more | Thierry Vignaud | 2009-07-21 | 2 | -2/+13 |
| | | | | supported and offer to upgrade to latest release | ||||
* | (is_there_a_new_distributions) check if current distribution is still | Thierry Vignaud | 2009-07-21 | 1 | -2/+5 |
| | | | | | supported or not (aka whether it's listed or not in eg http://api.mandriva.com/distributions/basic.x86_64.list) | ||||
* | drop unused 'changes' field | Thierry Vignaud | 2009-07-21 | 1 | -15/+0 |
| | |||||
* | reintroduce check for 'Devel' branch for cooker (reverting part of commit from | Thierry Vignaud | 2009-07-21 | 1 | -0/+3 |
| | | | | | | | | | | | 2009/09/30 that supplanted it with a new test that will be changed in next commit) ; previous commit was: (is_there_a_new_distributions) better check in order to exclude cooker from distro upgrade rationale: older/unsupported distro aren't in the list as well as cooker (2009.1 won't be in the list) | ||||
* | (clean_distro_cache) factorize code | Thierry Vignaud | 2009-07-21 | 1 | -2/+6 |
| | |||||
* | augment blacklist | Thierry Vignaud | 2009-07-21 | 1 | -0/+1 |
| | |||||
* | (prepare_add_restricted) do not display PowerPack but real product | Thierry Vignaud | 2009-07-21 | 2 | -1/+3 |
| | | | | name (but still translate PowerPack) (#52292) | ||||
* | Update Greek translation | Glentadakis Dimitris | 2009-07-05 | 1 | -9/+9 |
| | |||||
* | Update Greek translation | Glentadakis Dimitris | 2009-06-12 | 1 | -3/+3 |
| | |||||
* | display "update media" instead of "restricted media" in success message | Thierry Vignaud | 2009-06-04 | 1 | -2/+2 |
| | |||||
* | fix usage text | Thierry Vignaud | 2009-06-04 | 1 | -1/+1 |
| | |||||
* | install mdkapplet-enterprise-update-helper too | Thierry Vignaud | 2009-06-03 | 1 | -1/+1 |
| | |||||
* | on MES5, offer to add update media from authenticated server | Thierry Vignaud | 2009-06-03 | 1 | -0/+3 |
| | |||||
* | add a wrapper in order to add update media from authenticated server on MES5 | Thierry Vignaud | 2009-06-03 | 2 | -1/+219 |
| | |||||
* | (get_product_id) factorize code (needed for next commit) | Thierry Vignaud | 2009-06-03 | 1 | -2/+6 |
| | |||||
* | perl_checker cleanup | Thierry Vignaud | 2009-06-03 | 1 | -1/+1 |
| | |||||
* | updated translation for Spanish language | Sergio Rafael Lemke | 2009-05-14 | 1 | -2/+3 |
| | |||||
* | updates translation fot Spanish Language | Sergio Rafael Lemke | 2009-05-13 | 1 | -56/+54 |
| | |||||
* | 2.77.12.77.1 | Thierry Vignaud | 2009-05-12 | 2 | -1/+3 |
| | |||||
* | (silentCheck) only drop cached result if we are going to compute it | Thierry Vignaud | 2009-05-12 | 2 | -1/+5 |
| | | | | | | | | again so that we remember that a new distro exists when checking for updates (distro check is less frequent) (#50535) (#50535) (harvester) move "prevent reporting new distro after distro there | ||||
* | (get_restricted_authentication) directly exit once media were added or | Thierry Vignaud | 2009-05-12 | 2 | -1/+3 |
| | | | | | | when pressing 'Cancel' button, thus preventing having to cancel several time (#48999) | ||||
* | perform initial check after 3 seconds when using --testing | Thierry Vignaud | 2009-05-12 | 2 | -1/+6 |
| | |||||
* | (really_prepare_add_restricted,mdkapplet-restricted-helper) do not | Thierry Vignaud | 2009-05-12 | 3 | -2/+9 |
| | | | | | | hardcode '2009.0' version, thus fixing adding 2009.1 restricted media on 2009.1 (#50478) | ||||
* | (get_distro_list) add a comment | Thierry Vignaud | 2009-05-11 | 1 | -0/+1 |
| | |||||
* | minor update to finnish translation | Jani Välimaa | 2009-05-05 | 1 | -5/+4 |
| | |||||
* | minor update to finnish translation | Jani Välimaa | 2009-04-24 | 1 | -3/+3 |
| | |||||
* | Updated Norwegian Nynorsk translation. | Karl Ove Hufthammer | 2009-04-23 | 1 | -1/+1 |
| | |||||
* | Updated Norwegian Nynorsk translation. | Karl Ove Hufthammer | 2009-04-23 | 1 | -1/+1 |
| | |||||
* | Updated Slovenian translation | Jure Repinc | 2009-04-22 | 1 | -8/+8 |
| | |||||
* | updated finnish translation | Jani Välimaa | 2009-04-17 | 1 | -69/+79 |
| | |||||
* | 2.772.77 | Thierry Vignaud | 2009-04-17 | 2 | -1/+3 |
| | |||||
* | do not complain when network is down if net_applet is running (which | Thierry Vignaud | 2009-04-17 | 2 | -1/+6 |
| | | | | | will already warn about this) | ||||
* | 2.76.22.76.2 | Thierry Vignaud | 2009-04-15 | 2 | -1/+5 |
| | |||||
* | Update for Norwegian Bokmål translation | Olav Dahlum | 2009-04-14 | 1 | -2/+2 |
| | |||||
* | Osatuta. | Iñigo Salvador Azurmendi | 2009-04-14 | 1 | -7/+6 |
| | |||||
* | Updated Romanian translation | Catalin Florin Russen | 2009-04-11 | 1 | -9/+8 |
| | |||||
* | Updated Slovenian translation | Jure Repinc | 2009-04-10 | 1 | -5/+5 |
| | |||||
* | Update for Norwegian Bokmål translation | Olav Dahlum | 2009-04-09 | 1 | -2/+2 |
| |