summaryrefslogtreecommitdiffstats
path: root/install/ui/entity.js
Commit message (Collapse)AuthorAgeFilesLines
...
* I18n update.Endi S. Dewata2011-02-211-9/+9
| | | | | Hard-coded messages through out the code have been replaced by i18n messages obtained from json_metadata and i18n_messages.
* Remove WebUI identifiers from global namespaceMartin Kosek2011-02-181-4/+1
| | | | | | | | | | | 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
* Fixed association facets.Endi S. Dewata2011-02-151-83/+10
| | | | | | | | The association config has been removed because it incorrectly assumes there is only one association between two entities. Now each association is defined separately using association facets. The service.py has been modified to specify the correct relationships. The API.txt has been updated. https://fedorahosted.org/freeipa/ticket/960
* Moved add dialog into search facet.Endi S. Dewata2011-02-091-2/+21
| | | | | Previously the add dialog is added into entity. The dialog is only used by the search facet, so it's now moved into the search facet.
* aci association fixesAdam Young2011-01-311-1/+8
| | | | | declarative priv definition fixes role_add_privilege and privilege_add_permisison
* association fixesAdam Young2011-01-311-8/+27
| | | | | PLaces custom association facets into the proper facet groups usesthe associators if they are specifiedfor an association
* unmatched aciattrsAdam Young2011-01-281-1/+1
| | | | instead of reporting an error on unmatched aciattrs, append them to the table.
* services listAdam Young2011-01-281-0/+4
| | | | | | | | Declaritive Service definition Fixed a problem with multiple calls to create breaking the link between the select box and the text box swapped the select and the text https://fedorahosted.org/freeipa/ticket/442
* jsl warningsAdam Young2011-01-281-1/+1
|
* dirtyAdam Young2011-01-271-2/+6
| | | | | If a page is dirty, do not allow additional navigation until changes are saved or committed https://fedorahosted.org/freeipa/ticket/726
* declarative defintionsAdam Young2011-01-271-24/+31
| | | | | | | | | | | | | | 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
* assoc entity selected classAdam Young2011-01-261-1/+1
| | | | Iassociation entities should look differnt than Details when they are selected
* dns visible if enabledAdam Young2011-01-261-1/+1
| | | | | | 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-10/+47
| | | | | | | 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
* js lint fixAdam Young2011-01-251-3/+3
|
* action panel select for multiple entitiesAdam Young2011-01-251-8/+18
|
* unselected facets Facets that were not selected were getting the class ↵Adam Young2011-01-251-2/+0
| | | | indicating that they were sselected
* rename static to uiAdam Young2011-01-201-0/+592
Directory rename