See http://drupal.org/node/721436#comment-2777298 and downwards.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | remove_drupal_unpack.patch | 6.34 KB | catch |
| #3 | remove_drupal_unpack.patch | 4.99 KB | catch |
See http://drupal.org/node/721436#comment-2777298 and downwards.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | remove_drupal_unpack.patch | 6.34 KB | catch |
| #3 | remove_drupal_unpack.patch | 4.99 KB | catch |
Comments
Comment #2
jpmckinney commentedA summary from that other issue:
Note that $comment->data is the comment author's $user->data.
Comment #3
catchHere's a patch which removes all calls to drupal_unpack() in core (only used for comments and users). I'm getting odd test failures locally but would like to see what the bot says.
Comment #5
catchFixed contact tests, the rest must be my crufty HEAD install.
Comment #6
catchOh and just to be clear, the patch doesn't actually remove drupal_unpack(), but we could if we wanted to since it's just dead code now.
Comment #7
chx commentedThat's nice. Thanks for cleaning out old cruft.
Comment #8
dries commentedCommitted to CVS HEAD. Thanks
.