Changeset 2409 for trunk/search.php


Ignore:
Timestamp:
Jul 1, 2008, 4:09:21 AM (16 years ago)
Author:
rvelices
Message:
  • remember me cookie security improvement (the time when the cookie was generated is saved and checked in range [now-remember_me_length; now]
  • tags improvements
    • pass to templates all fields in table #tags (handy for plugins such as type tags)
    • fix issue with tag letter when first letter is accentuated (utf-8)
    • tags are sorted on url_name instead of name (accentuated first letter chars are the same as without accent)
    • better use of columns in by letter display mode
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/search.php

    r2324 r2409  
    187187if (count($available_tags) > 0)
    188188{
    189   usort( $available_tags, 'name_compare');
     189  usort( $available_tags, 'tag_alpha_compare');
    190190
    191191  $template->assign(
Note: See TracChangeset for help on using the changeset viewer.