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  71107415e28241cc3b3d7318e39f2460ea2501b1 (commit)
      from  0898a22d570380f64093701d21a4d4d8a0e3a1ea (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 71107415e28241cc3b3d7318e39f2460ea2501b1
Author: Bastian Sieker <[email protected]>
Date:   Wed Jun 3 17:58:47 2015 +0200

    [HTML] Introduce add contact dialog
    
    A dialog for adding a new contact is introduced. It triggers
    SarosApi.addContact(jid, displayName) when the input is
    valid. The validation will be triggered via
    SarosApi.validateJid(jid) and is performed on Java-side.
    
    Change-Id: I2b61815dff6e1ea4c8abbaf8857992284fd14565
    Reviewed-on: http://saros-build.imp.fu-berlin.de/gerrit/2246
    Tested-by: Jenkins CI
    Reviewed-by: Stefan Rossbach <[email protected]>
    Reviewed-by: Sabine Bender <[email protected]>
    Reviewed-by: Matthias Bohnstedt <[email protected]>
    Reviewed-by: Arndt Lasarzik <[email protected]>

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

Summary of changes:
 de.fu_berlin.inf.dpp.ui.frontend/html/js/app.js    |    4 +-
 .../html/js/saros-api.js                           |   38 +++++++-
 .../html/js/views/add-contact.js                   |   97 ++++++++++++++++++++
 .../html/js/views/main.js                          |    9 ++-
 de.fu_berlin.inf.dpp.ui.frontend/html/package.json |    2 +
 .../html/templates/addContactDialog.jade           |   13 +++
 .../html/templates/main.jade                       |    2 +
 7 files changed, 161 insertions(+), 4 deletions(-)
 create mode 100644 
de.fu_berlin.inf.dpp.ui.frontend/html/js/views/add-contact.js
 create mode 100644 
de.fu_berlin.inf.dpp.ui.frontend/html/templates/addContactDialog.jade


hooks/post-receive
-- 
The Saros Eclipse Plugin

------------------------------------------------------------------------------
_______________________________________________
Dpp-robot mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dpp-robot

Reply via email to