Ticket #2881 (closed Feature Requests: fixed)

Opened 5 months ago

Last modified 5 months ago

Add links to ticket info in module admin changeslog display

Reported by: p_lindheimer Assigned to: gregmac
Priority: minor Milestone: 2.5
Component: Core - Module Admin Version: 2.5-branch
Keywords: Cc:
Confirmation: Confirmed SVN Revision (if applicable):
Backend Engine: All Backend Engine Version:

Description

When reviewing a changelog in Module Admin, have links generated for ticket numbers to easily review the tickets. Same with changeset information.

Change History

07/05/08 09:29:21 changed by p_lindheimer

  • status changed from new to closed.
  • resolution set to fixed.

r5913

btw, anyone good with regex want to help with the following. This code in page.modules.php makes the changelog revision numbers bold in the display:

$changelog = preg_replace('/(\d+(\.\d+)+):/', '<strong>$0</strong>', $changelog);
$changelog = preg_replace('/\*(\d+(\.\d+)+)\*/', '<strong>$1:</strong>', $changelog);

However, it does not work with the following formats and would be great to modify so that these got included:

2.4.0rc1.0
2.4.0beta2.4
2.4.0alpha1.0
2.3.0RC1.1

So if you can modify or add to the above to include those, it would be good to get that cleaned up.

07/05/08 09:58:20 changed by p_lindheimer

figured it out - r5915

Donate



Support
Download
Develop
Forums
News
Documentation
Paid Support
About

Paid Ads