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.

Comments

Status: Needs review » Needs work

The last submitted patch, Id_fixing.patch, failed testing.

corbacho’s picture

Priority: Major » Normal
Status: Needs work » Needs review
StatusFileSize
new1.01 KB

Forget about the system-messages.css error. (It has been fixed already, I had a old checkout)

The other 2 still apply

jacine’s picture

#2: Id_fixing2.patch queued for re-testing.

Status: Needs review » Needs work

The last submitted patch, Id_fixing2.patch, failed testing.

jacine’s picture

Component: drupal.css » other

This needs a re-roll.

tstoeckler’s picture

Status: Needs work » Needs review
StatusFileSize
new1.01 KB

Rerolled.

jacine’s picture

Status: Needs review » Reviewed & tested by the community

Thanks! :)

dries’s picture

Status: Reviewed & tested by the community » Fixed

Committed to CVS HEAD. Thanks.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.