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

Release v3.6.5 #1261

Merged
merged 25 commits into from Jun 4, 2019
Merged

Release v3.6.5 #1261

merged 25 commits into from Jun 4, 2019

Commits on Apr 24, 2019

  1. LBSD-2326 Add WhatsApp, Telegram and Viber to the SHARE button

    Removed G+ sharing option from AMP and Default theme
    Fixed some warning on AMP theme and also improved comment form
    eos87 committed Apr 24, 2019
    Copy the full SHA
    a682d3a View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2019

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

Commits on Apr 29, 2019

  1. Copy the full SHA
    29d96c3 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    81099e0 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    7cf73a4 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2019

  1. Copy the full SHA
    5515944 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    703c44b View commit details
    Browse the repository at this point in the history
  3. LBSD-2355 Updated dependency version on Simple theme to get latest up…

    …dates from Default Theme
    eos87 committed Apr 30, 2019
    Copy the full SHA
    4ff6eb8 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2019

  1. Copy the full SHA
    0530437 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    eeb7a47 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2019

  1. Copy the full SHA
    c35ee5f View commit details
    Browse the repository at this point in the history

Commits on May 10, 2019

  1. LBSD-2379 Completed migration of flux module to TS and turned it into…

    … proper es6 class
    
    Added types for this module, first ones in Liveblog
    eos87 committed May 10, 2019
    Copy the full SHA
    77e014d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    fb5a93e View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    a906ce3 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2019

  1. Copy the full SHA
    bfa700c View commit details
    Browse the repository at this point in the history

Commits on May 16, 2019

  1. Copy the full SHA
    fd0f220 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    010d73e View commit details
    Browse the repository at this point in the history

Commits on May 21, 2019

  1. LBSD-2393 Adding ability to listen to editor changes in debounced mode

    Then we hit the backend to update the flag of post so this way we have a real sense of activity in the editor.
    This will make a better TTL for the flag, as it will count the expiration the last time user modified something in the editor
    eos87 committed May 21, 2019
    Copy the full SHA
    247366f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    319241e View commit details
    Browse the repository at this point in the history

Commits on May 24, 2019

  1. LBSD-2393 Implements new modal dialog for posts being edit which edit…

    … flag expire
    
    With this new approach we are trying to solve the problem of auto-closing the editor when the edit flag TTL reached
    so instead we now have our own modal building components and a custom modal dialog that allows the user
    picking from three options instead of closing the editor.
    
    Additionally, the components were build using React and Typescript which makes them the first ones in our stack :)
    the components are mostly react and they have a small combination with angular logic.
    eos87 committed May 24, 2019
    Copy the full SHA
    ec2c921 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2019

  1. Fix broken tests on travis

    I have tried so many things on this topic. I'm listing some of them:
    - Putting the webdriver-update and protractor commands directly in travis.yml file - no difference as using the npm run alternative makes them run correctly after all
    - Update chrome driver to match current version of Chrome (v74 at the moment)
    - Fixed CELERY_BEAT settings as this was adding lot of noise in the logs
    - Found and fixed broken test connected with new modal window introduced in this release - we need to invest some time to improve some logic in the tests, like avoid using too open selectors
    eos87 committed May 28, 2019
    Copy the full SHA
    b3ea8de View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    7670bc5 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    f5647f0 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2019

  1. Copy the full SHA
    b746b23 View commit details
    Browse the repository at this point in the history