summaryrefslogtreecommitdiffstats
path: root/install/static/index.html
Commit message (Collapse)AuthorAgeFilesLines
* rename static to uiAdam Young2011-01-201-66/+0
| | | | Directory rename
* spinning wheel display a spinning icon gif during network traffic. Fixes the ↵Adam Young2011-01-141-1/+4
| | | | following from first patch: 1 primary key set in span as opposed to appended, so it only appears once. 2. call hide for the network activity icon only in success or failure functions, not multiple times
* Renamed hbac to hbacrule.Endi S. Dewata2011-01-111-1/+1
| | | | | | 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.
* center pageAdam Young2011-01-101-7/+8
| | | | | fixes issues from https://fedorahosted.org/freeipa/ticket/507
* aci uiAdam Young2010-12-201-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Implements the role, privilege, permission, delegation and selfservice entities ui. Targetgroup has been added to the object types. The groups lists need to be filter. The filter is currently hidden, with a hyperlink that reads 'filter' to unhide it. Each keystroke in this filter performs an AJAX request to the server. There are bugs on the server side that block some of the functionality from completing Creating a Permission requires one of 4 target types. The add dialog in this version assumes the user will want to create a filter type. They can change this on the edit page. Most search results come back with the values as arrays, but ACIs seem not to. Search and details both required special code to handle non-arrays. The unit tests now make use of the 'module' aspect of QUnit. This means that future unit test will also need to specify the module. The advantage is that multiple tests can share a common setup and teardown. Bugs that need to be fixed before this works 100% are https://fedorahosted.org/freeipa/ticket/634 https://fedorahosted.org/freeipa/ticket/633
* SUDO Commands and Command GroupsEndi S. Dewata2010-11-221-0/+2
| | | | | | | | | | | | The SUDO Commands and Command Groups pages have been added under SUDO Rules tab. Similar to HBAC navigation issue, these entities do not have their own tab, so an exception has been added to the navigation code to read sudo-entity parameter to determine the entity being viewed. Fixing this issue will require framework changes. New test data for these operations have been added.
* SUDO Rule Search and Details PagesEndi S. Dewata2010-11-191-0/+2
| | | | | | | | | | | | | | | | | | | | 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.
* removed index.xhtmlAdam Young2010-11-191-1/+1
| | | | also removed language on html, as the same page should be used for all languages.
* action selectAdam Young2010-11-171-0/+57
if exactly one entity is selected, it enables the entity-facet links in the action panel, and sets the pkey in bbq to the pkey of the selected