<feed xmlns='http://www.w3.org/2005/Atom'>
<title>freeipa.git/install, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/freeipa.git/'/>
<entry>
<title>Be more clear about selfsign option</title>
<updated>2011-10-04T09:00:42+00:00</updated>
<author>
<name>Martin Kosek</name>
<email>mkosek@redhat.com</email>
</author>
<published>2011-10-03T10:30:34+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/freeipa.git/commit/?id=28603e0c3ac20390a860347afb7a6ed976166e03'/>
<id>28603e0c3ac20390a860347afb7a6ed976166e03</id>
<content type='text'>
Installing IPA server --selfsign option is currently a one-way ticket
to server with limited certificate capabilities. Make sure that user
really want to install it by implementing the following steps:

- moving the option to the bottom of certificate options section
- adding a warning to ipa-server-install man page
- adding a warning to ipa-server-install help
- adding a warning to ipa-server-install configuration summary
  when one runs ipa-server-install

https://fedorahosted.org/freeipa/ticket/1908
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Installing IPA server --selfsign option is currently a one-way ticket
to server with limited certificate capabilities. Make sure that user
really want to install it by implementing the following steps:

- moving the option to the bottom of certificate options section
- adding a warning to ipa-server-install man page
- adding a warning to ipa-server-install help
- adding a warning to ipa-server-install configuration summary
  when one runs ipa-server-install

https://fedorahosted.org/freeipa/ticket/1908
</pre>
</div>
</content>
</entry>
<entry>
<title>Disable sudo options Delete button if nothing selected.</title>
<updated>2011-10-03T13:15:45+00:00</updated>
<author>
<name>Endi S. Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2011-09-30T21:52:41+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/freeipa.git/commit/?id=4db088d7f484c9446c27df32837a033721cb1dcb'/>
<id>4db088d7f484c9446c27df32837a033721cb1dcb</id>
<content type='text'>
The Delete button for sudo options in sudo rule details page now
will only work if there is at least one row selected.

Ticket #1896
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The Delete button for sudo options in sudo rule details page now
will only work if there is at least one row selected.

Ticket #1896
</pre>
</div>
</content>
</entry>
<entry>
<title>I18n clean-up.</title>
<updated>2011-10-03T13:13:38+00:00</updated>
<author>
<name>Endi S. Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2011-09-30T16:49:00+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/freeipa.git/commit/?id=62817a4f7215b37130cd3b29c78581744bb033fd'/>
<id>62817a4f7215b37130cd3b29c78581744bb033fd</id>
<content type='text'>
The hard-coded 'undo' and 'undo all' labels have been moved into
internal.py to allow translation.

Ticket #1897
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The hard-coded 'undo' and 'undo all' labels have been moved into
internal.py to allow translation.

Ticket #1897
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed missing default shell field.</title>
<updated>2011-09-30T17:58:54+00:00</updated>
<author>
<name>Endi S. Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2011-09-30T14:32:42+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/freeipa.git/commit/?id=5d0fc849f4c7975be083d632a345081fd587ac75'/>
<id>5d0fc849f4c7975be083d632a345081fd587ac75</id>
<content type='text'>
The config default page has been fixed to provide a field for the
ipadefaultloginshell attribute.

Ticket #1895
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The config default page has been fixed to provide a field for the
ipadefaultloginshell attribute.

Ticket #1895
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed: Some widgets do not have space for validation error message</title>
<updated>2011-09-29T16:57:37+00:00</updated>
<author>
<name>Petr Vobornik</name>
<email>pvoborni@redhat.com</email>
</author>
<published>2011-09-14T11:01:25+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/freeipa.git/commit/?id=dabc6cd578b20ce4950d1e4052c0a814b8697ca9'/>
<id>dabc6cd578b20ce4950d1e4052c0a814b8697ca9</id>
<content type='text'>
https://fedorahosted.org/freeipa/ticket/1454

