Running grep -r '/\* $I'
shows that there is some stuff to fix in some drupal core files:
system-messages.css
// $Id (It's missing the last $ so it doesn't have CVS version tag)
color.install and bartik/color/preview.js files:
Should use // $Id$ format instead of /* $Id$ */ (this last one should be used only for CSS files)
A small patch is included. I will mark it major because can be important that missing CVS version tag. Please, correct priority if necessary.
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | cvs-headers.patch | 1.01 KB | tstoeckler |
| #2 | Id_fixing2.patch | 1.01 KB | corbacho |
| Id_fixing.patch | 1.46 KB | corbacho |
Comments
Comment #2
corbacho commentedForget about the system-messages.css error. (It has been fixed already, I had a old checkout)
The other 2 still apply
Comment #3
jacine#2: Id_fixing2.patch queued for re-testing.
Comment #5
jacineThis needs a re-roll.
Comment #6
tstoecklerRerolled.
Comment #7
jacineThanks! :)
Comment #8
dries commentedCommitted to CVS HEAD. Thanks.