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