You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by mj...@apache.org on 2019/06/24 21:54:43 UTC

[guacamole-client] branch master updated (00f5942 -> 1818b6a)

This is an automated email from the ASF dual-hosted git repository.

mjumper pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/guacamole-client.git.


    from 00f5942  Merge 1.1.0 changes back to master.
     add 52d2fe1  GUACAMOLE-302: Additions are made to the login directive so that the appropriate field that needs to be focussed is determined.
     add 19f0de4  GUACAMOLE-302: Allow guacForm and guacFormField directives to specify which field needs to be focused.
     add eb50c5c  GUACAMOLE-302: Additions made to the username and password field types so that they can now be manually focussed using the custom guacFocus directive.
     add cfefd11  GUACAMOLE-302: Additions made to every remaining field (every field except username and password) so that they can now be manually focussed using the custom guacFocus directive.
     new 1818b6a  GUACAMOLE-302: Merge logic for automatically focusing relevant login fields.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../src/main/webapp/app/form/directives/form.js    | 22 +++++++++++++++-
 .../main/webapp/app/form/directives/formField.js   |  9 ++++++-
 .../webapp/app/form/templates/checkboxField.html   |  2 +-
 .../main/webapp/app/form/templates/dateField.html  |  1 +
 .../main/webapp/app/form/templates/emailField.html |  1 +
 .../src/main/webapp/app/form/templates/form.html   |  4 ++-
 .../webapp/app/form/templates/languageField.html   |  2 +-
 .../webapp/app/form/templates/numberField.html     |  2 +-
 .../webapp/app/form/templates/passwordField.html   |  2 +-
 .../webapp/app/form/templates/selectField.html     |  4 +--
 .../webapp/app/form/templates/textAreaField.html   |  2 +-
 .../main/webapp/app/form/templates/textField.html  |  2 +-
 .../main/webapp/app/form/templates/timeField.html  |  1 +
 .../webapp/app/form/templates/timeZoneField.html   |  1 +
 .../src/main/webapp/app/login/directives/login.js  | 29 ++++++++++++++++++++++
 .../src/main/webapp/app/login/templates/login.html |  1 +
 16 files changed, 74 insertions(+), 11 deletions(-)


[guacamole-client] 01/01: GUACAMOLE-302: Merge logic for automatically focusing relevant login fields.

Posted by mj...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

mjumper pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/guacamole-client.git

commit 1818b6a7eec6c1cf0f2ed2e04a9d7ba70d920fa5
Merge: 00f5942 cfefd11
Author: Mike Jumper <mj...@apache.org>
AuthorDate: Mon Jun 24 14:54:38 2019 -0700

    GUACAMOLE-302: Merge logic for automatically focusing relevant login fields.

 .../src/main/webapp/app/form/directives/form.js    | 22 +++++++++++++++-
 .../main/webapp/app/form/directives/formField.js   |  9 ++++++-
 .../webapp/app/form/templates/checkboxField.html   |  2 +-
 .../main/webapp/app/form/templates/dateField.html  |  1 +
 .../main/webapp/app/form/templates/emailField.html |  1 +
 .../src/main/webapp/app/form/templates/form.html   |  4 ++-
 .../webapp/app/form/templates/languageField.html   |  2 +-
 .../webapp/app/form/templates/numberField.html     |  2 +-
 .../webapp/app/form/templates/passwordField.html   |  2 +-
 .../webapp/app/form/templates/selectField.html     |  4 +--
 .../webapp/app/form/templates/textAreaField.html   |  2 +-
 .../main/webapp/app/form/templates/textField.html  |  2 +-
 .../main/webapp/app/form/templates/timeField.html  |  1 +
 .../webapp/app/form/templates/timeZoneField.html   |  1 +
 .../src/main/webapp/app/login/directives/login.js  | 29 ++++++++++++++++++++++
 .../src/main/webapp/app/login/templates/login.html |  1 +
 16 files changed, 74 insertions(+), 11 deletions(-)