summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data
Commit message (Collapse)AuthorAgeFilesLines
* Fixed association facets.Endi S. Dewata2011-02-151-16/+5
| | | | | | | | The association config has been removed because it incorrectly assumes there is only one association between two entities. Now each association is defined separately using association facets. The service.py has been modified to specify the correct relationships. The API.txt has been updated. https://fedorahosted.org/freeipa/ticket/960
* Restructuring details page.Endi S. Dewata2011-02-071-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously the IPA.details_list_section can only be used with widgets that generates <dd> tag because it uses the following structure: <dl> <dt>Telephone Number:</dt> <span name="teleponenumber"> <dd>111-1111</dd> <dd>222-2222</dd> </span> </dl> The <dd> tag was previously used to handle multi-valued attributes. Since multi-valued attributes are now handled by the recently added IPA.multivalued_text_widget, the structure can be changed as follows: <dl> <dt>Telephone Number:</dt> <dd> <span name="telephonenumber"> <div>111-1111</div> <div>222-2222</div> </span> </dd> </dl> This allows IPA.details_list_section to be used with any widgets without requiring the <dd> tag.
* core widget unit tests baseline set of unit tests for checking that each ↵Adam Young2011-02-023-6557/+6538
| | | | widget conforms to the contract
* Fixed permission reset and is_dirty.Endi S. Dewata2011-01-296-841/+200
| | | | | | The reset and is_dirty functionality for permission has been fixed. New widgets have been created for select and a collection of checkboxes. New test data files have been added for each target type.
* Fixed delegation UI issuesEndi S. Dewata2011-01-281-2/+4
| | | | | | | | | | | | | | | | | | This patch fixes several issues in delegation UI: When adding a new delegation, only the first attribute selected was saved. Now all attributes will be saved properly. When loading the details page, the custom widgets did not store the original values properly so is_dirty() did not work correctly. Now this has been fixed except for the memberof attribute because of these issues: - https://fedorahosted.org/freeipa/ticket/869 - https://fedorahosted.org/freeipa/ticket/870 When saving the details page, the attrs were saved as an array which was rejected by the server. Now it is stored as comma- separated list.
* dirtyAdam Young2011-01-271-1/+2
| | | | | If a page is dirty, do not allow additional navigation until changes are saved or committed https://fedorahosted.org/freeipa/ticket/726
* adding label for RBACAdam Young2011-01-271-18/+37
|
* Tab I18NAdam Young2011-01-261-405/+74
| | | | | | | Makes the values for the Top level tabs internationizable, and no longer just passes through their names Also uses the I18N values for SUDO and HBAC as the static text in the Action p[anel title
* Removed 'name' from 'Sudo Command Group name'.Endi S. Dewata2011-01-242-4/+4
|
* Added scrollable panel for delete dialog box.Endi S. Dewata2011-01-243-3/+3
|
* rename static to uiAdam Young2011-01-20133-0/+19518
Directory rename