Implements Storm_Model_Loader::updateAll

Laurent requested to merge add_update_all_by into master

Storm_Model_Loader now handles update request like:

Video::updateAllBy(['support' => 'vhs', 'where' => 'year < 2000'], ['support' => 'dvd']);

Also handle like and negative clauses in updateAll and deleteBy

Merge request reports