| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | allow to choose encryption algorithm (#13472) | Olivier Blin | 2005-03-01 | 1 | -3/+7 |
* | use ->ask_filename instead of ->ask_file (esp. useful in "save" mode) | Pascal Rigaux | 2005-02-18 | 1 | -2/+2 |
* | factorize code in ask_window_manager_to_logout_then_do() | Pascal Rigaux | 2005-02-18 | 1 | -15/+1 |
* | don't reboot if the window manager did not exit | Pascal Rigaux | 2005-02-18 | 1 | -1/+1 |
* | media_browser returns a filehandle when non save | Pascal Rigaux | 2005-02-18 | 1 | -3/+3 |
* | in case someone use diskdrake only to create partitions, shut up the predefin... | Pascal Rigaux | 2005-02-17 | 1 | -1/+9 |
* | replace load/save from floppy with using media_browser() | Pascal Rigaux | 2005-02-15 | 1 | -6/+16 |
* | Untranslated string | Rafael Garcia-Suarez | 2005-02-04 | 1 | -1/+1 |
* | $hd is now unused, no need to pass it | Pascal Rigaux | 2005-02-01 | 1 | -5/+5 |
* | fix the various transient on {rwindow} (or even {window} ?) not working anymo... | Pascal Rigaux | 2005-01-22 | 1 | -1/+1 |
* | this warning is stupid during install | Pascal Rigaux | 2005-01-14 | 1 | -1/+1 |
* | - fs::format::part_raw() now takes $wait_message to allow displaying the prog... | Pascal Rigaux | 2005-01-06 | 1 | -6/+2 |
* | better english (writing style rather than spoken one) | Thierry Vignaud | 2004-12-13 | 2 | -12/+12 |
* | moving partitions never really worked and is disabled since years | Pascal Rigaux | 2004-11-25 | 1 | -12/+0 |
* | - create analyze_wild_device_name() out of subpart_from_wild_device_name() | Pascal Rigaux | 2004-11-25 | 1 | -0/+3 |
* | since we don't use ramdisk but clp, some code is dead | Pascal Rigaux | 2004-11-18 | 1 | -1/+1 |
* | remove some unneeded ";", add some for normalization (as told by perl_checker) | Pascal Rigaux | 2004-11-18 | 1 | -1/+1 |
* | add some ";", remove some ";", as told by perl_checker | Pascal Rigaux | 2004-11-18 | 2 | -4/+4 |
* | really remove the VG from internal list of {lvms}, not on a copy | Pascal Rigaux | 2004-11-17 | 1 | -2/+1 |
* | create isEmpty() and use it instead of simply testing {pt_type}, since {pt_ty... | Pascal Rigaux | 2004-11-16 | 2 | -15/+13 |
* | warn about created partition with a given mount point but not formatted | Pascal Rigaux | 2004-10-27 | 1 | -0/+5 |
* | use ToggleButton instead of Button so that selected partition is visually tog... | Pascal Rigaux | 2004-10-27 | 1 | -5/+18 |
* | since we need mdadm, ensure we have it (bugzilla #12146) | Pascal Rigaux | 2004-10-27 | 1 | -0/+1 |
* | document UUID md field | Pascal Rigaux | 2004-10-14 | 1 | -0/+1 |
* | - add field {part_number} for partitions | Pascal Rigaux | 2004-09-20 | 1 | -0/+1 |
* | - ensure {is_removable} field is there for created partitions, not only exist... | Pascal Rigaux | 2004-09-14 | 1 | -1/+2 |
* | fix displaying "mdmd0" instead of "md0" | Pascal Rigaux | 2004-09-06 | 1 | -1/+1 |
* | no {fs_type} doesn't mean the type invalid | Pascal Rigaux | 2004-08-10 | 1 | -1/+1 |
* | no {pt_type} doesn't mean Empty | Pascal Rigaux | 2004-08-10 | 1 | -1/+1 |
* | help perl_checker know the $all_hds *is* used | Pascal Rigaux | 2004-08-09 | 1 | -0/+1 |
* | - switch to mdadm (instead of raidtools) | Pascal Rigaux | 2004-08-08 | 2 | -23/+25 |
* | adapt to bootloader functions now using all_hds instead of hds | Pascal Rigaux | 2004-08-05 | 1 | -1/+1 |
* | move mount options related stuff from fs.pm to newly created fs/mount_options.pm | Pascal Rigaux | 2004-08-03 | 1 | -6/+6 |
* | many functions in fsedit don't modify anything, they are simply accessors. | Pascal Rigaux | 2004-08-03 | 5 | -16/+11 |
* | fsedit::check_fs_type() is now fs::type::check() | Pascal Rigaux | 2004-08-02 | 1 | -1/+1 |
* | use fs::format::check_package_is_installed() before formatting (bugzilla #10435) | Pascal Rigaux | 2004-08-02 | 1 | -0/+3 |
* | - move package_needed_for_partition_type() from fsedit to fs::format | Pascal Rigaux | 2004-08-02 | 1 | -7/+1 |
* | introduce ->ensure_binary_is_installed and use it | Pascal Rigaux | 2004-08-02 | 1 | -1/+1 |
* | don't call will_tell_kernel() when we have lvm (anthill #994) | Pascal Rigaux | 2004-08-02 | 1 | -2/+1 |
* | - add field {fs_type} partially replacing {pt_type} | Pascal Rigaux | 2004-07-27 | 4 | -68/+67 |
* | replace pt_type2name($part->{pt_type}) with part2name($part) | Pascal Rigaux | 2004-07-23 | 2 | -6/+6 |
* | - move format related functions out of fs.pm to new module fs/format.pm | Pascal Rigaux | 2004-07-23 | 1 | -2/+2 |
* | fix indentation | Pascal Rigaux | 2004-07-23 | 1 | -1/+1 |
* | MandrakeSoft -> Mandrakesoft | Pascal Rigaux | 2004-07-20 | 1 | -1/+1 |
* | encryption key length can now be lower than 20, allowing >= 6 | Pascal Rigaux | 2004-07-15 | 1 | -1/+1 |
* | fix function call | Pascal Rigaux | 2004-07-05 | 1 | -1/+1 |
* | big renaming of field {type} to {pt_type}, | Pascal Rigaux | 2004-07-05 | 4 | -51/+51 |
* | rename is_same_part to are_same_partitions (not that much clear, but at least... | Pascal Rigaux | 2004-06-15 | 2 | -2/+2 |
* | really handle LABEL=XXX in fstab (as used by redhat) (no xfs labels yet) | Pascal Rigaux | 2004-05-13 | 1 | -0/+5 |
* | fix drakupdate_fstab adding twice an entry in fstab, one with the old name, o... | Pascal Rigaux | 2004-05-01 | 1 | -0/+2 |