summaryrefslogtreecommitdiffstats
path: root/install/ui/rule.js
Commit message (Collapse)AuthorAgeFilesLines
* Removed custom layouts using HTML templates.Endi S. Dewata2011-07-211-2/+0
| | | | | | | The code for supporting custom layouts using HTML templates has been removed. If it's needed again in the future the code can be restored. Ticket #1501
* Fixed problem loading data in HBAC/sudo details page.Endi S. Dewata2011-07-211-2/+4
| | | | | | | | In a recent change the details page was changed to create and locate field containers with 'details-field' CSS class. The HBAC and sudo custom details pages have been modified to use the same CSS class. Ticket #1508
* Fixed dirty dialog problems in HBAC/Sudo rules.Endi S. Dewata2011-07-071-2/+18
| | | | | | | The update() in HBAC/Sudo details facet has been fixed to call the callback function which will show the dirty dialog properly. Ticket #1439
* shorten url cache state in a javascript variable, and leave on information ↵Adam Young2011-06-281-1/+1
| | | | | | | | | | | | | | about the current entity in the URL hash params https://fedorahosted.org/freeipa/ticket/674 decrement depth for hidden tabs. Initialize state from url useing delete for removing state stricter attribute matching not incrementing depth for all hidden tabs. whitespace cleanup
* Fixed URL parameter parsing.Endi S. Dewata2011-05-261-1/+1
| | | | | | | The $.bbq.getState() invocations have been modified not to coerce URL parameter values to avoid parsing error. Ticket #1208
* Merged IPA.cmd() into IPA.command().Endi S. Dewata2011-04-131-6/+8
| | | | | | | The IPA.cmd() has been merged into IPA.command(). All invocations and test cases have been converted. Ticket #988
* I18n update.Endi S. Dewata2011-02-211-9/+5
| | | | | Hard-coded messages through out the code have been replaced by i18n messages obtained from json_metadata and i18n_messages.
* Added spaces around radio buttons.Endi S. Dewata2011-01-241-2/+4
|
* rename static to uiAdam Young2011-01-201-0/+174
Directory rename