13
edits
No edit summary |
|||
(47 intermediate revisions by 23 users not shown) | |||
Line 1: | Line 1: | ||
'''NOTE:''' The Cavendish theme source is now stored in the cvs repository at cvs.mozilla.org: | |||
If you have write access: | |||
: | CVSROOT=:ext:yourid@cvs.mozilla.org:/www | ||
: | If you don't: | ||
CVSROOT=:pserver:anonymous@cvs-mirror.mozilla.org:/www | |||
then: | |||
cvs co mozilla-org/wiki/skins/cavendish | |||
If you'd like to fix any of these issues, please [https://bugzilla.mozilla.org/enter_bug.cgi?product=mozilla.org&component=www.mozilla.org file a bug] and attach a patch, then post the bug number here as a reply to that issue. | |||
=== New & Existing issues === | |||
: I tried to checkout the theme | |||
$CVSROOT=:pserver:anonymous@cvs-mirror.mozilla.org:/www | |||
then: | |||
$cvs co mozilla-org/wiki/skins/cavendish | |||
$cvs checkout: No CVSROOT specified! Please use the `-d' option | |||
cvs [checkout aborted]: or set the CVSROOT environment variable. | |||
Whats wrong ? | |||
Where can I get this nice theme ? --[[User:Sherz|Sherz]] 07:20, 4 Oct 2005 (PDT) | |||
:favicon has gone missing again. There is a link the the HTML, but the linked file is 404: http://wiki.mozilla.org/favicon.ico --[[User:Pmsyyz|Pmsyyz]] 00:23, 10 Jul 2005 (PDT) | |||
:stuff that was put in pre's before to stand out like code now just flows inline which kind of looks like crap with the new css. --[[User:Pavlov|Pavlov]] 23:53, 18 Mar 2005 (PST) | |||
::Does anyone have an example of what the PRE style used to look like? If so, I can get it setup --[[User:StevenGarrity|StevenGarrity]] | |||
:::Please view [http://mozilla.wikicities.com/wiki/User:Me_at_work/pre this example page] I created for you. --[[User:Me at work|Me at work]] 13:04, 24 Mar 2005 (PST) | |||
:::Try [http://64.233.161.104/search?q=cache:_P84QAiQ2yMJ:wiki.mozilla.org/wiki/Update:Development:Templates+site:wiki.mozilla.org+code+sample&hl=en Update:Development:Templates] from the Google cache (use [http://www.google.com/search?hl=en&lr=&q=site%3Awiki.mozilla.org+code+sample+development+templates+php+array&btnG=Search this Google search] if the cache link doesn't work right). --[[User:Waldo|Waldo]] 15:56, 19 Mar 2005 (PST) | |||
:::Default monobook.css for the PRE tag and how it looked like: | |||
<pre style="padding: 1em; border: 1px dashed #2f6fab; color: Black; background-color: #f9f9f9; line-height: 1.1em;"> | |||
pre { | |||
padding: 1em; | |||
border: 1px dashed #2f6fab; | |||
color: Black; | |||
background-color: #f9f9f9; | |||
line-height: 1.1em; | |||
} | |||
</pre> | |||
--[[User:LouCypher|LouCypher]] 15:32, 24 Mar 2005 (PST) | |||
::::AFAIK, we had added -moz-pre-wrap to that shortly before the upgrade... --[[User:KaiRo|KaiRo]] 04:29, 30 Mar 2005 (PST) | |||
:On [[Special:Recentchanges]] the toolbox links (RSS and Atom) look weird - don't follow the cavandish style --[[User:Csogilvie|Csogilvie]] 01:24, 19 Mar 2005 (PST) | |||
It's also a bit hard to navigate, as the main mav is in the middle between personal tools and toolbox and those sections are hard to tell apart.--[[User:KaiRo|KaiRo]] 08:08, 20 Mar 2005 (PST) | :In monobook, the color of the Discussion tab would change if no one had created the discussion page yet. In Cavendish, you can't tell without actually clicking on the tab to see if there's anything there. --[[User:Justdave|Justdave]] 01:59, 19 Mar 2005 (PST) | ||
:Email addresses now show the entire mailto: link before the envelope icon, and spam-proofing them with & #64; doesn't work anymore. See [[SeaMonkey:Supporters]] --Sander 02:39, 19 Mar 2005 (PST) | |||
::This is probably related to the 1.4rc1 upgrade to MediaWiki, and not the theme. They appear to be being more anal about XSS-proofing the URLs. :) --[[User:Justdave|Justdave]] 02:59, 24 Mar 2005 (PST) | |||
:The content area seems very much smaller than in other themes, can we tweak it somehow to get back some space there again? E.g. the left and right empty borders could be much smaller, and I guess the nac bar could be smaller as well (font size?). I wonder what it look like on a 800x600 screen... --[[User:KaiRo|KaiRo]] 10:22, 19 Mar 2005 (PST) | |||
::On a 800x600 screen the edit page simply doesn't fit. [[User:L Squared|L2]] 12:19, 20 Mar 2005 (PST) | |||
:The Go/Search buttons in the page header are incorrectly styled; they should look like the Go button in the main www.m.o style. --[[User:Waldo|Waldo]] 16:51, 19 Mar 2005 (PST) | |||
:It's also a bit hard to navigate, as the main mav is in the middle between personal tools and toolbox and those sections are hard to tell apart.--[[User:KaiRo|KaiRo]] 08:08, 20 Mar 2005 (PST) | |||
:We need a robots.txt in the root. Note that it really must be stored in the root otherwise it will generate a lot of useless 404s. -- [[User:Anne|Anne]] 11:15, 24 Mar 2005 (?, NL) | |||
:The top tabs are missing the right part of the yellow 'active' tab state. I think this is the part in the <li> and not in the link. Tested in FX and Safari. - [[User:dburka|dburka]] 9:53, 24 Mar 2005 (EST) | |||
: Cavendish theme is messed up when displaying category pages. The category listings end up forced down below the level of the sidebar, as seen here [[:Category:Mozilla_Materials]]. We need this fixed for the Devmo Wiki as well. [[User:Dria|Dria]] 06:23, 13 Apr 2005 (PDT) | |||
::The [[:Category:Mozilla_Materials|category problem]] seems to be a <br style="clear:both;"/> inserted by the theme after the page description. Either that should be removed, or a quick workaround could be to stick br {clear: none !important} in the stylesheet (though with potentially adverse effects on other pages)--[[User:Nevir|Nevir]] 01:57, 22 May 2005 (PDT) | |||
:I see only Cavendish in [[Special:Preferences|Preferences]]. How about Monobook or a similar skin as an option? I'm sure I'm not the only user of Mediawiki on [http://meta.wikimedia.org/wiki/Sites_using_MediaWiki more than one site] who would rather not keep hunting for standard links. --[[User:Merriam|merriam]] 11:17, 25 May 2005 (PDT) | |||
:The is a problem when printing using the Cavendish theme. The print layout includes the navigation links. This does not occur using monobook. --[[User:Rport|Rport]] 18:06, 8 Jul 2005 (PDT) | |||
: Hi -- has anyone tried using Cavendish on MediaWiki 1.5.1? It somewhat works, but the 'Navigation' part of the navbar isn't loading anything.... Just wanted to confirm it even works before going further -- rest looks pretty good! --[[User:Fizik|Fizik]] 09:10, 22 Nov 2005 (PST) | |||
:: Okay -- fixed navigation bar incompatibility with 1.5+ due to new array format .. should I post a bugfix entry? As far as I can see, everything else seems to work properly with 1.5 -- I will update with further issues if they arise --[[User:Fizik|Fizik]] 08:51, 24 Nov 2005 (PST) | |||
::: Okay -- Hi there... a bugfix entry would be fantastic I am having this problem too. --[[User:Mikkyman|Mikkyman]] 17:18, 12 Dec 2005 (PDT) | |||
=== Resolved Issues === | |||
:Page titles don't show up anywhere inside the page anymore (you have to look at the title bar :gasp: ). --[[User:Justdave|Justdave]] 00:00, 19 Mar 2005 (PST) | |||
::Fix for this is on its way. --[[User:StevenGarrity|StevenGarrity]] | |||
::: Fix received and installed. --[[User:Justdave|Justdave]] 05:49, 20 Mar 2005 (PST) | |||
:MediaWiki 1.4 was released the other day. It is suggested that all users upgrade. Hopefully this will be relatively painless. --[[User:Me at work|Me at work]] 13:00, 24 Mar 2005 (PST) | |||
::See [https://bugzilla.mozilla.org/show_bug.cgi?id=287722 bug 287722] --[[User:Justdave|Justdave]] 03:43, 27 Mar 2005 (PST) | |||
:::upgraded to 1.4.2 | |||
:The default background color needs to be set to white, because the page doesn't look good if a user's default bg color is not white ([https://bugzilla.mozilla.org/show_bug.cgi?id=286939 bug 286939]) --[[User:Biesi|Biesi]] 06:48, 20 Mar 2005 (PST) | |||
::fixed | |||
== MediaWiki 1.9 and missing edit toolbar == | |||
I've recently upgraded to MediaWiki 1.9 from 1.8, which was relatively painless until I discovered that the editing toolbar is missing when using the Cavendish skin (it shows up with Monobook, Simple, etc.). Anyone experience similar issues? | |||
[[User:Bsmith|Bsmith]] 08:54, 23 January 2007 (PST) | |||
Same issue as above, would love get the edit toolbar back [[User:Tutmeister|Tutmeister]] 14:32, 11 March 2009 (UTC) | |||
== MediaWiki 1.15 update? == | |||
I noticed the CVS hasn't been updated since Apr 2005, is it still current? | |||
This installation is running [[Special:Version|MediaWiki 1.15]] (branch current as of 2009-12-29). | |||
Trying to use the Cavendish theme on a new MediaWiki installation gives this error on the sidebar: | |||
<pre> | |||
Warning: Invalid argument supplied for foreach() in /www/wiki/skins/Cavendish.php on line 116 | |||
</pre> | |||
Is there an update this site is using that hasn't made it into the repository? | |||
[[User:Qualtagh|Qualtagh]] 20:46, 29 December 2009 (UTC) | |||
== Cavendish for MediaWiki 1.19 == | |||
I've created an updated version of the Cavendish skin: [https://sourceforge.net/projects/cavendishmw/ Cavendish-MW] ([https://github.com/figure002/cavendish-mw GitHub]). --[[User:Figure002|Figure002]] 11:02, 14 January 2013 (PST) |
edits