Commit graph

16 commits

Author SHA1 Message Date
Brion Vibber
3c736bf807 Well-formedness error 2004-04-22 09:03:21 +00:00
Tim Starling
5f4c1f24e5 Edit summary in diff header, written by Angela 2004-04-17 07:37:55 +00:00
Erik Moeller
9cd97d0197 use CSS for formatting diffs 2004-04-12 18:07:19 +00:00
Brion Vibber
fe5ff59ad6 XHTML fixes. 2004-04-09 01:37:41 +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
Tim Starling
e44fec8359 restored width=98%, like I already did with the top table 2004-04-03 05:57:38 +00:00
Gabriel Wicke
7939db9786 minor xhtml tweaks 2004-03-22 23:53:20 +00:00
Tim Starling
ee73b49007 Split parser from OutputPage into Parser.php, corrected spelling of "suppress", a few other bits and pieces 2004-02-26 13:37:26 +00:00
Brion Vibber
0332f4c598 Fix for compatibility with short_open_tag = Off 2004-02-18 02:15:00 +00:00
Tim Starling
a12ffe0cea Bug fixes: watchlist and recent changes linked were broken in the last commit 2004-01-17 09:49:43 +00:00
Tim Starling
3c96949682 * Recent Changes improvements: object oriented back end, move page annotation and (untested) message queue feed.
* Misc. bugs fixed in DatabaseFunctions.php and Skin.php.
* install-utils, install and update utilise Database objects instead of handling their own connections
* schema change for RC improvement -- added rc_type, rc_moved_to_title and rc_moved_to_ns
2004-01-17 05:49:39 +00:00
Erik Moeller
9e49c0c168 Changed function/variable name "final" to "closing" because "final" is a
keyword in PHP5
2004-01-15 09:27:12 +00:00
Brion Vibber
57d8f4b737 Start support for compressing entries in the old table with gzdeflate.
Adds compressOld.php to batch-compress existing entries.
Article::getRevisionText will do decompression on a given row if
necessary (marked by old_flags). Requires zlib.
2004-01-03 12:32:32 +00:00
Brion Vibber
d9e0d33363 Use wfMsg()'s parameters 2003-11-15 14:21:29 +00:00
Tim Starling
436d389650 changing wfQuery to allow replication 2003-09-20 02:30:00 +00:00
Lee Daniel Crocker
d82c14fb4f Initial revision 2003-04-14 23:10:40 +00:00