block_rss_client: MDL-13932 Clean up a lot of the crap.
authortjhunt <tjhunt>
Wed, 29 Jul 2009 11:18:55 +0000 (11:18 +0000)
committertjhunt <tjhunt>
Wed, 29 Jul 2009 11:18:55 +0000 (11:18 +0000)
commitf1a34d8f05887f89f4af5eb4a83c1a1fa771a7af
tree7d8b2614ddc9e03330a1e6261de0ccdb30b8a173
parent166e3bd161a8a455bdb7dbd233aee0c4c3651101
block_rss_client: MDL-13932 Clean up a lot of the crap.

This was all in order to do MDL-19889!

* The old tabbed interface is gone.
* The manage feeds UI has been completely rewritten to be a few
separate sane scripts like managefeeds.php, editfeed.php and viewfeed.php
* This is used from both Admin -> plugins -> blocks ... and as a link from the block edit_form.php
* new edit_form.php for the block replacing config_istance.php.
* A lot of stuff to do with UI specific to this block has been removed from rsslib.php
14 files changed:
blocks/rss_client/block_rss_client.php
blocks/rss_client/block_rss_client_action.php [deleted file]
blocks/rss_client/block_rss_client_error.php [deleted file]
blocks/rss_client/config_instance.html [deleted file]
blocks/rss_client/config_instance_tabs.php [deleted file]
blocks/rss_client/db/access.php
blocks/rss_client/edit_form.php [new file with mode: 0644]
blocks/rss_client/editfeed.php [new file with mode: 0644]
blocks/rss_client/managefeeds.php [new file with mode: 0644]
blocks/rss_client/settings.php
blocks/rss_client/viewfeed.php [new file with mode: 0644]
lang/en_utf8/block_rss_client.php
lang/en_utf8/error.php
lib/rsslib.php