r49883 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r49882
|
r49883
|
r49884
>
Date:
19:07, 25 April 2009
Author:
siebrand
Status:
reverted (
Comments
)
Tags:
Comment:
Follow up to
r49880
. Fix casing for CreatePage in $wgSpecialPageGroups
Modified paths:
/trunk/phase3/includes/DefaultSettings.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/DefaultSettings.php
—
—
@@ -3099,7 +3099,7 @@
3100
3100
'Export' => 'pagetools',
3101
3101
'Import' => 'pagetools',
3102
3102
'Whatlinkshere' => 'pagetools',
3103
- 'Createpage' => 'pagetools',
3103
+ 'CreatePage' => 'pagetools',
3104
3104
3105
3105
'Statistics' => 'wiki',
3106
3106
'Version' => 'wiki',
Follow-up revisions
Revision
Commit summary
Author
Date
r49973
Revert
r49880
,
r49883
,
r49885
- add uniwiki/CreatePage extension to core...
brion
19:04, 27 April 2009
r51537
Follow-up to
r49973
(Revert
r49880
,
r49883
,
r49885
- add uniwiki/CreatePage e...
siebrand
15:38, 6 June 2009
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r49880
* add uniwiki/CreatePage extension to core...
siebrand
18:47, 25 April 2009
Comments
#
Comment by
Brion VIBBER
(
talk
|
contribs
)
19:04, 27 April 2009
Reverted in
r49973
Status & tagging log
19:04, 27 April 2009
Brion VIBBER
(
talk
|
contribs
)
changed the
status
of r49883
[
removed:
new
added:
reverted]