From: Siebrand Mazeland Date: Sat, 14 Nov 2009 20:59:15 +0000 (+0000) Subject: Update break notation to self enclosed and properly spaced X-Git-Tag: 1.31.0-rc.0~38801 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=e8a65f9e2505487dde84b250c8c88b54b59910e2;p=lhc%2Fweb%2Fwiklou.git Update break notation to self enclosed and properly spaced --- diff --git a/config/Installer.php b/config/Installer.php index 9e7e188b27..7c6828ae0e 100644 --- a/config/Installer.php +++ b/config/Installer.php @@ -1514,7 +1514,7 @@ if( count( $errs ) ) {

MediaWiki can also detect and support eAccelerator, Turck MMCache, APC, and XCache, but these should not be used if the wiki will be running on multiple application servers. -

+

DBA (Berkeley-style DB) is generally slower than using no cache at all, and is only recommended for testing.

@@ -1660,9 +1660,9 @@ if( count( $errs ) ) {

This option is ignored on upgrade, the same character set will be kept. -

+

WARNING: If you use backwards-compatible UTF-8 on MySQL 4.1+, and subsequently back up the database with mysqldump, it may destroy all non-ASCII characters, irreversibly corrupting your backups!. -

+

In binary mode, MediaWiki stores UTF-8 text to the database in binary fields. This is more efficient than MySQL's UTF-8 mode, and allows you to use the full range of Unicode characters. In UTF-8 mode, MySQL will know what character set your data is in, and can present and convert it appropriately, but it won't let you store characters above the Basic Multilingual Plane.

diff --git a/includes/EditPage.php b/includes/EditPage.php index 091635a1c0..1a742bba92 100644 --- a/includes/EditPage.php +++ b/includes/EditPage.php @@ -1456,7 +1456,7 @@ class EditPage { // No idea where this is closed. $editsummary = Xml::openElement( 'div', array( 'class' => 'editOptions' ) ) - . $editsummary . '
'; + . $editsummary . '
'; $summarypreview = ''; if ( $summarytext && ( $this->preview || $this->diff ) ) { diff --git a/includes/HTMLForm.php b/includes/HTMLForm.php index dd22ea7a63..dc2d0a5724 100644 --- a/includes/HTMLForm.php +++ b/includes/HTMLForm.php @@ -1175,7 +1175,7 @@ class HTMLSelectOrOtherField extends HTMLTextField { 'text', $tbAttribs ); - return "$select
\n$textbox"; + return "$select
\n$textbox"; } function loadDataFromRequest( $request ) { @@ -1323,7 +1323,7 @@ class HTMLRadioField extends HTMLFormField { $html .= ' ' . Html::rawElement( 'label', array( 'for' => $id ), $label ); - $html .= "
\n"; + $html .= "
\n"; } } diff --git a/includes/ImagePage.php b/includes/ImagePage.php index 0401e1d7d4..d85ffdb6b8 100644 --- a/includes/ImagePage.php +++ b/includes/ImagePage.php @@ -874,7 +874,7 @@ class ImageHistoryList { $canHide = $wgUser->isAllowed( 'deleterevision' ); if( $canHide || ($wgUser->isAllowed('deletedhistory') && $file->getVisibility()) ) { if( $wgUser->isAllowed('delete') ) { - $row .= '
'; + $row .= '
'; } // If file is top revision or locked from this user, don't link if( $iscur || !$file->userCan(File::DELETED_RESTRICTED) ) { diff --git a/includes/Pager.php b/includes/Pager.php index 825a046796..d4aa95df18 100644 --- a/includes/Pager.php +++ b/includes/Pager.php @@ -909,8 +909,8 @@ abstract class TablePager extends IndexPager { $disabledTexts = array(); foreach ( $labels as $type => $label ) { $msgLabel = wfMsgHtml( $label ); - $linkTexts[$type] = "\"$msgLabel\"/
$msgLabel"; - $disabledTexts[$type] = "\"$msgLabel\"/
$msgLabel"; + $linkTexts[$type] = "\"$msgLabel\"/
$msgLabel"; + $disabledTexts[$type] = "\"$msgLabel\"/
$msgLabel"; } $links = $this->getPagingLinks( $linkTexts, $disabledTexts ); diff --git a/includes/api/ApiFormatBase.php b/includes/api/ApiFormatBase.php index 0294fcea68..824e888426 100644 --- a/includes/api/ApiFormatBase.php +++ b/includes/api/ApiFormatBase.php @@ -147,10 +147,10 @@ abstract class ApiFormatBase extends ApiBase { if( !$isError ) { ?> -
+
-You are looking at the HTML representation of the mFormat ); ?> format.
-HTML is good for debugging, but probably is not suitable for your application.
+You are looking at the HTML representation of the mFormat ); ?> format.
+HTML is good for debugging, but probably is not suitable for your application.
See complete documentation, or API help for more information.
diff --git a/includes/diff/DifferenceInterface.php b/includes/diff/DifferenceInterface.php index eed9d3e989..a71a6891c2 100644 --- a/includes/diff/DifferenceInterface.php +++ b/includes/diff/DifferenceInterface.php @@ -506,7 +506,7 @@ CONTROL; if( !$next ) { $nextlink = ''; } else { - $nextlink = '
' . $sk->link( + $nextlink = '
' . $sk->link( $this->mTitle, wfMsgHtml( 'nextdiff' ), array( @@ -523,7 +523,7 @@ CONTROL; ); } $header = "
" . - $sk->revUserTools( $this->mNewRev ) . "
" . $sk->revComment( $this->mNewRev ) . $nextlink . "
\n"; + $sk->revUserTools( $this->mNewRev ) . "
" . $sk->revComment( $this->mNewRev ) . $nextlink . "\n"; $wgOut->addHTML( $header ); diff --git a/includes/specials/SpecialListusers.php b/includes/specials/SpecialListusers.php index 8d9213a7c4..bdb59980c9 100644 --- a/includes/specials/SpecialListusers.php +++ b/includes/specials/SpecialListusers.php @@ -193,11 +193,11 @@ class UsersPager extends AlphabeticPager { Xml::option( wfMsg( 'group-all' ), '' ); foreach( $this->getAllGroups() as $group => $groupText ) $out .= Xml::option( $groupText, $group, $group == $this->requestedGroup ); - $out .= Xml::closeElement( 'select' ) . '
'; + $out .= Xml::closeElement( 'select' ) . '
'; $out .= Xml::checkLabel( wfMsg('listusers-editsonly'), 'editsOnly', 'editsOnly', $this->editsOnly ); $out .= ' '; $out .= Xml::checkLabel( wfMsg('listusers-creationsort'), 'creationSort', 'creationSort', $this->creationSort ); - $out .= '
'; + $out .= '
'; wfRunHooks( 'SpecialListusersHeaderForm', array( $this, &$out ) ); diff --git a/includes/specials/SpecialProtectedpages.php b/includes/specials/SpecialProtectedpages.php index f7f864d285..905f6e1c96 100644 --- a/includes/specials/SpecialProtectedpages.php +++ b/includes/specials/SpecialProtectedpages.php @@ -142,10 +142,10 @@ class ProtectedPagesForm { $this->getNamespaceMenu( $namespace ) . " \n" . $this->getTypeMenu( $type ) . " \n" . $this->getLevelMenu( $level ) . " \n" . - "
" . + "
" . $this->getExpiryCheck( $indefOnly ) . " \n" . $this->getCascadeCheck( $cascadeOnly ) . " \n" . - "
" . + "
" . $this->getSizeLimit( $sizetype, $size ) . " \n" . "" . " " . Xml::submitButton( wfMsg( 'allpagessubmit' ) ) . "\n" . diff --git a/includes/specials/SpecialUndelete.php b/includes/specials/SpecialUndelete.php index 9a16f0920f..86d01c9660 100644 --- a/includes/specials/SpecialUndelete.php +++ b/includes/specials/SpecialUndelete.php @@ -745,7 +745,7 @@ class UndeleteForm { return; } else { $wgOut->wrapWikiMsg( "\n", 'rev-deleted-text-view' ); - $wgOut->addHTML( '
' ); + $wgOut->addHTML( '
' ); // and we are allowed to see... } } @@ -932,10 +932,10 @@ class UndeleteForm { ) . '' . '
' . - $sk->revUserTools( $rev ) . '
' . + $sk->revUserTools( $rev ) . '
' . '
' . '
' . - $sk->revComment( $rev ) . $del . '
' . + $sk->revComment( $rev ) . $del . '
' . '
'; } diff --git a/languages/messages/MessagesAf.php b/languages/messages/MessagesAf.php index c984627a72..2de7c59be0 100644 --- a/languages/messages/MessagesAf.php +++ b/languages/messages/MessagesAf.php @@ -1429,7 +1429,7 @@ die lêer is $2.', 'fileexists' => "'n Lêer met die naam bestaan reeds, kyk na '''[[:$1]]''' as u nie seker is dat u dit wil wysig nie. [[$1|thumb]]", 'file-exists-duplicate' => "Die lêer is 'n duplikaat van die volgende {{PLURAL:$1|lêer|lêers}}:", -'file-deleted-duplicate' => "'n Lêer identies aan dié een ([[$1]]) was al voorheen geskrap.
+'file-deleted-duplicate' => "'n Lêer identies aan dié een ([[$1]]) was al voorheen geskrap.
Dit word aanbeveel dat u die lêer se skrapgeskiedenis besigtig voor u poog om dit weer op te laai.", 'successfulupload' => 'Laai suksesvol', 'uploadwarning' => 'Laaiwaarskuwing', diff --git a/languages/messages/MessagesLmo.php b/languages/messages/MessagesLmo.php index 2a42da562b..eee9ed3065 100644 --- a/languages/messages/MessagesLmo.php +++ b/languages/messages/MessagesLmo.php @@ -457,8 +457,8 @@ Per piasè, abilita i cookies e pröa anmò a andà dent cunt el tò nom e la pa 'noname' => "Vüü avii mía specificaa un nomm d'üsüari valévul.", 'loginsuccesstitle' => "La cunessiun l'è scumenzada cun sücess.", 'loginsuccess' => 'Al é connectaa a {{SITENAME}} compagn "$1".', -'nosuchuser' => "A gh'è nissün druvat cun 'l nom ''$1''.
-I suranomm i henn sensibil a i leter majùscul.
+'nosuchuser' => "A gh'è nissün druvat cun 'l nom ''$1''.
+I suranomm i henn sensibil a i leter majùscul.
Cuntrola 'l nom che t'hee metüü denter o [[Special:UserLogin/signup|crea un cünt növ]].", 'nosuchusershort' => "Ghe n'è mia d'ütent cun el nom de \"\$1\". Ch'el cuntrola se l'ha scrivüü giüst.", 'nouserspecified' => "Te gh'heet da specificà un nom del druvatt.", diff --git a/languages/messages/MessagesMzn.php b/languages/messages/MessagesMzn.php index e0b010b2e7..39b15629db 100644 --- a/languages/messages/MessagesMzn.php +++ b/languages/messages/MessagesMzn.php @@ -299,7 +299,7 @@ $2، $1', شه‌مه ده‌گه‌ره‌سه‌ن‌ئون جانأکه‌فته که وه‌نه، جادأکه‌فته‌ن تگمه ره بأزه‌نین!", 'editing' => 'دچیه‌ن => $1', 'editingsection' => 'دچیه‌ن $1 (تیکه)', -'copyrightwarning' => 'خـاهـه‌ش بـونـه شـه یـاد ده‌لـه دأکـه‌نـیـن کـه هـأمـه کـایـه‌رئونی کـه {{SITENAME}} ده‌لـه بـونـه، $2 جـیـر ره‌هـا بـونـه. (ویـشـتـه‌ر وه‌سـه $1 ره بـأویـنـیـن)
+'copyrightwarning' => 'خـاهـه‌ش بـونـه شـه یـاد ده‌لـه دأکـه‌نـیـن کـه هـأمـه کـایـه‌رئونی کـه {{SITENAME}} ده‌لـه بـونـه، $2 جـیـر ره‌هـا بـونـه. (ویـشـتـه‌ر وه‌سـه $1 ره بـأویـنـیـن)
أگـه نـه‌خـانـه‌نـی شـه‌مـه بـأنـویـشـتـه‌ئون ایـجـه دسـت بـأخـوره ئو أتـا جـا دیـگـه پـخـش بـأوه، بـه‌تـه‌ر هـأسـه کـه وه‌شـون ره ایـجـه نـیـه‌لـیـن.', 'templatesused' => 'شـابـلـون‌ئـونی که ای ولـگ ده‌له کـار بـورده‌نـه:', 'templatesusedpreview' => 'شـابـلـون‌ئونی کی ای پـیـش‌نـه‌مـایـه‌ش ده‌لـه کـار بـورده‌نـه:',