In QueryPage: fixing a misleading comment. value needn't be numeric.
[lhc/web/wiklou.git] / includes / Parser.php
2004-08-10 Tim Starlingtweaking escaping of external links
2004-08-08 Magnus Manske(Hopefully) fixing various template bugs once and for...
2004-08-07 Tim StarlingFixing bug #584804, extra characters requested in ...
2004-08-07 Tim StarlingRewrote external link handler, using preg_split()....
2004-08-07 Arne HeizmannBugfix: produce valid XHTML even if user entered invali...
2004-08-07 Arne Heizmannrm trailing white space
2004-08-07 Tim Starlingcomments and descriptive variable names
2004-08-07 Tim StarlingNew feature, nicer display of redirects. Removed specia...
2004-08-06 Arne HeizmannPerformance optimisation: Merge two for loops into...
2004-08-06 Arne HeizmannSomewhat less hacky fix to the French l''''homme''...
2004-08-06 Magnus ManskeAdding option $fixLbug to fix bug 948549
2004-08-05 Jens FrankCategory links are not part of mBodyText, so <!--LINK...
2004-08-04 Magnus ManskeThis should fix bug 980557
2004-08-04 Jens FrankRemoved debug output
2004-08-04 Magnus Manskefixing several bugs at once, or creating new ones?
2004-08-04 Magnus Manskefixing my redirect bug fix (hopefully)
2004-08-04 Jens FrankAllow indentation of tables using :{|
2004-08-04 Brion VibberMove magic ISBN, RFC, and GEO links to between replaceE...
2004-08-03 Magnus Manskecategory redirect bug fix
2004-07-31 Arne HeizmannAllowing for piped links inside template variables...
2004-07-29 Brion VibberFix fragments on interwiki links and in-wiki links...
2004-07-28 Brion VibberUse localized numerals for CURRENTMONTH, CURRENTDAY...
2004-07-24 Brion Vibber$wgRawHtml option to enable <html>...</html> container...
2004-07-24 Arne Heizmannsp :)
2004-07-24 Arne HeizmannPrevent category stuff ("There are 0 articles in this...
2004-07-24 Jens FrankChanged template inclusion code to detect loops and...
2004-07-19 Jens Frankallow blank lines in preformatted text started by blank...
2004-07-19 Jens FrankNew global config setting $wgMaxTocLevel: Maximum inden...
2004-07-18 Tim Starling* Support for table name prefixes throughout the code...
2004-07-16 Magnus ManskeGEO mode
2004-07-14 Gabriel Wickeimproved pre/list interaction, cleanup
2004-07-14 Gabriel Wickeallow pre's in lists, report by rizzo and mhnoyes
2004-07-13 Jens Frankmove $this->initialiseVariables down to where the varia...
2004-07-13 Arne HeizmannUse linktrail instead of na�ve \\S*
2004-07-12 Jens Frankuse makeKnownLink istead of makeLink. A page pointing...
2004-07-12 Arne HeizmannThis fixes the issue that something like [url/ link...
2004-07-12 Arne Heizmann- fix issue outlined by Emmanuel Engelhart <emmanuel...
2004-07-10 Tim StarlingOOP calling convention for database functions. DBMS...
2004-06-29 Gabriel WickeNew magic word __TOC__ that inserts the toc at the...
2004-06-29 Guillaume Blanchardadd [;] to french space character list
2004-06-19 Tim StarlingCorrected spelling error
2004-06-17 Antoine Musso* doExponant() function. Convert ^^th^^ in <small>...
2004-06-12 Tim Starlingoops, removed random speculation
2004-06-12 Tim Starlingchanged code formatting, changed parser hook calling...
2004-06-10 Jens FrankFix sorting of subcategories without a sortkey. Use...
2004-06-10 Jens Frankuse sortkey for subcategories, too
2004-06-09 Tim StarlingHiero and timeline as fully modular extensions. To...
2004-06-09 Jens FrankDon't show underscores instead of spaces for subcategor...
2004-06-08 Antoine MussoReplacement of most double quotes by single quotes...
2004-06-07 Antoine MussoDon't generate article list if we have no article to...
2004-06-07 Antoine Mussobug fix in newcategorymagic: first char was alway the...
2004-06-06 Jens Franknew layout for Category:XXX pages.
2004-06-05 Antoine Mussosome comments added
2004-06-05 Gabriel Wickesection anchor cleanup, unurlencode :
2004-06-05 Tim StarlingMore profiling sections
2004-06-05 Tim Starlingremoved non-matching wfProfileOut() calls
2004-06-02 Gabriel Wicke/tr added to tags
2004-06-02 Gabriel WickeThe Arab al[[Razi]] cleanup
2004-06-02 Gabriel WickeThe Arab al[[Razi]] back on board
2004-06-02 Gabriel Wickesection anchor encoding:
2004-06-02 Gabriel Wickenowiki handling
2004-06-02 Brion VibberReverting to previous revision; this broke at least...
2004-06-02 Brion VibberDon't put literal <nowiki>, <hiero>, or <timeline>...
2004-06-02 Jens Frankworkaround, strip nowikis again in doBlockLevels. BUG...
2004-06-02 Gabriel Wickeperformance fix
2004-06-02 Gabriel Wickesig fix II
2004-06-02 Gabriel Wickebug fix: list item with nowiki
2004-06-01 Gabriel Wickenowiki handling
2004-06-01 Gabriel Wickekeep unwrapped text arounf
2004-06-01 Gabriel Wicketh matching in doBlockLevels
2004-06-01 Gabriel Wicketable handling fix and notice silencing instead of...
2004-05-31 Erik Moellerunbreak template parametrization
2004-05-31 Jens FrankOnly pop an array if it really is an array. BUG # 963554
2004-05-31 Jens FrankFix transclusion inside of tables. BUG #962494
2004-05-31 Tim StarlingChanging handling of newlines in templates
2004-05-31 Brion Vibber<br/> isn't compatible with Netscape 4.x; use <br ...
2004-05-30 Antoine Mussofix bug 963205 : text starting with space & ! or ?...
2004-05-30 Tim StarlingFixed $wgCacheEpoch handling
2004-05-30 Tim StarlingRemoved PST <br> conversion, unnecessary, was annoying...
2004-05-29 Tim Starlingrepaired gwicke's horrible mangling of brace expansion...
2004-05-29 Tim Starlingquieter tidy errors
2004-05-27 Gabriel Wickebug fixes: no newline at end of includes, interwiki...
2004-05-27 Tim StarlingParser cache moved to memcached
2004-05-27 Gabriel Wickerun replaceInternalLinks twice to render links/images...
2004-05-27 Gabriel Wickeimage link handling
2004-05-27 Gabriel Wickeadjacent include handling
2004-05-26 Gabriel Wicketypo in magicRFC
2004-05-26 Gabriel Wickefrench space fix
2004-05-26 Gabriel Wickefixed regex
2004-05-26 Gabriel Wickewhile instead of if
2004-05-26 Gabriel Wickeexperimental {{foo{{bar}}}} support- Tim, please review...
2004-05-26 Gabriel Wickefrench spaces return
2004-05-26 Gabriel Wicketimelines now in strip()
2004-05-26 Gabriel Wicketemporary removal of tokenizer for performance
2004-05-26 Tim StarlingFixed profiling
2004-05-25 Gabriel Wickeaccept urlencoded (interwiki) links
2004-05-24 Gabriel Wickepre handling fix
2004-05-23 Tim StarlingChanging template argument syntax from {{arg}} to ...
2004-05-23 Tim Starlingfixed weird bug causing meta to fail spectacularly
2004-05-22 Gabriel Wickeallow paragraphing inside div's
next