I have exactly this problem, but I would seem to have a later version! version output:
{ build : 1, date : "Mon, 26 Oct 2009 10:26:29 GMT", major : 9, minor : 8, revision : 16666, svnbranch : "9.08.1", svnrevision : 16666, text : "9.8.1.16666" }
Fiesta is a deprecated skin as of MindTouch 2010. We recommend trying out one of the new beech skins or deuce.
What functionality is in fiesta that you can't find in other skins?
Try searching: MindTouch Knowledge Base -- Community Forums
Want to contribute? Report a bug -- Translate
My stock response.
The cmsmode key switches off some buttons and makes it suitable for to use as a webpage for anonymous users.
In my case, colors and CSS that work correctly with all the templates on my site. Changing skins is gonna be "fun". I did a quick test and the "variable width" CSS doesn't seem to work on Fiesta under 10.0.
I have this on my current wiki, works fine:
Seems to have no effect on a test VM running 10.0.0 (Chrome/Windows).Code:/* Variable-width for browsers other than IE6 */ .globalWrap { width:auto; } .header { float:none; position:absolute; } .body { float:none; margin:0; padding-left:200px; width:auto; } /* undo the above for IE6 */ * html .globalWrap { width:1000px } * html .header { float:left; position:static; } * html .body { float:left; margin-left:20px; padding-left:0px; width:800px; }
Other skins are breaking my CSS all over the place. Will probably stay with Fiesta for now, provided I can get the variable-width operationg running again.
Deprecating Fiesta is a pretty big change! I don't see it mentioned in http://developer.mindtouch.com/en/do...elease/Olympic. Is it documented anywhere but here?
If my post helped you, please click theicon below this post to my reputation. Thanks!
We are still in the planning phase for the next release but I have every intention of getting rid of our current skinning engine and putting all our resources behind beechbeta. If this change is solidified for Pipestone then the word will be put out.
Try searching: MindTouch Knowledge Base -- Community Forums
Want to contribute? Report a bug -- Translate
My stock response.
Fiesta is reaching end-of-life. Unless there is a big requirement, we'll be moving the skinning engine to Beech for Pipestone. Until then, Fiesta is still an actively supported skin.
Steve G. Bjorg - Chief Architect
Did you check the MindTouch FAQ?
Found a bug? Report it.
Follow me on Twitter
Find us on IRC: irc.freenode.net #mindtouch
Just to throw in some feedback:
If Fiesta is end of life, and Beech is now considered the 'proper' skin as of Olympic, then Mindtouch may want to consider a few things:
- The skin is still named "beechbeta" in the file system and control panel. Not exactly encouraging use.
- There are issues with beechbeta-pale in IE8, on a brand new wiki. The navbar containing "edit", "new" etc expands the whole width of the page.
- Please don't take away the html custom areas! They make it very easy for extensions to be added without having to dig too deep into the code and individual files of the wiki.
Some examples (high resolution) and demos of the skins would be VERY appreciated as well.