Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update translation for Italian | Andrea Celli | 2009-03-30 | 1 | -213/+56 |
| | |||||
* | Latest updates | Pjetur Hjaltason | 2009-03-30 | 1 | -192/+49 |
| | |||||
* | update (Rhoslyn Prys <rprys@yahoo.com>) | Thierry Vignaud | 2009-03-30 | 1 | -11/+11 |
| | |||||
* | Updated Estonian translation. | Marek Laane | 2009-03-30 | 1 | -14/+11 |
| | |||||
* | update | Thierry Vignaud | 2009-03-30 | 1 | -16/+9 |
| | |||||
* | sync with code | Thierry Vignaud | 2009-03-30 | 68 | -26786/+23241 |
| | |||||
* | Downgrade cryptic log message to debug message, fixes #49226 | Christophe Fergeau | 2009-03-30 | 1 | -1/+1 |
| | |||||
* | 3.286.24 | Christophe Fergeau | 2009-03-30 | 2 | -1/+5 |
| | |||||
* | update Finnish translation from Jani Välimaa | Anssi Hannula | 2009-03-28 | 1 | -78/+90 |
| | |||||
* | (ask_continue) perl_checker cleanup | Thierry Vignaud | 2009-03-26 | 1 | -1/+1 |
| | |||||
* | We want to run the message dialog | Christophe Fergeau | 2009-03-26 | 1 | -0/+1 |
| | |||||
* | When the user aborts the installation due to awarning message, return non 0 ↵ | Christophe Fergeau | 2009-03-26 | 1 | -1/+1 |
| | | | | error code | ||||
* | Remove useless argument to quit() | Christophe Fergeau | 2009-03-26 | 1 | -1/+1 |
| | |||||
* | perl_checker cleanups | Thierry Vignaud | 2009-03-26 | 1 | -3/+3 |
| | |||||
* | perl_checker cleanups | Thierry Vignaud | 2009-03-26 | 1 | -4/+4 |
| | |||||
* | 6.236.23 | Christophe Fergeau | 2009-03-25 | 2 | -1/+3 |
| | |||||
* | Add missing \n | Christophe Fergeau | 2009-03-25 | 1 | -1/+1 |
| | |||||
* | Update NEWS file | Christophe Fergeau | 2009-03-25 | 1 | -0/+6 |
| | |||||
* | russian translation updated | Pavel Maryanov | 2009-03-25 | 1 | -329/+328 |
| | |||||
* | translation update | Sergey Ribalchenko | 2009-03-25 | 1 | -101/+55 |
| | |||||
* | Make text buffer used to display long messages non editable | Christophe Fergeau | 2009-03-24 | 1 | -0/+1 |
| | |||||
* | (install) wrap a big comment | Thierry Vignaud | 2009-03-24 | 1 | -1/+2 |
| | |||||
* | (install) revert refcount workarounds now that we fix refcounting in | Thierry Vignaud | 2009-03-24 | 1 | -4/+0 |
| | | | | | | | | | | | | r254652 ; revert both: - r253559 (2009-03-04) "(install) close another fd leak (needed for drakx)" - and r253550 (2009-03-04: "(install) explicitely close the RPM DB on comleting transaction (needed for drakx -- looks like refcount has hard work)" | ||||
* | (install) fix a circular reference that was causing rpmdb to be opened | Thierry Vignaud | 2009-03-24 | 2 | -2/+9 |
| | | | | | | | many times in installer (regression introduced in r253510 when adding new callbacks for the installer) | ||||
* | Use $urpm->{log} instead of raw print | Christophe Fergeau | 2009-03-24 | 1 | -5/+6 |
| | |||||
* | Change error code when some packages couldn't be installed | Christophe Fergeau | 2009-03-24 | 2 | -2/+6 |
| | |||||
* | Add logs when a dialog is displayed and log the user answer too | Christophe Fergeau | 2009-03-24 | 1 | -6/+18 |
| | |||||
* | Return error code when the install is aborted during an upgrade | Christophe Fergeau | 2009-03-24 | 1 | -2/+2 |
| | |||||
* | * 2009-03-23 Reinout van Schouwen <reinout@gmail.com> | Reinout van Schouwen | 2009-03-23 | 1 | -10/+10 |
| | | | | | | - nl.po: Updated Dutch translation | ||||
* | Remove duplicated definitions in test specs | Christophe Fergeau | 2009-03-23 | 5 | -70/+0 |
| | |||||
* | Revert "urpmi doesn't have a --auto-orphans parameter, fixes bug #48946" | Christophe Fergeau | 2009-03-23 | 3 | -3/+18 |
| | | | | | The parameter was actually implemented and working, dunno how I overlooked that. | ||||
* | Japanese translation updated. | Yukiko Bando | 2009-03-22 | 1 | -10/+10 |
| | |||||
* | update for Norwegian Bokmål translation | Olav Dahlum | 2009-03-21 | 1 | -4/+4 |
| | |||||
* | update for Norwegian Bokmål translation | Olav Dahlum | 2009-03-21 | 1 | -6/+6 |
| | |||||
* | updates | Keld Simonsen | 2009-03-21 | 1 | -80/+44 |
| | |||||
* | updated translation for turkish language | Atilla Öntaş | 2009-03-21 | 1 | -6/+18 |
| | |||||
* | updated translation for turkish language | Atilla Öntaş | 2009-03-21 | 1 | -18/+11 |
| | |||||
* | Test case from Anssi Hannula for bug #47803 | Christophe Fergeau | 2009-03-20 | 7 | -1/+159 |
| | |||||
* | Remove remnants of --auto-orphans code | Christophe Fergeau | 2009-03-20 | 1 | -12/+2 |
| | | | | | | | | | I recently removed references to urpmi --auto-orphans from urpmi man pages, but in fact, the bug was that the option wasn't parsed, the rest of the code was here. However, given that many people are surprised by which packages get auto-orphaned, it's better if it's not possible for now to remove auto-orphaned packages at install time. This commit removes the auto-orphans code from urpmi | ||||
* | update for Norwegian Bokmål translation | Olav Dahlum | 2009-03-20 | 1 | -375/+375 |
| | |||||
* | When using urpme -a, properly report when no packages could be removed, #48506 | Christophe Fergeau | 2009-03-20 | 1 | -0/+4 |
| | |||||
* | urpmi doesn't have a --auto-orphans parameter, fixes bug #48946 | Christophe Fergeau | 2009-03-20 | 3 | -6/+1 |
| | |||||
* | Exit with errorcode != 0 when failing to add a media, fixes #47952 | Christophe Fergeau | 2009-03-20 | 1 | -1/+1 |
| | |||||
* | Spelling and updates | Pjetur Hjaltason | 2009-03-20 | 1 | -47/+45 |
| | |||||
* | update for Norwegian Bokmål translation | Olav Dahlum | 2009-03-19 | 1 | -766/+770 |
| | |||||
* | update for Norwegian Bokmål translation | Olav Dahlum | 2009-03-19 | 1 | -119/+84 |
| | |||||
* | update for Norwegian Bokmål translation | Olav Dahlum | 2009-03-19 | 1 | -118/+164 |
| | |||||
* | update translation for Italian | Andrea Celli | 2009-03-18 | 1 | -112/+63 |
| | |||||
* | update translation for Polish | Tomasz Bednarski | 2009-03-18 | 1 | -108/+59 |
| | |||||
* | updating translations for pt_br | Sergio Rafael Lemke | 2009-03-17 | 1 | -6/+6 |
| |