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

thiagohp pushed a change to branch feature/coffeescript-to-typescript
in repository https://gitbox.apache.org/repos/asf/tapestry-5.git


    from fc6b151a4 TAP5-2804: bunch of small adjustments
     new 488e55ab7 TAP5-2804: fixing imports and JSDoc
     new 81834811b TAP5-2804: initial work on option to disable Require.js
     new a50136fb5 TAP5-2804: more little fixes
     new fb73230bf TAP5-2804: fixing onDocument() and its usages, plus imports

The 4 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:
 5_10_RELEASE_NOTES.md                              |   7 +-
 build.gradle                                       |   1 -
 .../java/org/apache/tapestry5/SymbolConstants.java |  21 ++--
 .../javascript/ConfigureHTMLElementFilter.java     |  13 ++-
 .../services/javascript/ModuleManagerImpl.java     |  18 +++-
 .../internal/util/MessageCatalogResource.java      |  15 ++-
 .../apache/tapestry5/modules/JavaScriptModule.java |  51 +++++-----
 .../apache/tapestry5/modules/TapestryModule.java   |   2 +
 tapestry-core/src/main/typescript/package.json     |  12 ++-
 .../t5/beanvalidator/beanvalidator-validation.ts   |  15 ++-
 .../main/typescript/src/t5/core/ajaxformloop.ts    |  12 ++-
 .../src/main/typescript/src/t5/core/alert.ts       |   5 +-
 .../main/typescript/src/t5/core/autocomplete.ts    |   1 -
 .../main/typescript/src/t5/core/confirm-click.ts   |  13 ++-
 .../src/main/typescript/src/t5/core/datefield.ts   |   7 +-
 .../typescript/src/t5/core/exception-display.ts    |   7 +-
 .../main/typescript/src/t5/core/exception-frame.ts |  10 +-
 .../src/main/typescript/src/t5/core/fields.ts      |  19 +++-
 .../main/typescript/src/t5/core/form-fragment.ts   |  22 ++--
 .../src/main/typescript/src/t5/core/forms.ts       |  25 +++--
 .../src/main/typescript/src/t5/core/graphviz.ts    |   1 -
 .../src/main/typescript/src/t5/core/init.ts        |  10 +-
 .../src/main/typescript/src/t5/core/localdate.ts   |   8 +-
 .../src/t5/core/{messages.ts => messages-amd.ts}   |  54 +++++-----
 .../t5/core/{messages.ts => messages-es-module.ts} |   4 +-
 .../src/main/typescript/src/t5/core/messages.ts    |  39 ++-----
 .../src/main/typescript/src/t5/core/pageinit.ts    | 112 +++++++++++----------
 .../src/main/typescript/src/t5/core/palette.ts     |   8 +-
 .../src/main/typescript/src/t5/core/select.ts      |   1 -
 .../typescript/src/t5/core/t5-core-dom-jquery.ts   |   4 +
 .../src/t5/core/t5-core-dom-prototype.ts           |   4 +
 .../main/typescript/src/t5/core/time-interval.ts   |   1 -
 .../src/main/typescript/src/t5/core/tree.ts        |   1 -
 .../src/main/typescript/src/t5/core/types.ts       |   4 +-
 .../src/main/typescript/src/t5/core/validation.ts  |  15 ++-
 .../main/typescript/src/t5/core/zone-refresh.ts    |   1 -
 .../src/main/typescript/src/t5/core/zone.ts        |   2 +-
 tapestry-core/src/main/typescript/tsconfig.json    |   7 +-
 38 files changed, 308 insertions(+), 244 deletions(-)
 copy tapestry-core/src/main/typescript/src/t5/core/{messages.ts => 
messages-amd.ts} (64%)
 copy tapestry-core/src/main/typescript/src/t5/core/{messages.ts => 
messages-es-module.ts} (96%)

Reply via email to