Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | formatXiB: make it explicit that we don't support float numbers | Pascal Rigaux | 2007-09-21 | 1 | -1/+1 |
| | | | | | (otherwise formatXiB(-0.1) would need to be supported whereas it was broken) | ||||
* | simplify handling negative numbers | Pascal Rigaux | 2007-09-21 | 1 | -3/+5 |
| | |||||
* | make formatXiB() handle negative numbers (for rpmdrake) | Thierry Vignaud | 2007-09-21 | 1 | -3/+3 |
| | |||||
* | (get_parent_uid) introduce it in order to be able to run a process | Thierry Vignaud | 2007-09-13 | 1 | -1/+5 |
| | | | | | with regular user rights (#33522) | ||||
* | (translate_real) simplify | Thierry Vignaud | 2007-08-28 | 1 | -4/+3 |
| | |||||
* | (translate_real) in english 1 is singular whereas 0 is plural (pixel) | Thierry Vignaud | 2007-08-28 | 1 | -1/+3 |
| | |||||
* | (translate_real) fix plural translating for C locale | Thierry Vignaud | 2007-08-28 | 1 | -1/+1 |
| | |||||
* | (translate_real) fix translating plural forms by comparing the gettext | Thierry Vignaud | 2007-08-13 | 1 | -1/+1 |
| | | | | | | | string to both the singular & the plural templates (#32505) (bug spoted by pixel) | ||||
* | (translate_real) always use dngettext() if we have a plural string | Thierry Vignaud | 2007-08-13 | 1 | -1/+1 |
| | |||||
* | - for XFdrake: use update-alternatives command instead doing things by hand | Pascal Rigaux | 2007-08-08 | 1 | -14/+1 |
| | | | | | (this uses --set, new feature of update-alternatives) (#32362) | ||||
* | - fix range max value >2TB when creating a partition (useful for LVs >2TB) | Pascal Rigaux | 2007-08-06 | 1 | -1/+8 |
| | | | | | | nb: >> 11 and << 11 doesn't work on floats which we use to handle >2TB partitions. perl floats are precise enough up until 512TB | ||||
* | (mandrake_release_info) introduce it in order to have full release info (eg: ↵ | Thierry Vignaud | 2007-06-27 | 1 | -1/+5 |
| | | | | for #31223) | ||||
* | - diskdrake | Pascal Rigaux | 2007-06-11 | 1 | -5/+7 |
| | | | | | o fix 1.9TB displayed as 1TB | ||||
* | (to_utf8) tell perl this is now UTF-8 (spotted by #31067 and also seen | Thierry Vignaud | 2007-05-28 | 1 | -1/+3 |
| | | | | | before in rpmdrake) | ||||
* | re-sync after the big svn loss | Pascal Rigaux | 2007-04-25 | 1 | -50/+143 |
| | |||||
* | let packages using common.pm to use Locale::gettext without requiring it | Pascal Rigaux | 2005-12-28 | 1 | -1/+1 |
| | |||||
* | allow common.pm and standalone.pm to be used in drakxtools-backend without ↵ | Pascal Rigaux | 2005-12-18 | 1 | -1/+1 |
| | | | | perl-Locale-gettext | ||||
* | fix dropping sprintf_fixutf8 (i committed the wrong version...) | Pascal Rigaux | 2005-12-15 | 1 | -1/+1 |
| | |||||
* | - i had foolishly removed c::iconv whereas it was used still used by ↵ | Pascal Rigaux | 2005-12-15 | 1 | -0/+9 |
| | | | | | | | | | | c::from_utf8 and c::to_utf8 - anyway, moving c::from_utf8 and c::to_utf8 to common::from_utf8 and common::to_utf8 - making them use Locale::gettext::iconv - Locale::gettext::iconv transform undef into standard charset (1.05-2mdk) - drop c::standard_charset (now unused) | ||||
* | get rid of sprintf_fixutf8 which is no more needed with current perl | Pascal Rigaux | 2005-12-15 | 1 | -10/+3 |
| | | | | | (it has been fixed long ago: before perl 5.8.3 (MDK10.0)) | ||||
* | use Locale::gettext for dgettext, bindtextdomain and bind_textdomain_codeset ↵ | Pascal Rigaux | 2005-12-15 | 1 | -1/+2 |
| | | | | | | | instead of module c (that way we can also use dngettext, and it's more modular) | ||||
* | fix looking for backup-ed release file first | Pascal Rigaux | 2005-09-12 | 1 | -3/+5 |
| | |||||
* | - new functionality: upgrade_by_removing_pkgs, enabled when upgrading redhat ↵ | Pascal Rigaux | 2005-09-02 | 1 | -1/+3 |
| | | | | | | | | | | | and conectiva distributions - add file upgrade-map.conectiva.10 for precise choice of packages - save /etc/xxx-release into /root/drakx/xxx-release.upgrading when starting - release_file(): look for xxx-release.upgrading first - find_root_parts(): better logging about upgrade_by_removing_pkgs, and factorize code - when all packages are installed, remove xxx-release.upgrading and rename pkgs::removed_pkgs_to_upgrade_file() | ||||
* | also look for conectiva-release | Pascal Rigaux | 2005-08-31 | 1 | -1/+1 |
| | |||||
* | move is_xbox from common to detect_devices | Olivier Blin | 2005-08-08 | 1 | -6/+1 |
| | |||||
* | import md5file from net_applet/mdkonline/userdrake | Olivier Blin | 2005-07-18 | 1 | -0/+14 |
| | |||||
* | do not load bloat POSIX | Thierry Vignaud | 2005-06-30 | 1 | -3/+2 |
| | |||||
* | try to cleanup fs.pm | Pascal Rigaux | 2005-06-28 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | (to have simpler dependencies between modules, esp. have some modules only required by diskdrake): - move some functions from fs to fs::mount (most keep their name, except mount_part and mount_usbfs) - move formatMount_part and formatMount_all from fs to fs::format - move some functions from fs to fs::wild_device (part2wild_device_name -> fs::wild_device::from_part) (subpart_from_wild_device_name -> fs::wild_device::to_subpart) (analyze_wild_device_name -> fs::wild_device::analyse) - formatMount_part(), formatMount_all(), fs::mount::part() don't take a prefix anymore the current situation was quite muddy we now rely on fs::get::mntpoint_prefixed() which will maybe depend on a field in $part for now, we mount every part in chroot, it seems to be what's wanted - fs::format::part() now expect $all_hds instead of $raids - fs::type::carryRootLoopback is now fs::get::carry_root_loopback() - in fs::loopback, most functions don't want a prefix anymore | ||||
* | don't need use MDK::Common... when we have "use common" (which is the ↵ | Pascal Rigaux | 2005-06-10 | 1 | -1/+0 |
| | | | | standard for libDrakX modules) | ||||
* | use "our" instead of "use vars" | Pascal Rigaux | 2005-06-03 | 1 | -4/+3 |
| | |||||
* | drop untranslate which is unused and bad practice | Pascal Rigaux | 2005-06-03 | 1 | -8/+1 |
| | |||||
* | update comment | Olivier Blin | 2005-05-27 | 1 | -1/+1 |
| | |||||
* | fix mandrake_release() when called with a prefix | Pascal Rigaux | 2005-04-27 | 1 | -1/+2 |
| | |||||
* | allow using mandrake_release() with a prefix | Pascal Rigaux | 2005-04-27 | 1 | -2/+3 |
| | |||||
* | create common::release_file() and use it | Pascal Rigaux | 2005-04-21 | 1 | -1/+6 |
| | |||||
* | ensure this bloody stupid code doesn't break things when it is unused | Pascal Rigaux | 2005-03-17 | 1 | -3/+3 |
| | |||||
* | (set_l10n_sort) import comments from rpmdrake | Thierry Vignaud | 2005-03-17 | 1 | -0/+4 |
| | |||||
* | (set_l10n_sort) do not bother touch LC_ALL | Thierry Vignaud | 2005-03-17 | 1 | -3/+1 |
| | |||||
* | (set_l10n_sort) stole it from rpmdrake | Thierry Vignaud | 2005-03-17 | 1 | -1/+13 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2005-02-25 | 1 | -0/+1 |
| | |||||
* | cleanup is_xbox() here too | Pascal Rigaux | 2005-02-23 | 1 | -1/+1 |
| | |||||
* | XBox support - XFdrake | Stew Benedict | 2005-02-23 | 1 | -1/+5 |
| | |||||
* | - move some install specific code out of ugtk2.pm into install_gtk.pm | Pascal Rigaux | 2005-01-06 | 1 | -27/+0 |
| | | | | | - move some install specific code out of common.pm into install_any.pm | ||||
* | better english (writing style rather than spoken one) | Thierry Vignaud | 2004-12-13 | 1 | -3/+3 |
| | |||||
* | since we don't use ramdisk but clp, some code is dead | Pascal Rigaux | 2004-11-18 | 1 | -2/+0 |
| | | | | | (remove usingRamdisk(), check_prog(), remove_unused()...) | ||||
* | remove some unneeded ";", add some for normalization (as told by perl_checker) | Pascal Rigaux | 2004-11-18 | 1 | -5/+5 |
| | |||||
* | add __regexp suffix to matching_desc() and matching_driver() | Thierry Vignaud | 2004-08-27 | 1 | -1/+1 |
| | |||||
* | /etc/mandrake-release is now /etc/mandrakelinux-release | Pascal Rigaux | 2004-05-26 | 1 | -1/+1 |
| | |||||
* | better error message on exceptions | Pascal Rigaux | 2004-03-02 | 1 | -0/+1 |
| | |||||
* | add unpack_with_refs() | Pascal Rigaux | 2004-02-10 | 1 | -0/+21 |
| |