This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The Saros Eclipse Plugin". Pusher was dpp-gerrit.

The branch, master has been updated
       via  4835202c93ffa1d012d0d85c800b75f02858cebd (commit)
      from  099d9973a8f98a0b91cb5799135fb66297f447ea (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 4835202c93ffa1d012d0d85c800b75f02858cebd
Author: Bastian Sieker <bsie...@mail.uni-paderborn.de>
Date:   Wed Jun 3 12:16:02 2015 +0200

    [HTML] Introduce contact model and view
    
    Contacts can now be updated on the frontend via triggering the
    "updateContacts" event and are rendered in a list.
    
    Change-Id: If9b31a83be37fa2743d5e9fb9db115c48c9b9268
    Reviewed-on: http://saros-build.imp.fu-berlin.de/gerrit/2245
    Tested-by: Jenkins CI
    Reviewed-by: Sabine Bender <to.apri...@googlemail.com>
    Reviewed-by: Matthias Bohnstedt <matthias.bohnst...@gmail.com>
    Reviewed-by: Stefan Rossbach <srossb...@arcor.de>

-----------------------------------------------------------------------

Summary of changes:
 de.fu_berlin.inf.dpp.ui.frontend/html/js/app.js    |    2 +
 .../html/js/models/contact.js                      |    9 ++++++
 .../html/js/models/{accounts.js => contacts.js}    |    8 +++---
 .../html/js/views/contact.js                       |   28 ++++++++++++++++++++
 .../html/js/views/contacts.js                      |   18 ++++++++++++
 .../html/js/views/main.js                          |   16 +++++++++--
 de.fu_berlin.inf.dpp.ui.frontend/html/package.json |    3 +-
 .../html/templates/accountDropdown.jade            |    2 +-
 .../html/templates/contact.jade                    |   16 +++++++++++
 .../html/templates/contacts.jade                   |    3 ++
 .../html/templates/main.jade                       |   25 +++++++++--------
 .../inf/dpp/ui/renderer/ContactListRenderer.java   |    2 +-
 12 files changed, 110 insertions(+), 22 deletions(-)
 create mode 100644 de.fu_berlin.inf.dpp.ui.frontend/html/js/models/contact.js
 copy de.fu_berlin.inf.dpp.ui.frontend/html/js/models/{accounts.js => 
contacts.js} (59%)
 create mode 100644 de.fu_berlin.inf.dpp.ui.frontend/html/js/views/contact.js
 create mode 100644 de.fu_berlin.inf.dpp.ui.frontend/html/js/views/contacts.js
 create mode 100644 de.fu_berlin.inf.dpp.ui.frontend/html/templates/contact.jade
 create mode 100644 
de.fu_berlin.inf.dpp.ui.frontend/html/templates/contacts.jade


hooks/post-receive
-- 
The Saros Eclipse Plugin

------------------------------------------------------------------------------
_______________________________________________
Dpp-robot mailing list
Dpp-robot@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dpp-robot

Reply via email to