contributions

My little thoughts on features version update options

New Drush options:
incr version: --version-increment
set version directly: --version-set=7.x-1.0-dev

http://drupal.org/node/1272586#comment-5646288

[Contribution to module] CCK table field

CCk table field is an handy field that let user create a table output by entering

1|2|3
4|5|6

But it lags a check to ensure there is the same number of columns in each row

So there is the patch to fix:
Validate correct number of columns in each rows
http://drupal.org/node/1013224

[Contribution to Doc] Generate SSH keys (Windows/msysgit)

-

http://drupal.org/node/1066762/revisions/view/1363182/1365204

Log:
1. as of 2011-02-22, msysgit Git-1.7.4-preview20110204.exe use /u instead of /c/Doc...
2. change of location "Add a public key"
3. After 28 Feb 2011, Git migration, the location of "Add a public key" changes again

Google