User login

uninstall

Getting rid of modules entirely, with update function for cleanup

When deleting modules in code you can clean up after the fact, esp. for modules that don't clean up after themselves well enough on uninstall.

git rm -r sites/all/modules/contrib/hashcash

git rm -r sites/all/modules/contrib/imageapi

To your update module, we can add:

Update of Rake broke Vlad

This finally fixed it:

sudo gem uninstall rake -v 0.9.0

Thank you, http://rubygems.org/gems/rake/versions/0.8.7

...but presumably chiliproject won't work?

Dunno, the new rake seems to break everything for everybody, so getting rid of it is good...

Syndicate content