<feed xmlns='http://www.w3.org/2005/Atom'>
<title>drakx/perl-install/diskdrake/dav.pm, branch 10.31</title>
<subtitle>Mageia Installer and base platform for many utilities</subtitle>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/'/>
<entry>
<title>re-sync after the big svn loss</title>
<updated>2007-04-25T12:26:16+00:00</updated>
<author>
<name>Pascal Rigaux</name>
<email>pixel@mandriva.com</email>
</author>
<published>2007-04-25T12:26:16+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=126777bc019a54afb4ec51299f2cf9d2841698aa'/>
<id>126777bc019a54afb4ec51299f2cf9d2841698aa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>many functions in fsedit don't modify anything, they are simply accessors.</title>
<updated>2004-08-03T05:41:59+00:00</updated>
<author>
<name>Pascal Rigaux</name>
<email>pixel@mandriva.com</email>
</author>
<published>2004-08-03T05:41:59+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=f8d30c05a05c1c01b3f8a758c54f4af07d7b114e'/>
<id>f8d30c05a05c1c01b3f8a758c54f4af07d7b114e</id>
<content type='text'>
create fs::get and move them into it

- device2part(), up_mount_point() moved from fs to fs::get
- part2hd(), file2part(), has_mntpoint(), mntpoint2part(), empty_all_hds() moved from fsedit to fs::get
- fsedit::get_root() -&gt; fs::get::root()
- fsedit::get_root_() -&gt; fs::get::root_()

- fsedit::get_really_all_fstab() -&gt; fs::get::really_all_fstab()
- fsedit::get_all_fstab_and_holes() -&gt; fs::get::fstab_and_holes()
- fsedit::get_all_fstab() -&gt; fs::get::fstab()
- fsedit::get_all_holes() -&gt; fs::get::holes()
- fsedit::all_free_space -&gt; fs::get::free_space()
- fsedit::get_really_all_fstab() -&gt; fs::get::really_all_fstab()

- fsedit::get_fstab_and_holes() -&gt; fs::get::hds_fstab_and_holes()
- fsedit::get_holes() -&gt; fs::get::hds_holes()
- fsedit::get_fstab() -&gt; fs::get::hds_fstab()
- fsedit::free_space() -&gt; fs::get::hds_free_space()

- fsedit::get_visible_fstab() unused, removed

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
create fs::get and move them into it

- device2part(), up_mount_point() moved from fs to fs::get
- part2hd(), file2part(), has_mntpoint(), mntpoint2part(), empty_all_hds() moved from fsedit to fs::get
- fsedit::get_root() -&gt; fs::get::root()
- fsedit::get_root_() -&gt; fs::get::root_()

- fsedit::get_really_all_fstab() -&gt; fs::get::really_all_fstab()
- fsedit::get_all_fstab_and_holes() -&gt; fs::get::fstab_and_holes()
- fsedit::get_all_fstab() -&gt; fs::get::fstab()
- fsedit::get_all_holes() -&gt; fs::get::holes()
- fsedit::all_free_space -&gt; fs::get::free_space()
- fsedit::get_really_all_fstab() -&gt; fs::get::really_all_fstab()

- fsedit::get_fstab_and_holes() -&gt; fs::get::hds_fstab_and_holes()
- fsedit::get_holes() -&gt; fs::get::hds_holes()
- fsedit::get_fstab() -&gt; fs::get::hds_fstab()
- fsedit::free_space() -&gt; fs::get::hds_free_space()

- fsedit::get_visible_fstab() unused, removed

</pre>
</div>
</content>
</entry>
<entry>
<title>introduce -&gt;ensure_binary_is_installed and use it</title>
<updated>2004-08-02T06:52:22+00:00</updated>
<author>
<name>Pascal Rigaux</name>
<email>pixel@mandriva.com</email>
</author>
<published>2004-08-02T06:52:22+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=db02946e5f58e282d5056a57d50208022f2fc796'/>
<id>db02946e5f58e282d5056a57d50208022f2fc796</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- add field {fs_type} partially replacing {pt_type}</title>
<updated>2004-07-27T10:31:34+00:00</updated>
<author>
<name>Pascal Rigaux</name>
<email>pixel@mandriva.com</email>
</author>
<published>2004-07-27T10:31:34+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=0306ad0100b9d40606d723706f909438a27dfac1'/>
<id>0306ad0100b9d40606d723706f909438a27dfac1</id>
<content type='text'>
  {pt_type} is always a number, {fs_type} is always a string
- introduce set_isFormatted()
  (to ensure {notFormatted} but also {fs_type_from_magic} and {bad_fs_type_magic} are updated)
- don't use 0x483 for ext3 anymore (same for reiserfs...),
  the type_name gives both a pt_type and a fs_type

