From 379a9cc41f04d36538aee11839c1222d408b4f99 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Thu, 18 Nov 2010 20:17:14 -0600 Subject: SUDO Rule Search and Details Pages The search and details pages for SUDO Rule have been added. Codes that are shared with HBAC have been moved to rule.js. The following methods were renamed for consistency: - ipa_details_load() -> ipa_details_refresh() - ipa_details_display() -> ipa_details_load() The ipa_details_cache has been removed because the cache is now stored in each widget. The index.xhtml has been removed. All references to it has been changed to index.html. The Unselect All checkbox has been fixed. Unnecessary parameter 'container' has been removed. The unit test has been updated and new test data has been added. --- install/conf/ipa.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/conf') diff --git a/install/conf/ipa.conf b/install/conf/ipa.conf index d547b50d9..0bc53548f 100644 --- a/install/conf/ipa.conf +++ b/install/conf/ipa.conf @@ -7,7 +7,7 @@ ProxyRequests Off #We use xhtml, a file format that the browser validates -DirectoryIndex index.xhtml +DirectoryIndex index.html -- cgit