zhengzhu | 1 May 2005 03:11
Picon

phase3/includes Parser.php,1.429,1.430

Update of /cvsroot/wikipedia/phase3/includes
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1966/includes

Modified Files:
	Parser.php 
Log Message:
convert link text for category link

Index: Parser.php
===================================================================
RCS file: /cvsroot/wikipedia/phase3/includes/Parser.php,v
retrieving revision 1.429
retrieving revision 1.430
diff -C2 -d -r1.429 -r1.430
*** Parser.php	28 Apr 2005 03:30:28 -0000	1.429
--- Parser.php	1 May 2005 01:11:15 -0000	1.430
***************
*** 1342,1346 ****
  				if ( $ns == NS_CATEGORY ) {
  					wfProfileIn( "$fname-category" );
! 					$t = $nt->getText();
  					$s = rtrim($s . "\n"); # bug 87

--- 1342,1346 ----
  				if ( $ns == NS_CATEGORY ) {
  					wfProfileIn( "$fname-category" );
! 					$t = $wgContLang->convert($nt->getText());
  					$s = rtrim($s . "\n"); # bug 87
Brion Vibber | 1 May 2005 04:39
Picon

phase3/includes SkinTemplate.php,1.42,1.43

Update of /cvsroot/wikipedia/phase3/includes
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14125

Modified Files:
	SkinTemplate.php 
Log Message:
* (bug 2024) JavaScript error for custom skins
Don't include the skinname.js message if it's not set for this skin.

Patch from Michael Keppler:
http://bugzilla.wikipedia.org/attachment.cgi?id=483

Index: SkinTemplate.php
===================================================================
RCS file: /cvsroot/wikipedia/phase3/includes/SkinTemplate.php,v
retrieving revision 1.42
retrieving revision 1.43
diff -C2 -d -r1.42 -r1.43
*** SkinTemplate.php	30 Apr 2005 11:14:11 -0000	1.42
--- SkinTemplate.php	1 May 2005 02:39:54 -0000	1.43
***************
*** 940,944 ****
  		$s .= "var skin = '{$this->skinname}';\nvar stylepath = '{$wgStylePath}';";
  		$s .= '/* MediaWiki:'.ucfirst($this->skinname)." */\n";
! 		$s .= wfMsg(ucfirst($this->skinname).'.js');
  		
  		wfProfileOut( $fname );
--- 940,951 ----
  		$s .= "var skin = '{$this->skinname}';\nvar stylepath = '{$wgStylePath}';";
  		$s .= '/* MediaWiki:'.ucfirst($this->skinname)." */\n";
(Continue reading)

Brion Vibber | 1 May 2005 04:42
Picon

phase3 RELEASE-NOTES,1.40.2.245,1.40.2.246

Update of /cvsroot/wikipedia/phase3
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16304

Modified Files:
      Tag: REL1_4
	RELEASE-NOTES 
Log Message:
* (bug 2024) JavaScript error for custom skins
Don't include the skinname.js message if it's not set for this skin.

Patch from Michael Keppler:
http://bugzilla.wikipedia.org/attachment.cgi?id=483

Index: RELEASE-NOTES
===================================================================
RCS file: /cvsroot/wikipedia/phase3/RELEASE-NOTES,v
retrieving revision 1.40.2.245
retrieving revision 1.40.2.246
diff -C2 -d -r1.40.2.245 -r1.40.2.246
*** RELEASE-NOTES	29 Apr 2005 08:34:23 -0000	1.40.2.245
--- RELEASE-NOTES	1 May 2005 02:42:43 -0000	1.40.2.246
***************
*** 552,555 ****
--- 552,556 ----

  * (bug 725) Let dir="ltr" attribute work again in MonoBook on RTL languages
+ * (bug 2024) Skip JavaScript error for custom skins where .js message not set
Brion Vibber | 1 May 2005 04:42
Picon

phase3/includes SkinTemplate.php,1.8.2.19,1.8.2.20

Update of /cvsroot/wikipedia/phase3/includes
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16304/includes

Modified Files:
      Tag: REL1_4
	SkinTemplate.php 
Log Message:
* (bug 2024) JavaScript error for custom skins
Don't include the skinname.js message if it's not set for this skin.

Patch from Michael Keppler:
http://bugzilla.wikipedia.org/attachment.cgi?id=483

Index: SkinTemplate.php
===================================================================
RCS file: /cvsroot/wikipedia/phase3/includes/SkinTemplate.php,v
retrieving revision 1.8.2.19
retrieving revision 1.8.2.20
diff -C2 -d -r1.8.2.19 -r1.8.2.20
*** SkinTemplate.php	27 Mar 2005 16:43:24 -0000	1.8.2.19
--- SkinTemplate.php	1 May 2005 02:42:43 -0000	1.8.2.20
***************
*** 908,912 ****
  		$s .= "var skin = '{$this->skinname}';\nvar stylepath = '{$wgStylePath}';";
  		$s .= '/* MediaWiki:'.ucfirst($this->skinname)." */\n";
! 		$s .= wfMsg(ucfirst($this->skinname).'.js');
  		
  		wfProfileOut( $fname );
--- 908,919 ----
  		$s .= "var skin = '{$this->skinname}';\nvar stylepath = '{$wgStylePath}';";
(Continue reading)

Brion Vibber | 1 May 2005 05:22
Picon

phase3/languages LanguageId.php,1.9.2.3,1.9.2.4

Update of /cvsroot/wikipedia/phase3/languages
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4429/languages

Modified Files:
      Tag: REL1_4
	LanguageId.php 
Log Message:
* (bug 2025) Updated Indonesian localization

Patch from:
http://bugzilla.wikipedia.org/attachment.cgi?id=482&action=view
with some modifications to trim some obsolete bits and to provide
backwards-compatibility on changed namespace names.

Index: LanguageId.php
===================================================================
RCS file: /cvsroot/wikipedia/phase3/languages/LanguageId.php,v
retrieving revision 1.9.2.3
retrieving revision 1.9.2.4
diff -C2 -d -r1.9.2.3 -r1.9.2.4
*** LanguageId.php	23 Apr 2005 15:40:43 -0000	1.9.2.3
--- LanguageId.php	1 May 2005 03:22:24 -0000	1.9.2.4
***************
*** 1,1391 ****
! <?php 
! 
! # This localisation is based on a file kindly donated by the folks at MIMOS 
! # http://www.asiaosc.org/enwiki/page/Knowledgebase_Home.html 
! 
! # NOTE: To turn off "Current Events" in the sidebar, 
(Continue reading)

Brion Vibber | 1 May 2005 05:22
Picon

phase3 RELEASE-NOTES,1.40.2.246,1.40.2.247

Update of /cvsroot/wikipedia/phase3
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4429

Modified Files:
      Tag: REL1_4
	RELEASE-NOTES 
Log Message:
* (bug 2025) Updated Indonesian localization

Patch from:
http://bugzilla.wikipedia.org/attachment.cgi?id=482&action=view
with some modifications to trim some obsolete bits and to provide
backwards-compatibility on changed namespace names.

Index: RELEASE-NOTES
===================================================================
RCS file: /cvsroot/wikipedia/phase3/RELEASE-NOTES,v
retrieving revision 1.40.2.246
retrieving revision 1.40.2.247
diff -C2 -d -r1.40.2.246 -r1.40.2.247
*** RELEASE-NOTES	1 May 2005 02:42:43 -0000	1.40.2.246
--- RELEASE-NOTES	1 May 2005 03:22:05 -0000	1.40.2.247
***************
*** 553,556 ****
--- 553,557 ----
  * (bug 725) Let dir="ltr" attribute work again in MonoBook on RTL languages
  * (bug 2024) Skip JavaScript error for custom skins where .js message not set
+ * (bug 2025) Updated Indonesian localization
Brion Vibber | 1 May 2005 05:26
Picon

phase3/languages LanguageId.php,1.21,1.22

Update of /cvsroot/wikipedia/phase3/languages
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6853

Modified Files:
	LanguageId.php 
Log Message:
* (bug 2025) Updated Indonesian localization

Patch from:
http://bugzilla.wikipedia.org/attachment.cgi?id=482&action=view
with some modifications to trim some obsolete bits and to provide
backwards-compatibility on changed namespace names.
Plus some changes on HEAD merged in.

Index: LanguageId.php
===================================================================
RCS file: /cvsroot/wikipedia/phase3/languages/LanguageId.php,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** LanguageId.php	23 Apr 2005 15:40:14 -0000	1.21
--- LanguageId.php	1 May 2005 03:26:48 -0000	1.22
***************
*** 1,1388 ****
! <?php
! /**
!  *  <at> package MediaWiki
!  *  <at> subpackage Language
!  */ 
! 
(Continue reading)

Brion Vibber | 1 May 2005 09:38
Picon

phase3/includes SpecialLog.php,1.21,1.22

Update of /cvsroot/wikipedia/phase3/includes
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32193/includes

Modified Files:
	SpecialLog.php 
Log Message:
Restore the public interface function used by SpecialUndelete.php

Index: SpecialLog.php
===================================================================
RCS file: /cvsroot/wikipedia/phase3/includes/SpecialLog.php,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** SpecialLog.php	24 Apr 2005 09:31:57 -0000	1.21
--- SpecialLog.php	1 May 2005 07:38:53 -0000	1.22
***************
*** 223,227 ****
  		$result = $this->getLogRows();
  		$this->showPrevNext( $wgOut );
! 		$this->showList( $wgOut, $result );
  		$this->showPrevNext( $wgOut );
  	}
--- 223,227 ----
  		$result = $this->getLogRows();
  		$this->showPrevNext( $wgOut );
! 		$this->doShowList( $wgOut, $result );
  		$this->showPrevNext( $wgOut );
  	}
