16 Nov
2005
16 Nov
'05
2:18 p.m.
Richard Archer wrote:
If I wanted to check out all the contributions, how much disk space and bandwidth would I be looking at?
killes@theo-dhcp-42:~/checkouts/contributions$ du -ks 131136
Or... is there any other way to grep through contrib modules?
Not really.
I want to know how many use the forms API's #post_process feature to evaluate the impact of a potential patch.
Not too many yet; image/image.module: $form['thumbnail']['#post_process'] = 'image_form_add_thumbnail'; project/comment.inc: $form['#post_process'] = 'node_form_add_preview'; Also, we don't care for the number of times something needs to be changed in contrib. Cheers, Gerhard