summaryrefslogtreecommitdiffstats
path: root/install/ui/search.js
Commit message (Collapse)AuthorAgeFilesLines
* Remove WebUI identifiers from global namespaceMartin Kosek2011-02-181-71/+0
| | | | | | | | | | | 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-1/+1
| | | | | | | | 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-34/+18
| | | | | 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.
* unmatched aciattrsAdam Young2011-01-281-4/+4
| | | | instead of reporting an error on unmatched aciattrs, append them to the table.
* default disable deleteAdam Young2011-01-281-1/+15
|
* declarative defintionsAdam Young2011-01-271-0/+9
| | | | | | | | | | | | | | 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
* rename static to uiAdam Young2011-01-201-0/+462
Directory rename