The list at admin/content/nodequeue should be sorted for humans.

Comments

joachim’s picture

Status: Active » Needs review
StatusFileSize
new699 bytes

One-line patch :)

ezra-g’s picture

Status: Needs review » Needs work

Looks good except that we should use drupal_strtolower.

ezra-g’s picture

If you want to patch it then great, otherwise I can get it later today probably.

bdurbin’s picture

Status: Needs work » Needs review
StatusFileSize
new956 bytes

Picking up this thread. Changed to drupal_strtolower and made sure the secondary sort (which also uses the title) was case-insensitive as well.

bdurbin’s picture

StatusFileSize
new928 bytes

Oops. Botched that last patch. Re-rolling.

jaydub’s picture

StatusFileSize
new830 bytes

Minor but I'd forgo setting the intermediate variable and just call drupal_strtolower() twice

ezra-g’s picture

Status: Needs review » Patch (to be ported)
ezra-g’s picture

Status: Patch (to be ported) » Fixed

Committed to HEAD. Thanks!
http://drupal.org/cvs?commit=474702

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.