Commit graph

16 commits

Author SHA1 Message Date
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