aboutsummaryrefslogtreecommitdiffstats
path: root/includes/SkinCologneBlue.php
Commit message (Collapse)AuthorAgeFilesLines
* Merge 1.3.0beta3 from HEADBrion Vibber2004-06-131-2/+5
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/4051
* Merge to HEAD; 1.3.0beta2Brion Vibber2004-06-061-1/+3
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/3892
* floating left option in cologneblue, patch by thetorpedodog (bug #941620)Gabriel Wicke2004-05-041-1/+6
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/3478
* Add a hidden stub Special:Search to hand search requests to; this fixesBrion Vibber2004-04-241-2/+2
| | | | | | | | | the bug that searches get displayed with properties of the main page (particularly bad in MonoBook). Also cleared up notices in Power Search from improper use of $_REQUEST. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/3306
* XHTML fixesBrion Vibber2004-04-101-21/+17
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/3112
* Removed bogus initPage from Cologne Blue so the parent class's version canEvan Prodromou2004-04-101-5/+0
| | | | | | | run instead. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/3090
* Removed dependence on register_globals from everything except the special ↵Tim Starling2004-03-291-1/+3
| | | | | | | pages. Fixed miscellaneous bugs. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/2880
* fix source forge bug 854204Antoine Musso2004-03-161-1/+6
| | | | | | | Skin cologne blue will show the donation link at the bottom of left bar in "special page" if $wgSiteSupportPage is set. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/2742
* Replace the random boolean parameters on Title::getURL() with a set ofBrion Vibber2004-03-071-1/+1
| | | | | | | | | | | | | | | | | | practical, clear methods: Title::getLocalURL() - "/wiki/index.php/Foobar" or "/wiki/index.php?title=Foobar&action=edit" Title::getFullUrl() - ditto with $wgServer on the front Title::getInternalUrl() - ditto with $wgInternalServer on the front (for some squid-related functions) Title::escapeLocalUrl() - local URL escaped for HTML output Title::escapeFullUrl() - full URL escaped for HTML output All take an optional query parameter. Title::getURL(), wfFullUrl() and wfFullUrlE() are now officially deprecated and will result in instant death. wfLocalUrl() and wfLocalUrlE() will be killed shortly; they are still used in the language files. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/2649
* * Fixed magic quotes in $_REQUEST, in Setup.phpTim Starling2004-03-061-2/+3
| | | | | | | | | | | | * Converted many instances of globals from the query to $_REQUEST * Renamed near-useless Title::getURL() to Title::getPartialURL() * Created new Title::getURL(), to replace wfLocalUrl, wfLocalUrlE, wfFullUrl and wfFullUrlE. Replaced most instances throughout the code * In Parser.php, generalised stripping of <nowiki>, <pre> and <math> to allow more general use such as nesting * Moved body of Article::preSaveTransform to Parser.php * Put lots of comments in Title.php Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/2621
* Added "My contributions" to Cologne Blue skin under "My pages".Nicholas Pisarro, Jr2004-02-271-0/+2
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/2526
* Use that pesky getStylesheet functionBrion Vibber2004-02-241-2/+4
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/2507
* Fix for compatibility with short_open_tag = OffBrion Vibber2004-02-181-1/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/2485
* added name=fulltext to second submit button in search boxMr. E232004-02-141-1/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/2475
* Fixing last commit -- oopsTim Starling2004-01-281-5/+5
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/2369
* Cosmetic bug fix -- quickbar contributions link shown for user page ↵Tim Starling2004-01-281-6/+6
| | | | | | | regardless of whether the user exists Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/2367
* URL-encode the mainpage link in CBBrion Vibber2004-01-051-1/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/2255
* Added default text for when uploading is disabled. Since this is theEvan Prodromou2003-12-121-2/+2
| | | | | | | | | default for new installations, it's important to have this text handy. In addition, hid the "Upload file" link if uploads are disabled. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/2188
* User contributions and email this user links now enabled on talk pageEvan Prodromou2003-12-041-1/+4
| | | | | | | in Cologne Blue skin (RFE#608796). Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/2136
* Fix link to Special:SpecialpagesBrion Vibber2003-11-261-1/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/2076
* Committing Evan's patches (with some modifications), reintroducing ↵Tim Starling2003-11-221-20/+37
| | | | | | | class=internal for ordinary links Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/2038
* Nov. branch merge. Various features backported from stable, various bug fixes.Tim Starling2003-11-091-1/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/1914
* Added this nifty "Back to <last article>" feature when you login or logoutMatthias Jordan2003-08-201-3/+25
| | | | | | | that's known from SkinStandard.php. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/1583
* valign=center changes to valign=middle (HTML4.0 Spec)T.D. Corell2003-05-261-1/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/1368
* Initial revisionLee Daniel Crocker2003-04-141-0/+216
Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/1284 http://mediawiki.org/wiki/Special:Code/MediaWiki/1286