summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 8.058.05Thierry Vignaud2015-03-182-1/+3
|
* install perl-Glib-Object-Introspection...Thierry Vignaud2015-03-182-1/+4
| | | | ...as priority upgrades prior to restart
* remove removed change from logThierry Vignaud2015-02-261-1/+0
|
* 8.048.04Thierry Vignaud2015-02-262-1/+3
|
* always display the right package name on errorsunknown2015-02-262-13/+3
| | | | | fixes mga#15032 and also simplify... needs URPM >= 5.04
* Update Estonian translation from TxYuri Chornoivan2015-02-161-704/+147
|
* Update Czech translation from TxYuri Chornoivan2015-02-081-192/+192
|
* default to "unknown"Thierry Vignaud2015-02-061-1/+1
|
* Don't give a wrong package name when it is unknown in a callback (mga#15032)Pascal Terjan2015-02-052-2/+14
|
* Updated Catalan translationFrancesc Pinyol Margalef2015-01-201-376/+116
|
* Sync Romanian translation with TXYuri Chornoivan2015-01-181-486/+174
|
* Sync Czech translation with TXYuri Chornoivan2015-01-181-652/+156
|
* update Dutch translationMarja van Waes2015-01-161-23/+27
|
* 8.038.03Thierry Vignaud2015-01-012-1/+5
|
* Update Spanish translationEgoitz Rodriguez2015-01-011-1067/+182
|
* Group options by purpose and add sub-headlines for each group.Hartmut Goebel2014-11-255-411/+585
| | | | | | | | | | | | | | | | The urpmi tools share a lot of options like download options, media selections and so on. Other option groups are package selection, output options (for urpmf, urpmq) and database options. Grouping them makes it easier for the user to spot what she needs. Additionally tool-specific groups will be put near the top of the options section, while common groups will be put near the end of that list, followed by rarely used stuff like debugging. This makes it easier for the user to spot the tool-specific parts. Grouping may not be perfect and some option may be in a group not matching 100 percent. But anyway this should be a fairly good state. followed
* Put corresponding long and short options in same line.Hartmut Goebel2014-11-254-66/+23
|
* Correct white-space errors in pod-files.Hartmut Goebel2014-11-253-8/+8
| | | | In Englich, there is no space in front of colons.
* Minor markup improvementsHartmut Goebel2014-11-252-6/+6
|
* 8.028.02Thierry Vignaud2014-11-252-1/+3
|
* beautify (vertical align)Thierry Vignaud2014-11-251-2/+2
|
* fix gurpmi --auto not working anymore (mga#14565)Thierry Vignaud2014-11-253-2/+6
| | | | | | jut use new splited out 'drakbug' module instead of 'standalone' rationale: @ARGV handling in standalone breaks gurpmi --auto regression introduced commit a7c54188c5a236a07bc6aeb504f1b384960f80
* Update Brazilian Portuguese translation from TransifexYuri Chornoivan2014-11-211-1070/+171
|
* Update Greek translationDimitrios Glentadakis2014-11-201-24/+28
|
* Add the link to the git repo.Shlomi Fish2014-11-171-0/+6
|
* Add the link to the git repository to the META.yml.Shlomi Fish2014-11-171-0/+7
| | | | | | | | See: * https://rt.cpan.org/Public/Bug/Display.html?id=99776 We need to link to it so people will know where to contribute.
* Update Basque translationEgoitz Rodriguez2014-10-141-5/+5
| | | | Update Basque translation
* Updated Russian translationAlexey Loginov2014-10-131-322/+322
|
* Updated Estonian translationMarek Laane2014-10-121-22/+26
|
* 8.018.01Thierry Vignaud2014-10-092-1/+3
|
* Revert "bump split-length from 8 to 50"Thierry Vignaud2014-10-092-1/+3
| | | | | This reverts commit b6834f91d61d50c4ccfea3b5977363829ef3a1f8. Sadly, this currently breaks stage2 which is more urgent...
* Slovenian translation updatedfilip2014-09-281-11/+11
|
* Update Indonesian translationYuri Chornoivan2014-09-251-391/+138
|
* Updated Turkish translationtarakbumba2014-09-141-99/+71
|
* Update Basque translationYuri Chornoivan2014-09-141-713/+190
|
* Update French translationYuri Chornoivan2014-09-141-537/+183
|
* Update Ukrainian translationYuri Chornoivan2014-09-141-10/+10
|
* Fix PO filesYuri Chornoivan2014-09-142-3/+5
|
* updateThierry Vignaud2014-09-131-9/+9
|
* sync with codeThierry Vignaud2014-09-1369-5779/+7179
|
* actually bump to 8.008.00Thierry Vignaud2014-09-132-2/+2
|
* 7.33Thierry Vignaud2014-09-072-1/+3
|
* s/suggests/recommends/Thierry Vignaud2014-09-071-2/+2
|
* s/suggested/recommended/Thierry Vignaud2014-09-072-3/+3
|
* adapt to URPM-5.00Thierry Vignaud2014-09-073-2/+3
|
* typo fixThierry Vignaud2014-09-071-1/+1
|
* rename '--suggests' option as '--recommends'Thierry Vignaud2014-09-073-3/+8
|
* enable to use the "recommends" tagThierry Vignaud2014-09-071-1/+2
|
* add some missing methods, allows to do urpmf --qf '%sourcerpm:%recommends'Thierry Vignaud2014-09-071-0/+1
|
* use ->recommends_nosense() instead of suggests"()Thierry Vignaud2014-09-072-4/+4
| | | | | this is the new method name (even if compatibility still works). needs a new URPM.