summaryrefslogtreecommitdiffstats
path: root/install/ui/dialog.js
Commit message (Collapse)AuthorAgeFilesLines
* define entities using builder and more declarative syntaxAdam Young2011-03-311-0/+9
| | | | | | merged hbac and sudo in to single files associaton facet and table supports linking
* Fixed memory leak caused by certificate dialogs.Endi S. Dewata2011-03-071-1/+6
| | | | Ticket 1054
* Fixed memory leak caused by IPA.dialog.Endi S. Dewata2011-03-041-6/+8
| | | | Ticket 1054
* I18n update for dialog box buttons.Endi S. Dewata2011-02-221-12/+6
| | | | https://fedorahosted.org/freeipa/ticket/899
* I18n update.Endi S. Dewata2011-02-211-4/+4
| | | | | Hard-coded messages through out the code have been replaced by i18n messages obtained from json_metadata and i18n_messages.
* Added expand/collapse all.Endi S. Dewata2011-02-171-2/+2
| | | | | | | | A link has been added into the details page to expand/collapse all sections. Previously each section's <div> container is identified using a long ID. It is now identified using the section name.
* Fixed association facets.Endi S. Dewata2011-02-151-2/+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
* Fixed add service dialog box.Endi S. Dewata2011-02-111-0/+1
| | | | | | Previously the add service dialog box shows a 'Principal:' label with no text field next to it. It now has been removed. The dialog box has been widened to avoid line wrapping of the buttons.
* target section without radio buttons ACI target section refactored into an ↵Adam Young2011-02-111-0/+3
| | | | array of widget-like objects. The radio buttons have been replaced by a select box. THe select is not visible on the details page.
* Added undo for permission target.Endi S. Dewata2011-02-021-1/+1
| | | | https://fedorahosted.org/freeipa/ticket/885
* Add permission dialog adjustments.Endi S. Dewata2011-01-291-0/+553
The IPA.dialog has been modified to support sections. The add dialog for permission has been modified to include the target section. The base dialog classes have been moved from widget.js into a new file called dialog.js. This patch also includes ayoung's fix for parameter name and format for the permission attributes. https://fedorahosted.org/freeipa/ticket/791