| Commit message (Expand) | Author | Age | Files | Lines |
* | update parserTests.txt per change to red-link-title message in r46663 | Alex Z | 2009-02-05 | 1 | -26/+26 |
* | (bug 16852) padleft and padright now handle multibyte characters and multicha... | Aryeh Gregor | 2009-01-14 | 1 | -0/+18 |
* | s/existant/existent/ | Aryeh Gregor | 2009-01-01 | 1 | -2/+2 |
* | Partial revert of r45109, r45116 -- removing the forced 'x' prefix from IDs n... | Brion Vibber | 2009-01-01 | 1 | -23/+23 |
* | Polish up r45109 (changes to header id generation) | Aryeh Gregor | 2008-12-28 | 1 | -2/+2 |
* | Prepend x to section ids not starting with [a-z] | Aryeh Gregor | 2008-12-28 | 1 | -21/+21 |
* | Revert r45021, r45022, r45023 -- restoring r44896, r44927, r44896 -- pending ... | Brion Vibber | 2008-12-26 | 1 | -61/+61 |
* | * reverting r44927 because of r45021 | Danny B | 2008-12-25 | 1 | -61/+61 |
* | Fix tests after r44896: s/<a name="([^"]+)"><\/a>/<a name="$1" id="$1"><\/a>/g | Ilmari Karonen | 2008-12-23 | 1 | -61/+61 |
* | better parser test coverage of {{ns:}} | Ilmari Karonen | 2008-12-14 | 1 | -1/+59 |
* | (bug 44) Rename Image namespace to File. Based on a patch by brion. | Siebrand Mazeland | 2008-11-17 | 1 | -39/+48 |
* | Revert r41710, r41978, r42012, r42048 (integration of Poem extension to core ... | Chad Horohoe | 2008-11-15 | 1 | -111/+0 |
* | Fix for r41837 -- apply HTML stripping to explicit alt text as well as implicit. | Brion Vibber | 2008-10-15 | 1 | -0/+18 |
* | Fix poem parser test cases not quite fixed up from r42012 | Brion Vibber | 2008-10-13 | 1 | -6/+6 |
* | * re-implement r41983 (forgot to add log message). Changes made: | Ryan Schmidt | 2008-10-13 | 1 | -6/+2 |
* | Revert mystery change r41983 -- no explanation of the change or its purpose. | Brion Vibber | 2008-10-12 | 1 | -2/+6 |
* | (no commit message) | Ryan Schmidt | 2008-10-12 | 1 | -6/+2 |
* | * fixes for the merged Poem extension, per comments by Tim Starling on CodeRe... | Ryan Schmidt | 2008-10-11 | 1 | -0/+114 |
* | Parser test for bug 15196 | Tim Starling | 2008-10-10 | 1 | -0/+12 |
* | (bug 368) Allow alt= attribute for images | Aryeh Gregor | 2008-10-08 | 1 | -10/+28 |
* | Update to r41727 (bug 539) "click" parameter on images. | Brion Vibber | 2008-10-07 | 1 | -0/+29 |
* | Cleanup for r41724: parser test cases altered by removal of unneeded <span> i... | Brion Vibber | 2008-10-06 | 1 | -4/+4 |
* | Revert r40513, failing parser test for non-bug. | Tim Starling | 2008-09-06 | 1 | -9/+0 |
* | Parser test for bug 15453 | Chad Horohoe | 2008-09-03 | 1 | -0/+9 |
* | * Revert back to my parser pseudo-branch again. Note: if you feel like revert... | Tim Starling | 2008-08-26 | 1 | -0/+23 |
* | Add another parser test for whitespace before the number-px, just for good me... | Brion Vibber | 2008-08-19 | 1 | -0/+9 |
* | 2 new PASSING test(s) :) | Brion Vibber | 2008-08-19 | 1 | -0/+18 |
* | Update for revert to old link trail | Tim Starling | 2008-08-15 | 1 | -1/+1 |
* | Re-commit turning makeKnownLinkObj(), makeBrokenLinkObj(), makeLinkObj() into... | Aryeh Gregor | 2008-08-05 | 1 | -3/+3 |
* | Followup to r38525 (tweaks from r38400) -- don't put fragments on redlinks; t... | Brion Vibber | 2008-08-04 | 1 | -1/+1 |
* | Change test case added in r38400 | Brion Vibber | 2008-08-04 | 1 | -1/+1 |
* | Last commit contained errors. Revert most of it, keep only the tweaks to lin... | Aryeh Gregor | 2008-08-03 | 1 | -3/+3 |
* | * Output title before class in Linker::link() to match behavior of makeLink()... | Aryeh Gregor | 2008-08-03 | 1 | -8/+8 |
* | Fix the regression Brion noticed (not caused by me!) with special page links ... | Aryeh Gregor | 2008-08-01 | 1 | -0/+29 |
* | Start finding more bugs in Linker::link() by having the Parser use it, and ru... | Aryeh Gregor | 2008-08-01 | 1 | -5/+5 |
* | Add twelve new parser tests, of which four fail, to cover bug 6200. Brings f... | Aryeh Gregor | 2008-07-30 | 1 | -0/+177 |
* | Change the results for 6 out of 17 failing parser tests so that they pass. N... | Aryeh Gregor | 2008-07-30 | 1 | -19/+24 |
* | r37552/37553 mysteriously changed all our standard example.com examples to ex... | Brion Vibber | 2008-07-12 | 1 | -7/+7 |
* | Update linktrail parser test case for change in r36253: default linktrail now... | Brion Vibber | 2008-06-19 | 1 | -2/+2 |
* | Update parser test case for fixes in r36248 | Brion Vibber | 2008-06-19 | 1 | -4/+4 |
* | parser test fix from https://bugzilla.wikimedia.org/show_bug.cgi?id=14435 | Brion Vibber | 2008-06-06 | 1 | -2/+2 |
* | fix parser test case; namespace was missing from link title attribute | Brion Vibber | 2008-04-29 | 1 | -1/+1 |
* | Add parser regression test case for r33546 fatal error fix | Brion Vibber | 2008-04-18 | 1 | -0/+9 |
* | Add parser test case for bug 13728 | Brion Vibber | 2008-04-14 | 1 | -0/+14 |
* | * (bug 12077) Fix HTML nesting for TOC | Brion Vibber | 2008-03-24 | 1 | -0/+23 |
* | Update to r32375 / bug 11874 -- !important may have whitespace between ! and ... | Brion Vibber | 2008-03-24 | 1 | -0/+9 |
* | * (bug 11874) Inline CSS with !important no longer borken | Brion Vibber | 2008-03-24 | 1 | -0/+19 |
* | * (bug 10721) Duplicate section anchors with differing case now disambiguated | Brion Vibber | 2008-03-13 | 1 | -0/+11 |
* | Fix for r31844 -- pretty CamelCase special page names affect some test case r... | Brion Vibber | 2008-03-12 | 1 | -9/+9 |
* | * (bug 13247) Prettified ISBN links | Brion Vibber | 2008-03-05 | 1 | -8/+8 |