summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Updated Czech translation.Michal Bukovjan2009-04-021-202/+55
|
* Updated Romanian translationCatalin Florin Russen2009-04-021-2/+2
|
* updated translation for turkish languageAtilla Öntaş2009-04-021-156/+0
|
* String fixes from John RyeChristophe Fergeau2009-04-022-4/+4
|
* Update Greek translationGlentadakis Dimitris2009-04-011-18/+11
|
* fixed urpmi translation error for pt_BRSergio Rafael Lemke2009-04-011-3/+2
|
* updated translations for pt_BRSergio Rafael Lemke2009-04-011-99/+61
|
* translation updateSergey Ribalchenko2009-04-011-212/+51
|
* Updated Romanian translationCatalin Florin Russen2009-03-311-13/+11
|
* updated translations for pt_BRSergio Rafael Lemke2009-03-311-75/+40
|
* 6.25.16.25.1Thierry Vignaud2009-03-312-1/+3
|
* (parse_media) fix latest commit 255088 from cfergeau: ->{debug} mayThierry Vignaud2009-03-312-1/+3
| | | | | not always exist (#49354), side effect of #49226 fix
* 6.256.25Thierry Vignaud2009-03-312-1/+3
|
* (run) enable installer to cancel installationThierry Vignaud2009-03-312-0/+4
|
* log teuf's changesThierry Vignaud2009-03-311-0/+2
|
* Hungarian translation updateGergely Lonyai2009-03-311-457/+341
|
* update translation for PolishTomasz Bednarski2009-03-311-213/+53
|
* update for Norwegian Bokmål translationOlav Dahlum2009-03-311-196/+45
|
* updated translation for turkish languageAtilla Öntaş2009-03-301-12/+9
|
* update translation for ItalianAndrea Celli2009-03-301-213/+56
|
* Latest updatesPjetur Hjaltason2009-03-301-192/+49
|
* update (Rhoslyn Prys <rprys@yahoo.com>)Thierry Vignaud2009-03-301-11/+11
|
* Updated Estonian translation.Marek Laane2009-03-301-14/+11
|
* updateThierry Vignaud2009-03-301-16/+9
|
* sync with codeThierry Vignaud2009-03-3068-26786/+23241
|
* Downgrade cryptic log message to debug message, fixes #49226Christophe Fergeau2009-03-301-1/+1
|
* 3.286.24Christophe Fergeau2009-03-302-1/+5
|
* update Finnish translation from Jani VälimaaAnssi Hannula2009-03-281-78/+90
|
* (ask_continue) perl_checker cleanupThierry Vignaud2009-03-261-1/+1
|
* We want to run the message dialogChristophe Fergeau2009-03-261-0/+1
|
* When the user aborts the installation due to awarning message, return non 0 ↵Christophe Fergeau2009-03-261-1/+1
| | | | error code
* Remove useless argument to quit()Christophe Fergeau2009-03-261-1/+1
|
* perl_checker cleanupsThierry Vignaud2009-03-261-3/+3
|
* perl_checker cleanupsThierry Vignaud2009-03-261-4/+4
|
* 6.236.23Christophe Fergeau2009-03-252-1/+3
|
* Add missing \nChristophe Fergeau2009-03-251-1/+1
|
* Update NEWS fileChristophe Fergeau2009-03-251-0/+6
|
* russian translation updatedPavel Maryanov2009-03-251-329/+328
|
* translation updateSergey Ribalchenko2009-03-251-101/+55
|
* Make text buffer used to display long messages non editableChristophe Fergeau2009-03-241-0/+1
|
* (install) wrap a big commentThierry Vignaud2009-03-241-1/+2
|
* (install) revert refcount workarounds now that we fix refcounting inThierry Vignaud2009-03-241-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 openedThierry Vignaud2009-03-242-2/+9
| | | | | | | many times in installer (regression introduced in r253510 when adding new callbacks for the installer)
* Use $urpm->{log} instead of raw printChristophe Fergeau2009-03-241-5/+6
|
* Change error code when some packages couldn't be installedChristophe Fergeau2009-03-242-2/+6
|
* Add logs when a dialog is displayed and log the user answer tooChristophe Fergeau2009-03-241-6/+18
|
* Return error code when the install is aborted during an upgradeChristophe Fergeau2009-03-241-2/+2
|
* * 2009-03-23 Reinout van Schouwen <reinout@gmail.com>Reinout van Schouwen2009-03-231-10/+10
| | | | | | - nl.po: Updated Dutch translation
* Remove duplicated definitions in test specsChristophe Fergeau2009-03-235-70/+0
|
* Revert "urpmi doesn't have a --auto-orphans parameter, fixes bug #48946"Christophe Fergeau2009-03-233-3/+18
| | | | | The parameter was actually implemented and working, dunno how I overlooked that.