Closed (fixed)
Project:
Bootstrap
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
10 Mar 2015 at 01:11 UTC
Updated:
8 Dec 2015 at 11:56 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
markhalliwell@neardark, this will need to be converted to and tested on 8.x.
Comment #4
neardark commentedPatch of port for review. Changed some things, so worth a peek.
Comment #5
markhalliwellThere's no need to move the JS settings,
hook_js_alter()is still a valid alter hook allowed for themes.I wouldn't split this functionality out just yet. This is the only place this is using it and until we have more, it makes no sense. If anything we really should create an entirely new theme hook like
bootstrap_popupor something, but that's an entirely separate feature.Are these files really intended to be fully removed? Is there templates that need to be created instead? Having entire files removed at this point isn't recommended unless there is indeed a replacement available, otherwise we risk losing parity (and features) between 7.x-3.x and 8.x-3.x.
Comment #6
neardark commentedRe #1:
OK, thanks. I'll re-add in js_alter()
Re #2:
Ah, yes, ok.
Re #3:
Yes, they should be removed as multi-file widget and file-managed seem to be handled fine with the core preprocess functions. But this probably bears more testing. I'll go back and re-test.
My goal is to retain all features of course. As far is keeping parity across branches that's a bit more difficult, unless I'm not understanding something.
Comment #7
markhalliwellNot porting this to 8.x (for now).