Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Slovenian translation updated | filip | 2013-10-24 | 1 | -2/+1 |
| | |||||
* | Slovenian translation updated | filip | 2013-10-24 | 1 | -10/+7 |
| | |||||
* | Update Ukrainian translation | Yuri Chornoivan | 2013-10-21 | 1 | -6/+9 |
| | |||||
* | 2.832.83 | Colin Guthrie | 2013-10-13 | 2 | -1/+3 |
| | |||||
* | Add urpmi.update polkit wrapper. | Colin Guthrie | 2013-10-13 | 2 | -0/+24 |
| | | | | | | | | | We like to be able to run this command without any user interaction when checking for package updates. It's somewhat awkward to keep the policy and the binary in separate repositories, but keeping this split will prevent pulling in mgaonline during priority updates section of the distro upgrade. | ||||
* | 2.822.82 | Colin Guthrie | 2013-10-12 | 2 | -1/+3 |
| | |||||
* | i18n: Ignore POTFILES.in | Colin Guthrie | 2013-10-12 | 1 | -0/+1 |
| | |||||
* | i18n: Update po files | Colin Guthrie | 2013-10-12 | 75 | -4614/+6548 |
| | |||||
* | i18n: Update pot | Colin Guthrie | 2013-10-12 | 1 | -92/+92 |
| | |||||
* | Use polkit for authorisation (mga#11125) | Colin Guthrie | 2013-10-12 | 11 | -40/+107 |
| | |||||
* | Drop svn support | Colin Guthrie | 2013-10-12 | 2 | -15963/+1 |
| | |||||
* | Add .gitignore files | Colin Guthrie | 2013-09-01 | 1 | -0/+1 |
| | |||||
* | simplify | Thierry Vignaud | 2013-06-21 | 1 | -1/+1 |
| | |||||
* | Ukrainian translation update | Yuri Chornoivan | 2013-06-13 | 1 | -5/+5 |
| | |||||
* | Update Greek translation | Dimitrios Glentadakis | 2013-05-26 | 1 | -5/+2 |
| | |||||
* | Update Greek translation | Dimitrios Glentadakis | 2013-05-26 | 1 | -22/+22 |
| | |||||
* | Do not handle priority upgrades specially. This is now fixed in urpmi itself | Colin Guthrie | 2013-05-19 | 2 | -10/+4 |
| | |||||
* | Do not pass invalid --nocheck option to urpmi.update | Colin Guthrie | 2013-05-19 | 2 | -1/+3 |
| | |||||
* | no need to initialize variables | Thierry Vignaud | 2013-05-16 | 1 | -2/+1 |
| | | | | (should have been caught by perl_checker but it didn't) | ||||
* | simplify | Thierry Vignaud | 2013-05-16 | 1 | -2/+2 |
| | |||||
* | perl_checker cleanup | Thierry Vignaud | 2013-05-16 | 1 | -1/+1 |
| | |||||
* | 2.812.81 | Colin Guthrie | 2013-05-15 | 2 | -1/+3 |
| | |||||
* | Add missing news about previous commits | Colin Guthrie | 2013-05-15 | 1 | -0/+2 |
| | |||||
* | Work around rpmdb error by insisting rpm+urpmi are installed first. | Colin Guthrie | 2013-05-15 | 1 | -3/+10 |
| | | | | | | | | | | | | | | | | | | | | (g)urpmi will install priority upgrades first then restart itself. If the priority upgrades happen to be installed in more than one transaction code in the rpm packages %post script to clear out the rpmdb index files could be run after the first transaction and then the second transaction could regenerate these indexes using the current libdb version in memory. This results in the rpmdb not being readable and requires manual intervension. If the initial priority upgrades are handled in a single transaction this does not occur and the rpmdb indexes are regenerated with the correct libdb. This is a workaround to ensure that the first (g)urpmi run is completed in a single transaction but it shoud only update enough to ensure urpmi and rpm are upgraded. The normal --auto-select cycle can continue thereafter. Ideally this would actually be fixed in urpmi to ensure that any priority updates are handled within a single transaction. | ||||
* | Move gurpmi arguments into the fork_gurpmi function. | Colin Guthrie | 2013-05-15 | 1 | -6/+4 |
| | | | | | The arguments are currently split up between run_gurpmi and fork_gurpmi for no particular reason. | ||||
* | Enable the 'download all' links for everyone (mga#8157) | Colin Guthrie | 2013-05-14 | 2 | -17/+10 |
| | |||||
* | Fix a genuine syntax error that happened because I suck at perl. | Colin Guthrie | 2013-05-13 | 1 | -2/+2 |
| | |||||
* | Fix an accidental paste before committing :s | Colin Guthrie | 2013-05-13 | 1 | -1/+0 |
| | | | | Not sure how that happened :s | ||||
* | Do not use urpm code to check the folder as this is run as unprivileged user ↵ | Colin Guthrie | 2013-05-13 | 2 | -6/+4 |
| | | | | (mga#6083) | ||||
* | Ensure nonfree/tainted media is kept enabled on distro upgrade. | Colin Guthrie | 2013-05-13 | 2 | -0/+41 |
| | | | | | | | | Patch from Maarten Vanraes and Dave Hodgins and tweaked by me for trunk. mga#6061 | ||||
* | Changing all DOS-like .po files to UNIX-like files. | Rémi Verschelde | 2013-05-11 | 1 | -878/+878 |
| | |||||
* | 2.802.80 | Colin Guthrie | 2013-05-10 | 2 | -1/+3 |
| | |||||
* | upgrade-helper: Move the code to a sub (no functional change) | Colin Guthrie | 2013-05-10 | 1 | -36/+40 |
| | |||||
* | perl_checker cleanup | Thierry Vignaud | 2013-04-30 | 2 | -5/+5 |
| | |||||
* | Add support for upgrades that need some form of preparation before continuing. | Colin Guthrie | 2013-04-28 | 4 | -9/+51 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | The basic principle of this is to do the following: 1. Check the releases webservice API to see if the distro version 'needs_preparation'. 2. If it does, check for a file /var/lib/mageia-prepare-upgrade/state. If it says 'ready' then we are ready and the user is not questioned further. 3. If it does not exist or says anything else, the user is prompted to install the package 'mageia-prepare-upgrade'. 4. After package installation, check the state file again as this may be all that is required. If the state file does not yet say 'ready', then display the text from the /usr/share/doc/mageia-prepare-upgrade/README.prepare file (todo: add i18n) 5. Assuming that further action is required by the user (e.g. rebooting to convert the filesystem), then the upgrade helper will exit. 6. After the user has taken the action required to do the preparation, the state file should contain 'ready'. The next time the distro upgrade dialog shows, the preparation checks will pass and the user can continue. TODO: Handle i18n in the README.prepare file. v1: First Revision v2: Check immediately if an upgrade state file exists (don't wait 5 mins) Ensure config file is parsed (ensures the testing variable is read) Show user-visible messages when bailing out due to unexpected errors | ||||
* | The $root variable is defined and exported from the mgaonline.pm file. | Colin Guthrie | 2013-04-28 | 2 | -1/+3 |
| | |||||
* | Exit if we don't pass --new_distro_version agument. | Colin Guthrie | 2013-04-28 | 2 | -0/+4 |
| | |||||
* | Fix function call. check_cache_dir was renamed to check_dir in r6191 | Colin Guthrie | 2013-04-28 | 2 | -2/+4 |
| | |||||
* | do not opencode get_product_id() | Thierry Vignaud | 2013-04-26 | 1 | -1/+1 |
| | | | | (spot by Colin) | ||||
* | merge translations from mcc | Thierry Vignaud | 2013-04-20 | 1 | -2/+2 |
| | |||||
* | 2.792.79 | Thierry Vignaud | 2013-04-15 | 2 | -1/+3 |
| | |||||
* | updated Romanian translation | Florin Catalin Russen | 2013-04-05 | 1 | -332/+38 |
| | |||||
* | Russian translations by Russian Mageia Team | Yuri Chornoivan | 2013-03-31 | 1 | -64/+58 |
| | |||||
* | Updated zh_CN translation (tuhaihe) | Rémi Verschelde | 2013-03-26 | 1 | -43/+45 |
| | |||||
* | Exit gnome-shell overview mode when clicking on notification response actions. | Colin Guthrie | 2013-03-23 | 1 | -0/+8 |
| | |||||
* | updated tr translation | Atilla Öntaş | 2013-03-07 | 1 | -247/+7 |
| | |||||
* | Updated Dutch translation | Remco Rijnders | 2013-03-07 | 1 | -83/+82 |
| | |||||
* | drop last bits of support for mdv 200[89] | Thierry Vignaud | 2013-02-26 | 1 | -3/+0 |
| | | | | | should have went off along commit r3432 (Mar 12 2012 : "drop support for mdv2007.x/2008.x/2009.x") | ||||
* | updated pt_BR.po by Padula | Kiki Syahadat | 2013-02-18 | 1 | -66/+60 |
| | |||||
* | updated Turkish translation | Numan Demirdöğen | 2013-02-04 | 1 | -12/+10 |
| |