<feed xmlns='http://www.w3.org/2005/Atom'>
<title>drakx/perl-install/security/help.pm, branch 15.2</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>- perl -pi -e 's!"Activate ethernet cards promiscuity check."!"Activate Ethernet cards promiscuity check."!'</title>
<updated>2011-04-04T21:29:23+00:00</updated>
<author>
<name>Ahmad Samir</name>
<email>ahmad@mageia.org</email>
</author>
<published>2011-04-04T21:29:23+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=a3deaaf2a329ae8bbdb82e92323e4680fa2da232'/>
<id>a3deaaf2a329ae8bbdb82e92323e4680fa2da232</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>improve explanations (#6969): do not shout, add quotes</title>
<updated>2007-07-30T14:11:47+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tv@mandriva.org</email>
</author>
<published>2007-07-30T14:11:47+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=5e58662fe53a817a0b7bb353bee2ca4dc8a68b89'/>
<id>5e58662fe53a817a0b7bb353bee2ca4dc8a68b89</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>improve explanations (#6969): explain umask</title>
<updated>2007-07-30T14:10:45+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tv@mandriva.org</email>
</author>
<published>2007-07-30T14:10:45+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=c3d3e067b685ddc6f8c00a359afdfeba9aaf595d'/>
<id>c3d3e067b685ddc6f8c00a359afdfeba9aaf595d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>improve explanations (#6969): prevent introducing confusion into explanations</title>
<updated>2007-07-30T14:09:52+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tv@mandriva.org</email>
</author>
<published>2007-07-30T14:09:52+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=8f241be62aedb00832b7351e3864cbdc82f0053c'/>
<id>8f241be62aedb00832b7351e3864cbdc82f0053c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>add translator hints; real fix will be in mdk10.2:</title>
<updated>2004-09-20T10:22:40+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tvignaud@mandriva.org</email>
</author>
<published>2004-09-20T10:22:40+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=04a8071501d416553c7ad9812dbe6a0f97f5eae9'/>
<id>04a8071501d416553c7ad9812dbe6a0f97f5eae9</id>
<content type='text'>
s!N("(.*?) \"(ALL)\" (.*?)"!N("\1 %s \3", N("\2"))! and the like

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
s!N("(.*?) \"(ALL)\" (.*?)"!N("\1 %s \3", N("\2"))! and the like

</pre>
</div>
</content>
</entry>
<entry>
<title>- fix label of entry in help</title>
<updated>2004-09-13T02:45:15+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tvignaud@mandriva.org</email>
</author>
<published>2004-09-13T02:45:15+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=1073142d55bde42bc1f382675c3c597c554fc858'/>
<id>1073142d55bde42bc1f382675c3c597c554fc858</id>
<content type='text'>
- move help from tooltips into separate page (#9894)

rationale:

- there's already a "help" button that do the same thing as mcc one

- Gtk+ only support tooltips on widgets that have their own X window (which new
  GkComboBox widget has not)

- tooltips are usefull on first run but then are just annoying

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- move help from tooltips into separate page (#9894)

rationale:

- there's already a "help" button that do the same thing as mcc one

- Gtk+ only support tooltips on widgets that have their own X window (which new
  GkComboBox widget has not)

- tooltips are usefull on first run but then are just annoying

</pre>
</div>
</content>
</entry>
<entry>
<title>typo fixes</title>
<updated>2004-08-19T09:51:50+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tvignaud@mandriva.org</email>
</author>
<published>2004-08-19T09:51:50+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=6b2fffca094915ce361e5c6bdb98db28afc1779c'/>
<id>6b2fffca094915ce361e5c6bdb98db28afc1779c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>sync with msec-0.44</title>
<updated>2004-07-30T07:33:20+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tvignaud@mandriva.org</email>
</author>
<published>2004-07-30T07:33:20+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=650f4754a9b251b91fe044af970b5944d69482e7'/>
<id>650f4754a9b251b91fe044af970b5944d69482e7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add help for newly introduced MAIL_EMPTY_CONTENT item</title>
<updated>2004-01-29T16:20:14+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tvignaud@mandriva.org</email>
</author>
<published>2004-01-29T16:20:14+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=726b8b31a13f5565cd946d6cd0cef7e92984ed18'/>
<id>726b8b31a13f5565cd946d6cd0cef7e92984ed18</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
