Commit graph

13 commits

Author SHA1 Message Date
jenkins-bot
7d363cbff3 Merge "Remove use of deprecated wfRunHooks" 2015-08-06 18:42:35 +00:00
addshore
b56298cedb Remove use of deprecated wfRunHooks
Change-Id: I2c4cb9c307d1e6da98c694fbfcddbfe97df85384
2015-08-06 19:21:13 +01:00
Bartosz Dziewoński
767349cbb4 Don't output an empty h1 element (once more, with feeling)
Bug: T103077
Change-Id: I1a6944bb3da465a1cdcd1ce12aecfd19f4865ec9
2015-06-25 11:55:19 +00:00
Kunal Mehta
f2846c51df Display the page title on pages named '0'
Using empty() will consider the string '0' to be false, so use isset instead.

Bug: T103077
Change-Id: I4b07d55ba59cbbc9eeb3784fbbe8ae9e9ae15c3a
2015-06-24 10:13:41 -07:00
Florian
df1d39d332 Don't output an empty h1 element
Bug: T97891
Change-Id: I4897b84d2242074af93ac547c0692b3ef8e22530
2015-05-09 16:11:28 +02:00
Ebrahim Byagowi
d73fa3ba26 Remove dir=auto from firstHeading
Follow up to Ibf408bc6c5d2f8c05667107a547b0b02e06de270

Bug: T51093
Change-Id: I96aacfa725f05855c6e1541dbda68ecb5bdad757
2015-02-01 21:36:06 +00:00
umherirrender
317eeba008 Allow numeric headers in Sidebar
A numeric string set as key of an array gets casted to an integer. Since
I458c0af3114754ddf3d721f6c374e249f482e4cf wfMessage does not except
integer as message key, therefore cast the boxname back to string.

Bug: T73639
Change-Id: I8f75243abbdb67d70f54fedb3ebd266e6ced05e3
2015-01-10 21:39:20 +01:00
Bartosz Dziewoński
bb92aec2d8 Add support for page status indicators
Corresponding patch in core: I2389ff9a5332a2b1d033eb75f0946e5241cfaaf4.

Bug: 23796
Change-Id: Ie8eb418cd99636e73c7bbd54c1235a47ce71fd5a
2014-09-29 13:30:03 +02:00
Timo Tijhof
cf584f6d86 Use mw-wiki-logo class instead of inline background-image
Depends on I4e6db89a688 in mediawiki-core.

Bug: 56257
Change-Id: Ia36b0480871377dbeeee5c1194025385f522a299
2014-09-26 22:04:35 +00:00
MZMcBride
3413f282e0 Add a trailing newline
Change-Id: I86ae9c40e613a27c310f639e2324f1891edba209
2014-09-25 23:46:19 -04:00
Arlo Breault
2eae9b05ce Use .mw-body instead of div#content
* Renames the classes being applied to div#content and div#bodyContent
  to match that of Vector.

* See also Id0228fa839ef80b0b3bfee in mediawiki-core.

Change-Id: I0c889950e618b2afa6332c4c56b5531744526e72
2014-09-01 22:27:07 +02:00
Kunal Mehta
740cbbafaf Use Config instead of globals
Change-Id: I115f9c81297c507b9ebb483e62fb216de8174878
2014-08-13 00:00:29 +00:00
Bartosz Dziewoński
ff6a01f844 Move MonoBook skin from core
This is the final step of the process described at
<https://www.mediawiki.org/wiki/Separating_skins_from_core_MediaWiki>.

Corresponding core change: Idfc38503.

Change-Id: I83b1efb4a489254c76e0cbda72ff34efa3d41261
2014-08-07 13:40:21 +02:00