r69559 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r69558‎ | r69559 | r69560 >
Date:18:55, 19 July 2010
Author:adam
Status:ok
Tags:
Comment:
Removing first level heading from the help section of wikieditor
Modified paths:
  • /trunk/extensions/UsabilityInitiative/WikiEditor/Modules/Toolbar/Toolbar.i18n.php (modified) (history)
  • /trunk/extensions/UsabilityInitiative/WikiEditor/Modules/Toolbar/Toolbar.js (modified) (history)

Diff [purge]

Index: trunk/extensions/UsabilityInitiative/WikiEditor/Modules/Toolbar/Toolbar.i18n.php
@@ -176,9 +176,6 @@
177177 'wikieditor-toolbar-help-content-xlink-description' => 'External link',
178178 'wikieditor-toolbar-help-content-xlink-syntax' => '[http://www.example.org Link label]<br />[http://www.example.org]<br />http://www.example.org',
179179 'wikieditor-toolbar-help-content-xlink-result' => "<a href='#' class='external'>Link label</a><br /><a href='#' class='external autonumber'>[1]</a><br /><a href='#' class='external'>http://www.example.org</a>",
180 - 'wikieditor-toolbar-help-content-heading1-description' => '1st level heading',
181 - 'wikieditor-toolbar-help-content-heading1-syntax' => '= Heading text =',
182 - 'wikieditor-toolbar-help-content-heading1-result' => '<h1>Heading text</h1>',
183180 'wikieditor-toolbar-help-content-heading2-description' => '2nd level heading',
184181 'wikieditor-toolbar-help-content-heading2-syntax' => '== Heading text ==',
185182 'wikieditor-toolbar-help-content-heading2-result' => '<h2>Heading text</h2>',
Index: trunk/extensions/UsabilityInitiative/WikiEditor/Modules/Toolbar/Toolbar.js
@@ -824,11 +824,6 @@
825825 ],
826826 rows: [
827827 {
828 - 'description': { htmlMsg: 'wikieditor-toolbar-help-content-heading1-description' },
829 - 'syntax': { htmlMsg: 'wikieditor-toolbar-help-content-heading1-syntax' },
830 - 'result': { htmlMsg: 'wikieditor-toolbar-help-content-heading1-result' }
831 - },
832 - {
833828 'description': { htmlMsg: 'wikieditor-toolbar-help-content-heading2-description' },
834829 'syntax': { htmlMsg: 'wikieditor-toolbar-help-content-heading2-syntax' },
835830 'result': { htmlMsg: 'wikieditor-toolbar-help-content-heading2-result' }

Status & tagging log