[documentation] [Documentation feature] update book contributors to show pages created and revisions created
greggles
drupal-docs at drupal.org
Sat Jan 27 19:16:13 UTC 2007
Issue status update for
http://drupal.org/node/81344
Post a follow up:
http://drupal.org/project/comments/add/81344
Project: Documentation
Version: <none>
Component: Misc
Category: feature requests
Priority: normal
Assigned to: Anonymous
Reported by: greggles
Updated by: greggles
Status: active
Just to clarify (michelle and I discussed this in IRC, but that doesn't
help others) this would only show the number of nodes edited, not the
nid/title of them.
greggles
Previous comments:
------------------------------------------------------------------------
Tue, 29 Aug 2006 17:15:42 +0000 : greggles
On http://drupal.org/node/14205 there is a list of users who have
created pages in the handbook. I think it would be more complete to
know how many pages they've created and how many pages they've edited
(e.g. revisions with them as the uid). The following query creates such
a list of revision counts, uid, and name:
SELECT COUNT(1), nr.uid, users.name FROM node_revisions nr INNER JOIN
node ON nr.nid = node.nid INNER JOIN users ON nr.uid = users.uid WHERE
node.type = 'book' GROUP BY nr.uid, users.name;
I'm posting this as an issue because I'd like to update/edit that page
but I'm not a php editor (and this is not an attempt to request php
editor access). If someone with proper permissions can send me the php
inside that node than I'd be happy to edit/update it and resubmit.
------------------------------------------------------------------------
Thu, 26 Oct 2006 21:32:29 +0000 : Michelle
+1 from me. I keep losing track of pages I've worked on. They don't show
up in my tracker unless I created the node, even if all that was there
before was a simple stub. I'd love to have a list of pages that I've
contributed to for my own reference, even if they don't want to make
that public.
Michelle
More information about the documentation
mailing list