Closed (fixed)
Project:
Drupal core
Version:
6.x-dev
Component:
profile.module
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
13 Feb 2006 at 08:34 UTC
Updated:
18 Aug 2007 at 02:18 UTC
Jump to comment: Most recent file
Comments
Comment #1
Tobias Maier commentedComment #2
Tobias Maier commentedfalse version...
Beside this I changed a few additional things:
theme_profile_list_profiles()was a little bit ugly, because it wanted to have a result as argument. Now it wants an arrayprofile_admin_overview()- replaced a hardcoded list withtheme('item_list', ...)Comment #3
munga commentedI like this patch a lot...
it will solve all my problems here : http://drupal.org/node/49485
The patch applies to HEAD and it seems working ok...
Comment #4
Tobias Maier commentedthanks,
it would be nice if some more people could review this issue.
I mean who could take a look at the code and try the patch on their testsite...
btw. I did a new patch which replaces hardcoded html with themeable functions in the aggregator.module
Comment #5
Tobias Maier commentedI synced this patch with head again.
I removed this feature
I hope you could review this patch - it is not a big change - and commit it to head, because for me it cleans up a bit of code and I don't want to maintain a fork of drupal 4.7 only because of this small change...
Comment #6
Tobias Maier commentedhere is a new patch
which replaces in line 750 something simmilar to
$field-title .':'witht('%title:', array('%title' => $field->title))I saw this issue the first time as I did a patch together with Zen.
He wrote:
Comment #7
Tobias Maier commentedrerolled to head
Comment #8
Tobias Maier commentedComment #9
chx commentedComment #10
dmitrig01 commentednot even close to applying - sorry
Comment #11
Bèr Kessels commentedMarking it as a bug. This function contains hardcoded HTML. We agreed upon such things being (critical) bugs. Hardcoded HTML is for certain not a feature request but at least a "mistake".
Comment #12
dvessel commentedhttp://drupal.org/node/162134
fixed.
Comment #13
(not verified) commented