aboutsummaryrefslogtreecommitdiffstats
path: root/includes/Parser.php
Commit message (Expand)AuthorAgeFilesLines
* * Changed [0-9] to \d in the ndash converter.Ævar Arnfjörð Bjarmason2005-05-041-1/+1
* (bug 2021)(bug 1937) Move dash replacement to a later stage, so that all link...Jens Frank2005-05-031-7/+7
* convert link text for category linkZheng Zhu2005-05-011-1/+1
* Full conversion support for category pagesZheng Zhu2005-04-281-0/+1
* Missing global declaration.Brion Vibber2005-04-271-0/+1
* * Deglobalised link placeholder handling by moving the relevant functionality...Tim Starling2005-04-271-70/+180
* Comments about the position of the convert() call;Zheng Zhu2005-04-261-1/+10
* Cleared $wgLinkHolders after they are used. This fixes bug 1770 and probably ...Tim Starling2005-04-251-0/+11
* * (bug 1938) Fix normalization of character references in link text andBrion Vibber2005-04-211-1/+1
* * (bug 1931) cleanup, removing unused code and variables.Ævar Arnfjörð Bjarmason2005-04-211-20/+15
* Tidy's & normalization is kind of weird and doesn't always act the way weBrion Vibber2005-04-211-26/+17
* * (bug 1188, bug 1936) Only run strip and sanitize on templates forBrion Vibber2005-04-201-2/+4
* * Use in-process Tidy extension if available when $wgUseTidy is onBrion Vibber2005-04-201-9/+68
* Setup.php-DateFormatter was using a lot of CPU time on the live site. Moved i...Tim Starling2005-04-201-4/+4
* * (bug 1300) patch from Michael Keppler to make the regexp eat across newlines.Ævar Arnfjörð Bjarmason2005-04-191-1/+1
* * Whitespace is now irrelivant when it comes to interwiki links (and categories)Ævar Arnfjörð Bjarmason2005-04-131-2/+2
* * (bug 87) finishing it off..Ævar Arnfjörð Bjarmason2005-04-131-4/+4
* * (bug 1300) Links like [[Image:Foo.png|thumb|[http://example.com]]] now work.Ævar Arnfjörð Bjarmason2005-04-121-0/+8
* Various live patches ported from REL1_4Tim Starling2005-04-121-12/+15
* Adding cache related stuff to a new 'Cache' subpackageÆvar Arnfjörð Bjarmason2005-04-121-0/+1
* BUG#1847 - accept lowercase x in ISBN, do not accept invalid A-W,Y,ZJens Frank2005-04-101-1/+2
* Moved image metadata to the database. Changed Image object to have lightweigh...Tim Starling2005-04-101-1/+1
* * (bug 1343) Redundant whitespace around tables (<p><br/><p>)Ævar Arnfjörð Bjarmason2005-04-091-3/+2
* * Removed redundant code: LanguageZh_tw.php = 0; for (LanguageZh_tw.php = 0; ...Ævar Arnfjörð Bjarmason2005-04-091-1/+1
* * Reverted my commafyNum patch.Ævar Arnfjörð Bjarmason2005-04-091-35/+1
* * (bug 87): Category tags produce ugly whitespaceÆvar Arnfjörð Bjarmason2005-04-091-1/+7
* * Adding a new function to format a number like 1520626 as 1,520,626 andÆvar Arnfjörð Bjarmason2005-04-081-1/+35
* cache the title text of an article when there is different ways of presenting...Zheng Zhu2005-04-071-2/+7
* * Using wfTimestampNow() and only allowing people to save make signitures withÆvar Arnfjörð Bjarmason2005-04-071-2/+7
* * changed function magicRFC: documented it, and rewrote a small part of theÆvar Arnfjörð Bjarmason2005-04-071-3/+6
* Start removing the Latin-1 hacks. We're going pure UTF-8 for 1.5...Brion Vibber2005-03-261-12/+1
* * (bug 1015) this fix enables the full wikisyntax inside <gallery> captionsÆvar Arnfjörð Bjarmason2005-03-261-3/+6
* Implement #1739 : new magickeyword REVISIONID. Give the diff / latest revisio...Antoine Musso2005-03-261-1/+3
* Indentation fix, there was a bit too much of it...Ævar Arnfjörð Bjarmason2005-03-261-4/+4
* * Move editsectiononrightclick setup to JavaScript (it requires JS anyway)Brion Vibber2005-03-251-14/+0
* * do showtoc option via CSS hiding of toc when it's off.Brion Vibber2005-03-251-10/+6
* * remove 'hover' option; always put in the title attribute on linksBrion Vibber2005-03-251-1/+1
* * (bug 1662) Implemented a new magic word, {{CURRENTMONTHABBREV}} which returnsÆvar Arnfjörð Bjarmason2005-03-241-0/+2
* Enhancement 1485 Automatic rendering of -- as HTML dashJens Frank2005-03-151-5/+14
* Removed special case preventing table of contents on the main page. People ca...Tim Starling2005-03-131-6/+0
* remove obsolete lineBrion Vibber2005-03-131-1/+0
* Add page_len field with byte length of current revision text, sinceBrion Vibber2005-03-121-6/+2
* * (bug 1659) Redundant caseless modifier in Parser.phpBrion Vibber2005-03-111-1/+1
* Fix for Bug 1620, Wiki-table nnd tag strips whole line, hiding text after tableDomas Mituzas2005-03-041-1/+1
* phpdoc fixesAntoine Musso2005-03-041-1/+1
* Remove some cruft from skins... sooooo much cruft yet to goBrion Vibber2005-02-211-1/+4
* Fix direction, use of variable for stub thresholdBrion Vibber2005-02-211-1/+1
* Clean up experiments for special:data, special:validate, special:geo.Brion Vibber2005-02-181-55/+0
* * Corrections to template loop detectionBrion Vibber2005-02-111-9/+13
* Use the new character entity reference sanitizer on wikitext as well asBrion Vibber2005-02-061-3/+1