Property changes on: trunk/phase3/skins/chick/main.css |
___________________________________________________________________ |
Name: svn:executable |
1 | 1 | - * |
Index: trunk/phase3/skins/MonoBook.php |
— | — | @@ -64,6 +64,7 @@ |
65 | 65 | <!--[if IE 7]><style type="text/css">@import "<?php $this->text('stylepath') ?>/<?php $this->text('stylename') ?>/IE70Fixes.css?1";</style><![endif]--> |
66 | 66 | <!--[if lt IE 7]><script type="<?php $this->text('jsmimetype') ?>" src="<?php $this->text('stylepath') ?>/common/IEFixes.js"></script> |
67 | 67 | <meta http-equiv="imagetoolbar" content="no" /><![endif]--> |
| 68 | + <script type="<?php $this->text('jsmimetype') ?>">var skin = '<?php $this->text('skinname')?>';var stylepath = '<?php $this->text('stylepath')?>';</script> |
68 | 69 | <script type="<?php $this->text('jsmimetype') ?>" src="<?php $this->text('stylepath' ) ?>/common/wikibits.js"><!-- wikibits js --></script> |
69 | 70 | <?php if($this->data['jsvarurl' ]) { ?> |
70 | 71 | <script type="<?php $this->text('jsmimetype') ?>" src="<?php $this->text('jsvarurl' ) ?>"><!-- site js --></script> |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -734,6 +734,9 @@ |
735 | 735 | * (bug 5410) Use namespace name when a custom namespace's nstab-NS message is nonexistent |
736 | 736 | * (bug 5432) Fix inconsistencies in cookie names when using table prefixes |
737 | 737 | * Additional protections against HTML breakage in table parsing |
| 738 | +* (bug 5355) Include skin name and style JS settings in page source; |
| 739 | + fixes regression where Opera 6/7 and KHTML CSS fixes weren't applied |
| 740 | + when wikibits.js was moved up before user JS inclusion. |
738 | 741 | |
739 | 742 | |
740 | 743 | === Caveats === |