local/Mage/... overriding, while good enough for prototyping / testing / hot-fixing, is considered a bad practice or anti-pattern if you will (as you yourself discovered hard way), only small step away from changing core. To extend core functionality create your own extensions, because otherwise you'll end up in the world of hurt. https://www.atwix.com/magento/best-practices/
... View more