Page MenuHomePhabricator

PATCH - Linker.php - different separators for autocomments
Closed, ResolvedPublic

Description

different separators for autocomments

Current default separator "-" coincides with comments about removing as well as it confuses people if it means "removed" or not:

Comment saying "I've removed some text in section" is usually written this way:

/* section */ - some text

and produces the summary like:

-> section - - some text

Comment like

/* section */ foo

produces

-> section - foo

Now the confusion comes: does it mean "I've done/added/corrected/whatever 'foo'" or "I've removed 'foo'"?

I've changed it to the following behavior:

  1. -> section: - some text
  2. -> section: foo

which is more intuitive and descriptive


Version: unspecified
Severity: enhancement

Attached:

Details

Reference
bz12239

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 9:57 PM
bzimport added a project: MediaWiki-Parser.
bzimport set Reference to bz12239.
bzimport added a subscriber: Unknown Object (MLST).