lhc/web/wiklou.git
18 years ago'Chunked' 1.5 schema upgrader; incomplete, only does the main tables so far.
Brion Vibber [Thu, 23 Jun 2005 08:26:53 +0000 (08:26 +0000)]
'Chunked' 1.5 schema upgrader; incomplete, only does the main tables so far.
* Does schema and (if applicable) UTF-8 changes at the same time
* Runs inserts in chunks to avoid clogging up the replication stream
* Includes manually-done Windows-1252 conversion function for the 8-bit crowd

18 years agoRemove asksql priv from standard definitions; it's an extension thing.
Brion Vibber [Thu, 23 Jun 2005 02:22:46 +0000 (02:22 +0000)]
Remove asksql priv from standard definitions; it's an extension thing.

18 years ago* Trim whitespace from option values to weather line-ending corruption problems
Brion Vibber [Thu, 23 Jun 2005 02:16:10 +0000 (02:16 +0000)]
* Trim whitespace from option values to weather line-ending corruption problems

18 years ago* Added msg:val_tab
Ævar Arnfjörð Bjarmason [Wed, 22 Jun 2005 23:27:46 +0000 (23:27 +0000)]
* Added msg:val_tab

18 years ago* Adding a space to the left of #ca-print like there is for #ca-watch,
Ævar Arnfjörð Bjarmason [Wed, 22 Jun 2005 23:24:22 +0000 (23:24 +0000)]
* Adding a space to the left of #ca-print like there is for #ca-watch,
  #ca-unwatch and #ca-varlang-0

18 years ago* (bug 1577) Add 'printable version' tab in MonoBook for people who don't
Brion Vibber [Wed, 22 Jun 2005 22:59:39 +0000 (22:59 +0000)]
* (bug 1577) Add 'printable version' tab in MonoBook for people who don't
  realize you can just hit print to get a nicely formatted printable page.

18 years ago* (bug 750) Keep line endings consistent in LocalSettings.php
Brion Vibber [Wed, 22 Jun 2005 21:59:56 +0000 (21:59 +0000)]
* (bug 750) Keep line endings consistent in LocalSettings.php

18 years ago* (bug 2488) Format 'deletedtext' message as wikitext
Brion Vibber [Wed, 22 Jun 2005 21:38:15 +0000 (21:38 +0000)]
* (bug 2488) Format 'deletedtext' message as wikitext

18 years ago* (bug 2178) Fix temp dir check again
Brion Vibber [Wed, 22 Jun 2005 20:22:31 +0000 (20:22 +0000)]
* (bug 2178) Fix temp dir check again

18 years agovalidation feature updates
Magnus Manske [Wed, 22 Jun 2005 17:33:28 +0000 (17:33 +0000)]
validation feature updates

18 years agoremove asksql messages
River Tarnell [Wed, 22 Jun 2005 10:46:16 +0000 (10:46 +0000)]
remove asksql messages

18 years agoinclude error in debug output
River Tarnell [Wed, 22 Jun 2005 10:32:39 +0000 (10:32 +0000)]
include error in debug output

18 years agotypo
River Tarnell [Wed, 22 Jun 2005 10:11:08 +0000 (10:11 +0000)]
typo

18 years agotypo
River Tarnell [Wed, 22 Jun 2005 09:39:52 +0000 (09:39 +0000)]
typo

18 years agoceb, fiu-vro, pam, sco
Tim Starling [Wed, 22 Jun 2005 08:15:22 +0000 (08:15 +0000)]
ceb, fiu-vro, pam, sco

18 years ago* Restored prior text for password reminder button and e-mail, replacing
Brion Vibber [Wed, 22 Jun 2005 07:51:13 +0000 (07:51 +0000)]
* Restored prior text for password reminder button and e-mail, replacing
  the factually inaccurate text that was there.

18 years agoDon't suppress warnings -- fix the buggy file.
Brion Vibber [Wed, 22 Jun 2005 06:28:29 +0000 (06:28 +0000)]
Don't suppress warnings -- fix the buggy file.

