You are here

README.txt in Patch manager 7

Same filename and directory in other branches
  1. 6 README.txt
Patch manager provides a developer tool for managing patches
to core and contributed modules.

SCARY WARNING
-------------
Please think about Patch Manager module as a developer tool
that should never be used on production sites.
That is so because to apply patches Patch Manager relies on
write access to source code of your site by server user.
To use this module you need to change default file permissions
of files that you want to patch, apply patch and then
set permissions back to default.
Doing it on production site could lead to security issues
- so don't even think about it!


CONTENTS OF THIS FILE
---------------------
 * About the developer
 * Requirements
 * Patch naming
 * Configuration
 * More Information

ABOUT THE DEVELOPER
-------------------

Initial development (D6 version) was made by the user aidanlis.
Port to D7 was made by the user Staratel.

Hello all! I am Staratel, my name is Dmitry Danilson.
I am a freelance web developer.
My goal is to revolutionize the open-source world.
How? Find the way to monetize open-source projects appropriately.
What does it mean? It means that such ways as
- asking for donations
- contextual links and advertising
ARE NOT the way we should do it.
Money - is the only thing that is missing by open-source projects
to conquer the whole world!

That's why I (while doing paid orders) am working on project that 
provides this opportunity.
This project is the first Drupal patch crowd funding platform :
http://www.patchranger.com .
To make the world better with this project I need at least two things:
1) Greater developer skills : this aim inspired me to make this porting.
I develop my developer skills - and got the tool that helps me to do it
even more faster.
2) Dream team : what else I really need - is a couple of man (if more - not 
a problem) that are also interested of open-source future.
If you think that this is amazing theme to work on
or you have suggestions 
or even just have some kind words to say
- please feel free to open an issue in special issue queue :
http://www.patchranger.com/roadmap
or contact me directly via drupal.org contact form :
http://drupal.org/user/1209848/contact .
Thank you for reading!

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

The patch_manager module requires the following modules:
-  Core modules : file, text
-  views
-  views_bulk_operations

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/structure/types/manage/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/structure/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/structure/types/manage/patch/fields
  
Everything is powered by Views, so you can modify or create new views:
  /admin/structure/views/view/patches/edit

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. SCARY WARNING
  4. -------------
  5. Please think about Patch Manager module as a developer tool
  6. that should never be used on production sites.
  7. That is so because to apply patches Patch Manager relies on
  8. write access to source code of your site by server user.
  9. To use this module you need to change default file permissions
  10. of files that you want to patch, apply patch and then
  11. set permissions back to default.
  12. Doing it on production site could lead to security issues
  13. - so don't even think about it!
  14. CONTENTS OF THIS FILE
  15. ---------------------
  16. * About the developer
  17. * Requirements
  18. * Patch naming
  19. * Configuration
  20. * More Information
  21. ABOUT THE DEVELOPER
  22. -------------------
  23. Initial development (D6 version) was made by the user aidanlis.
  24. Port to D7 was made by the user Staratel.
  25. Hello all! I am Staratel, my name is Dmitry Danilson.
  26. I am a freelance web developer.
  27. My goal is to revolutionize the open-source world.
  28. How? Find the way to monetize open-source projects appropriately.
  29. What does it mean? It means that such ways as
  30. - asking for donations
  31. - contextual links and advertising
  32. ARE NOT the way we should do it.
  33. Money - is the only thing that is missing by open-source projects
  34. to conquer the whole world!
  35. That's why I (while doing paid orders) am working on project that
  36. provides this opportunity.
  37. This project is the first Drupal patch crowd funding platform :
  38. http://www.patchranger.com .
  39. To make the world better with this project I need at least two things:
  40. 1) Greater developer skills : this aim inspired me to make this porting.
  41. I develop my developer skills - and got the tool that helps me to do it
  42. even more faster.
  43. 2) Dream team : what else I really need - is a couple of man (if more - not
  44. a problem) that are also interested of open-source future.
  45. If you think that this is amazing theme to work on
  46. or you have suggestions
  47. or even just have some kind words to say
  48. - please feel free to open an issue in special issue queue :
  49. http://www.patchranger.com/roadmap
  50. or contact me directly via drupal.org contact form :
  51. http://drupal.org/user/1209848/contact .
  52. Thank you for reading!
  53. REQUIREMENTS
  54. ------------
  55. The patch_manager module requires the following modules:
  56. - Core modules : file, text
  57. - views
  58. - views_bulk_operations
  59. PATCH NAMING
  60. ------------
  61. If you have filefield_paths installed (with token, and pathauto),
  62. this will allow you to automatically rename patch files. The
  63. Drupal suggested naming scheme is:
  64. module-description-issue-comment.patch
  65. With tokens, this would be:
  66. [field_module-raw]-[title]-[field_drupal_issue-raw].patch
  67. You can set this up here:
  68. /admin/structure/types/manage/patch/fields/field_patch
  69. CONFIGURATION
  70. -------------
  71. Access the configuration page to set the path to your patch
  72. binary. This will allow you to patch and reverse patches through
  73. the administration interface.
  74. /admin/structure/patch
  75. You can start adding patches immediately, as you would a normal node:
  76. /node/add/patch
  77. You can modify the default fields to store extra information via
  78. the content module:
  79. /admin/structure/types/manage/patch/fields
  80. Everything is powered by Views, so you can modify or create new views:
  81. /admin/structure/views/view/patches/edit
  82. MORE INFORMATION
  83. ----------------
  84. See the project page at:
  85. http://drupal.org/project/patch_manager