-
- Downloads
- Patch 4902 by Goba:
+ only adds an optional parameter to url() and l(), so individual links can be set to be absolute + modifies drupal_goto() to accept the parameters of url() without the $absolute parameter, so cleaner invocations can be used + rework of some code in node_feed, making it much better to look at (the current code uses foreach with an immediate brake to get the first key of the associative array, geeeeez) + added xml:base to the rss tag generated by node_feed() + set all user mail URLs to be absolute + fix a small fragmented URL in user.module
Showing
- includes/common.inc 19 additions, 15 deletionsincludes/common.inc
- modules/comment.module 3 additions, 3 deletionsmodules/comment.module
- modules/comment/comment.module 3 additions, 3 deletionsmodules/comment/comment.module
- modules/forum.module 1 addition, 1 deletionmodules/forum.module
- modules/forum/forum.module 1 addition, 1 deletionmodules/forum/forum.module
- modules/node.module 12 additions, 9 deletionsmodules/node.module
- modules/node/node.module 12 additions, 9 deletionsmodules/node/node.module
- modules/user.module 10 additions, 10 deletionsmodules/user.module
- modules/user/user.module 10 additions, 10 deletionsmodules/user/user.module
Loading
Please register or sign in to comment