- many accessors from partition_table removed (type2fs(), fs2pt_type())
- remove isThisFs() (not useful anymore since we can use directly {fs_type})
- remove isFat() (inline the function)
- other isXXX() from partition_table are moved to fs::type
- part2name() is now fs::type::part2type_name
- name2pt_type() is now fs::type::type_name2subpart()
- partition_table::important_types() is now fs::type::type_names()
- fsedit::typeOfPart() is now fs::type::fs_type_from_magic()

- no need to truncate type_name since they are shorter

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  {pt_type} is always a number, {fs_type} is always a string
- introduce set_isFormatted()
  (to ensure {notFormatted} but also {fs_type_from_magic} and {bad_fs_type_magic} are updated)
- don't use 0x483 for ext3 anymore (same for reiserfs...),
  the type_name gives both a pt_type and a fs_type

- many accessors from partition_table removed (type2fs(), fs2pt_type())
- remove isThisFs() (not useful anymore since we can use directly {fs_type})
- remove isFat() (inline the function)
- other isXXX() from partition_table are moved to fs::type
- part2name() is now fs::type::part2type_name
- name2pt_type() is now fs::type::type_name2subpart()
- partition_table::important_types() is now fs::type::type_names()
- fsedit::typeOfPart() is now fs::type::fs_type_from_magic()

- no need to truncate type_name since they are shorter

</pre>
</div>
</content>
</entry>
<entry>
<title>big renaming of field {type} to {pt_type},</title>
<updated>2004-07-05T07:47:36+00:00</updated>
<author>
<name>Pascal Rigaux</name>
<email>pixel@mandriva.com</email>
</author>
<published>2004-07-05T07:47:36+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=0a23f36bd52f14f68cc394c37ef7a9af0c406caa'/>
<id>0a23f36bd52f14f68cc394c37ef7a9af0c406caa</id>
<content type='text'>
this will allow defining {fs_type} which will always be a string
whereas {pt_type} will always be a number

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this will allow defining {fs_type} which will always be a string
whereas {pt_type} will always be a number

</pre>
</div>
</content>
</entry>
<entry>
<title>remove "Quit" icon</title>
<updated>2004-02-05T14:21:00+00:00</updated>
<author>
<name>Pascal Rigaux</name>
<email>pixel@mandriva.com</email>
</author>
<published>2004-02-05T14:21:00+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=4b1d0cfd48a6907b5ad1ad26fda675d11240f045'/>
<id>4b1d0cfd48a6907b5ad1ad26fda675d11240f045</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>focus_first on the webdav server field</title>
<updated>2003-08-26T10:50:29+00:00</updated>
<author>
<name>Pascal Rigaux</name>
<email>pixel@mandriva.com</email>
</author>
<published>2003-08-26T10:50:29+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=a986e79cac3c6d459f0b1c5738d4178443426848'/>
<id>a986e79cac3c6d459f0b1c5738d4178443426848</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove unused variables or rename them with an underscore (eg: $o becomes $_o)</title>
<updated>2002-12-04T21:22:16+00:00</updated>
<author>
<name>Pascal Rigaux</name>
<email>pixel@mandriva.com</email>
</author>
<published>2002-12-04T21:22:16+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=868f8ef6acc35e7f402f082fb8398c22bbd012b5'/>
<id>868f8ef6acc35e7f402f082fb8398c22bbd012b5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- replace ... =~ 'foo'  with  ... =~ /foo/</title>
<updated>2002-11-11T22:20:22+00:00</updated>
<author>
<name>Pascal Rigaux</name>
<email>pixel@mandriva.com</email>
</author>
<published>2002-11-11T22:20:22+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=22ad938758373ec4e2f8490d62f2cdc237d50d7c'/>
<id>22ad938758373ec4e2f8490d62f2cdc237d50d7c</id>
<content type='text'>
- remove unneeded parentheses for things like ... if (...)

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- remove unneeded parentheses for things like ... if (...)

</pre>
</div>
</content>
</entry>
<entry>
<title>replace "_" with "N" and "__" with "N_"</title>
<updated>2002-11-06T13:20:21+00:00</updated>
<author>
<name>Pascal Rigaux</name>
<email>pixel@mandriva.com</email>
</author>
<published>2002-11-06T13:20:21+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=9091151d546e5d749b47e2efce3ff651784fcc8c'/>
<id>9091151d546e5d749b47e2efce3ff651784fcc8c</id>
<content type='text'>
rationale:

- currently, we use _("xxx") as a shorthand for gettext("xxx"). It
also used to call xgettext with --keyword=_

- alas, function &amp;_ 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 &amp;_,
overriding common.pm's &amp;_

- a fix is to set @::textdomains to add a new domain (the default
being "libDrakX")

but relying on the global "_" is still dangerous!

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
rationale:

- currently, we use _("xxx") as a shorthand for gettext("xxx"). It
also used to call xgettext with --keyword=_

- alas, function &amp;_ 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 &amp;_,
overriding common.pm's &amp;_

- a fix is to set @::textdomains to add a new domain (the default
being "libDrakX")

but relying on the global "_" is still dangerous!

</pre>
</div>
</content>
</entry>
</feed>
