Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
contextual.module
Priority:
Normal
Category:
Task
Assigned:
Issue tags:
Reporter:
Created:
26 Dec 2013 at 06:53 UTC
Updated:
29 Jul 2014 at 23:14 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
jibranI haven't done the renaming part yet.
contextual.toolbar.jshas a model attributeand we are also doing
if (Drupal.contextual && Drupal.contextual.collection) {So I don't think that we can move
Drupal.contextualToolbar.modeltoDrupal.contextual.ToolbarModelbecause if we want to moveDrupal.contextualToolbar.VisualViewtoDrupal.contextual.ToolbarVisualViewthen we have to changeto
which is not right.
Comment #2
nod_Umm that's fair enough. Good for me, thanks !
We'll see about the renaming once we get around documenting that stuff.
Comment #4
jibranForgot to add a file.
Comment #5
nod_All good, thanks.
Comment #6
xjm4: d8.split-contextual.toolbar.js_.2162837-4.patch queued for re-testing.
Comment #7
nod_4: d8.split-contextual.toolbar.js_.2162837-4.patch queued for re-testing.
Comment #9
nod_Comment #10
jibranReroll
Comment #11
wim leersThis patch conflicts with #2162409: Split up contextual.js. Let's get that one in first.
Comment #12
webchickThat one's in, this will need a re-roll.
Comment #13
jibranWe can't split it as it is. First we have to change the Model and Views name because we already have
AuralView.jsforDrupal.contextual.AuralViewso we have to rename theDrupal.contextualToolbar.AuralView.Comment #14
wim leersYep. Here's a patch that does all that.
Comment #15
jibranNice approach. And thanks for Hijeacking my patch :P :D. I'll let @nod_ RTBC it.
Comment #16
wim leersSorry! I really needed needed a break from the huge patches I've been working on. Glad you like it!
Comment #17
jessebeach commentedThe patch still applies.
I manually tested and found no regressions. This patch just pushes some code around into separate files; it does not alter the existing behavior.
Looks good to go.
Comment #19
wim leersTestbot is broken ATM, see #2248217: Update Drush to newer SHA1.
Comment #20
jibran14: split_contextual_toolbar_js-2162837-14.patch queued for re-testing.
Comment #21
wim leersBack to RTBC as per #17.
Comment #23
jessebeach commented14: split_contextual_toolbar_js-2162837-14.patch queued for re-testing.
Comment #24
wim leersGreen again, back to RTBC again, again as per #17.
Comment #25
webchickCommitted and pushed to 8.x. Thanks!
Comment #27
wim leers