Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix typos + perl_checker fixes | Pascal Rigaux | 2003-06-06 | 1 | -4/+4 |
| | |||||
* | allow choosing lv name (thanks to Brian Murrell) | Pascal Rigaux | 2003-06-04 | 1 | -0/+4 |
| | |||||
* | perl_checker fixes | Thierry Vignaud | 2003-05-23 | 1 | -2/+2 |
| | |||||
* | perl_checker adaptations + fixes | Pascal Rigaux | 2003-04-24 | 1 | -2/+3 |
| | |||||
* | new perl_checker compliance | Pascal Rigaux | 2003-04-17 | 1 | -1/+1 |
| | |||||
* | fix maximum loopback size (bug #3188) | Pascal Rigaux | 2003-03-12 | 1 | -1/+1 |
| | |||||
* | after ntfs resize, warn user that on Windows next boot fsck will be done | Pascal Rigaux | 2003-02-26 | 1 | -2/+5 |
| | |||||
* | (migrate_files): check return values (fixes bug #2170) | Pascal Rigaux | 2003-02-23 | 1 | -2/+2 |
| | |||||
* | have ask_okcancel instead of ask_warn on cdie's | Pascal Rigaux | 2003-02-20 | 1 | -5/+7 |
| | |||||
* | add catch_cdie's around fsedit::check_mntpoint and fsedit::add | Pascal Rigaux | 2003-02-20 | 1 | -2/+8 |
| | |||||
* | - simplify check_mntpoint | Pascal Rigaux | 2003-02-20 | 1 | -26/+11 |
| | | | | | - fix checking mount point in Mount_point() | ||||
* | to workaround perl bug removing UTF8 flag when passing scalars to die's, pass | Guillaume Cottenceau | 2003-02-19 | 1 | -1/+1 |
| | | | | | | a scalar-ref. but we need to de-ref, so it might break many things :). let's make a prayer :). | ||||
* | use formatError on $err | Pascal Rigaux | 2003-02-19 | 1 | -1/+1 |
| | |||||
* | use formatError($err) instead of $@ | Pascal Rigaux | 2003-02-19 | 1 | -1/+1 |
| | |||||
* | - allow raid on raid (raid 10) | Pascal Rigaux | 2003-02-19 | 1 | -5/+8 |
| | | | | | | - focus mount point in Mount_point - focus type in Type | ||||
* | fix ugly bug (the bug was introduced in diskdrake/interactive.pm 1.67) | Pascal Rigaux | 2003-02-18 | 1 | -2/+2 |
| | |||||
* | - ensure someone can't set a mount point on a non formatted ntfs partition | Pascal Rigaux | 2003-02-18 | 1 | -0/+1 |
| | | | | | - remove the mount point when destructive resizing and isNonMountable | ||||
* | remove debug code :-( | Pascal Rigaux | 2003-02-17 | 1 | -1/+1 |
| | |||||
* | - set_help is deprecated | Pascal Rigaux | 2003-02-13 | 1 | -1/+1 |
| | | | | | | | - it is replaced by interactive_help_id on each ask_* - many set_help do not have any correspondance in help.pm (drakxid-*), those are commented for now | ||||
* | perl_checker compliance ("ref" now need parentheses in many case) | Pascal Rigaux | 2003-02-12 | 1 | -1/+1 |
| | |||||
* | - more precise message when formatting / fsck'ing / mounting partitions | Pascal Rigaux | 2003-02-10 | 1 | -8/+18 |
| | | | | | - hide passwords (for smb) | ||||
* | make perl_checker happy | Pascal Rigaux | 2003-02-03 | 1 | -1/+1 |
| | |||||
* | - do not write_partitions when resizing & loosing data (not needed) | Pascal Rigaux | 2003-01-31 | 1 | -7/+8 |
| | | | | | - handle "cancel" on write_partitions | ||||
* | fix typo (calling resize_fat::main instead of diskdrake::resize_ntfs) | Pascal Rigaux | 2003-01-31 | 1 | -1/+1 |
| | |||||
* | create diskdrake::resize_ntfs to factorize code | Pascal Rigaux | 2003-01-31 | 1 | -7/+4 |
| | |||||
* | fix various resize pbs: | Pascal Rigaux | 2003-01-29 | 1 | -13/+18 |
| | | | | | | - write partition table *before* resizing when partition is enlarged - debug ntfsresize | ||||
* | dumpe2fs call cleanup | Pascal Rigaux | 2003-01-29 | 1 | -6/+5 |
| | |||||
* | ntfsresize feature added (not tested!) | Pascal Rigaux | 2003-01-29 | 1 | -0/+11 |
| | |||||
* | for resize2fs, don't multiply by 512 *then* divide by $block_size, better | Pascal Rigaux | 2003-01-28 | 1 | -1/+1 |
| | | | | | divide by ($block_size / 512) | ||||
* | fix diskdrake in newt (causing error about missing method ->cylinder_size) | Pascal Rigaux | 2003-01-23 | 1 | -1/+5 |
| | |||||
* | (Mount_point): use uniq() on suggested mount points (otherwise the suggested ↵ | Pascal Rigaux | 2003-01-21 | 1 | -1/+1 |
| | | | | mount point appears twice) (fixes bug #954) | ||||
* | English proofreading by Stew Benedicts | Pablo Saratxaga | 2003-01-21 | 1 | -4/+4 |
| | |||||
* | use "if any" instead of "if grep", and various other occurences of "any", ↵ | Pascal Rigaux | 2003-01-07 | 1 | -4/+3 |
| | | | | "every", "partition" | ||||
* | add "new" to lvm.pm, and use it | Pascal Rigaux | 2002-12-18 | 1 | -4/+2 |
| | |||||
* | - handle more locally "Reload partition table" (esp. without using setstep) | Pascal Rigaux | 2002-12-09 | 1 | -8/+12 |
| | | | | | => no exception is called through gtk | ||||
* | remove unused variables or rename them with an underscore (eg: $o becomes $_o) | Pascal Rigaux | 2002-12-04 | 1 | -18/+18 |
| | |||||
* | perl_checker adaptations | Pascal Rigaux | 2002-11-27 | 1 | -1/+1 |
| | |||||
* | make perl_checker happy | Pascal Rigaux | 2002-11-25 | 1 | -12/+12 |
| | |||||
* | revert previous change useless (another problem). | Francois Pons | 2002-11-25 | 1 | -2/+0 |
| | |||||
* | added a trailing true value for perl being happy. | Francois Pons | 2002-11-25 | 1 | -0/+2 |
| | |||||
* | make perldoc working | Thierry Vignaud | 2002-11-19 | 1 | -0/+2 |
| | |||||
* | add/remove some spaces to make perl_checker happy | Pascal Rigaux | 2002-11-12 | 1 | -1/+1 |
| | |||||
* | replace complex "unless"s with "if"s | Pascal Rigaux | 2002-11-06 | 1 | -1/+1 |
| | |||||
* | replace "_" with "N" and "__" with "N_" | Pascal Rigaux | 2002-11-06 | 1 | -153/+154 |
| | | | | | | | | | | | | | | | | | | | rationale: - currently, we use _("xxx") as a shorthand for gettext("xxx"). It also used to call xgettext with --keyword=_ - alas, function &_ is global and not by package (notice esp. that _ is not exported in common.pm) - this lead to big ugly pb with packages defining their own &_, overriding common.pm's &_ - a fix is to set @::textdomains to add a new domain (the default being "libDrakX") but relying on the global "_" is still dangerous! | ||||
* | introduce a new flag: getting_rid_of_readonly_allowed. It is set when the ↵ | Pascal Rigaux | 2002-11-05 | 1 | -2/+8 |
| | | | | | | | | partition table badly handled by diskdrake, but we are still allowed to wipe the partition table and start with something new. | ||||
* | catch error in Done (mainly "reboot needed"), so that fstab can be written | Pascal Rigaux | 2002-09-19 | 1 | -1/+5 |
| | | | | | even if reboot needed (useful when removing partitions mounted by default) | ||||
* | in "Mount point", by default choose the default proposition (asked by dadou ↵ | Pascal Rigaux | 2002-08-28 | 1 | -3/+3 |
| | | | | for smb) | ||||
* | handle "readonly" per hds | Pascal Rigaux | 2002-08-27 | 1 | -9/+20 |
| | |||||
* | limit max size of loopback to 2GB on FAT | Pascal Rigaux | 2002-08-16 | 1 | -1/+2 |
| | |||||
* | rough WebDAV gui | Pascal Rigaux | 2002-08-13 | 1 | -1/+1 |
| |