summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 15.1515.15Thierry Vignaud2012-12-242-1/+3
|
* Ukrainian translation updateYuri Chornoivan2012-12-231-1/+1
|
* add support for straceThierry Vignaud2012-12-232-0/+4
|
* rename $gdb as $wrapperThierry Vignaud2012-12-231-4/+4
|
* include missing module for upcasing UTF-8 characters (mga#8475)Thierry Vignaud2012-12-232-0/+2
|
* Update Greek translationDimitrios Glentadakis2012-12-211-11/+25
|
* kill firmware loader now that firmware are loaded by the kernelThierry Vignaud2012-12-217-112/+5
|
* prevent selecting an update medium without its parent mediumThierry Vignaud2012-12-212-1/+8
|
* (media_screen) display better release medium name in update medium descriptionThierry Vignaud2012-12-211-1/+1
| | | | | display medium name instead of path (eg: "Core Release" instead of "core/release"
* special case for libreoffice-langpack-brThierry Vignaud2012-12-212-5733/+561
|
* Updated Indonesian translationKiki Syahadat2012-12-211-116/+123
|
* Updated Indonesian translationKiki Syahadat2012-12-201-63/+68
|
* Update translation.You-Cheng Hsieh2012-12-201-11/+12
|
* Update translation.You-Cheng Hsieh2012-12-201-17/+20
|
* 15.1415.14Thierry Vignaud2012-12-173-1/+5
|
* fix installing grub2 from live session (blino)Thomas Backlund2012-12-173-2/+9
|
* likewise in drakxThierry Vignaud2012-12-171-1/+1
|
* (init) use new exceptions managementThierry Vignaud2012-12-173-1/+5
|
* (register_main_window) perl_checker cleanupThierry Vignaud2012-12-171-1/+1
|
* Partially fix #7667 (broken /etc/krb5.conf)Rémy Clouard (shikamaru)2012-12-161-3/+3
| | | | | | | | | | | | | The problem was that the variable $authentication->{AD_domain} was set in ask_parameters, but we were using $authentication->{DNS_domain} in configure_krb5_for_AD. I’m pretty sure winbind is broken as well because in ask_parameters we set $authentication->{DNS_domain} but use AD_domain 15 lines below. Please review this, it fixes authentication for me using local file (LDAP config is broken for me as well, but more on that later)
* Slovenian translation updatedFilip Komar2012-12-161-14/+22
|
* Ukrainian translation updateYuri Chornoivan2012-12-152-73/+90
|
* Slovenian translation updatedFilip Komar2012-12-151-6/+6
|
* 15.1315.13Thierry Vignaud2012-12-153-1/+5
|
* fix checking grub2 installation (mga#8390)Thierry Vignaud2012-12-153-1/+6
|
* typo fixThierry Vignaud2012-12-142-2/+2
|
* (read_grub2) help perl_checkerThierry Vignaud2012-12-141-1/+1
|
* 15.1215.12Thierry Vignaud2012-12-143-1/+5
|
* (read_grub2) "enhance" fake gru2 conf reading (mga#8366)Thierry Vignaud2012-12-143-0/+4
|
* (packagesToInstall) logs first packages to installThierry Vignaud2012-12-141-1/+1
|
* updateThierry Vignaud2012-12-141-3/+3
|
* sync with codeThierry Vignaud2012-12-1471-576/+932
|
* slightly better stringsThierry Vignaud2012-12-141-3/+3
|
* one less string to translateThierry Vignaud2012-12-1472-432/+72
|
* do not duplicate dialog titleThierry Vignaud2012-12-141-1/+0
|
* (setPackages) fix dialogs titleThierry Vignaud2012-12-142-0/+10
|
* (real_main) time steps in logsThierry Vignaud2012-12-142-0/+3
|
* show which media are actually disabled when offering to add supplementary onesThierry Vignaud2012-12-142-1/+4
|
* propagate typo fixThierry Vignaud2012-12-1472-72/+72
|
* fix missing ")" in messageThierry Vignaud2012-12-141-1/+1
|
* grub2 fix was also for drakbootThierry Vignaud2012-12-131-0/+2
|
* 15.1115.11Thierry Vignaud2012-12-133-1/+5
|
* (ensure_pkg_is_installed) install grub2 if neededThierry Vignaud2012-12-132-1/+2
|
* (media_screen) prevent unselecting 'Main Release' on mdv server tooThierry Vignaud2012-12-131-1/+1
|
* updateThierry Vignaud2012-12-131-3/+3
|
* sync with codeThierry Vignaud2012-12-1372-10416/+16538
|
* use mygtk2::register_main_window()Thierry Vignaud2012-12-135-5/+5
|
* (register_main_window) add it for tracking main windowsThierry Vignaud2012-12-133-1/+7
|
* (quit_popup) popup a dialog confirming to quit when clicking "X" (mga#1812)Thierry Vignaud2012-12-132-1/+17
| | | | to be manually called from delete_event callback in pure gtk+ cases (eg: mcc)
* (quit_callback) split it out of _create_Window()Thierry Vignaud2012-12-131-13/+17
| | | | more readable