18 years ago* The copyright confirmation box at Special:Upload is now turned off by default
Ævar Arnfjörð Bjarmason [Wed, 22 Jun 2005 03:29:51 +0000 (03:29 +0000)]
* The copyright confirmation box at Special:Upload is now turned off by default
  and can be turned back on by setting $wgCopyrightAffirmation to a true value

18 years ago* Settings the copyright confirmation box to off by default, any such text
Ævar Arnfjörð Bjarmason [Wed, 22 Jun 2005 03:28:12 +0000 (03:28 +0000)]
* Settings the copyright confirmation box to off by default, any such text
  can also be placed in msg:uploadtext and having this on by default only
  serves to induce upload fatigue.

18 years ago* The copyright confirmation box at Special:Upload can now be turned off by setting
Ævar Arnfjörð Bjarmason [Wed, 22 Jun 2005 03:21:58 +0000 (03:21 +0000)]
* The copyright confirmation box at Special:Upload can now be turned off by setting
  $wgCopyrightAffirmation to a false value in LocalSettings.php

18 years ago* Corrected comments
Ævar Arnfjörð Bjarmason [Wed, 22 Jun 2005 03:13:02 +0000 (03:13 +0000)]
* Corrected comments

18 years ago* Special:Statistics now supports action=raw, useful for bots designed to
Ævar Arnfjörð Bjarmason [Wed, 22 Jun 2005 01:59:35 +0000 (01:59 +0000)]
* Special:Statistics now supports action=raw, useful for bots designed to
  harwest e.g. article counts from multiple wikis.

18 years ago* Using wfSuppressWarnings() to supress undefined index warnings when a
Ævar Arnfjörð Bjarmason [Wed, 22 Jun 2005 00:43:50 +0000 (00:43 +0000)]
* Using wfSuppressWarnings() to supress undefined index warnings when a
  linktrail doesn't exist such as for Arabic.
* Removed 'sitesettings', obsolete.

18 years agoMake an attempt to fix some more problems:
Brion Vibber [Tue, 21 Jun 2005 21:35:48 +0000 (21:35 +0000)]
Make an attempt to fix some more problems:
* incorrect escaping of URL components
* missing escaping of URLs in <a href> tags
* don't try to place HTML-formatted wikitext into a single-quoted attribute value
* an odd str_replace
* some other XHTML bits

18 years agoRemove leftover junk
Brion Vibber [Tue, 21 Jun 2005 21:25:27 +0000 (21:25 +0000)]
Remove leftover junk

18 years ago* (bug 1714) Overriding #wpSave and #wpDiff
Ævar Arnfjörð Bjarmason [Tue, 21 Jun 2005 21:11:42 +0000 (21:11 +0000)]
* (bug 1714) Overriding #wpSave and #wpDiff

18 years agofixes to broken HTML messages; table markup now CSS
Magnus Manske [Tue, 21 Jun 2005 19:59:19 +0000 (19:59 +0000)]
fixes to broken HTML messages; table markup now CSS

18 years ago* (bug 1714) Tweaks, reducing the margin to 0.33em and applying it to #wpDiff
Ævar Arnfjörð Bjarmason [Tue, 21 Jun 2005 15:41:45 +0000 (15:41 +0000)]
* (bug 1714) Tweaks, reducing the margin to 0.33em and applying it to #wpDiff
  as well.

18 years ago* (bug 1714) the "Save page" button now has right margin to seperate it from
Ævar Arnfjörð Bjarmason [Tue, 21 Jun 2005 15:18:07 +0000 (15:18 +0000)]
* (bug 1714) the "Save page" button now has right margin to seperate it from
  "Show preview" and "Show changes"

18 years ago* Displaying namespace subheadings on Special:Watchlist/edit
Ævar Arnfjörð Bjarmason [Tue, 21 Jun 2005 15:00:09 +0000 (15:00 +0000)]
* Displaying namespace subheadings on Special:Watchlist/edit

18 years ago* (bug 1887) Applying attachment 461
Ævar Arnfjörð Bjarmason [Tue, 21 Jun 2005 13:48:35 +0000 (13:48 +0000)]
* (bug 1887) Applying attachment 461

18 years agoduh, use the right func
Brion Vibber [Tue, 21 Jun 2005 05:32:44 +0000 (05:32 +0000)]
duh, use the right func

