aboutsummaryrefslogtreecommitdiffstats
path: root/includes/Skin.php
Commit message (Expand)AuthorAgeFilesLines
* Merge "Add PLURAL support to youhavenewmessages*"jenkins-bot2013-12-071-2/+2
|\
| * Add PLURAL support to youhavenewmessages*Alex Ivanov2013-12-051-2/+2
* | Removed "Disable search suggestions" from Mediawiki Preferencetonythomas012013-12-051-3/+1
|/
* Change the syntax and non-one count fake values for {{PLURAL: in newmessages*Alex Ivanov2013-11-221-2/+2
* Don't even mention $wgTitleChad Horohoe2013-11-151-1/+1
* Correctly update wl_notificationtimestamp when viewing old revisionsBartosz DziewoƄski2013-10-271-51/+48
* Remove 'mediawiki.legacy.wikiprintable' moduleMatmaRex2013-09-161-4/+9
* doc: Remove repetitive "Give grep a chance" phrase from commentsTimo Tijhof2013-08-291-2/+1
* Give grep a chance to find the usagesshirayuki2013-08-161-0/+2
* Make brackets in section edit links accessible to CSSMatmaRex2013-07-021-3/+5
* Remove the EditSectionLink hookMatmaRex2013-06-271-22/+1
* Check if API enabled before loading dependent JS modulesKevin Israel2013-05-281-6/+10
* Give skin more control of OutputPage modulesjrobson2013-05-281-0/+58
* Rename $usableSkins to $allowedSkinsWaldir Pimenta2013-05-251-5/+5
* phpcs: Fix WhiteSpace.LanguageConstructSpacing warningsTimo Tijhof2013-05-091-2/+2
* Remove hphpc support and deprecate related functionsTim Starling2013-05-091-8/+4
* Adding GetNewMessagesAlert hook and wgUserNewMsgRevisionId JS globalkaldari2013-05-041-12/+21
* (bug 41729) Move section edit links to after the headingsMatmaRex2013-04-291-2/+2
* Fixed spacing in files direct in includes folderumherirrender2013-04-211-9/+9
* Remove several ancient skinsChad Horohoe2013-04-011-1/+0
* Start outputting deprecation warnings when legacy linker methods are called o...Daniel Friesen2013-03-281-0/+1
* Check return value of dir() in Skin.phpumherirrender2013-03-271-9/+11
* fix some spacingumherirrender2013-03-251-1/+1
* Spellchecked /includes directoryYuri Astrakhan2013-03-131-4/+4
* Fixed @param tags to conform with Doxygen format.Tyler Anthony Romeo2013-03-111-15/+15
* fix some spacingumherirrender2013-03-071-1/+0
* fix some spacingumherirrender2013-02-041-6/+6
* Merge "(bug 1) document Skin::buildSidebar per own experience"TheDJ2012-10-271-1/+17
|\
| * (bug 1) document Skin::buildSidebar per own experienceMatmaRex2012-10-261-1/+17
* | Fix indentation whitespace errorsumherirrender2012-10-261-1/+1
|/
* Update docs for return and exception infoSiebrand Mazeland2012-10-091-0/+1
* Use hasSubjectNamespace in Skin.php instead of namespace tests.Daniel Friesen2012-10-011-2/+2
* (bug 34939) Handle mixed-case URL protocols in wikitextFran McCrory2012-09-041-2/+2
* Merge "Reduced some master queries via Revision::READ_NORMAL."Catrope2012-08-281-6/+7
|\
| * Reduced some master queries via Revision::READ_NORMAL.Aaron2012-08-271-6/+7
* | Merge "(bug 39680) Convert valign to CSS vertical-align"Krinkle2012-08-281-1/+1
|\ \
| * | (bug 39680) Convert valign to CSS vertical-alignAlex Monk2012-08-271-1/+1
| |/
* | Merge "Use the MWDebug class to display debug log back in the request."Nikerabbit2012-08-281-65/+1
|\ \
| * | Use the MWDebug class to display debug log back in the request.Alexandre Emsenhuber2012-08-271-65/+1
| |/
* / Use numParams() where possible.Siebrand Mazeland2012-08-281-2/+2
|/
* Replace deprecated wfMsg* calls with Message class calls.Siebrand Mazeland2012-08-221-9/+16
* (bug 31040) Fixed $wgSecureLogin effect on returnto.Tyler Romeo2012-08-131-4/+14
* Merge "(bug 12701) Use diff of all unseen revisions in the "new messages" bar."Aaron Schulz2012-08-091-11/+40
|\
| * (bug 12701) Use diff of all unseen revisions in the "new messages" bar.lupo2012-06-181-11/+40
* | converts '@fixme' to '@todo FIXME'Antoine Musso2012-07-101-1/+1
* | escape tags and entity in doxygen commentsAntoine Musso2012-07-101-4/+4
* | Revert "Deprecate no longer used Skin::getCommonStylePath."Daniel Friesen2012-06-141-5/+0
* | Deprecate no longer used Skin::getCommonStylePath.Timo Tijhof2012-06-091-0/+5
|/
* Merge "Change of Title->exists() to Title->isKnown() for subpage links"Aaron Schulz2012-06-061-1/+1
|\
| * Change of Title->exists() to Title->isKnown() for subpage linksrobin2012-05-301-1/+1