Project:Drupal core
Version:7.x-dev
Component:base system
Category:task
Priority:normal
Assigned:boombatower
Status:closed (fixed)
Issue tags:coding standards

Issue Summary

#666022: [meta issue] Style cleanup

Comments

#1

Assigned to:Anonymous» boombatower
Status:active» needs review
AttachmentSizeStatusTest resultOperations
666024-style-cleanup-1.patch14.78 KBIdleFailed on MySQL 5.0 InnoDB, with: 9,837 pass(es), 385 fail(s), and 14 exception(es).View details

#2

Status:needs review» needs work

The last submitted patch failed testing.

#3

Status:needs work» needs review
AttachmentSizeStatusTest resultOperations
666024-style-cleanup-1.patch14.5 KBIdlePassed on all environments.View details

#4

Status:needs review» needs work

The last submitted patch, , failed testing.

#5

Status:needs work» needs review

Re-test of from comment #2400918 was requested by @user.

#6

Status:needs review» needs work

The last submitted patch, , failed testing.

#7

Status:needs work» needs review

Re-test of from comment #2400918 was requested by @user.

#9

Looks good on my end. Anybody care to RTBC? Would be good to get this in quickly since re-rolling will be a pain as it touches so many files.

#10

looks good

#11

+++ includes/bootstrap.inc 23 Dec 2009 00:24:54 -0000
@@ -37,8 +37,9 @@
+ * The item may be remove using cache_clear_all() with a cache ID.

item may be removed

This review is powered by Dreditor.

#12

Status:needs review» needs work

#13

Status:needs work» needs review

#11 fixed here.

AttachmentSizeStatusTest resultOperations
cleanup.patch14.5 KBIdlePassed on all environments.View details

#14

Status:needs review» needs work

+++ includes/cache-install.inc 23 Dec 2009 00:24:54 -0000
@@ -2,13 +2,18 @@
- * need for any persistent storage. Obviously, using this cache
- * implementation during normal operations would have a negative impact
- * on performance.
+ * @file
+ * Provides a stub cache implementation to be used during installation.

indentation

I'm on crack. Are you, too?

#15

Status:needs work» reviewed & tested by the community

Actually that's valid for @file headers (http://drupal.org/node/1354).

#16

#17

Status:reviewed & tested by the community» fixed

Committed! Thanks all.

#18

Status:fixed» closed (fixed)

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