Closed (fixed)
Project:
SimpleTest
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
26 Nov 2009 at 10:58 UTC
Updated:
26 Nov 2010 at 21:00 UTC
Jump to comment: Most recent file
Hi,
When verbose is "on" but clean URLs are off:
Inserted verbose links point to:
http://drupal-dev.pokersource.info/drupal6/?q=sites/default/files/simple...
While they should point to:
http://drupal-dev.pokersource.info/drupal6/sites/default/files/simpletes...
Feel free to tell me if you need more information.
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | 643756-simpletest-verbose-cleanurls.patch | 1.03 KB | dave reid |
| #4 | 643756-simpletest-verbose-cleanurls-D6.patch | 1.03 KB | dave reid |
| #3 | 643756-verbose-link-D6.patch | 987 bytes | boombatower |
Comments
Comment #1
proppy commentedFor your information, this happen with:
Clean URLs: Disabled
Comment #2
boombatower commentedDue to:
seems l() adds that stuff when it passed it through url.
Comment #3
boombatower commentedSee if this fixes it for you.
Comment #4
dave reidThat's won't work. The only way to get around it is to create the full path so url() thinks its an external link (like using file_create_url() in D6). Patch attached for review from the 6.x-2.x branch.
Comment #5
boombatower commentedqueue with bot
Comment #6
dave reidPatch without the '-D6' suffix so it can be tested.
Comment #7
dave reidThe original report should have been filed against 6.x-2.x. It works just fine in D7.
Comment #8
dave reidComment #9
dave reidTested and committed to CVS! Thanks everyone.
http://drupal.org/cvs?commit=449954