Closed (fixed)
Project:
RefreshLess
Version:
8.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Task
Assigned:
Reporter:
Created:
22 Mar 2016 at 16:52 UTC
Updated:
2 May 2016 at 16:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
wim leersComment #3
wim leersComment #4
wim leersComment #5
wim leersUgly, hacky initial version, but it works. Clean-up to follow.
Comment #6
wim leersI forgot two very important hunks.
Comment #7
wim leersCleaned up the event subscriber.
Comment #8
wim leersCleaned up the new AJAX command.
Comment #9
wim leersFirst round of simplification for
RefreshlessRenderer.Comment #10
wim leersSecond round of simplification for
RefreshlessRenderer: the calculation of<title>. This now is also guaranteed to work with any theme's custom page title processing/rendering.Comment #11
wim leersOpened #2705293: [PP-1] A page's <title> should not be determined by html.html.twig and hook_preprocess_html(), but should be #attached and bubbled up for 10.
Comment #12
wim leersUpdated patch per #11.
Comment #13
wim leersThird round of simplification for
RefreshlessRenderer: the calculation of HTML<head>.Comment #14
wim leersCleaned up the JS.
Comment #16
wim leersComment #17
wim leersNoticed a small bug, pushing a follow-up commit.