Closed (fixed)
Project:
Soft Length Limit
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 May 2013 at 17:13 UTC
Updated:
4 Jan 2014 at 03:28 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
toddtomlinson commentedCreating a patch to fix this issue. Patch up soon.
Comment #2
toddtomlinson commentedPatch attached that fixes the issue of soft length limit not working for titles.
1) Added the field to collect whether the editor wants the enhanced or original version of soft length limit
2) Updated the css to add the container for title (vs fields)
Comment #3
toddtomlinson commentedThe attached fixes the issue of the title not showing the soft length limit when just the title has a limit and no other fields do. This includes everything in the previous patch, plus this one use case.
Comment #4
toddtomlinson commentedComment #5
toddtomlinson commentedRevised all inclusive patch with minor fix.
Comment #6
toddtomlinson commentedRevised patch - fixing the issue where the variable for the style is set.
Comment #7
elijah lynnThis should not be in the patch, it gets added by the packaging script.
Comment #8
elijah lynnOther than the issue in #7 where it doesn't apply cleanly this does appear to allow soft length limit work on titles. However, it creates this set of errors when saving the content type (bundle) settings.
Comment #9
toddtomlinson commentedFixed issues identified by Elijah in comments above. New patch attached.
Comment #10
elijah lynnWorks, thanks Todd!
Comment #11
SYarlagadda commentedThis does not seem to work for certain content types. It does not show icons for some of them.
I cannot reproduce this always. But I will post back if I will ever be able to reproduce.
Comment #12
esbenvb commentedPatch has been applied, among some other changes and a new dev release has been made.
There was also a problem with node titles that had no minimum length specified, i made 0 the default value now, and fixed the missing javascript when the title was the only soft length limited element. And fixed some code standard issues - always remember to run pareview.sh before posting a patch and look at your patch files for unintended extra spaces, removed spaces etc.
toddtomlinson or Elijah Lynn would you be interested in co-maintaining the module? At the moment i have not got that much time for the module and the system where we use it, only requires the basic functionality I made initially.
Comment #13
elijah lynnHi Esben,
I would be interested in co-maintaining the module with you. We are currently using it for a lot of sites and it would definitely help us out.
Thanks
Comment #14
richburke commentedFix for the situation in which SLLs don't appear for custom Content Type titles.
This patch is dependent upon a patch that will be submitted by my colleague. Until that time, I've marked the status as Active.
Comment #15
elijah lynnThanks Rich,
Lets open a new issue for this though since this one has already been applied/fixed.