This is an automated email from the ASF dual-hosted git repository.
vnick pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/guacamole-client.git.
from b34696e GUACAMOLE-1508: Merge add support for nesting .jar files
within extensions.
add c93b05c GUACAMOLE-1509: Automatically generate CSS classes for forms
and fields.
add a688bc5 GUACAMOLE-1509: Add name attribute to all applicable fields.
add a7cf010 GUACAMOLE-1509: Add status-specific CSS classes to connection
notifications.
add d1bbfd1 GUACAMOLE-1509: Add contextual CSS classes to
containers/elements that are otherwise ambiguous.
new 7e30b86 GUACAMOLE-1509: Merge add contextual CSS classes to reduce
template ambiguity.
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:
.../templates/authenticationCodeField.html | 1 +
.../client/directives/guacClientNotification.js | 2 +
.../src/app/client/templates/connection.html | 2 +-
.../src/app/client/templates/connectionGroup.html | 2 +-
.../frontend/src/app/client/templates/file.html | 2 +-
.../src/app/client/templates/guacClient.html | 4 +-
.../main/frontend/src/app/form/directives/form.js | 17 ++++++++
.../frontend/src/app/form/directives/formField.js | 15 +++++++
.../frontend/src/app/form/services/formService.js | 49 +++++++++++++++++++++-
.../src/app/form/templates/checkboxField.html | 17 ++++----
.../frontend/src/app/form/templates/dateField.html | 1 +
.../src/app/form/templates/emailField.html | 1 +
.../main/frontend/src/app/form/templates/form.html | 3 +-
.../frontend/src/app/form/templates/formField.html | 3 +-
.../src/app/form/templates/languageField.html | 11 +++--
.../src/app/form/templates/numberField.html | 17 ++++----
.../src/app/form/templates/passwordField.html | 1 +
.../src/app/form/templates/selectField.html | 13 +++---
.../form/templates/terminalColorSchemeField.html | 4 +-
.../src/app/form/templates/textAreaField.html | 15 ++++---
.../frontend/src/app/form/templates/textField.html | 1 +
.../frontend/src/app/form/templates/timeField.html | 1 +
.../src/app/form/templates/timeZoneField.html | 1 +
.../{emailField.html => usernameField.html} | 9 ++--
.../app/home/templates/guacRecentConnections.html | 2 +-
.../main/frontend/src/app/home/templates/home.html | 9 ++--
.../templates/connectionGroupPermission.html | 2 +-
.../app/manage/templates/connectionPermission.html | 2 +-
.../templates/locationChooserConnectionGroup.html | 4 +-
.../src/app/manage/templates/manageConnection.html | 2 +-
.../manage/templates/manageConnectionGroup.html | 2 +-
.../app/manage/templates/manageSharingProfile.html | 2 +-
.../app/manage/templates/managementButtons.html | 8 ++--
.../manage/templates/sharingProfilePermission.html | 2 +-
.../src/app/settings/templates/connection.html | 3 +-
.../app/settings/templates/connectionGroup.html | 3 +-
.../src/app/settings/templates/newConnection.html | 3 +-
.../app/settings/templates/newConnectionGroup.html | 3 +-
.../app/settings/templates/newSharingProfile.html | 3 +-
.../src/app/settings/templates/settings.html | 3 +-
.../src/app/settings/templates/sharingProfile.html | 3 +-
41 files changed, 178 insertions(+), 70 deletions(-)
copy guacamole/src/main/frontend/src/app/form/templates/{emailField.html =>
usernameField.html} (58%)