summaryrefslogtreecommitdiffstats
path: root/install/ui/index.html
Commit message (Collapse)AuthorAgeFilesLines
* Renamed associate.js to association.js.Endi S. Dewata2011-06-161-1/+1
|
* Fixed resizing issues.Endi S. Dewata2011-06-131-15/+29
| | | | | | | | | | The UI has been modified to fix some resizing issues: Previously the height of facet content was roughly calculated using resize(). Now the height can be more accurately defined in CSS. Previously the UI width was fixed. The HTML layout and background images have been modified to support horizontal expansion if needed.
* jQuery ordered map.Endi S. Dewata2011-05-201-0/+1
| | | | | | | | | The ordered map is a jQuery extension for creating a collection which can be accessed both as an ordered list and as a map. This collection can be used to store various objects including entities, fields, columns, and dialogs. A test suite for this class has been added as well. Ticket #1232
* Moved entity contents outside navigation.Endi S. Dewata2011-05-051-0/+1
| | | | | | Previously the entities and navigation are entangled inside a common DOM structure which limits code reuse. Now they have been moved into separate structures.
* remove jquery-cookie library https://fedorahosted.org/freeipa/ticket/989Adam Young2011-04-271-1/+0
|
* Entitlements.Endi S. Dewata2011-04-111-0/+1
|
* define entities using builder and more declarative syntaxAdam Young2011-03-311-6/+4
| | | | | | merged hbac and sudo in to single files associaton facet and table supports linking
* type in default textAdam Young2011-03-031-1/+1
|
* split logo This allows for more flexilibity in customizing the site, as an ↵Adam Young2011-02-221-1/+1
| | | | end user can replace the logo, the banner or both
* faviconAdam Young2011-02-031-0/+1
| | | | adds a favicon that is the freeipa cube
* Add permission dialog adjustments.Endi S. Dewata2011-01-291-0/+1
| | | | | | | | | | | | 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
* rename static to uiAdam Young2011-01-201-0/+66
Directory rename