r60504 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r60503‎ | r60504 | r60505 >
Date:12:02, 30 December 2009
Author:maxsem
Status:ok (Comments)
Tags:
Comment:
Per Chad's suggestion on r60489 CR, updated compatibilty notice and moved in from source file to README.
Modified paths:
  • /trunk/extensions/SyntaxHighlight_GeSHi/README (modified) (history)
  • /trunk/extensions/SyntaxHighlight_GeSHi/SyntaxHighlight_GeSHi.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SyntaxHighlight_GeSHi/SyntaxHighlight_GeSHi.php
@@ -33,9 +33,6 @@
3434 * A language is specified like: <source lang="c">void main() {}</source>
3535 * If you forget, or give an unsupported value, the extension spits out
3636 * some help text and a list of all supported languages.
37 - *
38 - * The extension has been tested with GeSHi 1.0.8.3 and MediaWiki 1.15.1
39 - * as of 2009-08-05
4037 */
4138
4239 if( !defined( 'MEDIAWIKI' ) )
Index: trunk/extensions/SyntaxHighlight_GeSHi/README
@@ -4,6 +4,16 @@
55
66 http://www.mediawiki.org/wiki/Extension:SyntaxHighlight_GeSHi
77
 8+== Requirements ==
 9+
 10+This version of the extension has been tested with GeSHi 1.0.8.6 and MediaWiki 1.16
 11+as of 2010-01-01. It may or may not work with earlier versions of the aforementioned
 12+software. To get releleases of this extension compatible with earlier versions of
 13+MediaWiki, visit:
 14+
 15+ http://www.mediawiki.org/wiki/Special:ExtensionDistributor/SyntaxHighlight_GeSHi
 16+
 17+
818 == Installation ==
919
1020 If you downloaded this from MediaWiki.org, there should already be

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r60489Fixed geshi external that was broken and updated it to latest stablemaxsem06:48, 30 December 2009

Comments

#Comment by Nikerabbit (talk | contribs)   12:51, 30 December 2009

Typo fixed in r60508.

Status & tagging log