Wow, I didn't realize that we don't do browser detection (I haven't done much with watchdog yet). That kind of information is key in designing your site... Why spend time working on IE5/Mac bugs when less than 0.2% of your users use it? How else would you know that unless you track that info?! Anyway, Dries is in charge of this, is he not? How can we see some action on this? Chris On Wed, 19 Jan 2005 00:43:41 +0100, Steven Wittens <steven@acko.net> wrote:
Chris Messina wrote:
Most of these blocks already exist in Drupal as separate stats/watchdog pages with more information on them. Most of them just come down to doing the right query and passing the formatted results to theme('table'). The ones we don't have are browser and platform detection. Also, I suspect the 'search strings' box actually displays the strings extracted from referrers such as Google and friends, which Drupal's search messages are searches performed using Drupal's own search.
Steven Wittens