FS#18055 - {archweb_dev} [developer dashboard] sort maintainer field

Attached to Project: Arch Linux
Opened by Xyne (Xyne) - Thursday, 28 January 2010, 20:37 GMT
Last edited by Dan McGee (toofishes) - Saturday, 30 January 2010, 21:52 GMT
Task Type Feature Request
Category Web Sites
Status Closed
Assigned To Dan McGee (toofishes)
Thayer Williams (thayer)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

The package search on the developer dashboard contains a dropdown menu for the maintainer field. This field contains all of the devs and TUs and is quite long.

Please sort this field alphabetically to make it easier to find a packager (maybe leaving "Orphan" at the top).

<select name="maintainer" id="id_maintainer">
<option value="" selected="selected">All</option>
<option value="orphan">Orphan</option>
<option value="judd">judd</option>
<option value="dale">dale</option>
<option value="jason">jason</option>
<option value="dorphell">dorphell</option>
<option value="aurelien">aurelien</option>

<option value="varun">varun</option>
<option value="aaron">aaron</option>
<option value="tobias">tobias</option>
<option value="damir">damir</option>
<option value="alexander">alexander</option>
<option value="tpowa">tpowa</option>
<option value="jgc">jgc</option>
<option value="paul">paul</option>
<option value="kevin">kevin</option>

<option value="simo">simo</option>
<option value="juergen">juergen</option>
<option value="james">james</option>
<option value="andyrtr">andyrtr</option>
<option value="thomas">thomas</option>
<option value="travis">travis</option>
<option value="jeff">jeff</option>
<option value="tom">tom</option>
<option value="daniel">daniel</option>

<option value="romashka">romashka</option>
<option value="dan">dan</option>
<option value="eliott">eliott</option>
<option value="eric">eric</option>
<option value="pierre">pierre</option>
<option value="phil">phil</option>
<option value="thayer">thayer</option>
<option value="eduardo">eduardo</option>
<option value="francois">francois</option>

<option value="allan">allan</option>
<option value="dusty">dusty</option>
<option value="douglas">douglas</option>
<option value="don">don</option>
<option value="hugo">hugo</option>
<option value="ronald">ronald</option>
<option value="vesa">vesa</option>
<option value="giovanni">giovanni</option>
<option value="alexanderf">alexanderf</option>

<option value="geoffroy">geoffroy</option>
<option value="andrea">andrea</option>
<option value="dieter">dieter</option>
<option value="cprimier">cprimier</option>
<option value="ibiru">ibiru</option>
<option value="abhidg">abhidg</option>
<option value="dgriffiths">dgriffiths</option>
<option value="mherych">mherych</option>
<option value="foutrelis">foutrelis</option>

<option value="spupykin">spupykin</option>
<option value="cbrannon">cbrannon</option>
<option value="xyne">xyne</option>
<option value="daenyth">daenyth</option>
<option value="icelaya">icelaya</option>
<option value="jlichtblau">jlichtblau</option>
<option value="arjant">arjant</option>
<option value="shusmann">shusmann</option>

<option value="pmatias">pmatias</option>
<option value="loui">loui</option>
<option value="aschaefer">aschaefer</option>
<option value="jswierczynski">jswierczynski</option>
<option value="angvp">angvp</option>
<option value="ttopper">ttopper</option>
<option value="schiv">schiv</option>
</select>
This task depends upon

Closed by  Dan McGee (toofishes)
Saturday, 30 January 2010, 21:52 GMT
Reason for closing:  Implemented
Additional comments about closing:  See the dev site by the end of today.
Comment by Eric Belanger (Snowman) - Thursday, 28 January 2010, 21:57 GMT
Unless I'm looking at the wrong thing, it's already sorted by the maintainer's family name.
Comment by Xyne (Xyne) - Friday, 29 January 2010, 00:07 GMT
I think you are looking at the wrong thing. Judd (Vinet) is the first name in the list after "Orphan" and Aaron (Griffin) is the seventh.

The code that I posted is taken directly from the html source of the page and shows the current order.
Comment by Eric Belanger (Snowman) - Friday, 29 January 2010, 01:50 GMT
Correct. I was looking at the wrong thing.

I agree they should be sorted alphabetically. It should also be cleaned up as many people on that list are no longer dev/TU.

BTW, the website is being rewritten so this might not be fixed.
Comment by Dan McGee (toofishes) - Saturday, 30 January 2010, 21:51 GMT
I have this fixed locally, you will see it on the dev site soon and the public site in the not too distant future.

Loading...