summaryrefslogtreecommitdiffstats
path: root/install/ui
Commit message (Collapse)AuthorAgeFilesLines
* Added RBAC test cases.Endi S. Dewata2011-03-2215-0/+831
|
* Added Kerberos ticket policy test cases.Endi S. Dewata2011-03-222-0/+80
|
* Added password policy test cases.Endi S. Dewata2011-03-214-0/+202
|
* Added sudo rule allow command test cases.Endi S. Dewata2011-03-212-0/+90
|
* Added sudo command membership test cases.Endi S. Dewata2011-03-214-2/+90
|
* Added sudo command group test cases.Endi S. Dewata2011-03-218-2/+355
|
* Added sudo command test cases.Endi S. Dewata2011-03-215-0/+265
|
* Added sudo rule test cases.Endi S. Dewata2011-03-219-0/+612
|
* Added test cases for HBAC rule service and source host.Endi S. Dewata2011-03-213-0/+178
|
* Added HBAC service group test cases.Endi S. Dewata2011-03-219-2/+398
|
* Renamed test suite files.Endi S. Dewata2011-03-217-0/+0
|
* Added HBAC service test cases.Endi S. Dewata2011-03-215-0/+265
|
* Added HBAC rule test cases.Endi S. Dewata2011-03-218-0/+520
|
* Added service test cases.Endi S. Dewata2011-03-216-0/+328
|
* Added netgroup test cases.Endi S. Dewata2011-03-218-2/+469
|
* Added host group test cases.Endi S. Dewata2011-03-2111-1/+428
|
* Invoke open at the beginning of each test case.Endi S. Dewata2011-03-2122-142/+225
|
* Added host test cases.Endi S. Dewata2011-03-216-0/+306
|
* Renamed group test file.Endi S. Dewata2011-03-212-1/+1
|
* Fixed test robustness.Endi S. Dewata2011-03-217-12/+10
|
* Renamed test file names.Endi S. Dewata2011-03-2111-9/+9
|
* Fixed group member test cases.Endi S. Dewata2011-03-212-6/+9
|
* Added group member user test cases.Endi S. Dewata2011-03-2110-6/+266
|
* Added edit group test case.Endi S. Dewata2011-03-212-0/+77
|
* Added group test cases.Endi S. Dewata2011-03-2110-6/+137
|
* Fixed Password Reset test case.Endi S. Dewata2011-03-212-6/+4
|
* Initial Selenium test cases.Endi S. Dewata2011-03-217-0/+340
|
* Fixed undefined label in permission adder dialog box.Endi S. Dewata2011-03-211-0/+3
| | | | | | | The IPA.rights_widget was fixed to invoke the base init() method to load the i18n labels properly. Ticket 1113
* pwpolicy priorityAdam Young2011-03-181-2/+3
| | | | | | Priority is now a required field in order to add a new password policy. Thus, not having the field present means we cannot create one. https://fedorahosted.org/freeipa/ticket/1102
* Fixed self service page.Endi S. Dewata2011-03-083-8/+31
| | | | | Collaborated with ayoung to fix this problem: https://fedorahosted.org/freeipa/ticket/1070
* Fixed memory leak caused by certificate dialogs.Endi S. Dewata2011-03-072-252/+204
| | | | Ticket 1054
* Fixed memory leak caused by IPA.error_dialog.Endi S. Dewata2011-03-062-27/+29
| | | | Ticket 1054
* Fixed memory leak caused by DNS record deleter dialog.Endi S. Dewata2011-03-041-56/+74
| | | | Ticket 1054
* Fixed memory leak caused by DNS record adder dialog.Endi S. Dewata2011-03-041-48/+62
| | | | Ticket 1054
* Fixed memory leak caused by reset password dialog.Endi S. Dewata2011-03-041-42/+75
| | | | Ticket 1054
* Fixed memory leak caused by is_dirty dialogs.Endi S. Dewata2011-03-042-27/+26
| | | | Ticket 1054
* Fixed memory leak caused by IPA.dialog.Endi S. Dewata2011-03-041-6/+8
| | | | Ticket 1054
* Fixed host enrollment timeEndi S. Dewata2011-03-041-6/+6
| | | | | | | | The month in krblastpwdchange (LDAP Generalized Time) is 1-based but the month in JavaScript Date.setUTCFullYear() is 0-based so it needs a conversion. Ticket 1053
* type in default textAdam Young2011-03-031-1/+1
|
* fix truncated messageAdam Young2011-03-031-2/+7
|
* Use modified entity find commands for associationsAdam Young2011-03-023-35/+28
| | | | | | https://fedorahosted.org/freeipa/ticket/1011 Does not completely fix the problem in the ticket, but it does mitigate the failure.
* Save changes before modifying association.Endi S. Dewata2011-03-024-7/+45
| | | | | | | | | | | In a details page, usually any changes done to the fields will not be applied until the user clicks the Update button. However, if the page contains an association table, any addition/deletion to the table will be applied immediately. To avoid any confusion, the user is now required to save or reset all changes to the page before modifying the association. A dialog box will appear if the page contains any unsaved changes.
* Fixed attribute for SUDO command group membership.Endi S. Dewata2011-03-021-5/+2
| | | | | The correct attribute name for SUDO command group membership is memberof_sudocmdgroup and it contains the group name instead of dn.
* Replaced SUDO with Sudo in UI test data.Endi S. Dewata2011-03-0110-22/+22
| | | | Ticket 1005
* Removed association facets based on memberofindirect.Endi S. Dewata2011-03-011-0/+1
| | | | | | | Association facets based on memberofindirect attribute have been removed because the attribute is non-assignable. Ticket 1027
* splitting banner requires new file in Makefile.amAdam Young2011-02-231-0/+1
|
* Fixed buttons for DNS records.Endi S. Dewata2011-02-231-6/+6
| | | | | The order of the Add and Delete buttons has been reversed to be consistent with those in other facets.
* split logo This allows for more flexilibity in customizing the site, as an ↵Adam Young2011-02-223-1/+1
| | | | end user can replace the logo, the banner or both
* Space above line in table footerAdam Young2011-02-221-0/+1
|
* move expand and collpase all to the right hand sideAdam Young2011-02-222-1/+8
|