summaryrefslogtreecommitdiffstats
path: root/install/ui/test/ipa_tests.js
Commit message (Collapse)AuthorAgeFilesLines
* 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