18 years agoAdd file renaming for images and archived images, leaving symlinks from old
Brion Vibber [Tue, 21 Jun 2005 05:29:24 +0000 (05:29 +0000)]
Add file renaming for images and archived images, leaving symlinks from old
names. This code is untested so far.

18 years ago* (bug 2467) Fixed encoding issue with previous patch
Ævar Arnfjörð Bjarmason [Tue, 21 Jun 2005 02:05:00 +0000 (02:05 +0000)]
* (bug 2467) Fixed encoding issue with previous patch

18 years ago* Removed a redundant variable by the name of 'redundant' from this redundancy
Ævar Arnfjörð Bjarmason [Tue, 21 Jun 2005 01:31:16 +0000 (01:31 +0000)]
* Removed a redundant variable by the name of 'redundant' from this redundancy
  checking script.

18 years agos/Interwiki/Transwiki/ import
Brion Vibber [Tue, 21 Jun 2005 00:49:52 +0000 (00:49 +0000)]
s/Interwiki/Transwiki/ import
That term seems established, we just haven't had the code ready. ;)

18 years ago* Removed <p> being passed to addWikiTexT(), the parser will add that anyway
Ævar Arnfjörð Bjarmason [Tue, 21 Jun 2005 00:27:52 +0000 (00:27 +0000)]
* Removed <p> being passed to addWikiTexT(), the parser will add that anyway
* Using wfMsg's instead of hardcoded strings

18 years ago* Added msg:importinterwiki, for Special:Import
Ævar Arnfjörð Bjarmason [Tue, 21 Jun 2005 00:26:53 +0000 (00:26 +0000)]
* Added msg:importinterwiki, for Special:Import

18 years ago* Fixed a bug in Special:Contributions that caused the namespace selection to
Ævar Arnfjörð Bjarmason [Tue, 21 Jun 2005 00:12:32 +0000 (00:12 +0000)]
* Fixed a bug in Special:Contributions that caused the namespace selection to
  be forgotten between submits

18 years ago* Not using $wgTranslateNumerals anymmore
Ævar Arnfjörð Bjarmason [Mon, 20 Jun 2005 21:54:51 +0000 (21:54 +0000)]
* Not using $wgTranslateNumerals anymmore

18 years ago* Removed obsolete notes
Ævar Arnfjörð Bjarmason [Mon, 20 Jun 2005 21:52:42 +0000 (21:52 +0000)]
* Removed obsolete notes

18 years agovalidation table fix
Magnus Manske [Mon, 20 Jun 2005 20:41:11 +0000 (20:41 +0000)]
validation table fix

18 years ago* (bug 2467) Adding a Turkish language file
Ævar Arnfjörð Bjarmason [Mon, 20 Jun 2005 20:41:05 +0000 (20:41 +0000)]
* (bug 2467) Adding a Turkish language file

18 years agos/���/&rarr;/
Ævar Arnfjörð Bjarmason [Mon, 20 Jun 2005 18:54:49 +0000 (18:54 +0000)]
s/���/&rarr;/

18 years agotypo
Antoine Musso [Mon, 20 Jun 2005 14:57:07 +0000 (14:57 +0000)]
typo

18 years ago* Removed getNsIndex(), no longer needed
Ævar Arnfjörð Bjarmason [Mon, 20 Jun 2005 12:34:21 +0000 (12:34 +0000)]
* Removed getNsIndex(), no longer needed

18 years ago* Removed redundant messages (found with maintenance/redundanttrans.php)
Ævar Arnfjörð Bjarmason [Mon, 20 Jun 2005 12:21:27 +0000 (12:21 +0000)]
* Removed redundant messages (found with maintenance/redundanttrans.php)
* Removed getNsIndex(), no longer needed.

18 years ago* Removing redundant messages (found with maintenance/redundanttrans.php)
Ævar Arnfjörð Bjarmason [Mon, 20 Jun 2005 12:03:17 +0000 (12:03 +0000)]
* Removing redundant messages (found with maintenance/redundanttrans.php)

18 years ago* A new tool to check for redundant translations
Ævar Arnfjörð Bjarmason [Mon, 20 Jun 2005 11:56:24 +0000 (11:56 +0000)]
* A new tool to check for redundant translations

