Move all your physical code to plugins using hook locations at or near where you need the code executed. Add any database changes you've made to the Product XML's Install Code through the Product Manager.
I used to hack the physical files and then transfer to plugins - but after a while you remember what hooks are called where, or you can simply search in the files to see where each hook is eval'd -- and simply code solely through the plugin system.
|