summaryrefslogtreecommitdiffstats
path: root/install/ui/test/ipa_tests.js
Commit message (Collapse)AuthorAgeFilesLines
* Change tests to use AMD loaderPetr Vobornik2013-01-181-0/+6
| | | | | | Test were modified accordingly to AMD changes. https://fedorahosted.org/freeipa/ticket/112
* Fix various typos.Yuri Chornoivan2012-09-181-2/+2
| | | | https://fedorahosted.org/freeipa/ticket/3089
* Fixed unit tests after widget refactoringPetr Vobornik2011-12-051-80/+41
| | | | https://fedorahosted.org/freeipa/ticket/2040
* Removed develop.js.Endi S. Dewata2011-11-141-6/+5
| | | | | | | | | | The develop.js is no longer necessary because the code in it has been merged into the main code. An empty extension.js has been added to provide a place for UI customization. Ticket #2099
* Merged widget's metadata and param_info.Endi S. Dewata2011-10-271-10/+10
| | | | | | | The metadata and param_info attributes in widget have been merged because they are redundant. Ticket #1436
* Enable update and reset button only if dirtyPetr Vobornik2011-08-311-0/+32
| | | | | | | | | | | | | | | https://fedorahosted.org/freeipa/ticket/1697 Original problem: WEBUI: Update automount location refer to unknown command Update name of the automount location (Policy -> Automount -> custom_location -> Settings -> Update) in the WEBUI refer to an unknown command. Solution: Tracking dirty state in field -> section -> details facet. 'Reset' and 'Updates' in details facet are enabled only if facet is dirty. Removes the problem above and 'no modification to be performed' annoyance.
* Fixed adding host without DNS reverse zonePetr Vobornik2011-08-051-9/+14
| | | | | | | | | | https://fedorahosted.org/freeipa/ticket/1481 Shows status dialog instead of error dialog (error 4304 is treated like success). Refactored error dialog. Added generic message dialog (IPA.message_dialog) Modified core tests to work with dialog.
* Merged IPA.cmd() into IPA.command().Endi S. Dewata2011-04-131-4/+18
| | | | | | | The IPA.cmd() has been merged into IPA.command(). All invocations and test cases have been converted. Ticket #988
* Fixed memory leak caused by IPA.error_dialog.Endi S. Dewata2011-03-061-4/+2
| | | | Ticket 1054
* I18n update.Endi S. Dewata2011-02-211-5/+5
| | | | | Hard-coded messages through out the code have been replaced by i18n messages obtained from json_metadata and i18n_messages.
* rename static to uiAdam Young2011-01-201-0/+297
Directory rename