18 years ago* (bug 1120) Updated the Czech translation
Ævar Arnfjörð Bjarmason [Mon, 20 Jun 2005 11:44:01 +0000 (11:44 +0000)]
* (bug 1120) Updated the Czech translation

18 years ago* (bug 1120) Updated the translation
Ævar Arnfjörð Bjarmason [Mon, 20 Jun 2005 11:35:32 +0000 (11:35 +0000)]
* (bug 1120) Updated the translation

18 years ago* Comment for msg:sidebar moved out of msg:sidebar into a php comment
Ævar Arnfjörð Bjarmason [Mon, 20 Jun 2005 11:17:38 +0000 (11:17 +0000)]
* Comment for msg:sidebar moved out of msg:sidebar into a php comment

18 years ago* {{PATH}} => {{SCRIPTPATH}}
Ævar Arnfjörð Bjarmason [Mon, 20 Jun 2005 11:07:48 +0000 (11:07 +0000)]
* {{PATH}} => {{SCRIPTPATH}}

18 years ago* MAG_PATH renamed to MAG_SCRIPTPATH
Ævar Arnfjörð Bjarmason [Mon, 20 Jun 2005 11:06:33 +0000 (11:06 +0000)]
* MAG_PATH renamed to MAG_SCRIPTPATH

18 years ago* Using wfSupressWarnings() to avoid warnings on corrupt exif headers
Ævar Arnfjörð Bjarmason [Mon, 20 Jun 2005 09:50:55 +0000 (09:50 +0000)]
* Using wfSupressWarnings() to avoid warnings on corrupt exif headers

18 years ago* (bug 2462 etc) Taking out the experimental dash conversion; it broke too
Brion Vibber [Mon, 20 Jun 2005 04:56:59 +0000 (04:56 +0000)]
* (bug 2462 etc) Taking out the experimental dash conversion; it broke too
  many things for the current parser to handle cleanly

18 years ago* (bug 2459) Correct escaping in Special:Log prev/next links
Brion Vibber [Sun, 19 Jun 2005 20:25:32 +0000 (20:25 +0000)]
* (bug 2459) Correct escaping in Special:Log prev/next links

18 years agowhitespace
Brion Vibber [Sun, 19 Jun 2005 20:25:09 +0000 (20:25 +0000)]
whitespace

18 years ago* plain & is invalid in XML
Ævar Arnfjörð Bjarmason [Sun, 19 Jun 2005 16:15:18 +0000 (16:15 +0000)]
* plain & is invalid in XML

18 years ago* Using {{PATH}} rather than $wgScriptPath
Ævar Arnfjörð Bjarmason [Sun, 19 Jun 2005 16:10:03 +0000 (16:10 +0000)]
* Using {{PATH}} rather than $wgScriptPath

18 years ago* A new magic word, {{PATH}}, returns $wgScriptPath
Ævar Arnfjörð Bjarmason [Sun, 19 Jun 2005 16:09:00 +0000 (16:09 +0000)]
* A new magic word, {{PATH}}, returns $wgScriptPath

18 years ago* Special:Imagelist displays titles with " " instead of "_"
Ævar Arnfjörð Bjarmason [Sun, 19 Jun 2005 15:23:01 +0000 (15:23 +0000)]
* Special:Imagelist displays titles with " " instead of "_"

18 years ago* Using ��� rather than => (like Special:Doubleredirects)
Ævar Arnfjörð Bjarmason [Sun, 19 Jun 2005 15:18:28 +0000 (15:18 +0000)]
* Using ��� rather than => (like Special:Doubleredirects)

18 years ago* (bug 2457) The "Special page" href now links to the current special page
Ævar Arnfjörð Bjarmason [Sun, 19 Jun 2005 15:13:03 +0000 (15:13 +0000)]
* (bug 2457) The "Special page" href now links to the current special page
  rather than to ""

18 years ago* (bug 2457) The href on the "special page" tab was "" which got interpeted
Ævar Arnfjörð Bjarmason [Sun, 19 Jun 2005 15:07:10 +0000 (15:07 +0000)]
* (bug 2457) The href on the "special page" tab was "" which got interpeted
  differently by various browsers, some linked to the current page but others
  linked to the current directory, replaced it with a link to the current page.

