Issue status update for http://drupal.org/node/28482 Post a follow up: http://drupal.org/project/comments/add/28482 Project: Drupal Version: cvs Component: base system Category: tasks Priority: normal Assigned to: Anonymous Reported by: Uwe Hermann Updated by: Dries Status: patch (code needs review) Committed to HEAD. Thanks. Dries Previous comments: ------------------------------------------------------------------------ Tue, 09 Aug 2005 01:28:01 +0000 : Uwe Hermann Attachment: http://drupal.org/files/issues/ids.patch (7.96 KB) Please add CVS $Id$ tags to all source files in Drupal core. This allows admins to know exactly which version of which files they use. In addition I want to use CVS $Id$ tags in my upcoming security.module to check for possible vulnerabilities. That's not possible if some files simply don't have $Id$s. Note: I also (mostly) unified the tags to use the "// ID" form instead of "/* ID */", but that's more of a cosmetic issue. I'm not sure whether *.txt files and the stuff in themes/ need tags(?)