As mentioned in #247635: Journal roadmap, advanced developers should be able to create a list of applied hacks and patches on a site:

- From all enabled modules, select the involved module(s), enter a description, and optionally a d.o issue #number.
- Journal should provide a list of all patches/hacks.
- If d.o allows, automatically retrieve issue statuses periodically.
- If update(_status) module allows, add a warning to each patched/hacked module on the module update status report page.

Anything else to consider?

Comments

sun’s picture

Status: Active » Needs review
StatusFileSize
new39.83 KB
new9.77 KB


This is how I imagine the base functionality of this feature.
Attached patch implements the ground-work.

smk-ka’s picture

StatusFileSize
new9.74 KB

Rerolled for DRUPAL-5.

Regarding PostgreSQL: not sure, though, why columns, which have already been specified as primary key need to be put in a separate index again. Postgres normally implicitly creates the index for you.

smk-ka’s picture

StatusFileSize
new10.06 KB

Updated patch containing:
- CSS and theme fixes
- issue number to URL expansion
- display fixes.

sun’s picture

Status: Needs review » Fixed

Ported to 6.x and committed to all branches.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.