Alphabetize the Source List Page
Brought to you by:
canajun2eh,
yalnifj
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?)
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
Logged In: YES
user_id=1006499
To be done for 4.2
Logged In: YES
user_id=634811
thanks for picking this up. Do you plan on using one common
source base for all list pages?