summaryrefslogtreecommitdiffstats
path: root/install/ui/test/all_tests.html
Commit message (Collapse)AuthorAgeFilesLines
* webui: patternFly dialogPetr Vobornik2014-06-101-0/+1
| | | | Reviewed-By: Endi Sukma Dewata <edewata@redhat.com>
* webui-tests: binding test suitePetr Vobornik2014-04-031-2/+4
| | | | | | Add basic tests for two-way binding between a field and two widgets Reviewed-By: Adam Misnyovszki <amisnyov@redhat.com>
* webui: fix unit testsPetr Vobornik2014-03-201-2/+0
| | | | | | | | UI unit tests were broken since main RCUE work. This patch fixes them all except aci, which will be fixed along with update of aci UI. Reviewed-By: Adam Misnyovszki <amisnyov@redhat.com> Reviewed-By: Petr Viktorin <pviktori@redhat.com>
* Spec modification by diff objectPetr Vobornik2013-05-061-2/+4
| | | | https://fedorahosted.org/freeipa/ticket/3235
* Change tests to use AMD loaderPetr Vobornik2013-01-181-29/+34
| | | | | | Test were modified accordingly to AMD changes. https://fedorahosted.org/freeipa/ticket/112
* Fix integer validation when boundary value is empty stringPetr Vobornik2012-09-191-0/+1
| | | | | | There was an error in number validation check. If boundary value was an empty string, validation of a number always failed. This patch fixes the problem by not performing the check in these cases. https://fedorahosted.org/freeipa/ticket/3066
* Parsing of IPv4 and IPv6 addressesPetr Vobornik2011-12-211-1/+3
| | | | | | | | | Added support of parsing and validation of IPv4 and IPv6 addresses. Class IP.address can also create reverse address from any valid IPv4 or IPv6 address. This functionality is needed for tickets: https://fedorahosted.org/freeipa/ticket/1466 https://fedorahosted.org/freeipa/ticket/1975
* Fixed unit tests after widget refactoringPetr Vobornik2011-12-051-0/+1
| | | | https://fedorahosted.org/freeipa/ticket/2040
* Moved facet code into facet.js.Endi S. Dewata2011-11-041-0/+1
| | | | | Facet-related code has been moved from entity.js into a new facet.js because the file is getting too big.
* Renamed associate.js to association.js.Endi S. Dewata2011-06-161-1/+1
|
* jQuery ordered map.Endi S. Dewata2011-05-201-0/+2
| | | | | | | | | The ordered map is a jQuery extension for creating a collection which can be accessed both as an ordered list and as a map. This collection can be used to store various objects including entities, fields, columns, and dialogs. A test suite for this class has been added as well. Ticket #1232
* widget unit testsAdam Young2011-01-311-0/+1
| | | | unit test for basic functionality, text, and checkbox widgets
* Add permission dialog adjustments.Endi S. Dewata2011-01-291-0/+1
| | | | | | | | | | | | The IPA.dialog has been modified to support sections. The add dialog for permission has been modified to include the target section. The base dialog classes have been moved from widget.js into a new file called dialog.js. This patch also includes ayoung's fix for parameter name and format for the permission attributes. https://fedorahosted.org/freeipa/ticket/791
* rename static to uiAdam Young2011-01-201-0/+36
Directory rename