footer slightly more fine-grained to get more control over individual items
[lhc/web/wiklou.git] / RELEASE-NOTES
index 20e8075..6a88138 100644 (file)
@@ -1,9 +1,117 @@
 = MediaWiki release notes =
 
-Stable branch snapshot, release 2003-11-18. This is the version of MediaWiki
-that we're running on Wikipedia as of this date.
-
-== Overview of changes from mediawiki-20031117 release: ==
+== Version 1.3.0pre-alpha ==
+
+Various things will be happening for 1.3.0...
+* More advanced parser
+* New schema...
+* Magic goodies!
+* Included PHPTAL 0.7.0 from http://phptal.sourceforge.net/
+* stuff
+
+== Version 1.2.0 ==
+
+New features in 1.2:
+* Image resizing/thumbnail generation
+* Stricter upload file extension blacklist and whitelist options
+* More flexible blocking system; time period may be set
+* Handier sysop account management. An account marked "bureaucrat"
+  may assign sysop access to other accounts via Special:Makesysop.
+  (The exact details of this may change in the future)
+* Support for a squid cache with explicit purging of cached anon pages
+* Optional compression of old revision text (requires zlib support)
+* Fuzzy title search (experimental, requires memcached)
+* Page rendering cache (experimental)
+* Editing toolbar to demonstrate wiki syntax to newbies
+  (off by default in user preferences)
+* Support for authenticated SMTP outgoing e-mail (experimental)
+* It's now possible to assign sysop accounts from within the wiki.
+  An account with this ability must be labeled with the "bureaucrat"
+  privilege, such as the 'Developer' account created by the install.
+
+Fixes and tweaks:
+* Now works with register_globals off!
+* Works with short tags disabled.
+* Should work out of the box on MySQL 3.2.x again. On 4.x set
+  $wgEnablePersistentLC = true; to turn on the link cache table
+  for a slight rendering speed boost.
+* rebuildMessages.php can now selectively update new messages, or
+  overwrite everything.
+* Various bug fixes.
+* Other stuff we forgot.
+* Documentation more out of date than ever before!
+
+=== Behavior changes ===
+
+* wiki.phtml and redirect.phtml are now renamed to index.php and redirect.php
+  The old names are provided too for compatibility, but make sure they don't
+  conflict if you've been putting other files in your wiki.
+* Uploaded filenames are more strictly checked than before. See bits in
+  DefaultSettings.php to tweak this behavior to your needs.
+* Database messages are now enabled by default, so the interface messages can
+  be tweaked through the wiki with a sysop account. Disable this if you
+  don't want the performance hit.
+
+=== Database changes ===
+
+An index was added to recentchanges table to speed up Newpages
+(patch-rc-newindex.sql for manual updaters).
+
+Expiration date field has been added to ipblocks table
+(patch-ipb_expiry.sql for manual updaters).
+
+
+== Version 1.1.0, 2003-12-08 ==
+
+This is the new production release. Any following 1.1.x releases are expected
+to contain only bug fixes; developments of new features will go towards a 1.2.0
+release.
+
+New features in 1.1:
+* New wiki table syntax:
+  http://meta.wikipedia.org/wiki/MediaWiki_User%27s_Guide:_Using_tables
+* User-editable interface messages:
+  http://meta.wikipedia.org/wiki/MediaWiki_namespace
+* XML-wrapped page source export with optional history:
+  http://meta.wikipedia.org/wiki/XML_import_and_export
+  (There is not yet an import function!)
+* "Magic words"
+
+Fixes and tweaks:
+* linkscc table caches link data for rendering; faster rebuildlinks.php
+* Numerous bugs in Cologne Blue skin fixed
+* Login gives warning about missing cookies
+* Block log, protection log added; deletion log now includes undeletions
+* Deletion & upload logs now escape comment text properly
+* Problems with <nowiki> segments in section titles etc mitigated
+* Contributions offset and minor edit bugs fixed
+* Whatlinkshere now sorted alphabetically
+* Various exciting new profiling options.
+* Debug log is off by default.
+* Various small bugs fixed.
+
+Internal changes:
+* wfQuery has had a second parameter inserted, DB_READ or DB_WRITE. This value
+  is not actually used so far.
+* Partial code for categories and Smarty template-based skins is in the tree
+  but disabled.
+* Parts of Article.php have been moved to EditPage.php and ImagePage.php.
+
+New translations:
+* fi - Finnish
+* ia - Interlingua
+* no - Norwegian
+* sk - Slovak
+* ta - Tamil
+
+=== Database changes ===
+
+"linkscc" table added. If upgrading manually (rather than with update.php),
+run maintenance/archives/patch-linkscc.sql to create the table.
+
+Older releases were dated snapshots from the old 'stable' branch:
+
+== mediawiki-20031118 ==
 
 * Image deletion fixed.
 * Deletion of image old revisions now restricted to sysops
