The help section for the buddylist needs to be updated as per http://drupal.org/node/24768

Please commit this (or a modified version as you see fit) to HEAD and DRUPAL-4-6.

-Ankur

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

puregin’s picture

FileSize
3.54 KB

The previous patch propagates a number of errors present in the source help text.

The attached patch fixes a number of these:
- buddies' buddies, not buddy's buddy's
- 'and thereby explore', not 'and thereby exploring'
- permisions -> permissions
- link to block settings rather than buddylist settings corrected

In addition I have removed some redundant text and clarified the description a bit. I've also replaced the '>>' sequence with '»' in the admin links, and converted some of the existings function comments to PHPDoc comments where it seemed appropriate.

walkah’s picture

committed puregin's version to 4.6 and HEAD, thanks guys!

Anonymous’s picture

ankur’s picture

Component: Documentation » Code
FileSize
1.05 KB

Aye. Have to open this issue again. There's a problem with the recently added help hooks where the calls to url() contain a '/' at the beginning of the path passed to url().

Here's a patch to fix it. Please apply to HEAD and DRUPAL-4-6...

-Ankur

ankur’s picture

robertDouglass’s picture

Status: Needs review » Fixed

Committed. Thanks Ankur.

Anonymous’s picture

Status: Fixed » Closed (fixed)