rss_permissions_feed_url_access |
./rss_permissions.module |
This function checks if user has permissions to view a given feed.
The logic is slightly different from rss_permissions_menu_access,
since we only have the feed URL to work with. |
2 |
|
rss_permissions_form |
./rss_permissions.module |
Administartion page for RSS Permissions settings. |
|
1 |
rss_permissions_help |
./rss_permissions.module |
Implementation of hook_help(). |
|
|
rss_permissions_install |
./rss_permissions.install |
Implementation of hook_install(). |
|
|
rss_permissions_menu |
./rss_permissions.module |
Implementation of hook_menu(). |
|
|
rss_permissions_menu_access |
./rss_permissions.module |
Check permissions to access menu callbacks. |
|
1 |
rss_permissions_menu_alter |
./rss_permissions.module |
Implementation of hook_menu_alter(). |
|
|
rss_permissions_perm |
./rss_permissions.module |
Implementation of hook_perm(). |
|
|
rss_permissions_preprocess_page |
./rss_permissions.module |
Implementation of theme_preprocess_page().
Use regex to remove RSS link from HEAD, if the user has no permission for that feed. |
|
|
rss_permissions_theme_registry_alter |
./rss_permissions.module |
Implementation of hook_theme_registry_alter to override theme_feed_icon(). |
|
|
rss_permissions_uninstall |
./rss_permissions.install |
Implementation of hook_uninstall(). |
|
|
rss_permissions_update_6001 |
./rss_permissions.install |
|
|
|
theme_rss_permissions_feed_icon |
./rss_permissions.module |
Overriding theme_feed_icon().
Check permission to view the feed before displaying the icon. |
|
1 |