| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix id attribute for top link | Antoine Musso | 2005-10-20 | 1 | -1/+1 |
* | * Giving interwiki links a class so that they can be styled individually | Ævar Arnfjörð Bjarmason | 2005-08-09 | 1 | -1/+1 |
* | * Made the sidebar idiot proof, if a message is specified like | Ævar Arnfjörð Bjarmason | 2005-08-08 | 1 | -1/+1 |
* | IE7 support! | Tom Gilder | 2005-07-31 | 1 | -1/+1 |
* | Revert unplanned, undiscussed, unannounced, breaking change to layout | Brion Vibber | 2005-07-25 | 1 | -1/+0 |
* | Add a second copy of the catlinks at the top of the article (just under the a... | Arne Heizmann | 2005-07-24 | 1 | -0/+1 |
* | (bug 796) trackback support | River Tarnell | 2005-07-23 | 1 | -2/+8 |
* | * (bug 2866) Revert experimental, non-cross-platform sortable table hack | Brion Vibber | 2005-07-15 | 1 | -3/+2 |
* | Implement #2001 by Avar and www.kryogenix.org (see .js file for full credit) | Antoine Musso | 2005-07-13 | 1 | -2/+3 |
* | * Move MonoBook printable link from tab to sidebar | Brion Vibber | 2005-06-28 | 1 | -0/+5 |
* | Whitespace broke tooltips and access keys in the new sidebar with firefox | Niklas Laxström | 2005-06-28 | 1 | -3/+1 |
* | * (bug 1577) Add 'printable version' tab in MonoBook for people who don't | Brion Vibber | 2005-06-22 | 1 | -1/+1 |
* | * Fixed typo in id="" | Ævar Arnfjörð Bjarmason | 2005-05-24 | 1 | -4/+4 |
* | * Fixed typo | Ævar Arnfjörð Bjarmason | 2005-05-24 | 1 | -1/+1 |
* | * Fixed a typo | Ævar Arnfjörð Bjarmason | 2005-05-24 | 1 | -1/+1 |
* | * (bug 419, 1764) Using a custom syntax for the sidebar and supporting multiple | Ævar Arnfjörð Bjarmason | 2005-05-24 | 1 | -5/+13 |
* | * Using a wfMsgForContent message to build the navigation urls now. | Ævar Arnfjörð Bjarmason | 2005-05-23 | 1 | -6/+1 |
* | * (bug 498) The Views heading in MonoBook.php is now localizable | Ævar Arnfjörð Bjarmason | 2005-05-14 | 1 | -1/+1 |
* | * (bug 2064) Configurable JavaScript mimetype with $wgJsMimeType | Ævar Arnfjörð Bjarmason | 2005-05-05 | 1 | -6/+6 |
* | Suppress warnings | Tim Starling | 2005-03-28 | 1 | -1/+5 |
* | * Move editsectiononrightclick setup to JavaScript (it requires JS anyway) | Brion Vibber | 2005-03-25 | 1 | -0/+1 |
* | fix phpdoc comment | Antoine Musso | 2005-01-27 | 1 | -3/+7 |
* | Accessibility: set heading to be <label> for search box | Tom Gilder | 2005-01-22 | 1 | -1/+1 |
* | Conditional comments IE6 fix; remove old PNG fix | Tom Gilder | 2005-01-18 | 1 | -1/+1 |
* | Conditional comments IE5.0 fix | Tom Gilder | 2005-01-17 | 1 | -2/+2 |
* | Merge IE conditoinal comments from 1.4 | Tom Gilder | 2005-01-17 | 1 | -2/+4 |
* | XHTML fixes: make MonoBook well-formed; lowercase tag names in wikibits.js; f... | Tom Gilder | 2005-01-16 | 1 | -1/+1 |
* | Merged id="searchGoButton" from 1.4 | Tom Gilder | 2005-01-13 | 1 | -1/+1 |
* | Merged my changes from 1.4 | Tom Gilder | 2005-01-13 | 1 | -0/+1 |
* | * Fix missing search box contents in MonoBook skin | Brion Vibber | 2005-01-07 | 1 | -1/+3 |
* | BUG#1124 | Jens Frank | 2005-01-05 | 1 | -2/+2 |
* | Fix notice error caused by use of wrong variable | Brion Vibber | 2004-12-18 | 1 | -1/+1 |
* | (bug 454) Merge e-notif 2.00 | Brion Vibber | 2004-12-18 | 1 | -0/+2 |
* | Bug 995 Close <a> tag | Jens Frank | 2004-12-05 | 1 | -1/+1 |
* | Add some conditional die()s to suppress fatal error messages if certain files... | Brion Vibber | 2004-12-03 | 1 | -0/+3 |
* | For now, at least, language links are written in HTML due to Latin-1 sillines... | Brion Vibber | 2004-11-28 | 1 | -1/+1 |
* | Rearrange the new template system a bit to make things less verbose in most c... | Brion Vibber | 2004-11-25 | 1 | -69/+69 |
* | doc comment fiddling | Brion Vibber | 2004-11-19 | 1 | -3/+15 |
* | Still ugly, but fixed some glitches | Brion Vibber | 2004-11-19 | 1 | -16/+15 |
* | Convert MonoBook to pure PHP, not requiring PHPTAL. | Brion Vibber | 2004-11-19 | 1 | -6/+157 |
* | Use the new skin tree hierarchy | Antoine Musso | 2004-09-05 | 1 | -1/+6 |
* | Skins classes under their own phpdocumentor subpackage: "Skins" | Antoine Musso | 2004-09-03 | 1 | -0/+14 |
* | Security fix: do not use $IP on include (thanks brion) | Antoine Musso | 2004-09-02 | 1 | -1/+1 |
* | New system to generate $wgValidSkinNames by listing available dirs. Skins usi... | Antoine Musso | 2004-09-02 | 1 | -0/+2 |
* | Big change to the skin system. Php files are now in ./skins/ . Templates and ... | Antoine Musso | 2004-09-02 | 1 | -0/+11 |