aboutsummaryrefslogtreecommitdiffstats
path: root/skins
Commit message (Collapse)AuthorAgeFilesLines
* Generate expanded URLs for printing on the client, not server (using CSS, or ↵Tom Gilder2005-01-158-20/+50
| | | | | | | JS for IE/win) (bug 642) Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/7074
* Complete TOC recode: proper HTML list; CSS for layout; JS recode; hidden TOC ↵Tom Gilder2005-01-156-59/+195
| | | | | | | stays hidden across different pages; never show TOC if no headings; more opportunity to style TOC Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/7073
* Merged id="searchGoButton" from 1.4Tom Gilder2005-01-131-1/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/7044
* Recompressed PNGsTom Gilder2005-01-134-0/+0
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/7040
* Merged my changes from 1.4Tom Gilder2005-01-137-45/+52
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/7039
* Fix for tab wrapping in IE6 (bugs 288 and 119)Tom Gilder2005-01-121-5/+10
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/7027
* copy of fileicon-ogg.pngTim Starling2005-01-101-0/+0
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/6984
* BUG#1283 Use underlining and borders to highlight additions/deletions in ↵Jens Frank2005-01-081-0/+22
| | | | | | | diff-view Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/6970
* BUG#1124 (cleanup) - Fixed Opera alignment issues. Make grey boxes same sizeJens Frank2005-01-084-8/+25
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/6964
* * Fix missing search box contents in MonoBook skinBrion Vibber2005-01-071-1/+3
| | | | | | | | * Add option to forward search directly to an external URL (eg google) * Add parser test for bug 1219 URL next to image Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/6956
* Let Live Preview degrade gracefullly on IE/Mac. It's got an ActiveXObject ↵Brion Vibber2005-01-071-1/+2
| | | | | | | but it produces an error message when you try to use it, so a browser detect seems necessary. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/6949
* BUG#1124Jens Frank2005-01-056-2/+150
| | | | | | | | | Make gallery valid XHTML 1.0 Make MonoBook.php valid XHTML 1.0 (tagline) Move image gallery CSS code from PHP to CSS file Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/6941
* accessibilityAntoine Musso2005-01-051-0/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/6932
* Merged my changes from REL1_4Zheng Zhu2004-12-242-1/+16
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/6817
* Undo overly bright colors. Merge from REL1_4Brion Vibber2004-12-231-9/+5
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/6778
* transparencyTim Starling2004-12-231-0/+0
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/6776
* Kieff's arrowTim Starling2004-12-231-0/+0
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/6774
* Add experimental 'Live Preview' feature. On supported browsers, previewBrion Vibber2004-12-191-0/+44
| | | | | | | | | | | | | | | | can be loaded via JavaScript so it doesn't disturb the surrounding page as badly. It's also lighter on the server, as it doesn't require skin rendering. (On short pages with Turck cache, this saves 50% of apache time!) Disabled by default, as it's incomplete: interlanguage and category links aren't displayed, and there are likely other problems. Nonsupporting browsers or JS off fall back gracefully to form submission. Tested: Safari 1.2.4, Firefox 1.0, MSIE/Win 6.0 (XPSP2) Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/6709
* Fix notice error caused by use of wrong variableBrion Vibber2004-12-181-1/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/6698
* (bug 454) Merge e-notif 2.00Brion Vibber2004-12-185-0/+58
| | | | | | | | | | | | | From http://bugzilla.wikipedia.org/attachment.cgi?id=171&action=view and extra files from http://www.tgries.de/mw/cvs15+enea200-minus-cvs.tgz Undid a couple minor bits like the broken changing of minoreditletter. Have not yet made general corrections/reworkings. Since this changes the user and watchlist tables, you must run the updaters (installer or update.php) on an existing database. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/6696
* * (bug 1090) Fix sitesupport links in CB/classic skinsBrion Vibber2004-12-142-4/+6
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/6676
* * (bug 1074) Add stock icons for non-image files in gallery/NewimagesBrion Vibber2004-12-124-0/+0
| | | | | | | * Add width and height attributes on thumbs in gallery/Newimages Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/6657
* Revert unauthorized changes made without discussion of outstanding objections.Brion Vibber2004-12-101-0/+0
| | | | | | | Please rework this as an extension. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/6601
* New feature: You can edit summaries and change the Minor Edit flag.Nicholas Pisarro, Jr2004-12-101-0/+0
| | | | | | | * Documented at http://meta.wikimedia.org/wiki/Feature_to_edit_summaries Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/6600
* Bug 995 Close <a> tagJens Frank2004-12-051-1/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/6528
* Add some conditional die()s to suppress fatal error messages if certain ↵Brion Vibber2004-12-039-0/+27
| | | | | | | files are run directly from the web. On a server concerned about path disclosure, display_errors should be off, but we can play nice anyway. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/6481
* Removed CVS keywords from files, to make merging between branchesEvan Prodromou2004-11-291-1/+0
| | | | | | | | easier. Interpolated keywords cause lots of conflicts and headaches at merge time for older (<1.12.x) CVS versions. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/6433
* For now, at least, language links are written in HTML due to Latin-1 ↵Brion Vibber2004-11-281-1/+1
| | | | | | | silliness. Don't escape them again... Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/6413
* Bold changed words in diff output, per recommendation in bug 777Brion Vibber2004-11-272-2/+2
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/6403
* Add site-wide options to disable all e-mail functions or only user-to-user ↵Brion Vibber2004-11-252-5/+3
| | | | | | | email. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/6375
* Rearrange the new template system a bit to make things less verbose in most ↵Brion Vibber2004-11-251-69/+69
| | | | | | | cases, and easier to reuse... Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/6371
* (bug 482) Don't print TOC box when hidden. Patch by Shane King ↵Brion Vibber2004-11-232-1/+4
| | | | | | | (http://bugzilla.wikipedia.org/show_bug.cgi?id=482) Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/6350
* Preparing to remove the bundled PHPTAL and let the PHPTAL skins (if enabled) ↵Brion Vibber2004-11-205-44/+42
| | | | | | | | | | work with an externally-installed PEAR+PHPTAL. $wgUsePHPTal setting no longer exists; if a PHPTAL-based skin is used it will attempt to load PEAR+PHPTAL and gracefully disable itself if it can't. Todo: get the list of skins in preferences to reflect this kind of disabling, so unselectable skins don't need to be moved into disabled subdir to be hidden. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/6300
* doc comment fiddlingBrion Vibber2004-11-191-3/+15
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/6295
* Fix MySkin for the post-PHPTAL eraBrion Vibber2004-11-191-6/+6
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/6294
* * remove PHP5 warning; PHPTAL no longer needed for MonoBookBrion Vibber2004-11-192-1/+8
| | | | | | | | * set $wgUsePHPTal to false; not sure if it's really needed anymore. Disabled TAL version of MonoBook * re-enabled display of PEAR errors from PHPTal skins (if they get used) Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/6293
* Still ugly, but fixed some glitchesBrion Vibber2004-11-191-16/+15
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/6292
* Convert MonoBook to pure PHP, not requiring PHPTAL.Brion Vibber2004-11-192-6/+194
| | | | | | | Right now the code is ugly, pretty much a straight convert. Will pretty up later. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/6291
* Moved non-working skins to "disabled" subdirectoryTim Starling2004-11-186-0/+0
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/6288
* Less obtrusive RC patrol feature, also works with enhanced RC, disable ↵Tim Starling2004-11-182-2/+11
| | | | | | | client side cache for Special:Recentchanges if $wgUseRCPatrol Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/6287
* Let administrators disable extra hits for user CSS and Javascript pages,Evan Prodromou2004-11-134-4/+4
| | | | | | | | and for site-wide CSS and Javascript settings. Can save 4 dynamic Web hits (modulo caching) by turning off these features. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/6223
* Object : reestablish margin (only borders were wrong)Guillaume Blanchard2004-10-271-2/+2
| | | | | | | Changes : Reestablish margin in div.floatright, table.floatright, div.floatleft and table.floatleft Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/6097
* Object : Correct Bug 691: white border around floating imageGuillaume Blanchard2004-10-271-2/+9
| | | | | | | Changes : Removed border and margin in div.floatright, table.floatright, div.floatleft and table.floatleft Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/6095
* Implementing user levels management. This is only a very basic interface and ↵Antoine Musso2004-10-242-2/+4
| | | | | | | several things need to be done! A tracking bug is at http://bugzilla.wikipedia.org/show_bug.cgi?id=767 Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/6066
* experimental IE-compatible RC patrol, still doesn't work for enhanced RCTim Starling2004-10-241-2/+2
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/6064
* Preliminary support for shared upload directory. This is primarily intendedErik Moeller2004-10-212-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | for the Wikimedia Commons. If $wgUseSharedUploads is set, MediaWiki will try to locate an image file in the shared upload directory if it is not found locally. Thumbnails for shared images will also be generated in the shared directory. Note: I changed $text = $this->replaceInternalLinks ( $text ); $text = $this->replaceExternalLinks( $text ); to $text = $this->replaceExternalLinks( $text ); $text = $this->replaceInternalLinks ( $text ); in Parser.php. Otherwise [[Media:Bla.jpg]] to an absolute URL would be incorrectly parsed as external links. The header of replaceExternalLinks says: Note: we have to do external links before the internal ones So the old order was not consistent with the documentation. I did some tests and nothing seems to be broken, but I have some problems executing parserTests.php so I couldn't test it systematically. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/5989
* 'fromwikipedia' has been renamed to 'tagline'Brion Vibber2004-10-104-4/+4
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/5779
* Re-tabificationBrion Vibber2004-10-091-197/+196
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/5768
* BUG#58. Patch by Tom Gilder. Prevent edit box scrollbar from disappearing ↵Jens Frank2004-10-061-0/+4
| | | | | | | under MSIE 5.5 Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/5721
* BUG#634, Patch#2.1: Patch by Tom Gilder. Avoids flickering logo in MSIE 5.5 ↵Jens Frank2004-10-061-1/+3
| | | | | | | and newer Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/5720