Dotclear


Ignore:
Timestamp:
11/10/11 16:12:01 (14 years ago)
Author:
Dsls <dsls@…>
Branch:
formfilters
Message:
  • Adapted comments.php do new filters
  • added author filter, with autocompletion
  • added comment_author parameter to dcBlog::getComments
  • removed jquery.autocomplete
  • added jquery UI (should be refined, this is quite raw...)
  • added dcPager::jqueryUI
  • adapted tags plugin to new jquery ui autocomplete
File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/posts.php

    r755 r756  
    138138     ->addFilter(new comboFilter( 
    139139          'users',__('Author'), __('Author'), 'user_id', $users_combo)) 
    140      ->addFilter(new comboFilter( 
     140     ->addFilter(new categoryFilter( 
    141141          'category',__('Category'), __('Category'), 'cat_id', $categories_combo)) 
    142142     ->addFilter(new comboFilter( 
     
    147147          'lang',__('Lang'), __('Lang'), 'post_lang', $lang_combo)) 
    148148     ->addFilter(new monthComboFilter( 
    149           'month',__('Month'),__('Month'), 'post_month', $dt_m_combo,array('singleval' => 1))); 
     149          'month',__('Month'),__('Month'), 'post_month', $dt_m_combo,array('singleval' => 1))) 
     150     ->addFilter(new textFilter( 
     151          'search',__('Contains'),__('The entry contains'), 'search',20,255)); 
    150152 
    151153$core->callBehavior('adminPostsFilters',$filterSet); 
     
    165167     } else { 
    166168          $page_title = __('Entries'); 
     169          $filters_info = ''; 
    167170     } 
    168171     $post_list->setItems($posts,$counter->f(0)); 
Note: See TracChangeset for help on using the changeset viewer.

Sites map