Also a feature would be great is to be able to get the signed hex transaction, then we would be able to push our own transactions and wouldn't have worry about bits of proof not working!
Actually it is possible already. In javascript console (Ctrl+Shift+J in most browsers) there's hex dump of signed transaction when it is prepared to broadcast. Copy&paste to
https://blockchain.info/pushtx works.
Of course that it is ugly workaround and I really hope it won't be necessary since we rebuild server side today.