CHANGELOG.txt (6.x-1.0-beta2)
- Tags:
- Version:
- Module:
fastwebfeed.module
- hook_help()
- UI admin page (settings | plugged modules | info)
- hook_menu_alter() so it overwrites the feed URL's. So the prefix '/ fastwebfeed' can be omitted.
- new hook_fastwebfeed_path($node, $type)
The parameters are
- "$node" node object
- "$type" values could be "node", "comment", "all", "reset all"
- related to a "node"
- related to a "comment"
- from "all" existing feeds
- hook_nodeapi()
- hook_taxonomy()
- README.txt
fastwebfeed_commentrss.module
- Invoke PubSubHubbub and SUP definitions into the "comment" feeds
fastwebfeed_pubsubhubbub.module
- hook_nodeapi() moved to fastwebfeed.module
- UI admin page
fastwebfeed_sup.module
- hook_nodeapi() moved to fastwebfeed.module
- UI admin page


