Module: deluge Branch: extjs4-port Commit: 8602ebcb88d411cad8500fdbae627c0244600c92
Author: Damien Churchill <[email protected]> Date: Tue Oct 4 21:56:48 2011 +0100 web: convert the peers tab to use an ext proxy Instead of fetching the peer information via a rpc call simply expose it as a fetching page via ajax so we can make use of the Ext proxy and reader instead of manually loading it into the store ourselves. --- deluge/ui/web/auth.py | 4 +- deluge/ui/web/js/deluge-all/data/PeerRecord.js | 2 +- deluge/ui/web/js/deluge-all/details/PeersTab.js | 199 ++++++++++------------- deluge/ui/web/server.py | 48 ++++++- 4 files changed, 133 insertions(+), 120 deletions(-) -- You received this message because you are subscribed to the Google Groups "deluge-commit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/deluge-commit?hl=en.
