removed a debug output when setting up the dropbox for language variants
[lhc/web/wiklou.git] / includes / Parser.php
2004-09-17 Jens FrankBUG#60 Patch by Wil Mahan
2004-09-17 Jens FrankAdded convert() to Language class, so that convert...
2004-09-16 Zheng ZhuAdded entry point to call the Traditional/Simplified...
2004-09-15 Jens FrankBUG#487 make regex not-so-greedy. If anchored to end...
2004-09-14 Brion VibberWhoops, debugging comment.
2004-09-14 Brion VibberPrudency measure: only enable $wgRawHtml usage if ...
2004-09-12 Jens FrankBUG#463 Strip first leading blank from preformatted...
2004-09-11 Brion VibberUse <i> and <b> for '' and ''' instead of <em> and...
2004-09-09 River Tarnellhere is the correct fix for head (MF 1.3)
2004-09-09 River Tarnelldon't parse blank ISBNs
2004-09-07 Jens FrankBUG#76 For categories, don't use the Category:-prefix...
2004-09-03 Antoine MussoSplit files and classes in different packages for phpdo...
2004-09-02 Antoine MussoChanging comments layout preparing for generated docume...
2004-08-31 Brion VibberAvoid numeric and boolean interpretation of "0" in...
2004-08-28 Jens FrankBUG#160 Internationalize display of numbers:
2004-08-28 Jens FrankBUG#219 enable link shortcuts like [[:Category:catname|]]
2004-08-27 Tim StarlingAbstracted site name in LanguageFi.php. This required...
2004-08-27 Jens Frankremoved forgotten debugging statement
2004-08-27 Jens Frankcleanup of unused categoryMagic code
2004-08-26 Jens FrankBUG#206: replace <!--LINK tags by the link text for...
2004-08-22 Antoine Mussomassive double to single quotes conversion. I have...
2004-08-22 Brion VibberRemove what seems to be an accidentally checked-in...
2004-08-22 Jens FrankMoved category stuff to CategoryPage, copying logic...
2004-08-22 Jens FrankFix notice regarding invalid array index -1
2004-08-21 Antoine MussoReverting patch 1.246 made by Guillaume. It breaks...
2004-08-19 Brion VibberAdd some more profiling points
2004-08-17 Guillaume Blanchard*fix bug in non-breaking space regexp
2004-08-16 Antoine Musso* some comments (using # instead of /* */ )
2004-08-16 Antoine Mussomore double to single quotes
2004-08-16 Antoine MussoComments, double to single quotes, foobar () { shema.
2004-08-15 Jens FrankMove check for wgUseGeoMode to where the function is...
2004-08-14 Arne HeizmannNew PHPtal-based skin 'Chick'. Designed for PDAs and...
2004-08-14 Arne HeizmannFixes to the bold/italics rendering problems [Bug 40]
2004-08-13 Brion VibberAntiglobalization!
2004-08-13 Guillaume BlanchardMAX_INCLUDE_REPEAT 5 => 20
2004-08-12 Antoine MussoFix source forge bug #1007149. Wrong plural when listin...
2004-08-12 Antoine Mussoimplement a new magic word: PAGENAMEE wich return the...
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>...
next