You are here

README.txt in Patch manager 6

Same filename and directory in other branches
  1. 7 README.txt
<?php

Patch manager provides a developer tool for managing patches
to core and contributed modules.


CONTENTS OF THIS FILE
---------------------

 * Requirements
 * Patch naming
 * Configuration
 * More Information

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

The patch_manager module requires the following modules:
  cck (content submodule)
  cck (text submodule)
  filefield
  views
  filefield_paths (optional)
  views_bulk_operations (optional)

It helps to have a working patch binary on your system that
is executable by the webserver user.

Please note!: You have to download CCK project manually, because we can't put
  a dependency as there is no cck module inside cck project.

PATCH NAMING
------------

If you have filefield_paths installed (with token, and pathauto),
this will allow you to automatically rename patch files. The
Drupal suggested naming scheme is:
  module-description-issue-comment.patch

With tokens, this would be:
  [field_module-raw]-[title]-[field_drupal_issue-raw].patch
  
You can set this up here:
  /admin/content/node-type/patch/fields/field_patch


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

Access the configuration page to set the path to your patch
binary. This will allow you to patch and reverse patches through
the administration interface.
  /admin/build/patch

You can start adding patches immediately, as you would a normal node:
  /node/add/patch

You can modify the default fields to store extra information via
the content module:
  /admin/content/node-type/patch/fields
  
Everything is powered by Views, so you can modify or create new views:
  /admin/build/views/edit/patches


MORE INFORMATION
----------------

See the project page at:
  http://drupal.org/project/patch_manager

File

README.txt
View source
  1. Patch manager provides a developer tool for managing patches
  2. to core and contributed modules.
  3. CONTENTS OF THIS FILE
  4. ---------------------
  5. * Requirements
  6. * Patch naming
  7. * Configuration
  8. * More Information
  9. REQUIREMENTS
  10. ------------
  11. The patch_manager module requires the following modules:
  12. cck (content submodule)
  13. cck (text submodule)
  14. filefield
  15. views
  16. filefield_paths (optional)
  17. views_bulk_operations (optional)
  18. It helps to have a working patch binary on your system that
  19. is executable by the webserver user.
  20. Please note!: You have to download CCK project manually, because we can't put
  21. a dependency as there is no cck module inside cck project.
  22. PATCH NAMING
  23. ------------
  24. If you have filefield_paths installed (with token, and pathauto),
  25. this will allow you to automatically rename patch files. The
  26. Drupal suggested naming scheme is:
  27. module-description-issue-comment.patch
  28. With tokens, this would be:
  29. [field_module-raw]-[title]-[field_drupal_issue-raw].patch
  30. You can set this up here:
  31. /admin/content/node-type/patch/fields/field_patch
  32. CONFIGURATION
  33. -------------
  34. Access the configuration page to set the path to your patch
  35. binary. This will allow you to patch and reverse patches through
  36. the administration interface.
  37. /admin/build/patch
  38. You can start adding patches immediately, as you would a normal node:
  39. /node/add/patch
  40. You can modify the default fields to store extra information via
  41. the content module:
  42. /admin/content/node-type/patch/fields
  43. Everything is powered by Views, so you can modify or create new views:
  44. /admin/build/views/edit/patches
  45. MORE INFORMATION
  46. ----------------
  47. See the project page at:
  48. http://drupal.org/project/patch_manager