Skip to content
  • Dries Buytaert's avatar
    · 562df8fe
    Dries Buytaert authored
    * Added Jeremy's pager:
    
     "This is a simple, generic pager for Drupal-CVS.  It is designed to be
      easily themeable and expandable.  The code is highly-commented to
      enhance readability."
    
     "Pagers are constructed by combining the provided pieces (all of which
      can be easily modified to display the text or image you prefer) into
      your custom pager."
    
    * Statistics module fixes by Jeremy:
    
     - removed superfluous check for existence of watchdog()
     - saving changes in admin page displays status and returns same page
     - no longer return 1971/01/01 in "view statistics" table
     - switched from "!=" to "<>" in SQL queries for ANSI-SQL compliance
     - switched from "MAX(timestamp) as timestamp" to "MAX(timestamp) as
       max_timestamp" moving towards ANSI-SQL compliance.
    
    * Added a "theme_item_list" function to format itemized lists.  Also
      changed a couple of modules to take advantage of it.  Makes for a
      more consistent UI.
    562df8fe