Closed (fixed)
Project:
Web Links
Version:
master
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
18 Jul 2008 at 19:25 UTC
Updated:
29 Jul 2008 at 13:55 UTC
Jump to comment: Most recent file
I did a quick search just now. Seems 255 indeed is far beneath the standard. 2048 is a number that, to me, sticks out... perhaps 2000.
http://www.boutell.com/newfaq/misc/urllength.html
mdlueck
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | weblinks.zip | 22.18 KB | nancydru |
| #2 | weblinks34.patch | 2.23 KB | nancydru |
Comments
Comment #1
mdlueck commentedSubscribe...
Comment #2
nancydruHere's 6.x.
Comment #3
nancydruComment #4
nancydruFix committed to both 6.x and 5.2 branches. Need to roll a new release.
@mdlueck: do you know how to check out a version from CVS? I'd like you to test if before rolling a release.
Comment #5
mdlueck commented@NancyDru: No ideas where to begin looking for the CVS. However, I do have a Linux desktop these days, so think Linux has me better prepared to do so.
Comment #6
nancydruHere's a zipped version of the 5.2 version of the module.
Comment #7
mdlueck commentedI tried the module attached to #6 on a clean / test install of Drupal. I enabled the module and ended up with a red error box:
Obviously in no rush, so I will not proceed further.
Comment #8
nancydruIn the create statement at the top of the module, I guess I missed a comma.
should be:
Comment #9
mdlueck commentedGot it successfully installed with that in place. Tried to create a long URL and I got this red error box:
Seems a length limit bit of logic is still in place.
Comment #10
nancydruAhh, I'm being very blonde the last few days. That's on line 104 (6.x) or 488 (5.x); just remove the 'maxlength' line. Sorry about that.
Comment #11
mdlueck commentedI found the offending entry on 480 of the 5.x module. 488 was for the weight field. Zapping 480 indeed put this right. Please make sure you indeed zapped the correct line on your side.
Comment #12
mdlueck commentedAll right, I just checked out all of the functionality I am aware of in the 5.x version. With the above mentioned tweaks, looks like an excellent build to me.
Disable / uninstall / enable again works and everything seems to come back properly.
Long URL's work properly.
Can not find stray HTML tags that show up in the web browser.
When editing an existing weblink, link categories are properly selected, remain selected.
Looks like an excellent build to me.
To migrate to this build when it releases, I think I will uninstall my custom fork, and re-create links on my sites. It will not take me very long at this point. Better safe than sorry I think.
Thank you so much! :-)
Comment #13
nancydruGreat! Robert is unavailable for a day or two, so I'd like to wait to create a new release.
Comment #14
nancydruComment #15
mdlueck commented#13 + #14 = Is this included in 5.x-1.15 then? I did not see this mentioned here:
http://drupal.org/node/282749
Please let me know and I will test the finished results at some point. Thanks! :-)
Comment #16
nancydruActually, I think that was in -.14. But whichever it was, yes the change is there just the way you wanted it.
Comment #17
mdlueck commentedThanks, I will pull down the new build and check it out then! :-)