Skip to content
  • Dries Buytaert's avatar
    · 1011e874
    Dries Buytaert authored
    CHANGES:
    
    - Usability improvement: made the comment administration pages use the
      new table rendering functions.
    
    - Usability improvement: new comments will also be marked as new in the
      administration pages.
    
    - Code improvement: changed the comment administration pages to use the
      default pager instead of a custom pager.
    
    - Bugfix: "yes" and "no" were not translatable.
    
    - $ diffstat comment.patch
      comment.module |   45 +++++++--------------------------------------
      1 files changed, 7 insertions, 38 deletions
    
    TODO:
    
    - Comment module: remove other custom pagers in the comment module.
    
    - Pager/database: it would be nice if the functions db_query_range()
      and pager_query() would have the same semantic as db_query(); that
      is, using a variable number of arguments that are automatically
      escaped/checked.
    1011e874