From: Shaun McDonald Date: Thu, 4 Dec 2008 17:30:17 +0000 (+0000) Subject: Refactoring the amf controller, and all models so that save_with_history! is now... X-Git-Tag: live~8435^2~114 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/e9527b363da441337ac8c44c9d3d3feada3eaa9c?hp=e9527b363da441337ac8c44c9d3d3feada3eaa9c Refactoring the amf controller, and all models so that save_with_history! is now private. Everyone should use create_with_history, delete_with_history, and update_from instead. Also gets the amf controller to do version checks in the node/way/relation models. Needs checked. This breaks Potlatch until #1376 is fixed. ---