summaryrefslogtreecommitdiffstats
path: root/install/static/hbacrule.js
Commit message (Collapse)AuthorAgeFilesLines
* rename static to uiAdam Young2011-01-201-989/+0
| | | | Directory rename
* Details to SettingsAdam Young2011-01-151-2/+1
| | | | Using I18N messages for most of the details
* lint clean added a config file for running jsl. run 'jsl -conf jsl.conf' and ↵Adam Young2011-01-151-6/+13
| | | | see that there are no error messages.
* scoping functionsAdam Young2011-01-141-53/+53
| | | | | | converting function of the form ipa_<name> to IPA.<name> to remove them from the global namespace. https://fedorahosted.org/freeipa/ticket/212
* Removed debugging message.Endi S. Dewata2011-01-131-1/+1
|
* javascript lint cleanupAdam Young2011-01-121-6/+5
|
* Renamed hbac to hbacrule.Endi S. Dewata2011-01-111-0/+984
All references to hbac in the UI have been replaced with hbacrule. This is to match the hbacrule plugin. The test data and templates have been renamed as well.