Commit graph

319 commits

Author SHA1 Message Date
Sam Reed d2f784ca96 Documentation, spaces, braces, explicit member variables 2012-03-09 23:33:42 +00:00
Krinkle 5dfa1034c1 [SyntaxHighlight GeSHi] Use <code> and <pre> instead of <span> and <div> to allow skins to universally style these without requiring local wikis to manually maintain a copy of each skins's <pre> style and apply it to .mw-geshi
* Fixes
-- (bug 19416) GeSHi-generated blocks should use <pre> style for the container
2012-03-06 22:35:40 +00:00
Robin Pepermans b81f422ffc Add mw-content-ltr/rtl class: fixes bug 33538: Line numbers are outside of left border when using <source ... line start= > on RTL wikis
Also make sure mw-content-ltr/rtl is the same as the dir attribute value. Restrict that value to either ltr or rtl (not sure if rtl really needed; source code is always ltr). Also remove text-align:left; as it can/should be set manually in the <source> tag.
2012-01-05 19:46:42 +00:00
Raimond Spekking beba10969a Localisation updates for core and extension messages from translatewiki.net 2012-01-04 21:00:47 +00:00
Raimond Spekking bf761c0a63 Localisation updates for core and extension messages from translatewiki.net 2012-01-02 20:46:12 +00:00
Raimond Spekking cf0356e67d Localisation updates for core and extension messages from translatewiki.net 2012-01-01 20:29:00 +00:00
Siebrand Mazeland fe2d26eb66 Rename no to nb (step 4/4): Change 'no' to 'nb' in remaining files. 2011-12-25 09:42:00 +00:00
Sam Reed 65ffff273a Fix whitespace
Don't use direct member variable access
2011-12-16 14:51:31 +00:00
Raimond Spekking 7010edd328 Localisation updates for core and extension messages from translatewiki.net 2011-12-15 20:19:43 +00:00
Raimond Spekking ada12b30c3 Localisation updates for core and extension messages from translatewiki.net 2011-12-14 20:09:13 +00:00
Brion Vibber 59878fdb6a Update a butt-ton of extension about URLs to point to https://www.mediawiki.org/ 2011-12-13 23:49:33 +00:00
Sam Reed 01139727ee Documentation 2011-12-02 17:00:19 +00:00
Siebrand Mazeland 92124a61d2 Localisation updates from http://translatewiki.net. 2011-11-23 18:43:52 +00:00
Roan Kattouw d29e1d5114 Followup r103768: svn add 2011-11-20 18:08:39 +00:00
Roan Kattouw 4227b5510d (bug 27714) Load MediaWiki:Geshi.css using ResourceLoader. Modified patch by Lewis Cawte 2011-11-20 18:07:20 +00:00
Raimond Spekking 50223b619b Localisation updates for core and extension messages from translatewiki.net 2011-10-30 20:15:17 +00:00
Raimond Spekking 356802b5da Localisation updates for core and extension messages from translatewiki.net 2011-10-29 19:34:33 +00:00
Raimond Spekking 27a0d6ecdc Localisation updates for core and extension messages from translatewiki.net 2011-10-28 19:53:17 +00:00
Raimond Spekking 3c6a78a313 Localisation updates for core and extension messages from translatewiki.net 2011-10-09 20:04:54 +00:00
Brion Vibber e739c5d3b8 * (bug 30930) Fix bad tab-to-space conversion in SyntaxHighlight_GeSHi when $wgUseTidy on
Tidy always converts tabs to spaces on input; on a big <pre> section this is ok but it tends to fail on syntax-highlighted output, where the spacing should depend on the *output* not the *input markup*.
As a workaround, when $wgUseTidy is enabled we now apply our own tab-to-space conversion preemptively on the input before feeding it into GeSHi for highlighting; this keeps the right spacing through to output.
2011-09-16 17:52:28 +00:00
Raimond Spekking 5d5358817d Localisation update for core and extension messages from translatewiki.net 2011-09-09 20:33:58 +00:00
Siebrand Mazeland 482035da9b Localisation updates from http://translatewiki.net.
Full rebuild of all messages files for extensions supported by Translate.
2011-08-17 00:10:33 +00:00
Victor Vasiliev bcd5a74456 Make certain members of the SyntaxHighlight_GeSHi class public, so other
extensions may use it.
2011-08-14 06:59:35 +00:00
Raimond Spekking 97e3790160 Localisation update for core and extension messages from translatewiki.net (2011-08-08 17:15:00) 2011-08-08 17:47:17 +00:00
Raimond Spekking 37f28a175e Localisation updates for core and extension messages from translatewiki.net (2011-06-21 20:15:00 UTC) 2011-06-21 20:39:02 +00:00
Sam Reed 14ed0b1bf4 * (bug 29144) Move action=dublincore and action=creativecommons to extensions
Moved CreativeCommonsRDF out to extension
2011-05-26 00:08:16 +00:00
Brion Vibber 0cd1f4b868 * (bug 10201) SyntaxHighlight_GeSHi now shows the text unformatted along with warning if the language is invalid or unrecognized.
Uses a simple <pre> which may not be ideal but works ok. :D
Consolidated a few repeat lines.
2011-05-13 13:27:29 +00:00
Raimond Spekking b813f4a220 Localisation updates for core and extension messages from translatewiki.net (2011-05-06 22:02:00 UTC) 2011-05-06 22:11:48 +00:00
Max Semenik 25fb269d86 SyntaxHighlight_GeSHi: collapse language list by default to look less scary 2011-02-25 16:38:23 +00:00
Sam Reed 21b45c109a Followup r82476, update README 2011-02-19 20:34:08 +00:00
Sam Reed 8b3fe7231c Minor followup to r81865, only set dir to ltr if it's not already set to something else 2011-02-11 00:31:17 +00:00
Sam Reed 0ed4e3e390 *(bug 10081) Allow html attribute on SyntaxHighlight GeSHi extension
Patch by Umherirrender

