Closed (fixed)
Project:
Drupal core
Version:
5.x-dev
Component:
filter.module
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
5 May 2008 at 03:48 UTC
Updated:
27 Aug 2008 at 18:13 UTC
Jump to comment: Most recent file
I couldn't enter the allowed tags string for the fckeditor. Patch bumps to 500 from 255.
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | allowed_tags_length_0_d5.patch | 907 bytes | scor |
| #1 | allowed_tags_length.patch | 695 bytes | BioALIEN |
| allowed_tags_length.patch | 683 bytes | Steve Dondley |
Comments
Comment #1
BioALIEN commentedAs discussed on IRC, setting maxlength to 500 doesn't really cut it. It should really be a textarea but for simplicity's sake and to ensure this gets committed quickly, I've increased it to 1024.
Setting issue to D7 then we'll work our way down to D6.
Attached is a patch that increases the maxlength from 255 to a reasonable limit of 1024.
Comment #2
BioALIEN commentedSetting to CNR for redLED to contribute a little :)
Comment #3
davidlark commentedI just changed this in filter.module ; I know I shouldn't hack core, but it seemed like the easy thing to do. I don't know if this is the place to make such a request, but could this simple change make its way into 6.4? Thanx
Comment #4
BioALIEN commentedThe world is disappointed with redLED.
Marking as RTBC. Please backport this to 6.x and 5.x as the same patch applies.
Comment #5
dries commentedCommitted to CVS HEAD and DRUPAL-6. Thanks! :)
Comment #6
BioALIEN commentedThanks Dries, this needs fixing in D5.x also.
Comment #7
davidlark commentedI agree with the 1024 limit, as I just counted the letters in the non-deprecated html4 tags, and it came to 507 including the delimiting characters. Thanks
Comment #8
scor commentedrerolling for DRUPAL-5.
Comment #9
drummCommitted to 5.x.
Comment #10
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.