CHANGELOG.txt (Fastwebfeed 6.x-1.0-RC1)
- Tags:
- Version:
- Module:
// $Id$
Fastwebfeed x.x-x.x, xxxx-xx-xx
-------------------------------
Fastwebfeed 6.x-1.0-beta1, 2009-11-11
-------------------------------------
Fastwebfeed 6.x-1.0-beta2, 2009-11-21
-------------------------------------
* add 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($object, $type)
The parameters are
- "$object" : "node", ... objects
- "$type" the values could be "node", "comment", "all", "reset all", ...
This function retrieves feed paths related to the different types ($types)
example:
- related to a "node"
- related to a "comment"
- from "all" existing feeds
or "resets all" feed paths.
The param $object is not necessary except for the modules how need a specific object ($object)
* add hook_nodeapi()
* add hook_taxonomy()
* add README.txt
Fastwebfeed 6.x-1.0-RC1, 2009-11-30
-----------------------------------
* add function fastwebfeed_get_path_alias(). This function adds fastwebfeed aliases to an array.
* new hook_sfastwebfeed_plugged_modules_admin()
Get plugged admin forms by calling the hook_fastwebfeed_plugged_modules_admin() in other modules.
* new hook_fastwebfeed_description()
Get help descriptions by calling the hook_fastwebfeed_description() in other modules.
* remove taxonomy definitions and puts these into a new module (fastwebfeed_taxonomy.module)
* remove node definitions and puts these into a include file (fastwebfeed_node.inc)
* add fastwebfeed_node.inc
here you can find the node definitions
* change UI admin page
* change README.txt
* add Simple tests


