| Commit message (Expand) | Author | Age | Files | Lines |
* | * Move editsectiononrightclick setup to JavaScript (it requires JS anyway) | Brion Vibber | 2005-03-25 | 1 | -1/+6 |
* | * do showtoc option via CSS hiding of toc when it's off. | Brion Vibber | 2005-03-25 | 1 | -0/+3 |
* | * remove 'hover' option; always put in the title attribute on links | Brion Vibber | 2005-03-25 | 1 | -9/+28 |
* | removed redundant function call | Tim Starling | 2005-03-20 | 1 | -1/+1 |
* | random comments / quotes | Antoine Musso | 2005-03-03 | 1 | -16/+15 |
* | Fix #1622 : remove trailing '>' when using category browser. | Antoine Musso | 2005-03-03 | 1 | -2/+2 |
* | Fix category browser. $this is not defined in a method subfunction so we have... | Antoine Musso | 2005-02-23 | 1 | -4/+7 |
* | De-cruftification continues. | Brion Vibber | 2005-02-21 | 1 | -25/+21 |
* | Remove some cruft from skins... sooooo much cruft yet to go | Brion Vibber | 2005-02-21 | 1 | -141/+56 |
* | Extra check as temporary hack to avoid crashing on certain dubious titles | Brion Vibber | 2005-02-21 | 1 | -0/+1 |
* | HTML compatibility: use space before the / on <br /> and <hr />, some old bro... | Brion Vibber | 2005-02-11 | 1 | -1/+1 |
* | Security tweaks: | Brion Vibber | 2005-02-04 | 1 | -1/+25 |
* | Fix #913 : Nostalgia skin no more using isSysop() and isDeveloper() | Antoine Musso | 2005-02-01 | 1 | -11/+15 |
* | Avoid notice error when user doesn't have right to move a page. | Brion Vibber | 2005-01-22 | 1 | -3/+5 |
* | Lagged slave warning | Tim Starling | 2005-01-15 | 1 | -1/+4 |
* | * Remove some hardcoded 0 instead of NS_MAIN | Antoine Musso | 2005-01-11 | 1 | -2/+2 |
* | * Ported $wgCopyrightIcon setting from REL1_3A | Brion Vibber | 2004-12-28 | 1 | -4/+6 |
* | Merged my changes from REL1_4 | Zheng Zhu | 2004-12-24 | 1 | -0/+14 |
* | Split link generation, table of contents, and image functions from the | Brion Vibber | 2004-12-18 | 1 | -824/+3 |
* | (bug 454) Merge e-notif 2.00 | Brion Vibber | 2004-12-18 | 1 | -4/+17 |
* | * Defer message cache initialization, shaving a few ms off file cache hits | Brion Vibber | 2004-12-09 | 1 | -1/+2 |
* | * (bug 1018) Some pages fail with stub threshold enabled | Brion Vibber | 2004-12-07 | 1 | -1/+0 |
* | * (bug 1010) fix broken Commons image link on Classic & Cologne Blue | Brion Vibber | 2004-12-05 | 1 | -3/+6 |
* | Have the skin cache the highlightbroken and hover options to avoid asking the... | Brion Vibber | 2004-11-27 | 1 | -17/+16 |
* | Light optimization on Skin::makeLinkObj(). Shaves about 40ms off of [[List of... | Brion Vibber | 2004-11-27 | 1 | -41/+54 |
* | Suppress hidden files from skin list; some backup and magic-filesystem-stuff ... | Brion Vibber | 2004-11-25 | 1 | -2/+2 |
* | Move edit toolbar generation code from the Skin to the EditPage user interfac... | Brion Vibber | 2004-11-25 | 1 | -127/+0 |
* | Split recentchanges and image history list formatters from Skin, where they n... | Brion Vibber | 2004-11-25 | 1 | -615/+1 |
* | Add site-wide options to disable all e-mail functions or only user-to-user em... | Brion Vibber | 2004-11-25 | 1 | -4/+10 |
* | Added the ability to protect a page from moves but not from edits. See | Shane King | 2004-11-24 | 1 | -1/+1 |
* | Recentchanges optimization: avoid a lot of senseless parsing of link text com... | Brion Vibber | 2004-11-24 | 1 | -50/+75 |
* | Use the content language's linktrail | Brion Vibber | 2004-11-22 | 1 | -1/+1 |
* | specialPageList() : comment about bug 913 | Antoine Musso | 2004-11-20 | 1 | -0/+4 |
* | in category browser, makeKnownLink() -> makeLink(), now that the delayed link... | Tim Starling | 2004-11-20 | 1 | -1/+1 |
* | fixed bug 875, circular category references cause timeout or stack overflow | Tim Starling | 2004-11-20 | 1 | -1/+1 |
* | * remove PHP5 warning; PHPTAL no longer needed for MonoBook | Brion Vibber | 2004-11-19 | 1 | -21/+0 |
* | Less obtrusive RC patrol feature, also works with enhanced RC, disable client... | Tim Starling | 2004-11-18 | 1 | -23/+70 |
* | alt-texts for the images in the enhanced RC | Jens Frank | 2004-11-13 | 1 | -2/+2 |
* | More doc comment fiddling | Brion Vibber | 2004-10-28 | 1 | -0/+1 |
* | Don't include the special markers like "right" as alt text; leave it blank if... | Brion Vibber | 2004-10-28 | 1 | -4/+3 |
* | Full URLs are not necessary on longdesc; use short URLs like everywhere else. | Brion Vibber | 2004-10-28 | 1 | -6/+3 |
* | restore old order of replaceInternal/replaceExternal, mask absolute URLs | Erik Moeller | 2004-10-25 | 1 | -1/+6 |
* | Implementing user levels management. This is only a very basic interface and ... | Antoine Musso | 2004-10-24 | 1 | -13/+14 |
* | experimental IE-compatible RC patrol, still doesn't work for enhanced RC | Tim Starling | 2004-10-24 | 1 | -3/+7 |
* | Preliminary support for shared upload directory. This is primarily intended | Erik Moeller | 2004-10-21 | 1 | -8/+7 |
* | (bug 737) only use the post-parse link placeholders within replaceInternalLin... | Brion Vibber | 2004-10-19 | 1 | -3/+1 |
* | toc should be translated using content language | Zheng Zhu | 2004-10-18 | 1 | -1/+1 |
* | Change editSectionLink() and editSectionScript() to take a | Wil Mahan | 2004-10-15 | 1 | -8/+8 |
* | disable client cache for 'you have new messages' | Domas Mituzas | 2004-10-15 | 1 | -0/+1 |
* | Validate input | Brion Vibber | 2004-10-14 | 1 | -2/+2 |