Brion Vibber
60d5263827
* (bug 3347) strip linebreaks in math error source
2006-02-03 06:36:05 +00:00
Ævar Arnfjörð Bjarmason
a26d5a49d7
* s~\t+$~~
2006-01-07 13:31:29 +00:00
Ævar Arnfjörð Bjarmason
7bbe971aec
* s~ +$~~
2006-01-07 13:09:30 +00:00
Brion Vibber
9d15c14be4
* (bug 3877) Render math images into temp directory, then move to hashed
...
subdir so you can render new math images and have them work
2005-11-04 02:33:50 +00:00
Jens Frank
abcffab3c0
Change storage architecture in images/math/.
...
Old: images/math/434be915b5fe2e0e63cad907f254dfd5.png
New: images/math/4/3/4/434be915b5fe2e0e63cad907f254dfd5.png
2005-11-02 23:14:33 +00:00
Tim Starling
6668f232d7
Generic cygwin hack
2005-06-18 05:09:27 +00:00
Tim Starling
cdb3f96ab8
Various live patches ported from REL1_4
2005-04-12 04:03:21 +00:00
Brion Vibber
ff89c2eddd
Fix some variable typos
2004-11-21 08:58:46 +00:00
Tim Starling
412eda0517
Correcting bugs due to double-prefixing table names. Removing obsolete Database member functions. Adding comments to Database.php
2004-10-24 07:10:33 +00:00
Antoine Musso
ba2afcd9fa
Split files and classes in different packages for phpdocumentor. I probably changed some double quotes to single and used function foo () { shema
2004-09-03 23:00:01 +00:00
Antoine Musso
90155b8a97
Changing comments layout preparing for generated documentation with Phpdocumentor
2004-09-02 23:28:24 +00:00
Antoine Musso
3d60242fb5
massive double to single quotes conversion. I have not noticed any bug after a lot of testing
2004-08-22 17:24:50 +00:00
Tim Starling
ac549401d4
* Support for table name prefixes throughout the code. No support yet for converting static SQL, which also means no installation. But it has been tested by creating the tables in the ordinary way and then renaming them
...
* DB_WRITE now called DB_MASTER, DB_READ now called DB_SLAVE
* Converted to use SQL wrapper functions instead of direct SQL in various places
* Experimental method for preserving the chronological order of events when slave servers are used. Untested.
* Fixes to the new post-parse existence test feature
* Some.. other stuff
2004-07-18 08:48:43 +00:00
Gabriel Wicke
d026807c3e
unclosed array. tim, please check if this fix closes at the right spot
2004-07-12 20:59:25 +00:00
Tim Starling
b96b707efa
OOP calling convention for database functions. DBMS abstraction implemented by means of functions instead of global variables, PostgreSQL object converted to a subclass instead of a drop-in replacement. Also the beginnings of a flexible table name feature.
2004-07-10 03:09:26 +00:00
Gabriel Wicke
f94b22b924
wrap tex html output in span class="texhtml"
2004-06-08 13:19:21 +00:00
Arne Heizmann
5a292593e3
Bugfix suggested by Laurent GUERBY on wikitech-l
2004-06-07 17:19:05 +00:00
Gabriel Wicke
bb3a75924e
alt text formatting- keep image src on one line to play nice with the parser
2004-05-17 00:14:42 +00:00
Jens Frank
ca3ee3e3a1
"REPLACE" is a "DB_WRITE" action
2004-04-27 05:44:55 +00:00
Brion Vibber
93b09379fb
Add experimental MathML output option for math (only works with some
...
browsers and requires use of an XML content type; try setting
$wgMimeType = "application/xhtml+xml" and use Mozilla).
Rearranged a couple things in prefs.
Did some refactoring in Math.php to remove some duplicated code and
figure out what is going on.
2004-04-22 08:51:04 +00:00
Antoine Musso
e0dbc1c4be
ending ) thx to jeronim@irc
2004-04-06 13:51:29 +00:00
Brion Vibber
3d2a067e8c
HTML tweaks inching towards XHTML-friendly output. To test:
...
$wgMimeType = "text/xml";
$wgDocType = "-//W3C//DTD XHTML 1.0 Transitional//EN";
$wgDTD = "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd ";
Mozilla will spit out angry erorrs at all the well-formedness errors.
2004-04-03 10:01:08 +00:00
Brion Vibber
84027db7f2
Installation, compatibility, security fixlets:
...
* Detect use of PHP as CGI and disable index.php/Title URLs
* Try to auto-create math tmp & output directories if not present
* Disable Asksql in default install ($wgAllowSysopQueries)
Added skin names to LanguageEo
2004-03-26 16:47:12 +00:00
Brion Vibber
0332f4c598
Fix for compatibility with short_open_tag = Off
2004-02-18 02:15:00 +00:00
Brion Vibber
08395634fa
Configurable location of texvc; detect failure to produce PNG output when
...
texvc returns otherwise correctly; clean up whitespace.
2004-01-11 23:14:20 +00:00
Tim Starling
46787701ce
Nov. branch merge. Various features backported from stable, various bug fixes.
2003-11-09 11:45:12 +00:00
Tim Starling
7057b4e609
wfQuery now takes three parameters -- one extra for DB replication purposes
2003-09-20 01:34:06 +00:00
Brion Vibber
93b5c48f35
Trying to cut these monster files to manageable size... moving math support functions from OutputPage.php into Math.php
2003-08-30 10:04:59 +00:00