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" |
3 | 3 | let cmd_latex tmpprefix = "latex " ^ tmpprefix ^ ".tex >/dev/null" |
4 | 4 | (* Putting -transparent white in converts arguments will sort-of give you transperancy *) |
5 | 5 | 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 @@ |
321 | 321 | Have removed read-only checks from the general user permission framework. |
322 | 322 | * Creating a site with a name containing '#' is no longer permitted, since the |
323 | 323 | name will not work (but $wgSiteName is not checked if manually set). |
| 324 | +* (bug 12695) Suppress dvips verbiage from web server error log |
324 | 325 | |
325 | 326 | |
326 | 327 | == Parser changes in 1.12 == |