Postponed
Project:
Text list formatter
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
25 Jan 2010 at 23:04 UTC
Updated:
19 Oct 2011 at 10:04 UTC
Jump to comment: Most recent file
Comments
Comment #1
Crell commentedThe single-field-as-list formatter sounds interesting! Can you make a patch for those?
Comment #2
hefox commentedHere's the patch for the single list formatters, with some slight changes.
Originally had a check if ($items > 1), do the theme lists, otherwise just return regularly, remove that, but not sure if I should have or not.
Never patched using cvs before, assumign cvs diff . > patchfile will work
Comment #3
Crell commentedEh, not quite. If you're patching from CVS, you want to use:
cvs diff -Nup > patchfile.patch
(CVS's default patch format is useless.)
Comment #4
hefox commentedwow, I most have been very very out of it earlier cause I swear I looked at the patch after I was done, and I do know what patches look like /embarrassed O.O
Comment #5
becw commentedThe "single textfield formattered as un/ordered lists based on line breaks" feature happened to be in the D7 port patch that I committed today! I didn't even notice it wasn't in the D6 version, but I'm glad that it had precedent!
My one comment would be that we should make sure that input formats are applied to the text after it's broken up and before it gets output--that was an issue with the first round of the D7 implementation.
Personally, I'm not interested in adding new features to the D6 version at this point. I'm gonna mark this as postponed in case someone else takes interest.
Comment #6
becw commentedAlso, moved to dev.
Comment #7
damiankloip commented@hefox, yep, this was indeed in my port patch for D7 version. I can look at the D6 patch here are add this to the D6 branch. I think I will pretty much be doing bugfixes only on the D6 branch and not really any new features (unless there are patches of course! :) ).