Closed (fixed)
Project:
Drupal Commons
Version:
6.x-2.7
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
13 Jun 2012 at 13:49 UTC
Updated:
12 Jul 2012 at 09:40 UTC
Jump to comment: Most recent file
Comments
Comment #1
ezra-g commentedThanks for the patches!
Tagging this and marking as "needs review" for review in the 6.x-2.8 release.
Comment #2
ezra-g commentedThanks. Features.patch looks ready to go, but the other patches should use the @ replacement character instead of "!" per http://api.drupal.org/api/drupal/includes%21common.inc/function/t/6.
It would be awesome if you could revise and roll these into a single patch.
Comment #3
slowflyer commentedThe replacement needs to be done with "!", the variables contain HTML. Otherwise you'll end up with:
Submitted by <a href="/box25/de/users/albert" title="Benutzerprofil anzeigen.">albert</a>
Comment #4
ezra-g commentedMy mistake - You are correct.
This is committed http://drupalcode.org/project/commons.git/commitdiff/b351538?hp=8c85714a....
Thanks for catching these!
Note: I had to re-roll/manually apply these patches since they didn't apply with git apply, patch -p1 or patch -p0. It would save some time if your future patches could follow http://drupal.org/patch/create.
Comment #6
slowflyer commentedOne patch is missing in commons 2.8.
New one attached.