Closed (fixed)
Project:
Drupal core
Version:
6.x-dev
Component:
profile.module
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
27 May 2008 at 21:16 UTC
Updated:
15 Mar 2010 at 10:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
dave reidConfirmed that using echo drupal_to_js($var) is not the intended use. This bug is still present in 7.x and is also should be fixed in system_date_time_lookup.
Comment #2
dave reidSetting this to 7.x and will need to backport to 6.x
Comment #3
dries commentedLooks like upload.module might need to be updated too?
Comment #4
dave reidNo, it looks like there's a later comment explanation in upload_js, but the explanation is still kinda weird...
Comment #6
dave reidFailed due to #74645: modify file_scan_directory to include a regex for the nomask.. Setting back to code needs review.
Comment #7
drewish commentedpatch still applies and everything seems to work. ran through the install and the timezone was selected correctly (i'm assuming that's what that bit of js does). created a profile text field and tested that the auto complete suggested properly. i'm assuming that's all there is to test.
Comment #8
dries commentedCommitted to CVS HEAD. Thanks.
Comment #9
pasqualleComment #10
dave reidPatch for 6.x ready for review.
Comment #11
c960657 commentedThere are also two occurrences in upload.module.
Comment #12
merlinofchaos commentedupload.module was covered in #3 and #4.
Comment #13
c960657 commentedOops, sorry about that. In that case I guess it's RTBC.
Comment #14
gábor hojtsyThanks, committed to Drupal 6.