Support from Acquia helps fund testing for Drupal Acquia logo

Comments

amateescu’s picture

Assigned: Unassigned » amateescu
Issue tags: +PSR-0

Started to work on this, but only had a few minutes so it's not in a reviewable state. Will post something tomorrow.

amateescu’s picture

Assigned: amateescu » Unassigned
Status: Active » Needs review
FileSize
31.02 KB

And here it is :)

Crell’s picture

Status: Needs review » Reviewed & tested by the community

A nice and easy one.

Dries’s picture

Status: Reviewed & tested by the community » Fixed

This looks good. We can iterate on this if necessary. Committed to 8.x. Thanks!

sun’s picture

Title: Convert updater.inc to PSR-0 » [HEAD BROKEN] Convert updater.inc to PSR-0
Status: Fixed » Reviewed & tested by the community

Dries...

webchick’s picture

Title: [HEAD BROKEN] Convert updater.inc to PSR-0 » Convert updater.inc to PSR-0
Status: Reviewed & tested by the community » Fixed

Reverted that commit, trying again. I think I got it http://drupalcode.org/project/drupal.git/commitdiff/368cf30de0237484dd8e...

Is there a better command than git apply that'll catch stuff like this?

rename from core/includes/updater.inc
rename to core/lib/Drupal/Core/Updater/Updater.php
amateescu’s picture

Mentioned this to @webchick earlier in IRC but maybe it's useful to have it here as well. There's git apply --index that stages everything in a patch, even renamed+changed files.

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