The default links extension do not handle Mac/Linux line endings "\n\r". This patch will fix this using the same trick as the core list field module uses.
This patch also adds validation of the input pattern in the default links configuration form.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | og_menu_default_links-2140853-3.patch | 6.7 KB | cableman0408 |
| #1 | og_menu_default_links-2140853-1.patch | 6.05 KB | cableman0408 |
Comments
Comment #1
cableman0408 commentedComment #2
rv0 commentedIt's a feature/module I never use myself..
Patch seems good, one small remark, watchdog messages cannot contain dynamic values.
https://api.drupal.org/api/drupal/includes%21bootstrap.inc/function/watc...
So the statement you are improving on line 94 could use some more improvement.
Comment #3
cableman0408 commentedYou are totally right :-) and I have updated the patch with a fix for the watchdog statement.
Comment #4
rv0 commentedCommitted.. I feel it will be time for a new RC version release soon.