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
  • inc/core/class.dc.blog.php

    r506 r756  
    18311831               $strReq .= "AND LOWER(comment_author) LIKE '".$q_author."' "; 
    18321832          } 
     1833          if (isset($params['comment_author'])) { 
     1834               $strReq .= "AND comment_author ".$this->con->in($params['comment_author']).' '; 
     1835          } 
    18331836           
    18341837          if (!empty($params['search'])) 
Note: See TracChangeset for help on using the changeset viewer.

Sites map