You are here

README.txt in PatchInfo 8

Same filename and directory in other branches
  1. 8.2 README.txt
  2. 7 README.txt
CONTENTS OF THIS FILE
---------------------

 * Introduction
 * Requirements
 * Recommended modules
 * Installation
 * Configuration
 * Maintainers


INTRODUCTION
------------

The Patch Info module allows you to add information about patches to a
modules .info.yml file. It will show the information prominently in the
update report and on the update manager form.

 * For a full description of the module, visit the project page:
   https://www.drupal.org/sandbox/feyp/2556153

 * To submit bug reports and feature suggestions, or to track changes:
   https://www.drupal.org/node/add/project-issue/2556153


REQUIREMENTS
------------

This module does not depend on any other modules.


RECOMMENDED MODULES
-------------------

 * Drush (https://github.com/drush-ops/drush):
   When enabled, you can use drush patchinfo-list to get a list of
   patches applied to Drupal core or contributed modules on your system.
   Refer to drush help patchinfo-list for a list of available options.


INSTALLATION
------------

 * Install as you would normally install a contributed Drupal module. See:
   https://www.drupal.org/documentation/install/modules-themes/modules-8
   for further information.


CONFIGURATION
-------------

 * Add information about a patch

   In the .info.yml file of a patched module, add a new list like the one
   shown below:

   patches:
     - https://www.drupal.org/node/1739718 Issue 1739718, Patch #32

   You can add multiple entries to the list. Each entry should start with the
   URL of the issue or patch followed by any kind of information about the
   patch. The URL is optional.

   You can use any URL or description, that is convenient to you.

   If you are patching a submodule, you may add the patch entry to the
   .info.yml file of the submodule.

 * Exclude module from update check

   The module will extend the update report settings form at Reports »
   Available Updates » Settings with a textarea, where you can list
   modules, that should be excluded from the update check. List one
   module per line. Use the machine readable module name of the module.
   Modules, which are excluded from the update check will be displayed
   prominently above the update report.


MAINTAINERS
-----------

Current maintainers:
 * Patrick Fey (feyp) - https://drupal.org/u/feyp
 * David Franke (mirroar) - https://drupal.org/u/mirroar

This project has been partly sponsored by:
 * werk21 GmbH
   werk21 is a full service agency from Berlin, Germany, for politics,
   government, organizations and NGOs. Together with its customers,
   werk21 has realized over 60 Drupal web sites (since version 5).
   Visit http://www.werk21.de for more information.

File

README.txt
View source
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Introduction
  4. * Requirements
  5. * Recommended modules
  6. * Installation
  7. * Configuration
  8. * Maintainers
  9. INTRODUCTION
  10. ------------
  11. The Patch Info module allows you to add information about patches to a
  12. modules .info.yml file. It will show the information prominently in the
  13. update report and on the update manager form.
  14. * For a full description of the module, visit the project page:
  15. https://www.drupal.org/sandbox/feyp/2556153
  16. * To submit bug reports and feature suggestions, or to track changes:
  17. https://www.drupal.org/node/add/project-issue/2556153
  18. REQUIREMENTS
  19. ------------
  20. This module does not depend on any other modules.
  21. RECOMMENDED MODULES
  22. -------------------
  23. * Drush (https://github.com/drush-ops/drush):
  24. When enabled, you can use drush patchinfo-list to get a list of
  25. patches applied to Drupal core or contributed modules on your system.
  26. Refer to drush help patchinfo-list for a list of available options.
  27. INSTALLATION
  28. ------------
  29. * Install as you would normally install a contributed Drupal module. See:
  30. https://www.drupal.org/documentation/install/modules-themes/modules-8
  31. for further information.
  32. CONFIGURATION
  33. -------------
  34. * Add information about a patch
  35. In the .info.yml file of a patched module, add a new list like the one
  36. shown below:
  37. patches:
  38. - https://www.drupal.org/node/1739718 Issue 1739718, Patch #32
  39. You can add multiple entries to the list. Each entry should start with the
  40. URL of the issue or patch followed by any kind of information about the
  41. patch. The URL is optional.
  42. You can use any URL or description, that is convenient to you.
  43. If you are patching a submodule, you may add the patch entry to the
  44. .info.yml file of the submodule.
  45. * Exclude module from update check
  46. The module will extend the update report settings form at Reports »
  47. Available Updates » Settings with a textarea, where you can list
  48. modules, that should be excluded from the update check. List one
  49. module per line. Use the machine readable module name of the module.
  50. Modules, which are excluded from the update check will be displayed
  51. prominently above the update report.
  52. MAINTAINERS
  53. -----------
  54. Current maintainers:
  55. * Patrick Fey (feyp) - https://drupal.org/u/feyp
  56. * David Franke (mirroar) - https://drupal.org/u/mirroar
  57. This project has been partly sponsored by:
  58. * werk21 GmbH
  59. werk21 is a full service agency from Berlin, Germany, for politics,
  60. government, organizations and NGOs. Together with its customers,
  61. werk21 has realized over 60 Drupal web sites (since version 5).
  62. Visit http://www.werk21.de for more information.