* note on css/js view about refreshing to see the changes
authorGabriel Wicke <gwicke@users.mediawiki.org>
Sat, 1 May 2004 02:31:09 +0000 (02:31 +0000)
committerGabriel Wicke <gwicke@users.mediawiki.org>
Sat, 1 May 2004 02:31:09 +0000 (02:31 +0000)
* ie5 tweaks

includes/Article.php
languages/Language.php
stylesheets/monobook/IE50Fixes.css

index 158e1dc..075aa6b 100644 (file)
@@ -507,6 +507,7 @@ class Article {
                        $this->mTitle->getNamespace() == Namespace::getUser() && 
                        preg_match("/\\/[\\w]+\\.(css|js)$/", $this->mTitle->getDBkey())
                ) {
+                       $wgOut->addWikiText( wfMsg('usercssjs'));
                        $wgOut->addHTML( '<pre>'.htmlspecialchars($this->mContent)."\n</pre>" );
                } else if( $wgEnableParserCache && intval($wgUser->getOption( "stubthreshold" )) == 0 ){
                        $wgOut->addWikiText( $text, true, $this );
index 4459424..3b6c4a8 100644 (file)
@@ -761,6 +761,7 @@ If you are here by mistake, just click your browser's '''back''' button.",
 "talkpagetext" => "<!-- MediaWiki:talkpagetext -->",
 "anontalkpagetext" => "----''This is the discussion page for an anonymous user who has not created an account yet or who does not use it. We therefore have to use the numerical [[IP address]] to identify him/her. Such an IP address can be shared by several users. If you are an anonymous user and feel that irrelevant comments have been directed at you, please [[Special:Userlogin|create an account or log in]] to avoid future confusion with other anonymous users.'' ",
 "noarticletext" => "(There is currently no text in this page)",
+'usercssjs' => "'''Note:''' After saving, you have to do a hard refresh to tell your bowser to get the new version. In Moz, a simple '''reload''' will do. In IE/Opera/Safari/Konqueror a '''ctrl-f5''' will be necessary.",
 "updated"              => "(Updated)",
 "note"                 => "<strong>Note:</strong> ",
 "previewnote"  => "Remember that this is only a preview, and has not yet been saved!",
index c379a8e..dd9eda3 100644 (file)
@@ -48,7 +48,10 @@ body { font-size: xx-small; }
     background: none;
     padding: 0;
 }
+#p-personal ul { float: right }
+#p-personal li { float: left }
 li#pt-userpage,
+li#pt-anonuserpage,
 li#pt-login,
 li#pt-logout {
     background: none;