wiki.techinc.nl/includes/parser
C. Scott Ananian 25d35fc65c Enforce spaces around magic links (RFC, PMID, and ISBN).
Ensure that there is a \b boundary before and after RFC, PMID, and ISBN
links.  (Previously we enforced \b boundaries only before free external
links and after ISBN links.)  Consistency is a good thing!

In addition:
* \b is not a PHP escape sequence, so you don't need to write \\b inside
  a string.
* \b before the numeric part of an ISBN is pointless: by the structure
  of the regexp there will always be a space on the left and a word
  character (a digit) on the right.

Bug: 65278
Change-Id: Ic315b988091a5c7530a8285b9249804db72e55db
2014-12-11 03:41:23 +00:00
..
CacheTime.php Fix phpcs issues in parser 2014-08-12 01:00:15 +00:00
CoreParserFunctions.php Use Parser::SFH_NO_HASH/SFH_OBJECT_ARGS class const 2014-11-18 21:19:22 +01:00
CoreTagHooks.php Correctly parse <indicator/> contents, Parser rejiggering 2014-11-04 10:25:58 +00:00
DateFormatter.php Fix phpcs issues in parser 2014-08-12 01:00:15 +00:00
LinkHolderArray.php Replace wfRunHooks calls with direct Hooks::run calls 2014-12-10 12:26:59 -08:00
MWTidy.php Fixed internalClean class/method existence check for HHVM 2014-12-10 19:04:58 +00:00
Parser.php Enforce spaces around magic links (RFC, PMID, and ISBN). 2014-12-11 03:41:23 +00:00
ParserCache.php Fix phpcs issues in parser 2014-08-12 01:00:15 +00:00
ParserDiffTest.php Fix phpcs issues in parser 2014-08-12 01:00:15 +00:00
ParserOptions.php Replace wfRunHooks calls with direct Hooks::run calls 2014-12-10 12:26:59 -08:00
ParserOutput.php Implement page status indicators 2014-10-17 15:49:15 -07:00
Preprocessor.php Add missing @param to function docs 2014-08-18 16:24:59 +00:00
Preprocessor_DOM.php Add a tracking category for duplicate arguments 2014-10-16 04:38:14 +00:00
Preprocessor_Hash.php Add a tracking category for duplicate arguments 2014-10-16 04:38:14 +00:00
StripState.php Revert "Use a fixed regex for StripState" 2014-10-20 21:42:53 +00:00