Posted by boombatower on December 22, 2009 at 8:36pm
7 followers
| Project: | Drupal core |
| Version: | 7.x-dev |
| Component: | base system |
| Category: | task |
| Priority: | normal |
| Assigned: | boombatower |
| Status: | closed (fixed) |
| Issue tags: | coding standards |
| Project: | Drupal core |
| Version: | 7.x-dev |
| Component: | base system |
| Category: | task |
| Priority: | normal |
| Assigned: | boombatower |
| Status: | closed (fixed) |
| Issue tags: | coding standards |
Comments
#1
#2
The last submitted patch failed testing.
#3
#4
The last submitted patch, , failed testing.
#5
Re-test of from comment #2400918 was requested by @user.
#6
The last submitted patch, , failed testing.
#7
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
#13
#11 fixed here.
#14
+++ 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
Actually that's valid for @file headers (http://drupal.org/node/1354).
#16
#17
Committed! Thanks all.
#18
Automatically closed -- issue fixed for 2 weeks with no activity.