(Seems to be all but based on the Poem implementation, as per Brions suggestion)
2011-02-10 01:59:14 +00:00
Sam Reed 40db2f22e7 Explicitally define a couple of variables 2011-01-23 09:38:33 +00:00
Siebrand Mazeland 8f67421f95 Localisation updates for extensions from translatewiki.net. 2011-01-22 20:08:34 +00:00
Raimond Spekking 127b905865 Localisation updates for core and extension messages from translatewiki.net (2011-01-20 20:24:00 UTC) 2011-01-20 20:52:42 +00:00
Raimond Spekking 8fd6c695ff Localisation updates for core and extension messages from translatewiki.net (2010-12-21 20:57:00 UTC) 2010-12-21 21:18:43 +00:00
Raimond Spekking 4e387b44e7 Localisation updates for core and extension messages from translatewiki.net (2010-11-15 20:53:00 UTC) 2010-11-15 21:10:22 +00:00
Sam Reed fcb04eeed7 More deprecated method call removals and updates 2010-10-29 15:32:44 +00:00
Raimond Spekking afd392483c Localisation updates for core and extension messages from translatewiki.net (2010-10-21 19:58:00 UTC) 2010-10-21 21:55:48 +00:00
Raimond Spekking 167c84a719 Localisation updates for core and extension messages from translatewiki.net (2010-10-20 19:06:00 UTC) 2010-10-20 19:23:57 +00:00
Sam Reed 9c65505f55 SyntaxHighlight_GeSHi: updated to GeSHi 1.0.8.9 2010-10-07 09:55:22 +00:00
Raimond Spekking 620d24cfea Localisation updates for core and extension messages from translatewiki.net (2010-09-28 18:52:00 UTC) 2010-09-28 19:02:58 +00:00
Siebrand Mazeland 474b8d234c Localisation updates for core and extension messages from translatewiki.net (2010-08-21 22:44 UTC) 2010-08-21 23:20:48 +00:00
Sam Reed 29de7361fb Fixup (and add) some braces, remove trailing whitespace 2010-08-09 06:56:38 +00:00
Jeroen De Dauw 4bc3dbd009 Follow up to r70741 2010-08-09 06:25:28 +00:00
Raimond Spekking be605403b0 Localisation updates for core and extension messages from translatewiki.net (2010-07-26 20:10:00 UTC) 2010-07-26 20:16:35 +00:00
Max Semenik 4bc99c4807 SyntaxHighlight_GeSHi: updated to GeSHi 1.0.8.8 2010-07-15 09:17:52 +00:00
Raimond Spekking 92901e8bd6 Localisation updates for core and extension messages from translatewiki.net (2010-07-09 15:17:00 UTC) 2010-07-09 15:54:33 +00:00
Sam Reed c5c7fb503b Correct the address of the FSF in extension GPL headers
59 Temple Place -> 51 Franklin Street
2010-06-21 13:45:17 +00:00
Siebrand Mazeland 2e412e41af * use <syntaxhighlight> instead of <source> per extension page (http://is.gd/cMEB8). Spotted by Liangent
* use full product name "GeSHi - Generic Syntax Highlighter" in description message
2010-06-12 12:45:46 +00:00