| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This patch fixes several issues in delegation UI:
When adding a new delegation, only the first attribute selected
was saved. Now all attributes will be saved properly.
When loading the details page, the custom widgets did not store
the original values properly so is_dirty() did not work correctly.
Now this has been fixed except for the memberof attribute because
of these issues:
- https://fedorahosted.org/freeipa/ticket/869
- https://fedorahosted.org/freeipa/ticket/870
When saving the details page, the attrs were saved as an array
which was rejected by the server. Now it is stored as comma-
separated list.
|
| |
|
|
|
|
|
|
|
| |
Fixes is_dirty and save
https://fedorahosted.org/freeipa/ticket/77
https://fedorahosted.org/freeipa/ticket/667
|
| |
|
| |
|
|
|
|
|
| |
If a page is dirty, do not allow additional navigation until changes are saved or committed
https://fedorahosted.org/freeipa/ticket/726
|
|
|
|
| |
Delegation and Configuration.
|
|
|
|
| |
results moved load logic into reset and load now calls reset
|
| |
|
|
|
|
|
|
| |
A couple of the ACI definitions were incorrect, and the end result was that fields were not getting initialized. USing the declarative approach cleaned up the cause.
Also fixed a few broken unit tests
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
| |
Target section had radio buttonsreversed, and a few other style changes
Note that this has the styling removed for the aci-target dl items
|
|
|
|
| |
Iassociation entities should look differnt than Details when they are selected
|
|
|
|
|
|
| |
use the result of the is_dns_enabled command to show or hid the dns tab
Also, Javascript lint cleanup from recent patches.
|
|
|
|
| |
the dns records page was adding controls to the wrong tag. This pushes everything down one level, fixing the formatting.
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
|
|
|
| |
modifying the directories so they find the assets in the right locations
|
| |
|
| |
|
|
|
|
| |
indicating that they were sselected
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
Directory rename
|