Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LPS-110351 Wrap tests render in act #537

Closed
wants to merge 98 commits into from
Closed

LPS-110351 Wrap tests render in act #537

wants to merge 98 commits into from

Commits on May 4, 2020

  1. Copy the full SHA
    061d0c9 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    0aaf1e0 View commit details
    Browse the repository at this point in the history
  3. LPS-112630 prep next

    brianchandotcom committed May 4, 2020
    Copy the full SHA
    9b2daf0 View commit details
    Browse the repository at this point in the history
  4. LPS-112630 prep next

    brianchandotcom committed May 4, 2020
    Copy the full SHA
    5e870c4 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    c8440aa View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    217ffd7 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    1a4eaa6 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    aae707f View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    bb3905f View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    7dcf674 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    3bf9985 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    bcc73c6 View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    a2cae1b View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    407d325 View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    d62d8c5 View commit details
    Browse the repository at this point in the history
  16. Copy the full SHA
    0fedb6c View commit details
    Browse the repository at this point in the history
  17. LPS-112821 Escape URL

    cgoncas authored and brianchandotcom committed May 4, 2020
    Copy the full SHA
    29bea67 View commit details
    Browse the repository at this point in the history
  18. LPS-112821 Fix test

    cgoncas authored and brianchandotcom committed May 4, 2020
    Copy the full SHA
    126bbb3 View commit details
    Browse the repository at this point in the history
  19. LPS-112821 sort

    brianchandotcom committed May 4, 2020
    Copy the full SHA
    66c7a02 View commit details
    Browse the repository at this point in the history
  20. Copy the full SHA
    ed796b4 View commit details
    Browse the repository at this point in the history
  21. LPS-101618 Deprecate Liferay.Util.toggleDisabled

    The goal of this change to mark the `Liferay.Util.toggleDisabled`
    function as deprecated: we still need it as a global to avoid breaking
    changes, but now we also provide a way to `import` the function to avoid
    using globals.
    mateomustapic authored and brianchandotcom committed May 4, 2020
    Copy the full SHA
    c7f02bd View commit details
    Browse the repository at this point in the history
  22. LPS-101618 Only set disabled if a boolean is passed

    In this function we set the disabled attribute on a collection of
    `Node`s, which should be a boolean value according to
    https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/disabled
    but up to now this function would accept any value
    Julien Castelain authored and brianchandotcom committed May 4, 2020
    Copy the full SHA
    84b54df View commit details
    Browse the repository at this point in the history
  23. LPS-101618 Remove type checking for state

    As disussed here
    julien#273 (comment),
    in [d87f904](julien@d87f904)
    a type check was added for the `state` argument but since it might break
    exiting code we should remove it.
    Julien Castelain authored and brianchandotcom committed May 4, 2020
    Copy the full SHA
    ef5d17a View commit details
    Browse the repository at this point in the history
  24. LPS-101618 Replace 1 with Node.ELEMENT_NODE

    As discussed here
    julien@d87f904#r417834122,
    we should avoid using magic constants.
    Julien Castelain authored and brianchandotcom committed May 4, 2020
    Copy the full SHA
    b40855a View commit details
    Browse the repository at this point in the history
  25. LPS-101618 Manually format test file

    As suggested here
    julien#273 (comment),
    add blank lines before and after `for` blocks and add a blank line after
    `const` declarations
    Julien Castelain authored and brianchandotcom committed May 4, 2020
    Copy the full SHA
    dfc0cd4 View commit details
    Browse the repository at this point in the history
  26. LPS-101618 Fix import for toggleDisabled

    In [9e8c412](julien@9e8c412),
    we used a named import for the `toggleDisabled` function which is
    exported as default, and this caused the following error
    https://issues.liferay.com/browse/LPS-112842
    Julien Castelain authored and brianchandotcom committed May 4, 2020
    Copy the full SHA
    69daafe View commit details
    Browse the repository at this point in the history
  27. Copy the full SHA
    9b6e16e View commit details
    Browse the repository at this point in the history
  28. Copy the full SHA
    c6e02b1 View commit details
    Browse the repository at this point in the history
  29. Copy the full SHA
    5105456 View commit details
    Browse the repository at this point in the history
  30. Copy the full SHA
    653aebe View commit details
    Browse the repository at this point in the history
  31. LPS-112702 - set languageId to default site language, not themedispla…

    …y language in content page editor display context
    wanderlast authored and brianchandotcom committed May 4, 2020
    Copy the full SHA
    fbebc7b View commit details
    Browse the repository at this point in the history
  32. LPS-112740 There are cases where we don't have a structure, such as p…

    …review or importing, so control the NPE
    jkappler authored and brianchandotcom committed May 4, 2020
    Copy the full SHA
    4f7f446 View commit details
    Browse the repository at this point in the history
  33. Copy the full SHA
    79faf4e View commit details
    Browse the repository at this point in the history
  34. LPS-112740 Also take the FragmentDropzoneLayoutStructureItem into acc…

    …ount when importing a page definition
    jkappler authored and brianchandotcom committed May 4, 2020
    Copy the full SHA
    908211d View commit details
    Browse the repository at this point in the history
  35. Copy the full SHA
    b96d438 View commit details
    Browse the repository at this point in the history
  36. Copy the full SHA
    f333eb6 View commit details
    Browse the repository at this point in the history
  37. LPS-112822 Hugo SF

    brianchandotcom committed May 4, 2020
    Copy the full SHA
    dadee9e View commit details
    Browse the repository at this point in the history
  38. Copy the full SHA
    00671a4 View commit details
    Browse the repository at this point in the history
  39. Copy the full SHA
    1a4d8d8 View commit details
    Browse the repository at this point in the history
  40. Copy the full SHA
    2577ae7 View commit details
    Browse the repository at this point in the history
  41. Copy the full SHA
    067bf6a View commit details
    Browse the repository at this point in the history
  42. LPS-112896 SF

    brianchandotcom committed May 4, 2020
    Copy the full SHA
    646127a View commit details
    Browse the repository at this point in the history
  43. Copy the full SHA
    c1964ba View commit details
    Browse the repository at this point in the history
  44. Copy the full SHA
    e688696 View commit details
    Browse the repository at this point in the history
  45. Copy the full SHA
    d8771fa View commit details
    Browse the repository at this point in the history
  46. LPS-112924 Update tests

    dgarciasarai authored and brianchandotcom committed May 4, 2020
    Copy the full SHA
    56783eb View commit details
    Browse the repository at this point in the history
  47. Copy the full SHA
    0a0b769 View commit details
    Browse the repository at this point in the history
  48. LPS-112764 Bump version

    mtambara authored and brianchandotcom committed May 4, 2020
    Copy the full SHA
    6eeb5bd View commit details
    Browse the repository at this point in the history
  49. LPS-112764 Apply usages

    mtambara authored and brianchandotcom committed May 4, 2020
    Copy the full SHA
    5d13218 View commit details
    Browse the repository at this point in the history
  50. LPS-112764 prep next

    brianchandotcom committed May 4, 2020
    Copy the full SHA
    7c77455 View commit details
    Browse the repository at this point in the history
  51. Copy the full SHA
    243df87 View commit details
    Browse the repository at this point in the history
  52. Copy the full SHA
    c280400 View commit details
    Browse the repository at this point in the history
  53. LPS-100268 Versioning.

    Preston-Crary authored and brianchandotcom committed May 4, 2020
    Copy the full SHA
    3a1c33f View commit details
    Browse the repository at this point in the history
  54. Copy the full SHA
    c34f4b4 View commit details
    Browse the repository at this point in the history
  55. Copy the full SHA
    02395b5 View commit details
    Browse the repository at this point in the history
  56. LPS-112693 Fix ArrayIndexOutOfBoundsException from editing a recurrin…

    …g event using the Following Events option after the first event in the series has been deleted
    jesseyeh-liferay authored and brianchandotcom committed May 4, 2020
    Copy the full SHA
    323e7c7 View commit details
    Browse the repository at this point in the history
  57. LPS-112693 Add test

    This test sets up the following scenario:
    1. A calendar event is created on 2016 Jan 01 that repeats until X date
    2. The event on 2016 Jan 01 is deleted
    3. The event on 2016 Jan 02 is modified so that it repeats until 2016
    Jan 03
    
    The entire series now starts from 2016 Jan 02 and ends on 2016 Jan 03.
    Because of the modification in Step 3, this scenario now consists of two
    CalendarBookings which share the same recurringCalendarBookingId:
    1. A CalendarBooking on 2016 Jan 01 that repeats until 2016 Jan 01
    2. A CalendarBooking on 2016 Jan 02 that repeats until 2016 Jan 03
    
    Retrieving the last CalendarBooking instance for the 2016 Jan 01
    CalendarBooking expands into an empty list. An
    ArrayIndexOutOfBoundsException occurs as a result due to a .size() - 1
    operation being performed on the empty list.
    jesseyeh-liferay authored and brianchandotcom committed May 4, 2020
    Copy the full SHA
    f2d0975 View commit details
    Browse the repository at this point in the history
  58. LPS-112693 SF

    inacionery authored and brianchandotcom committed May 4, 2020
    Copy the full SHA
    90e1472 View commit details
    Browse the repository at this point in the history
  59. Copy the full SHA
    31966f6 View commit details
    Browse the repository at this point in the history
  60. Copy the full SHA
    bd1ce4e View commit details
    Browse the repository at this point in the history
  61. LPS-112857 Versioning.

    Preston-Crary authored and brianchandotcom committed May 4, 2020
    Copy the full SHA
    5ab145a View commit details
    Browse the repository at this point in the history
  62. Copy the full SHA
    4becddc View commit details
    Browse the repository at this point in the history
  63. Copy the full SHA
    1108054 View commit details
    Browse the repository at this point in the history
  64. Copy the full SHA
    03ad778 View commit details
    Browse the repository at this point in the history
  65. Copy the full SHA
    40dd4d1 View commit details
    Browse the repository at this point in the history
  66. Copy the full SHA
    b47fec0 View commit details
    Browse the repository at this point in the history
  67. Copy the full SHA
    667abc1 View commit details
    Browse the repository at this point in the history
  68. Copy the full SHA
    523e6c3 View commit details
    Browse the repository at this point in the history
  69. Copy the full SHA
    17f4fd6 View commit details
    Browse the repository at this point in the history
  70. Copy the full SHA
    350a63c View commit details
    Browse the repository at this point in the history
  71. Copy the full SHA
    51b0c39 View commit details
    Browse the repository at this point in the history
  72. LPS-112367 Remove stuff relating to resize de video element. Will be …

    …handled later in a different issue
    ambrinchaudhary authored and brianchandotcom committed May 4, 2020
    Copy the full SHA
    d41e29c View commit details
    Browse the repository at this point in the history
  73. LPS-112367 Include css

    ambrinchaudhary authored and brianchandotcom committed May 4, 2020
    Copy the full SHA
    4f2c2dc View commit details
    Browse the repository at this point in the history
  74. Copy the full SHA
    382e8bc View commit details
    Browse the repository at this point in the history
  75. LPS-112367 Add stylesheet and style for videoembed plugin

    Julien Castelain authored and brianchandotcom committed May 4, 2020
    Copy the full SHA
    9cd1c66 View commit details
    Browse the repository at this point in the history
  76. Copy the full SHA
    80a67f5 View commit details
    Browse the repository at this point in the history
  77. Copy the full SHA
    9be5a6e View commit details
    Browse the repository at this point in the history
  78. LPS-112367 SF

    ambrinchaudhary authored and brianchandotcom committed May 4, 2020
    Copy the full SHA
    8fcd1a2 View commit details
    Browse the repository at this point in the history
  79. Revert "LPS-112367 Remove stuff relating to resize de video element. …

    …Will be handled later in a different issue"
    
    This reverts commit 89049e1.
    ambrinchaudhary authored and brianchandotcom committed May 4, 2020
    Copy the full SHA
    3a0e0b6 View commit details
    Browse the repository at this point in the history
  80. Copy the full SHA
    77ef755 View commit details
    Browse the repository at this point in the history
  81. Copy the full SHA
    3d4f369 View commit details
    Browse the repository at this point in the history
  82. Copy the full SHA
    47084b2 View commit details
    Browse the repository at this point in the history
  83. LPS-112368 SF

    ambrinchaudhary authored and brianchandotcom committed May 4, 2020
    Copy the full SHA
    2b644b3 View commit details
    Browse the repository at this point in the history
  84. LPS-112368 Fix the resizer plugin

    Since the plugin is now in an iframe, several changes were required
    to get the resizer plugin to work correctly.
    Julien Castelain authored and brianchandotcom committed May 4, 2020
    Copy the full SHA
    0124e70 View commit details
    Browse the repository at this point in the history
  85. LPS-112368 chain

    brianchandotcom committed May 4, 2020
    Copy the full SHA
    087259a View commit details
    Browse the repository at this point in the history
  86. Copy the full SHA
    c1ea731 View commit details
    Browse the repository at this point in the history
  87. Copy the full SHA
    410121b View commit details
    Browse the repository at this point in the history
  88. LPS-112922 Faster

    petershin authored and brianchandotcom committed May 4, 2020
    Copy the full SHA
    d75501e View commit details
    Browse the repository at this point in the history
  89. Copy the full SHA
    6142057 View commit details
    Browse the repository at this point in the history
  90. Copy the full SHA
    56abdff View commit details
    Browse the repository at this point in the history
  91. Copy the full SHA
    8e8ad48 View commit details
    Browse the repository at this point in the history
  92. Copy the full SHA
    f2aadf3 View commit details
    Browse the repository at this point in the history
  93. Copy the full SHA
    31d7afb View commit details
    Browse the repository at this point in the history
  94. Copy the full SHA
    3951ea6 View commit details
    Browse the repository at this point in the history
  95. LPS-112922 prep next

    brianchandotcom committed May 4, 2020
    Copy the full SHA
    ab26fe9 View commit details
    Browse the repository at this point in the history
  96. LPS-112922 prep next

    brianchandotcom committed May 4, 2020
    Copy the full SHA
    0b9d2e2 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2020

  1. Copy the full SHA
    fc31260 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    5b05072 View commit details
    Browse the repository at this point in the history