r29964 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r29963‎ | r29964 | r29965 >
Date:05:26, 20 January 2008
Author:brion
Status:old
Tags:
Comment:
* (bug 12695) Suppress dvips verbiage from web server error log
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/math/render.ml (modified) (history)

Diff [purge]

Index: trunk/phase3/math/render.ml
@@ -1,4 +1,4 @@
2 -let cmd_dvips tmpprefix = "dvips -R -E " ^ tmpprefix ^ ".dvi -f >" ^ tmpprefix ^ ".ps"
 2+let cmd_dvips tmpprefix = "dvips -q -R -E " ^ tmpprefix ^ ".dvi -f >" ^ tmpprefix ^ ".ps"
33 let cmd_latex tmpprefix = "latex " ^ tmpprefix ^ ".tex >/dev/null"
44 (* Putting -transparent white in converts arguments will sort-of give you transperancy *)
55 let cmd_convert tmpprefix finalpath = "convert -quality 100 -density 120 " ^ tmpprefix ^ ".ps " ^ finalpath ^ " >/dev/null 2>/dev/null"
Index: trunk/phase3/RELEASE-NOTES
@@ -320,6 +320,7 @@
321321 Have removed read-only checks from the general user permission framework.
322322 * Creating a site with a name containing '#' is no longer permitted, since the
323323 name will not work (but $wgSiteName is not checked if manually set).
 324+* (bug 12695) Suppress dvips verbiage from web server error log
324325
325326
326327 == Parser changes in 1.12 ==

Status & tagging log