Added support for MultiStatus, migrated DateField to new concept

The FormField in Scout JS now works with a 'multi-status' in a similar
way the MultiStatus works in Scout Classic. Instead of having a single
error status at one time, the Status has children with different types:
ParsingFailedStatus, ValidationFailedStatus and other Status. These
status can co-exist, so when a programmer adds a functional error, this
error will not replace an existing parse or validate error.

In Scout JS the functions addErrorStatus and removeErrorStatus have
been added. These are required for functional errors, it is the
responsibility of the programmer, to add/remove this type of error.

The synchronisation between Scout JS and Classic has been improved.
The UI server now can flag certain Status objects with 'deletable=false'
which means Scout JS is not allowed to remove these Status objects.

Adjusted specs where required. All specs and selenium tests are green.

Change-Id: I31e41656fa62a9ef15f6cb4e032a8509ccf8a886
30 files changed
tree: 5200b19142cbecd9978e056233f7e0d86a9c16f6
  1. .settings/
  2. eclipse-scout-cli/
  3. eclipse-scout-core/
  4. eclipse-scout-releng/
  5. eclipse-scout-testing/
  6. eslint-config/
  7. js-mig-apis/
  8. karma-jasmine-scout/
  9. license_files/
  10. org.eclipse.scout.dev.jetty/
  11. org.eclipse.scout.dev.jetty.test/
  12. org.eclipse.scout.dev.jetty.test.affix/
  13. org.eclipse.scout.jaxws.apt/
  14. org.eclipse.scout.json/
  15. org.eclipse.scout.migration.ecma6/
  16. org.eclipse.scout.rt/
  17. org.eclipse.scout.rt-settings/
  18. org.eclipse.scout.rt.client/
  19. org.eclipse.scout.rt.client.test/
  20. org.eclipse.scout.rt.dataformat/
  21. org.eclipse.scout.rt.dataobject/
  22. org.eclipse.scout.rt.dataobject.test/
  23. org.eclipse.scout.rt.jackson/
  24. org.eclipse.scout.rt.jackson.test/
  25. org.eclipse.scout.rt.mail/
  26. org.eclipse.scout.rt.mail.test/
  27. org.eclipse.scout.rt.mom.api/
  28. org.eclipse.scout.rt.mom.api.test/
  29. org.eclipse.scout.rt.mom.jms/
  30. org.eclipse.scout.rt.mom.jms.test/
  31. org.eclipse.scout.rt.platform/
  32. org.eclipse.scout.rt.platform.test/
  33. org.eclipse.scout.rt.rest/
  34. org.eclipse.scout.rt.rest.jackson/
  35. org.eclipse.scout.rt.rest.jersey.client/
  36. org.eclipse.scout.rt.rest.jersey.test/
  37. org.eclipse.scout.rt.rest.test/
  38. org.eclipse.scout.rt.security/
  39. org.eclipse.scout.rt.security.test/
  40. org.eclipse.scout.rt.server/
  41. org.eclipse.scout.rt.server.commons/
  42. org.eclipse.scout.rt.server.commons.test/
  43. org.eclipse.scout.rt.server.jaxws/
  44. org.eclipse.scout.rt.server.jaxws.test/
  45. org.eclipse.scout.rt.server.jdbc/
  46. org.eclipse.scout.rt.server.jdbc.test/
  47. org.eclipse.scout.rt.server.test/
  48. org.eclipse.scout.rt.serverbridge/
  49. org.eclipse.scout.rt.shared/
  50. org.eclipse.scout.rt.shared.test/
  51. org.eclipse.scout.rt.svg.client/
  52. org.eclipse.scout.rt.svg.client.test/
  53. org.eclipse.scout.rt.svg.ui.html/
  54. org.eclipse.scout.rt.team-project-set/
  55. org.eclipse.scout.rt.ui.html/
  56. org.eclipse.scout.rt.ui.html.selenium/
  57. org.eclipse.scout.rt.ui.html.test/
  58. shell_scripts/
  59. .gitattributes
  60. .gitignore
  61. .gitreview
  62. CONTRIBUTING.md
  63. eclipse-dictionary.txt
  64. LICENSE
  65. NOTICE.md
  66. pnpm-workspace.yaml
  67. pom.xml
  68. README.md
README.md

Eclipse Scout - RT

[Eclipse Scout] 1 is a mature and open framework for modern, service oriented business applications. It substantially boosts developer productivity and is simple to learn.

This Repository Eclipse Scout RT contains the source for the runtime components embedded in the applications build on top of the Eclipse Scout Framework.

Downloads

The content of this repository is built on the Eclipse infrastructure and published to various repositories (e.g. [Maven Central] 2 for the Java code and [npmjs] 3 for the JavaScript code).

The easiest way to start with Eclipse Scout is to download Eclipse for Scout Developers on the [Eclipse downloads page] 4.

Documentation & Links

  • [Eclipse Scout Documentation] 5
  • [Eclipse Scout Forum] 6
  • [Eclipse Bugzilla] 7 (Product=Scout; Component=Scout)

Contribution Guidelines

We welcome any kind of contributions (Bug report, documentation, code contribution...). Please read the [Eclipse Scout Contribution page] 8 to learn more about it.

The contribution process of Eclipse Scout is hosted on tools deployed by the Eclipse Foundation (involing [Bugzilla] 7, Gerrit, Hudson, MediaWiki...).

External tools like the GitHub tracker and pull requests are not supported.

Get in Touch

To get in touch with the Eclipse Scout community, please open a thread in the [Eclipse Scout Forum] 6 or send a mail to [our mailing list] 9: scout-dev@eclipse.org

License

[Eclipse Public License (EPL) v1.0] 10