Skip to content
This repository has been archived by the owner on May 7, 2020. It is now read-only.

added sitemap event subscription mechanism #2030

Merged
merged 12 commits into from
Oct 7, 2016

Commits on Sep 15, 2016

  1. added sitemap event subscription mechanism

    Signed-off-by: Kai Kreuzer <kai@openhab.org>
    kaikreuzer committed Sep 15, 2016
    Configuration menu
    Copy the full SHA
    7c3af1f View commit details
    Browse the repository at this point in the history
  2. allow setting the current page on the initial request and added logging

    Signed-off-by: Kai Kreuzer <kai@openhab.org>
    kaikreuzer committed Sep 15, 2016
    Configuration menu
    Copy the full SHA
    070a32b View commit details
    Browse the repository at this point in the history
  3. BasicUI: SSE sitemap events support (#5)

    Signed-off-by: Vlad Ivanov <vlad-mbx@ya.ru>
    Vlad Ivanov authored and kaikreuzer committed Sep 15, 2016
    Configuration menu
    Copy the full SHA
    6be28c0 View commit details
    Browse the repository at this point in the history
  4. added clean up of closed SSE connections

    Signed-off-by: Kai Kreuzer <kai@openhab.org>
    kaikreuzer committed Sep 15, 2016
    Configuration menu
    Copy the full SHA
    f505fb3 View commit details
    Browse the repository at this point in the history
  5. avoided servlet exception on unknown subscription id

    Signed-off-by: Kai Kreuzer <kai@openhab.org>
    kaikreuzer committed Sep 15, 2016
    Configuration menu
    Copy the full SHA
    df54ea4 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2016

  1. BasicUI: refactor: move some template processing code to abstract class

    Signed-off-by: Vlad Ivanov <vlad-mbx@ya.ru>
    Vlad Ivanov authored and kaikreuzer committed Sep 18, 2016
    Configuration menu
    Copy the full SHA
    292f66b View commit details
    Browse the repository at this point in the history
  2. BasicUI: fix widget referencing for SSE stream

    Signed-off-by: Vlad Ivanov <vlad-mbx@ya.ru>
    Vlad Ivanov authored and kaikreuzer committed Sep 18, 2016
    Configuration menu
    Copy the full SHA
    e0ea4b6 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2016

  1. BasicUI: fix icon and value update for some widgets

    Signed-off-by: Vlad Ivanov <vlad-mbx@ya.ru>
    Vlad Ivanov authored and kaikreuzer committed Sep 19, 2016
    Configuration menu
    Copy the full SHA
    a068a08 View commit details
    Browse the repository at this point in the history
  2. BasicUI: remove test logging

    Signed-off-by: Vlad Ivanov <vlad-mbx@ya.ru>
    Vlad Ivanov authored and kaikreuzer committed Sep 19, 2016
    Configuration menu
    Copy the full SHA
    0d4ce78 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2016

  1. refactored code to avoid duplicate events

    Signed-off-by: Kai Kreuzer <kai@openhab.org>
    kaikreuzer committed Sep 25, 2016
    Configuration menu
    Copy the full SHA
    de5b500 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2016

  1. fixed cleanup of page change listeners

    Signed-off-by: Kai Kreuzer <kai@openhab.org>
    kaikreuzer committed Oct 4, 2016
    Configuration menu
    Copy the full SHA
    b10c974 View commit details
    Browse the repository at this point in the history
  2. also consider change events of group items

    Signed-off-by: Kai Kreuzer <kai@openhab.org>
    kaikreuzer committed Oct 4, 2016
    Configuration menu
    Copy the full SHA
    a47a8ff View commit details
    Browse the repository at this point in the history