aboutsummaryrefslogtreecommitdiffstats
path: root/includes/parser/CoreLinkFunctions.php
Commit message (Collapse)AuthorAgeFilesLines
* Remove Parser_LinkHooks and CoreLinkFunctions classesReedy2013-05-021-92/+0
| | | | | Bug: 45371 Change-Id: I06f890153df0cb8f4fb84a73a06a6f5f4817cf3b
* fix some spacingumherirrender2013-02-041-6/+6
| | | | Change-Id: I88e73d47a552918880514d88a876296a6cb80d88
* Added missing GPLv2 headers in some places.Alexandre Emsenhuber2012-05-011-0/+16
| | | | | | Also made file/class documentation more consistent. Change-Id: I10c077f27a2077a266a64048fa137f7b1f8e226c
* Remove @static from all over the place. That's what the static keyword is ↵Chad Horohoe2011-04-211-3/+0
| | | | | | | for, this being PHP5 and all Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/86582
* Changed LinkHolderArray::makeHolder() to use Linker::link() instead of ↵Alexandre Emsenhuber2011-03-151-1/+1
| | | | | | | Linker::makeBrokenLinkObj() and Linker::makeColouredLinkObj() Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/84032
* More function and variable documentationSam Reed2011-02-191-0/+27
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/82433
* w/s fixupsMark A. Hershberger2011-02-121-2/+2
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/82008
* * Added file description headersAlexandre Emsenhuber2010-08-221-0/+5
| | | | | | | * Added @file where needed Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/71434
* Committing todays work on LinkHooks and the link rewrite:Daniel Friesen2008-08-191-7/+27
| | | | | | | | | * Cleanup and remove cruft * Get hooks working * Get Categories working (whitespace trimming not done) Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/39635
* * Missing svn:eol-style property on Parser_LinkHooks.phpAlexandre Emsenhuber2008-08-181-2/+2
| | | | | | | * Fixed syntax error CoreLinkFunctions.php Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/39606
* Committing today's work the LinkHooks' new parser.Daniel Friesen2008-08-181-0/+27
Don't expect this to work completely yet, there is likely going to be a lot of refactoring before a final version is complete. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/39587