@@ -11,7 +119,7 @@ that we're running on Wikipedia as of this date.
 * Fixed maintenance scripts broken by last release's security fix
 * Many errors in rebuildlinks script fixed.
 
-== Overview of changes from mediawiki-20031107 release: ==
+== mediawiki-20031117 ==
 
 * SECURITY FIX: stricter checking of include path
 * Fixed user contributions next/prev bug
@@ -33,7 +141,7 @@ that we're running on Wikipedia as of this date.
 No database changes since 20031107; upgrading should be clean.
 
 
-== Overview of changes from mediawiki-20030829 release: ==
+== mediawiki-20031107 ==
 
 * Fixed various bugs!
 * Some speed improvements from tweaks to the table indexes
@@ -47,7 +155,7 @@ No database changes since 20031107; upgrading should be clean.
 * Uploads disabled by default (see below)
 
 
-== Security note ==
+=== Security note ===
 
 Uploads are now disabled by default. If you've set up a secure configuration
 you can reenable uploads by putting:
@@ -78,7 +186,7 @@ stealing JavaScript attacks. Example Apache config fragment:
   </Directory>
 
 
-== Database updates ==
+=== Database updates ===
 
 If you're using update.php, the necessary database changes should
 be made automatically.
@@ -96,7 +204,7 @@ To copy in the Wikipedia language-prefix interwikis as well, add:
   wikipedia-interwiki.sql
 
 
-== Translations ==
+=== Translations ===
 
 New interface localization files are included for:
   fy Frisian
@@ -106,7 +214,7 @@ New interface localization files are included for:
   sr Serbian
 
 
-== Memcached ==
+=== Memcached ===
 
 Memcached is a distributed cache system. See http://www.danga.com/memcached/
 MediaWiki can optionally use memcached to store some data between calls
@@ -132,7 +240,7 @@ volatile; login sessions will fail dramatically if memcached is unavailable
 when this option is turned on.
 
 
-== Online documentation ==
+=== Online documentation ===
 
 Documentation for both end-users and site administrators is currently being
 built up on Meta-Wikipedia, and is covered under the GNU Free Documentation
@@ -141,7 +249,7 @@ License:
   http://meta.wikipedia.org/wiki/MediaWiki_User%27s_Guide
 
 
-== Mailing list ==
+=== Mailing list ===
 
 A MediaWiki-l mailing list has been set up distinct from the Wikipedia
 wikitech-l list:
@@ -149,15 +257,19 @@ wikitech-l list:
   http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
 
 
-== UseModWiki import script ==
+=== UseModWiki import script ===
 
 A stripped-down UseModWiki import script is available in the maintenance
 subdirectory. It is incomplete and requires a lot of manual clean-up, but
 does function for the brave and pure of heart.
 
 
-== Test suite removed ==
+=== Test suite removed ===
 
 The unmaintained Java-based test suite has been removed from the tarball
 release. If you really want it you can check it out from CVS.
 
+
+== mediawiki-20030829 ==
+
+First release under MediaWiki name.