Menu

#474 Alphabetize the Source List Page

open
None
5
2006-11-06
2005-09-30
KosherJava
No

Source lists should be broken into alphabetical lists
the same way that the indi and family lists are. I
would suggest that if there are under X (not sure what
exactly this should be), than ALL should be selected by
default and show the entire list similar to the way it
displays all now (i think this would make sense for all
list pages). I would venture to say that since so many
of the list pages are very similar, it might pay to use
a common code base for lists (might this be a candidate
for some type of controller code?)

Discussion

  • GypsyDoctor

    GypsyDoctor - 2006-01-30

    Logged In: YES
    user_id=1431632

    The master source list is sorted (as of 3.3.8). But if you
    "add a new source citation" and click on the "Find Source
    ID" icon, the list you get is not sorted.

    I found this very annoying, and I fixed it by adding one
    line of code:
    uasort($sourcelist, "itemsort");
    after the line:
    $sourcelist = get_source_list();
    near the top of the file findsource.php.

    -gypsydoctor

     
  • Christophe B.

    Christophe B. - 2006-11-06
    • assigned_to: nobody --> opus27
     
  • Christophe B.

    Christophe B. - 2006-11-06

    Logged In: YES
    user_id=1006499

    To be done for 4.2

     
  • KosherJava

    KosherJava - 2006-11-06

    Logged In: YES
    user_id=634811

    thanks for picking this up. Do you plan on using one common
    source base for all list pages?

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.