Skip to content
Snippets Groups Projects

Updated README.txt to README.md

5 unresolved threads

Updated README.txt to README.md

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
README.md 0 → 100644
30 core or contributed modules on your system. Refer to drush help
31 patchinfo-list for a list of available options.
32
33 ## INSTALLATION
34
35 - Install as you would normally install a contributed Drupal module.
36 See:
37 https://www.drupal.org/documentation/install/modules-themes/modules-8
38 for further information.
39
40 ## CONFIGURATION
41
42 - Choose one or multiple patch information sources.
43
44 In 7.x and 8.x-1.x, all patches were tracked by adding information
45 to *.info.yml files. Since 8.x-2.x, PatchInfo supports patch source
  • README.md 0 → 100644
    27
    28 - Drush (https://github.com/drush-ops/drush): When enabled, you can
    29 use drush patchinfo-list to get a list of patches applied to Drupal
    30 core or contributed modules on your system. Refer to drush help
    31 patchinfo-list for a list of available options.
    32
    33 ## INSTALLATION
    34
    35 - Install as you would normally install a contributed Drupal module.
    36 See:
    37 https://www.drupal.org/documentation/install/modules-themes/modules-8
    38 for further information.
    39
    40 ## CONFIGURATION
    41
    42 - Choose one or multiple patch information sources.
  • README.md 0 → 100644
    34
    35 - Install as you would normally install a contributed Drupal module.
    36 See:
    37 https://www.drupal.org/documentation/install/modules-themes/modules-8
    38 for further information.
    39
    40 ## CONFIGURATION
    41
    42 - Choose one or multiple patch information sources.
    43
    44 In 7.x and 8.x-1.x, all patches were tracked by adding information
    45 to *.info.yml files. Since 8.x-2.x, PatchInfo supports patch source
    46 plugins, that will be used to get patch information for your themes
    47 and modules.
    48
    49 Two patch sources ship as submodules of PatchInfo. The ‘info.yml’
  • README.md 0 → 100644
    55 You can use any number of patch sources at the same time. Just
    56 enable the submodule(s) that provide the patch source(s) you want to
    57 use or write a custom module that provides your own patch source
    58 plugin.
    59
    60 The ‘info.yml’ patch source is fully compatible with patch
    61 information added using PatchInfo 8.x-1.x.
    62
    63 - Add information about a patch using info.yml patch source
    64
    65 In the *.info.yml file of a patched theme or module, add a new list
    66 like the one shown below:
    67
    68 patches:
    69
    70 - ‘https://www.drupal.org/node/1739718 Issue 1739718, Patch #32’
  • README.md 0 → 100644
    2
    3 - Introduction
    4 - Requirements
    5 - Recommended modules
    6 - Installation
    7 - Configuration
    8 - Maintainers
    9
    10 ## INTRODUCTION
    11
    12 The Patch Info module allows you to track information about patches in
    13 modules or themes. It will show the information prominently in the
    14 update report and on the update manager form.
    15
    16 - For a full description of the module, visit the project page:
    17 https://www.drupal.org/project/patchinfo
  • added 1 commit

    • 0e3fe982 - Updated the README file to leverage more MarkDown features

    Compare with previous version

  • closed

  • Please register or sign in to reply
    Loading