Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
filter.module
Priority:
Critical
Category:
Task
Assigned:
Reporter:
Created:
22 Aug 2009 at 22:18 UTC
Updated:
3 Jan 2014 at 00:29 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
dropcube commentedThis API would useful for #556838: Install profiles should install the text formats they require
Comment #2
moshe weitzman commentedNice work. We have good code coverage for this with testFilterAdmin() class so we can proceed with RTBC.
Ping me if you have a patch to start using strings for text format IDs (hint hint).
Thanks for working on our neglected text format system.
Comment #3
sunWrong indentation.
These lines could use some simple comments to explain what's being done.
(and elsewhere) Trailing white-space.
Better check using !empty().
Wrong indentation and trailing white-space here.
I'm on crack. Are you, too?
Comment #4
dropcube commentedUpdate patch fixing issues reported by sun and other cleanups.
Comment #5
dropcube commentedComment #6
moshe weitzman commentedComment #7
dries commentedCommitted to CVS HEAD. Thanks.