Commit Graph

35 Commits (9f2371f26e66cefb60fa7574ea707420469b51bc)

Author SHA1 Message Date
Alex Pott fea11b6de2 Issue #2803779 by pfrenssen, klausi, Mile23, alexpott, dawehner: Update Coder to 8.2.10 and fix errors from improved sniffs 2017-02-11 22:02:19 +00:00
Nathaniel Catchpole df70190165 Issue #2802923 by Wim Leers, casey: Use <span> instead of <div> for BigPipe placeholders 2017-02-06 13:13:56 +00:00
Nathaniel Catchpole c779a82a28 Issue #2771733 by xjm, Wim Leers, joelpittet: Remove _no_big_pipe: TRUE @todo 2017-01-11 22:25:25 +00:00
xjm 54f3839e2d Issue #2797169 by Wim Leers, Fabianx: Mark BigPipe as stable/non-experimental 2016-12-23 10:57:47 -06:00
Alex Pott eea7ce514b Issue #2835758 by Wim Leers: Remove BigPipeInterface and move all of its docs to the implementation 2016-12-21 10:01:23 +00:00
Alex Pott 69c23474e7 Issue #2657684 by Wim Leers, Fabianx, xjm, effulgentsia: Refactor BigPipe internals to allow a contrib module to extend BigPipe with the ability to stream anonymous responses and prime Page Cache for subsequent visits 2016-12-21 08:38:52 +00:00
Alex Pott 94f0aacff6 Issue #2569119 by pwolanin, marvin_B8, jhedstrom, csheltonlcm, alexpott, dawehner, Fabianx, catch: Use Crypt::hashBase64(), not hash('crc32b') or sha1 for placeholder tokens 2016-12-15 10:20:19 +00:00
Nathaniel Catchpole 5021260556 Issue #2835604 by Wim Leers, effulgentsia: BigPipe provides functionality, not an API: mark all classes & interfaces @internal 2016-12-14 12:59:56 +00:00
Alex Pott 79569a7503 Revert "Issue #2712647 by klausi, catch, slasher13, jibran, Manuel Garcia, alexpott, naveenvalecha, neclimdul, dawehner, Wim Leers, pounard: Update Symfony components to ~3.1"
This reverts commit a55b8ef19e.
2016-12-02 11:05:17 +00:00
Alex Pott a55b8ef19e Issue #2712647 by klausi, catch, slasher13, jibran, Manuel Garcia, alexpott, naveenvalecha, neclimdul, dawehner, Wim Leers, pounard: Update Symfony components to ~3.1 2016-12-01 11:00:20 +00:00
Alex Pott 397b680a5f Issue #2567715 by marthinal, hgoto, jpd4nt, mr.baileys, Wim Leers, alexpott: #markup generated by #pre_render callbacks do not get processed by ensureMarkupIsSafe() 2016-09-26 11:22:14 +01:00
Nathaniel Catchpole b9aa30a031 Issue #2792817 by Wim Leers, dawehner: BigPipe decorates html_response.attachments_processor, but uses an inner name based on the decorated service, which can cause problems 2016-09-01 12:54:59 +01:00
xjm a7603d90a6 Issue #2765385 by Wim Leers: Three minor bugs in BigPipe test coverage 2016-08-01 06:08:21 -05:00
Alex Pott 81e51d9f27 Issue #2712935 by Wim Leers, Fabianx, catch, alexpott: Messages are not rendered last, meaning those messages set within placeholders only appear on the next request 2016-07-29 13:17:46 +01:00
xjm 617f68046b Revert "Issue #2771733 by joelpittet: Remove _no_big_pipe: TRUE @todo"
This reverts commit 6418a1c530.
2016-07-25 11:24:48 -05:00
Nathaniel Catchpole 6418a1c530 Issue #2771733 by joelpittet: Remove _no_big_pipe: TRUE @todo 2016-07-25 13:31:47 +01:00
Alex Pott f95fc93c84 Issue #2678662 by Wim Leers, mondrake, Fabianx, alexpott: Ensure BigPipe does not break when HTML document contains CDATA sections or inline scripts matching certain patterns 2016-07-25 10:13:33 +01:00
Scott Reeves 790c021d78 Issue #2752413 by danmuzyka, alexpott, jhedstrom: Custom CSS classes added to status messages print on page as content when using Classy theme or subthemes 2016-07-21 19:10:48 -04:00
Alex Pott 91987586b8 Issue #2723705 by Wim Leers, catch: Reduce the 200ms BigPipe placeholder interval to 50ms and make it overridable 2016-07-19 15:05:56 +01:00
Nathaniel Catchpole 5e86905f1b Issue #2698811 by danmuzyka, Wim Leers, jhedstrom, Fabianx: BigPipe unnecessarily renders and sends multiple-occurrence placeholders multiple times when using JS — can cause JS errors 2016-07-04 11:40:04 +01:00
Alex Pott 133c212ed9 Issue #2719695 by alexpott, Mile23: Fix 'Drupal.Classes.ClassDeclaration.CloseBraceAfterBody' coding standard 2016-05-08 10:05:38 -05:00
Alex Pott d5d0d6ce87 Issue #2572777 by andypost, alexpott, attiks, andriyun: Fix 'Squiz.Strings.ConcatenationSpacing' coding standard 2016-05-05 12:07:19 +01:00
Alex Pott 6ab5a3aaa1 Issue #2715741 by Mile23, pfrenssen: Fix 'Drupal.Classes.FullyQualifiedNamespace' coding standard 2016-04-30 15:11:15 +01:00
Nathaniel Catchpole 0fcef5bd60 Issue #2702609 by Wim Leers, Berdir, Fabianx: Disable placeholdering (and BigPipe) on unsafe requests to help find forms as fast as possible (to allow EnforcedResponses to work) 2016-04-28 15:04:17 +01:00
Alex Pott 4c11b7a9d0 Issue #2702001 by olafkarsten, Wim Leers: Inject config factory for BigPipe (including in exception handlers) 2016-04-27 17:12:18 +01:00
Alex Pott d6a1d8e959 Issue #2702537 by ifrik, Wim Leers: Update the BigPipe module description to be in line with the Help text standard 2016-04-11 16:55:30 +01:00
Alex Pott bfde6d3423 Issue #2665992 by alexpott, klausi, heykarthikwithu, xjm, tstoeckler: @file is not required for classes, interfaces and traits 2016-04-09 15:48:39 +01:00
Alex Pott e53b13af9e Issue #2678568 by Wim Leers: Ensure good UX & DX even when A) rendering of placeholder fails, B) some response event subscriber fails 2016-04-07 15:04:37 +01:00
Nathaniel Catchpole 980b119935 Issue #2700475 by cilefen: Fix coding standards regressions 2016-04-07 21:49:53 +09:00
Alex Pott ce13a0580f Revert "Issue #2678568 by Wim Leers: Ensure good UX & DX even when A) rendering of placeholder fails, B) some response event subscriber fails"
This reverts commit eee3500713.
2016-03-31 16:51:35 +01:00
Nathaniel Catchpole eee3500713 Issue #2678568 by Wim Leers: Ensure good UX & DX even when A) rendering of placeholder fails, B) some response event subscriber fails 2016-03-30 11:54:40 +09:00
Nathaniel Catchpole 8eb8e89a47 Issue #2670444 by Wim Leers: Embedded AJAX responses aren't application/json, but application/vnd.drupal-ajax 2016-03-08 11:20:31 +09:00
Alex Pott c6e1b96008 Issue #2679867 by Wim Leers, mr.baileys: BigPipe causes PHP notices with JavaScript disabled on error pages 2016-03-07 15:12:44 +00:00
Nathaniel Catchpole 221ab60fd1 Issue #2678628 by Wim Leers: Consider removing the BigPipe no-JS cookie when JS is enabled again in a browser 2016-03-07 12:40:29 +09:00
effulgentsia dda8487697 Issue #2469431 by Wim Leers, Fabianx, swentel, nod_, yched, dawehner, tstoeckler, catch, borisson_: BigPipe for auth users: first send+render the cheap parts of the page, then the expensive parts 2016-03-01 09:57:13 -08:00