aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 5.545.54Colin Guthrie2013-11-122-1/+3
|
* polkit: Ensure wrapper uses "$@" for argument passthrough.Colin Guthrie2013-11-122-8/+10
| | | | | | This ensures that arguments containing spaces etc are properly quoted Thanks to Dave Hodgins for pointing out out (twice - I forgot the first time)
* 5.535.53Colin Guthrie2013-11-112-1/+3
|
* Fix the escaping of $* in polkit Makefile.Colin Guthrie2013-11-112-1/+3
| | | | | This was inadvertantly broken in b667b975bcd8b97662b0ca7974f036905cf3177b when the double quotes were changed to single but this usage was not updated.
* 5.52.25.52.2Thomas Backlund2013-11-112-1/+3
|
* properly escape 5096UIDThomas Backlund2013-11-112-2/+3
|
* Polish translation updatedDaniel Napora2013-11-101-20/+19
|
* use 500 instead of 500Thomas Backlund2013-11-102-1/+3
|
* 5.52.15.52.1Thomas Backlund2013-11-093-2/+6
|
* 5.525.52Thomas Backlund2013-11-092-1/+3
|
* use /usr/libexec/drakrpm-addmedia directly in stage2 (colin, #11319)Thomas Backlund2013-11-092-1/+3
|
* Updated turkish translationtarakbumba2013-11-051-11/+14
|
* Update Russian translationYuri Chornoivan2013-10-241-326/+489
|
* Slovenian translation updatedfilip2013-10-241-10/+9
|
* Update Ukrainian translationYuri Chornoivan2013-10-211-6/+11
|
* 5.515.51Colin Guthrie2013-10-132-1/+3
|
* polkit: Tidy up polkit supportColin Guthrie2013-10-1217-47/+52
|
* i18n: Update po filesColin Guthrie2013-10-0174-16169/+17449
|
* i18n: Update potColin Guthrie2013-10-011-189/+196
|
* polkit: Make the polkit policy files translatable.Colin Guthrie2013-10-017-13/+29
|
* i18n: Do not version POTFILES.inColin Guthrie2013-10-013-11/+9
|
* i18n: 'merge' also depends on pot file.Colin Guthrie2013-10-011-1/+1
|
* 5.505.50Colin Guthrie2013-09-032-2/+4
|
* Convert to polkit from usermode consolehelper for gaining root privilegesColin Guthrie2013-09-0311-14/+108
| | | | | | | | | | | | polkit is better integrated into various environments, both console and GUI and offers better access rules and prevents the internal need to run su which is prone to errors and doesn't offer an environment agnostic prompt to the user. The 'auth as user' (as opposed to 'auth as root') for the 'MageiaUpdate' binary has been ported to the polkit equiv. mga#11125
* Ditch ChangeLog and svn2cl usage.Colin Guthrie2013-09-032-1633/+1
| | | | | | This will no longer work with git, but it's also not been updated since 2011 anyway. It may be nice to restore with a git2cl equiv.
* Remove svn support from MakefileColin Guthrie2013-09-031-18/+1
|
* Updated Catalan translationFrancesc Pinyol Margalef2013-05-251-5/+5
|
* Updated Catalan translationFrancesc Pinyol Margalef2013-05-251-3/+13
|
* typo fixesThierry Vignaud2013-05-211-1/+1
|
* typo fixesThierry Vignaud2013-05-211-5/+5
|
* Updated Catalan translationFrancesc Pinyol Margalef2013-05-121-27/+48
|
* 5.495.49Thomas Backlund2013-05-082-1/+3
|
* - --merge-all-rpmnew mode:Thomas Backlund2013-05-082-0/+4
| | | | | | o ignore /etc/crypttab (mga#10028)
* typo fixesThierry Vignaud2013-05-021-117/+117
|
* updateThierry Vignaud2013-05-021-39/+18
|
* rpmdrake: Updated French translationYann Ciret2013-04-261-11/+12
|
* actually /etc/{passwd,group} were already protectedThierry Vignaud2013-04-221-1/+1
|
* 5.485.48Thierry Vignaud2013-04-222-1/+3
|
* make it slighly faster: do not perform useless I/OThierry Vignaud2013-04-222-2/+2
|
* consider all config files, not only those in /etcThierry Vignaud2013-04-222-1/+2
|
* make --merge-all-rpmnew less dangerousThierry Vignaud2013-04-222-0/+7
| | | | | | | | let's just ignore /etc/{passwd,group,(g)shadow,hosts,resolv.conf} it's too dangerous to offer people to overwrite those with .rpmnew files... (reported by tmb)
* 5.475.47Thierry Vignaud2013-04-212-1/+3
|
* fix install dialog being on top of sub dialogs (mga#9646)Thierry Vignaud2013-04-212-3/+2
| | | | (needs urpmi >= 7.25)
* fix install dialog title (mga#9550)Thierry Vignaud2013-04-203-5/+7
| | | | | | | | rename a variable introduced by jvictor in commit r267936 on Apr 26 2010 ("Added auto_select and clean_cache options to conf file") that badly conflicted with urpmi's ::auto_select variable we were lucky it didn't break more...
* merge translations from mccThierry Vignaud2013-04-2053-167/+167
|
* forgot to commit one bit of previous fixThierry Vignaud2013-04-201-1/+1
|
* updated Romanian translationFlorin Catalin Russen2013-04-051-413/+154
|
* Russian translations by Russian Mageia TeamYuri Chornoivan2013-03-311-365/+531
|
* 5.465.46Thierry Vignaud2013-03-262-1/+3
|
* fix retrieving XML information (mga#9529)Thierry Vignaud2013-03-262-1/+3
| | | | | | | commit r7594 fixed download callback for global progress bar but it broke downloading XML metadata. However, we ended in using new gurpm callback in commit r7598 so we can just revert that change