Skip to content
  • sikeda's avatar
    [dev] Now List::get_lists() can handle complex query. · 0a5cc56d
    sikeda authored
    - Sympa::Family object can be taken as the first argument.
    - Changed $options argument from hashref to hash pairs.
    - List subject and so on matches case-insensitively.
    - 'filter_query' options was renamed to 'filter'.
    - 'order' and 'limit' options are added.
    - 'use_files' option is deprecated.  Use 'reload_config' instead.
    
    Changes:
    - List::get_which() became a thin wrapper of get_lists().
    - List::get_lists_db() and List::get_which_db() were deprecated.
    - Structure of list_table was changed.  Especially, creation_epoch_list is no longer dateteme but int(11), UNIX time.
    
    ToDo: Sync value of total_list field with $list->{total}.
    
    
    git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11092 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
    0a5cc56d