18 years ago* sprintf("%-75s %6s %13s %13s %13s %9s %14s %14s %9s\n", "Name", "Calls", "Total...
Ævar Arnfjörð Bjarmason [Sun, 19 Jun 2005 14:52:03 +0000 (14:52 +0000)]
* sprintf("%-75s %6s %13s %13s %13s %9s %14s   %14s %9s\n", "Name", "Calls", "Total", "Each", "%", "Mem");
  caused a E_WARNING in version 4.3.11 of PHP, the number of arguments did not
  match the number of %'s, cut it off at the first %9s

18 years agofixed checked-in conflict marker
Tim Starling [Sun, 19 Jun 2005 10:17:22 +0000 (10:17 +0000)]
fixed checked-in conflict marker

18 years ago* Special:Upload now uses 'upload' permission instead of hardcoding login check
Brion Vibber [Sun, 19 Jun 2005 08:03:40 +0000 (08:03 +0000)]
* Special:Upload now uses 'upload' permission instead of hardcoding login check
* Add 'importupload' permission to disable direct uploads to Special:Import

18 years ago* Changed $wgGroupPermissions to more cut-n-paste-friendly format
Brion Vibber [Sun, 19 Jun 2005 07:03:55 +0000 (07:03 +0000)]
* Changed $wgGroupPermissions to more cut-n-paste-friendly format
* 'developer' group deprecated by default

18 years ago* badaccess/badaccesstext to supercede sysop*, developer* messages
Brion Vibber [Sun, 19 Jun 2005 06:25:53 +0000 (06:25 +0000)]
* badaccess/badaccesstext to supercede sysop*, developer* messages

18 years agostats changes ported from 1.4
Tim Starling [Sun, 19 Jun 2005 03:05:51 +0000 (03:05 +0000)]
stats changes ported from 1.4

18 years agovarious load balancing tweaks
Tim Starling [Sun, 19 Jun 2005 02:39:43 +0000 (02:39 +0000)]
various load balancing tweaks

18 years agoUser time profiling, uncomment to use
Tim Starling [Sun, 19 Jun 2005 02:31:54 +0000 (02:31 +0000)]
User time profiling, uncomment to use

18 years agoported changes to SORBS check from 1.4
Tim Starling [Sun, 19 Jun 2005 02:17:05 +0000 (02:17 +0000)]
ported changes to SORBS check from 1.4

18 years agoNorsk -> Norsk (bokm�l)
Tim Starling [Sun, 19 Jun 2005 01:59:05 +0000 (01:59 +0000)]
Norsk -> Norsk (bokm�l)

18 years agoPROCESS permission, for lag detection
Tim Starling [Sun, 19 Jun 2005 01:44:13 +0000 (01:44 +0000)]
PROCESS permission, for lag detection

18 years agorespect MW_WIKIUSER environment variable
Tim Starling [Sun, 19 Jun 2005 01:39:16 +0000 (01:39 +0000)]
respect MW_WIKIUSER environment variable

18 years agonicer formatting
Tim Starling [Sun, 19 Jun 2005 01:30:56 +0000 (01:30 +0000)]
nicer formatting

18 years agoassorted bug fixes and changes ported from 1.4
Tim Starling [Sun, 19 Jun 2005 01:26:02 +0000 (01:26 +0000)]
assorted bug fixes and changes ported from 1.4

18 years agowait for slaves
Tim Starling [Sun, 19 Jun 2005 01:09:02 +0000 (01:09 +0000)]
wait for slaves

18 years agofixed references to cur table in comments
Tim Starling [Sun, 19 Jun 2005 01:06:21 +0000 (01:06 +0000)]
fixed references to cur table in comments

18 years agoported refreshLinks.php improvements (and associated change to commandLine.inc and...
Tim Starling [Sun, 19 Jun 2005 01:05:56 +0000 (01:05 +0000)]
ported refreshLinks.php improvements (and associated change to commandLine.inc and Database.php) from 1.4

18 years agoported site_stats change from 1.4
Tim Starling [Sun, 19 Jun 2005 00:21:49 +0000 (00:21 +0000)]
ported site_stats change from 1.4

18 years agoCode cleanup: initialize the array variable rather than covering up an uninitialized...
Brion Vibber [Sat, 18 Jun 2005 09:55:17 +0000 (09:55 +0000)]
Code cleanup: initialize the array variable rather than covering up an uninitialized use...

18 years ago* Less gratuitous munging of content sample in delete summary
Brion Vibber [Sat, 18 Jun 2005 09:45:18 +0000 (09:45 +0000)]
* Less gratuitous munging of content sample in delete summary
* some code cleanup in deletion form

18 years agoUse Language::truncate()
Brion Vibber [Sat, 18 Jun 2005 09:34:25 +0000 (09:34 +0000)]
Use Language::truncate()

18 years agoWikipedia -> Project
Alexander Sigachov [Sat, 18 Jun 2005 09:19:06 +0000 (09:19 +0000)]
Wikipedia -> Project

18 years agoUpdate from language.php 1.560 to 1.564
Alexander Sigachov [Sat, 18 Jun 2005 09:10:58 +0000 (09:10 +0000)]
Update from language.php 1.560 to 1.564

18 years agoGeneric cygwin hack
Tim Starling [Sat, 18 Jun 2005 05:09:27 +0000 (05:09 +0000)]
Generic cygwin hack

18 years ago* Removed getNsText() decleration, redundant now that the parent defines it in
Ævar Arnfjörð Bjarmason [Sat, 18 Jun 2005 04:11:32 +0000 (04:11 +0000)]
* Removed getNsText() decleration, redundant now that the parent defines it in
  a OOP-ish way.

18 years ago* (bug 2287) Added input checking to getNsText()
Ævar Arnfjörð Bjarmason [Sat, 18 Jun 2005 04:06:54 +0000 (04:06 +0000)]
* (bug 2287) Added input checking to getNsText()
* Rewrote getNsText() and getNsIndex() so that they don't need to be
  redeclared by child classes
* Documented getNsText() and getNsIndex()

18 years ago* Fixed typo ( :: not : )
Ævar Arnfjörð Bjarmason [Sat, 18 Jun 2005 03:30:27 +0000 (03:30 +0000)]
* Fixed typo ( :: not : )

18 years ago* @ in case $bar is undefined
Ævar Arnfjörð Bjarmason [Sat, 18 Jun 2005 03:02:17 +0000 (03:02 +0000)]
* @ in case $bar is undefined

18 years ago* Bah, this extracttags hack sucked
Ævar Arnfjörð Bjarmason [Sat, 18 Jun 2005 01:23:20 +0000 (01:23 +0000)]
* Bah, this extracttags hack sucked

18 years ago* Moved $text alteration statement, should only be used when we're not
Ævar Arnfjörð Bjarmason [Sat, 18 Jun 2005 01:13:46 +0000 (01:13 +0000)]
* Moved $text alteration statement, should only be used when we're not
  stripping comments.

18 years ago* (bug 2374) Allow extension tags to be terminated empty elements
Ævar Arnfjörð Bjarmason [Sat, 18 Jun 2005 01:07:42 +0000 (01:07 +0000)]
* (bug 2374) Allow extension tags to be terminated empty elements
  i.e. <extension/> instead of <extension></extension>, works for
  <extension foo=bar.../> too

18 years agoFix up getMessage() on WikiError
Brion Vibber [Fri, 17 Jun 2005 23:20:55 +0000 (23:20 +0000)]
Fix up getMessage() on WikiError

18 years ago* Using parent:: instead of Language::
Ævar Arnfjörð Bjarmason [Thu, 16 Jun 2005 20:38:06 +0000 (20:38 +0000)]
* Using parent:: instead of Language::

18 years agoUse parent instead of Language::, remove unused global
Jens Frank [Thu, 16 Jun 2005 19:55:24 +0000 (19:55 +0000)]
Use parent instead of Language::, remove unused global

18 years ago* Misc cleanup
Ævar Arnfjörð Bjarmason [Thu, 16 Jun 2005 19:37:44 +0000 (19:37 +0000)]
* Misc cleanup