You are here

README.txt in Drupal 9

Same filename in this branch
  1. 9 themes/README.txt
  2. 9 sites/README.txt
  3. 9 profiles/README.txt
  4. 9 modules/README.txt
  5. 9 composer/Template/README.txt
  6. 9 composer/Metapackage/README.txt
  7. 9 core/lib/README.txt
  8. 9 composer/Plugin/VendorHardening/README.txt
  9. 9 core/themes/stark/README.txt
  10. 9 core/themes/classy/README.txt
  11. 9 core/themes/seven/README.txt
  12. 9 core/themes/stable9/README.txt
  13. 9 core/themes/stable/README.txt
  14. 9 core/themes/bartik/README.txt
  15. 9 core/assets/scaffold/README.txt
  16. 9 core/lib/Drupal/Core/README.txt
  17. 9 core/lib/Drupal/Component/README.txt
  18. 9 core/themes/stable9/images/README.txt
  19. 9 core/tests/fixtures/files/README.txt
  20. 9 core/assets/vendor/tabbable/README.txt
  21. 9 core/assets/vendor/jquery.ui/README.txt
  22. 9 core/lib/Drupal/Component/Datetime/README.txt
  23. 9 core/lib/Drupal/Component/DependencyInjection/README.txt
  24. 9 core/lib/Drupal/Component/Transliteration/README.txt
  25. 9 core/lib/Drupal/Component/FileSystem/README.txt
  26. 9 core/lib/Drupal/Component/Utility/README.txt
  27. 9 core/lib/Drupal/Component/Assertion/README.txt
  28. 9 core/lib/Drupal/Component/HttpFoundation/README.txt
  29. 9 core/lib/Drupal/Component/Annotation/README.txt
  30. 9 core/lib/Drupal/Component/Diff/README.txt
  31. 9 core/lib/Drupal/Component/FileSecurity/README.txt
  32. 9 core/lib/Drupal/Component/ProxyBuilder/README.txt
  33. 9 core/lib/Drupal/Component/Discovery/README.txt
  34. 9 core/lib/Drupal/Component/Serialization/README.txt
  35. 9 core/lib/Drupal/Component/EventDispatcher/README.txt
  36. 9 core/lib/Drupal/Component/FileCache/README.txt
  37. 9 core/lib/Drupal/Component/ClassFinder/README.txt
  38. 9 core/lib/Drupal/Component/Plugin/README.txt
  39. 9 core/lib/Drupal/Component/Gettext/README.txt
  40. 9 core/lib/Drupal/Component/PhpStorage/README.txt
  41. 9 core/lib/Drupal/Component/Graph/README.txt
  42. 9 core/lib/Drupal/Component/Render/README.txt
  43. 9 core/lib/Drupal/Component/Bridge/README.txt
  44. 9 core/lib/Drupal/Component/FrontMatter/README.txt
  45. 9 core/lib/Drupal/Component/Uuid/README.txt
  46. 9 core/lib/Drupal/Component/Version/README.txt
  47. 9 core/themes/claro/css/classy/README.txt
  48. 9 core/themes/claro/templates/classy/README.txt
  49. 9 core/themes/claro/images/classy/README.txt
  50. 9 core/themes/claro/js/classy/README.txt
  51. 9 core/themes/seven/css/classy/README.txt
  52. 9 core/themes/seven/templates/classy/README.txt
  53. 9 core/themes/seven/images/classy/README.txt
  54. 9 core/themes/seven/js/classy/README.txt
  55. 9 core/themes/bartik/css/classy/README.txt
  56. 9 core/themes/bartik/templates/classy/README.txt
  57. 9 core/themes/bartik/images/classy/README.txt
  58. 9 core/themes/bartik/js/classy/README.txt
  59. 9 core/profiles/demo_umami/themes/umami/README.txt
  60. 9 core/profiles/demo_umami/themes/umami/css/classy/README.txt
  61. 9 core/profiles/demo_umami/themes/umami/templates/classy/README.txt
  62. 9 core/profiles/demo_umami/themes/umami/images/classy/README.txt
  63. 9 core/profiles/demo_umami/themes/umami/js/classy/README.txt
  64. 9 core/modules/system/tests/src/Functional/UpdateSystem/README.txt
  65. 9 core/modules/system/tests/src/Functional/Update/README.txt
  66. 9 core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/fruit/README.txt
Introduction
------------
This folder contains a partial fork of jQuery UI 1.12.1. jQuery UI has been
marked as an emeritus project by the OpenJS foundation. Emeritus projects are
those which the maintainers feel have reached or are nearing end-of-life.

jQuery UI will potentially reach end-of-life before Drupal 9 does. In
preparation for this, Drupal has forked jQuery UI core and jQuery UI components
still used by Drupal core. This fork will make it easier to maintain jQuery UI's
code when necessary.

jQuery UI components used:
  * Autocomplete
  * Button
  * Checkboxradio
  * Controlgroup
  * Draggable
  * Dialog
  * Menu
  * Position
  * Resizable
  * Widget Factory

Development
-----------
Development on this fork of jQuery UI is limited to fixes for security issues
affecting Drupal projects.

Production versions of jQuery UI code can be generated with the following
commands:

Navigate to `core/` folder:
```
cd core/
```

Ensure that dependencies have been installed:
```
yarn install
```

Build jQuery UI files for production:
```
yarn run build:jqueryui
```

Note: at the moment our forked code doesn't have any test coverage. Making any
changes to the code should be avoided until
https://www.drupal.org/project/drupal/issues/3093172 has been resolved.

More information
----------------

 * See the Drupal.org issue that partially forked jQuery UI:
   https://www.drupal.org/project/drupal/issues/3087685

 * See the Drupal.org issue for removing the rest of the jQuery UI components:
   https://www.drupal.org/project/drupal/issues/3067261

File

core/assets/vendor/jquery.ui/README.txt
View source
  1. Introduction
  2. ------------
  3. This folder contains a partial fork of jQuery UI 1.12.1. jQuery UI has been
  4. marked as an emeritus project by the OpenJS foundation. Emeritus projects are
  5. those which the maintainers feel have reached or are nearing end-of-life.
  6. jQuery UI will potentially reach end-of-life before Drupal 9 does. In
  7. preparation for this, Drupal has forked jQuery UI core and jQuery UI components
  8. still used by Drupal core. This fork will make it easier to maintain jQuery UI's
  9. code when necessary.
  10. jQuery UI components used:
  11. * Autocomplete
  12. * Button
  13. * Checkboxradio
  14. * Controlgroup
  15. * Draggable
  16. * Dialog
  17. * Menu
  18. * Position
  19. * Resizable
  20. * Widget Factory
  21. Development
  22. -----------
  23. Development on this fork of jQuery UI is limited to fixes for security issues
  24. affecting Drupal projects.
  25. Production versions of jQuery UI code can be generated with the following
  26. commands:
  27. Navigate to `core/` folder:
  28. ```
  29. cd core/
  30. ```
  31. Ensure that dependencies have been installed:
  32. ```
  33. yarn install
  34. ```
  35. Build jQuery UI files for production:
  36. ```
  37. yarn run build:jqueryui
  38. ```
  39. Note: at the moment our forked code doesn't have any test coverage. Making any
  40. changes to the code should be avoided until
  41. https://www.drupal.org/project/drupal/issues/3093172 has been resolved.
  42. More information
  43. ----------------
  44. * See the Drupal.org issue that partially forked jQuery UI:
  45. https://www.drupal.org/project/drupal/issues/3087685
  46. * See the Drupal.org issue for removing the rest of the jQuery UI components:
  47. https://www.drupal.org/project/drupal/issues/3067261