[[PageOutline(2-5,Contents,pullout)]] = Admin Enumeration List Plugin = == Description == This plugin adds a couple of usability improvements for working with enumeration lists on the Trac administration pages (Priorities, Resolutions, Severities and Ticket Types). === Row reordering === When a new enumeration position is selected from the combo, the row is moved to the corresponding position in the list and all the other position combos are updated accordingly. === Drag-and-drop Support === Items in an enumeration list can be reordered by dragging the row to its desired location. All the position combos are updated automatically. [[Image(AdminEnumListPlugin.png, align=right)]] == Bugs/Feature Requests == Existing bugs and feature requests for AdminEnumListPlugin are [report:9?COMPONENT=AdminEnumListPlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=AdminEnumListPlugin&owner=nonplus new ticket]. == Download == Download the zipped source from [download:adminenumlistplugin here]. == Source == You can check out AdminEnumListPlugin from [http://trac-hacks.org/svn/adminenumlistplugin here] using Subversion, or [source:adminenumlistplugin browse the source] with Trac. == Installation == In version 2.0, you can hide the column of select elements with the following configuration directive: {{{ #!ini [adminenumlist] hide_selects = true }}} == Recent Changes == [[ChangeLog(adminenumlistplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:nonplus] [[BR]] '''Maintainer:''' [wiki:nonplus] [[BR]] '''Contributors:''' jun66j5, rjollos