***************
(Continue reading)

Jens Frank | 1 May 2005 10:02
Picon

phase3/languages LanguageLt.php,1.22,1.23

Update of /cvsroot/wikipedia/phase3/languages
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12159

Modified Files:
	LanguageLt.php 
Log Message:
BUG#2039 Fixed monthdays and weekdays

Index: LanguageLt.php
===================================================================
RCS file: /cvsroot/wikipedia/phase3/languages/LanguageLt.php,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** LanguageLt.php	20 Apr 2005 07:16:08 -0000	1.22
--- LanguageLt.php	1 May 2005 08:02:27 -0000	1.23
***************
*** 9,20 ****

  /* private */ $wgQuickbarSettingsLt = array(
!         "Nerodyti", "Fiksuoti kair&#279;je", "Fiksuoti de&#353;in&#279;je", "Plaukiojantis kair&#279;je"
  );

  /* private */ $wgSkinNamesLt = array(
!         'standard' => "Standartin&#279;",
          'nostalgia' => "Nostalgija",
!         'cologneblue' => "Kiolno M&#279;lyna",
!         'davinci' => "Da Vin&#269;i",
          'mono' => "Mono",
          'monobook' => "MonoBook",
(Continue reading)

Brion Vibber | 1 May 2005 10:07
Picon

phase3/maintenance/archives patch-archive-text_id.sql, NONE, 1.1

Update of /cvsroot/wikipedia/phase3/maintenance/archives
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12944/maintenance/archives

Added Files:
	patch-archive-text_id.sql 
Log Message:
* (bug 2018) Fix deletion for new schema, make work on MySQL 3 again

The archive table now has an ar_text_id field which points at the
text record containing the deleted revision's text. Older archive
records containing self-contained text are still supported and
will be restored by adding a new revision.

For now, revision and page records are still removed on deletion,
but text records are left intact. This will keep block compression
and immutable alternate storage backends working relatively cleanly.
A rev_deleted flag field is reserved in revision for further future
changes but that won't happen in the 1.5 timeframe.

There is no longer a delete-on-join which was present in earlier
1.5 revisions, so deletion should work on MySQL 3.x again.

--- NEW FILE: patch-archive-text_id.sql ---
-- New field in archive table to preserve text source IDs across undeletion.
--
-- Older entries containing NULL in this field will contain text in the
-- ar_text and ar_flags fields, and will cause the (re)creation of a new
-- text record upon undeletion.
--
-- Newer ones will reference a text.old_id with this field, and the existing
(Continue reading)


Gmane