Don't look for pipes in the root node.
[lhc/web/wiklou.git] / includes / Math.php
2010-11-08 Alexandre EmsenhuberRemoved some error suppression operators
2010-08-05 PlatonidesMove the math option inside ParserOptions instead of...
2010-06-25 Tim StarlingRun texvc via wfShellExec(), so that execution time...
2010-05-19 Mark A. Hershberger* remove function_exists calls for things that function...
2010-04-17 PlatonidesBug 23190#c7 Mark tex text as class="tex".
2010-04-14 PlatonidesReplace the new lines in plain math with spaces.
2010-03-03 PlatonidesFollow-up r63213. Move it to wfEscapeShellArg, which...
2010-03-03 PlatonidesEscape the caret under Windows, since that's a special...
2010-01-08 Chad Horohoe$fname -> __METHOD__
2009-12-11 Chad HorohoeMass convert NULL -> null. Left strings and comments...
2009-11-30 Jure Kajzer* Added 5th parameter to texvc call (can be null and...
2009-09-14 Brion VibberClean up a live hack from wmf-deployment r53208: option...
2008-11-26 Brion Vibberfix regression from r43965 -- forgot the .png extension...
2008-11-26 Brion VibberFollow-up to r43964 (bug 16440)
2008-11-26 Brion Vibber* (bug 16440) Broken 0-byte math renderings are now...
2008-09-17 Aaron SchulzBah, revert to r40753
2008-09-17 Aaron Schulz*Should need to escape twice
2008-09-12 Aaron Schulzfix typo
2008-09-12 Aaron SchulzUse wfEscapeShellArg() since it works on windows (bug...
2008-09-06 Chad Horohoe(bug 11475) Remove useless final param in $dbw->replace...
2008-08-11 Chad HorohoeMore of the ongoing war against mkdir() in favor of...
2008-05-20 Alexandre EmsenhuberWARNING: HUGE COMMIT
2008-04-14 Siebrand Mazeland* remove end of line whitespace
2007-09-27 Rob Church(bug 11474) Fix unintentional fall-through in math...
2007-07-13 Brion Vibber* (bug 10508) Allow HTML attributes on <gallery>
2007-06-29 Aryeh GregorRemove ?>'s from files. They're pointless, and just...
2007-06-08 Greg Sabino MullaneHave Math.php use encodeBlob and decodeBlob when access...
2007-01-22 Nick JenkinsThe war on redundant ampersand usage!
2007-01-20 Antoine MussoUse Doxygen @addtogroup instead of phpdoc @package...
2007-01-20 Antoine MussoRename constructors to __constructor
2007-01-06 Antoine MussoReturn nothing on empty math tags instead of char encoding
2006-11-29 Nick JenkinsCompleting code housekeeping stuff for rest of includes...
2006-07-10 Antoine MussoA lot more of static issues when using E_STRICT from...
2006-06-26 Rob Church(bug 672) Add MathAfterTexvc hook
2006-06-06 Domas MituzasAutoLoad Math.php
2006-06-01 Brion VibberRevert to r14512; domas introduced massive breakage...
2006-06-01 Domas MituzasUse AutoLoader to load classes:
2006-05-01 Antoine MussoUnused call to wfMsg('math_unknown_error')
2006-02-03 Brion Vibber* (bug 3347) strip linebreaks in math error source
2006-01-07 Ævar Arnfjörð Bjar... * s~\t+$~~
2006-01-07 Ævar Arnfjörð Bjar... * s~ +$~~
2005-11-04 Brion Vibber* (bug 3877) Render math images into temp directory...
2005-11-02 Jens FrankChange storage architecture in images/math/.
2005-06-18 Tim StarlingGeneric cygwin hack
2005-04-12 Tim StarlingVarious live patches ported from REL1_4
2004-11-21 Brion VibberFix some variable typos
2004-10-24 Tim StarlingCorrecting bugs due to double-prefixing table names...
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-22 Antoine Mussomassive double to single quotes conversion. I have...
2004-07-18 Tim Starling* Support for table name prefixes throughout the code...
2004-07-12 Gabriel Wickeunclosed array. tim, please check if this fix closes...
2004-07-10 Tim StarlingOOP calling convention for database functions. DBMS...
2004-06-08 Gabriel Wickewrap tex html output in span class="texhtml"
2004-06-07 Arne HeizmannBugfix suggested by Laurent GUERBY on wikitech-l
2004-05-17 Gabriel Wickealt text formatting- keep image src on one line to...
2004-04-27 Jens Frank"REPLACE" is a "DB_WRITE" action
2004-04-22 Brion VibberAdd experimental MathML output option for math (only...
2004-04-06 Antoine Mussoending ) thx to jeronim@irc
2004-04-03 Brion VibberHTML tweaks inching towards XHTML-friendly output....
2004-03-26 Brion VibberInstallation, compatibility, security fixlets:
2004-02-18 Brion VibberFix for compatibility with short_open_tag = Off
2004-01-11 Brion VibberConfigurable location of texvc; detect failure to produ...
2003-11-09 Tim StarlingNov. branch merge. Various features backported from...
2003-09-20 Tim StarlingwfQuery now takes three parameters -- one extra for...
2003-08-30 Brion VibberTrying to cut these monster files to manageable size...