The following widgets should call create_error_link() to create a space to show validation error messages:

  IPA.checkbox_widget
  IPA.checkboxes_widget
  IPA.radio_widget
  IPA.select_widget
  IPA.table_widget
  IPA.attributes_widget
  IPA.rights_widget
  IPA.target_section (it's a widget)

Solution:
 * added call to checkbox, checkboxes, radio, select, table, attributes widget
 * rights_widget inherits it from checkboxes_widget.
 * target_section IS NOT a widget as it doesn't inherit from widget. It's still a section, which shows different widgets based on its state.
 * table_widget displays error_link between pagination and summary.

Additional:
 * added padding and unified font-weight for error message
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/freeipa/ticket/1454

The following widgets should call create_error_link() to create a space to show validation error messages:

  IPA.checkbox_widget
  IPA.checkboxes_widget
  IPA.radio_widget
  IPA.select_widget
  IPA.table_widget
  IPA.attributes_widget
  IPA.rights_widget
  IPA.target_section (it's a widget)

Solution:
 * added call to checkbox, checkboxes, radio, select, table, attributes widget
 * rights_widget inherits it from checkboxes_widget.
 * target_section IS NOT a widget as it doesn't inherit from widget. It's still a section, which shows different widgets based on its state.
 * table_widget displays error_link between pagination and summary.

Additional:
 * added padding and unified font-weight for error message
</pre>
</div>
</content>
</entry>
<entry>
<title>Disable enroll button if nothing selected.</title>
<updated>2011-09-29T16:57:19+00:00</updated>
<author>
<name>Endi S. Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2011-09-28T20:56:25+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/freeipa.git/commit/?id=f99ab781ea33f0d7ca6df26090cd99f9315454ac'/>
<id>f99ab781ea33f0d7ca6df26090cd99f9315454ac</id>
<content type='text'>
A new IPA.dialog_button class has been added to encapsulate the
buttons in the dialog box so they can be managed more easily.

The adder dialog has been modified to disable the enroll button if
there is no entries selected.

Ticket #1856
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A new IPA.dialog_button class has been added to encapsulate the
buttons in the dialog box so they can be managed more easily.

The adder dialog has been modified to disable the enroll button if
there is no entries selected.

Ticket #1856
</pre>
</div>
</content>
</entry>
<entry>
<title>Use editable combobox for service type.</title>
<updated>2011-09-29T16:57:05+00:00</updated>
<author>
<name>Endi S. Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2011-09-16T17:02:12+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/freeipa.git/commit/?id=ecb58275e30f215143c57bdf96094103c8fda7ba'/>
<id>ecb58275e30f215143c57bdf96094103c8fda7ba</id>
<content type='text'>
The service type field in the service adder dialog has been modified
to use an editable combobox.

Ticket #1633.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The service type field in the service adder dialog has been modified
to use an editable combobox.

Ticket #1633.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed tab and dialog widths.</title>
<updated>2011-09-29T16:56:54+00:00</updated>
<author>
<name>Endi S. Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2011-09-27T21:19:51+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/freeipa.git/commit/?id=5eba2ffddd981d200168d7751a92ac7c83ff1422'/>
<id>5eba2ffddd981d200168d7751a92ac7c83ff1422</id>
<content type='text'>
The width of the 1st level tab has been modified to expand according
to the size of the tab label.

The width of the adder dialogs have been increased to allow longer
button labels.

Ticket #1825
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The width of the 1st level tab has been modified to expand according
to the size of the tab label.

The width of the adder dialogs have been increased to allow longer
button labels.

Ticket #1825
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated color scheme.</title>
<updated>2011-09-28T14:07:07+00:00</updated>
<author>
<name>Endi S. Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2011-09-28T02:56:09+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/freeipa.git/commit/?id=54dc9670f83c3599a826ddbf2fd2fb1eafa17c69'/>
<id>54dc9670f83c3599a826ddbf2fd2fb1eafa17c69</id>
<content type='text'>
The UI background has been replaced with new images from UXD.

Ticket #1842
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The UI background has been replaced with new images from UXD.

Ticket #1842
</pre>
</div>
</content>
</entry>
<entry>
<title>Detect CA installation type in ipa-replica-prepare and ipa-ca-install.</title>
<updated>2011-09-27T15:50:46+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2011-09-27T15:44:20+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/jhrozek/public_git/freeipa.git/commit/?id=a41457ec3a905a68af60c1b359c25679c3c5a7b7'/>
<id>a41457ec3a905a68af60c1b359c25679c3c5a7b7</id>
<content type='text'>
ipa-ca-install can only add a dogtag CA to an IPA install.

ipa-replica-prepare can only be run on the initial master with a
selfsign backend.

https://fedorahosted.org/freeipa/ticket/1756
https://fedorahosted.org/freeipa/ticket/1757
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ipa-ca-install can only add a dogtag CA to an IPA install.

ipa-replica-prepare can only be run on the initial master with a
selfsign backend.

https://fedorahosted.org/freeipa/ticket/1756
https://fedorahosted.org/freeipa/ticket/1757
</pre>
</div>
</content>
</entry>
</feed>
