summaryrefslogtreecommitdiffstats
path: root/install/ui/webui.js
Commit message (Collapse)AuthorAgeFilesLines
* Fixed self service page.Endi S. Dewata2011-03-081-4/+15
| | | | | Collaborated with ayoung to fix this problem: https://fedorahosted.org/freeipa/ticket/1070
* Remove WebUI identifiers from global namespaceMartin Kosek2011-02-181-3/+3
| | | | | | | | | | | Many WebUI identifiers were defined in a global namespace. This is not a good programming practice and may result in name clashes, for example with other libraries. This patch moves these variables to IPA namespace or its sub-namespaces, when meaningful. https://fedorahosted.org/freeipa/ticket/212
* jsl warningsAdam Young2011-01-281-2/+2
|
* dirtyAdam Young2011-01-271-10/+6
| | | | | 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-1/+2
|
* declarative defintionsAdam Young2011-01-271-4/+1
| | | | | | | | | | | | | | Delay the creation of entities until after ipa init is called made the user and group entity definitions declarative removed unused facet from groups adjusted unit tests made review changes: factories are now in an associative array entity init called right after factory init dialogs in entity init fixed type on search
* dns visible if enabledAdam Young2011-01-261-3/+10
| | | | | | use the result of the is_dns_enabled command to show or hid the dns tab Also, Javascript lint cleanup from recent patches.
* Tab I18NAdam Young2011-01-261-39/+41
| | | | | | | 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
* rename static to uiAdam Young2011-01-201-0/+172
Directory rename