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(-)

Reply via email to