Commit graph

781 commits

Author SHA1 Message Date
Translation updater bot 8e3af24469 Localisation updates from http://translatewiki.net.
Change-Id: If26f57978b881ee13ce240439188bd6a27915662
2012-08-14 19:35:12 +00:00
Tim Starling 880d1bb0e5 Merge "Allow core functionality of CodeEditor to be disabled." 2012-08-14 05:09:05 +00:00
Tim Starling 1787861005 Allow core functionality of CodeEditor to be disabled.
Scribunto requires that the CodeEditor extension be installed, but I
haven't reviewed CodeEditor for its primary use case, i.e. CSS and
JS. The automatic brace close feature in JS mode might be annoying for
some. I'm ready to deploy Scribunto but the CodeEditor core
functionality will need to be deployed separately.

Change-Id: I0d423563cc13f9f8ec00590c8e16273d10f1dbce
2012-08-14 15:04:20 +10:00
Translation updater bot df5d52ad83 Localisation updates from http://translatewiki.net.
Change-Id: Ia6e154d7b627d5553bf463f1aa42480ac9adebb7
2012-08-12 20:11:29 +00:00
Tim Starling 4fb277c607 Fix unbind call in disableCodeEditor
Presumably the unbind was meant to refer to the event which was bound in
setupCodeEditor(), not a nonexistent function. It appeared to work because
passing an undefined value as the second argument to unbind() causes all
event handlers to be unbound.

Change-Id: I51b8e7de5e95cb17b595a6b8022a6216048cdb41
2012-07-13 16:31:23 +10:00
Translation updater bot e9b26bb22b Localisation updates from http://translatewiki.net.
Change-Id: Ic7227569becab14a27bd0b8f2f18cf36a1deafab
2012-07-11 07:06:11 +00:00
Tim Starling 4bb8a4c984 Updated Ace
Updated Ace to the latest version of my fork on Github, i.e.
approximately 0.2.0 plus some improvements to the Lua indenting module.
I have submitted a pull request, so hopefully the next update will be
from upstream.

The suffixed file names (*-uncompressed, *-noconflict) have disappeared
from upstream, replaced by conditional compilation in separate build
directories. There's not much point in maintaining two unused copies of
the entire source tree, so I deleted them. To avoid migration issues, I
re-added symlinks in place of the suffixed files which were previously
referenced from MediaWiki.

Change-Id: Ic9d2450528769539dfea59bdde7620dbec903604
2012-07-09 02:13:50 +00:00
Translation updater bot f4c18de28c Localisation updates from http://translatewiki.net.
Change-Id: I7f6df5d9c417a399cd2bb1b9bc1d24c9d5b59d6b
2012-07-05 19:43:46 +00:00
Tim Starling 84cdb4f4bf Remove automatic edit summary
Remove the "using CodeEditor" automatic edit summary. Maybe this makes
sense for a gadget, but it certainly doesn't make sense as an extension
enabled by default for all JS, CSS and Lua pages.

Change-Id: If3b29d3878f5b8b43727ae34e4b5e3a2f4137a6f
2012-07-03 13:19:56 +10:00
Tim Starling c41ec784f9 Depend on ext.wikiEditor.toolbar
Depend on ext.wikiEditor.toolbar instead of just ext.wikiEditor since
both are needed, and under certain circumstances the module would try to
initialise before the toolbar component was loaded.

Change-Id: Ie6a725513399815670ff0d24fa394c0b3b3a2a7e
2012-07-03 13:19:43 +10:00
Translation updater bot 79bd275867 Localisation updates from http://translatewiki.net.
Change-Id: Iede70d8d79a81d1cb7d55ebab5e1b16d0c974b78
2012-07-01 13:49:45 +00:00
Translation updater bot 406ce081d4 Localisation updates from http://translatewiki.net.
Change-Id: Id647953a11d29ac104a342997a273ee3e000ad5b
2012-06-14 19:47:03 +00:00
Translation updater bot 41f4d2ada2 Localisation updates from http://translatewiki.net.
Change-Id: I690ec1b2fcb651a4a8c81abf1793b725cad511f2
2012-06-03 10:47:51 +00:00
Translation updater bot 0747949b69 Localisation updates from http://translatewiki.net.
Change-Id: Iddef61e1a95923f7a6d9509a78df0b1dfbd45334
2012-05-22 22:40:28 +00:00
Reedy 0a4722e739 Add .gitignore
Change-Id: I410d9ae4a58f2d9b69332cfd9c1a02820203ac90
2012-05-21 01:31:34 +01:00
Translation updater bot c98d68f974 Localisation updates from http://translatewiki.net.
Change-Id: Ib7343d57f01aaeae8b938cb565c485c855d9b042
2012-05-12 17:46:07 +00:00
Chad Horohoe 98ebe1b806 Adding .gitreview
Change-Id: I388d4c6b41ff772af8e5536bb7b2ef001802810a
2012-04-27 14:44:07 -04:00
Raimond Spekking 5b42ac0249 Localisation updates from http://translatewiki.net. 2012-04-26 19:25:17 +00:00
Raimond Spekking 660d93e780 Localisation updates from http://translatewiki.net. 2012-04-25 19:37:34 +00:00
Raimond Spekking 507bc50db5 Localisation updates from http://translatewiki.net. 2012-04-24 19:49:20 +00:00
Erik Moeller c7f2db557e Change "Toggle syntax highlighting" to "Toggle code editor"
Since the code editor adds line numbers, support for tab indentation,
code folding, and other features, summarizing this as "syntax highlighting"
is misleading.
2012-04-23 23:58:30 +00:00
Tim Starling 8fe95e1469 Fixed a couple of minor issues in r115010:
* Scroll up a few lines so that the user can see the error context
* Defer processing of the fragment until the load event, otherwise the code editor is not fully initialised and does not properly respond to the navigateTo() call.
2012-04-23 11:40:43 +00:00
Tim Starling 7fc4552a8d Allow links to specific lines of code using a special fragment syntax 2012-04-23 04:09:47 +00:00
vvv 96c24596bb Fix a very stupid copy-paste-caused typo. 2012-03-09 11:16:23 +00:00
Sam Reed b9810d4e4a More image compression of extensions with WMF interest 2012-02-29 22:02:03 +00:00
vvv 26988117ca Remove some commented-out code commited by accident in r110794. 2012-02-06 22:00:31 +00:00
vvv 0ac1a47dbb * Update the list of the languages
* Make the language to be used determined on server side
* Allow extension to enable code editor for certain pages
2012-02-06 21:59:13 +00:00
vvv ea66677b66 * Update Ace
* Fix JS code in order to make Ace work with new updates
2012-02-06 20:59:17 +00:00
Raimond Spekking 6ae9a55fd9 Localisation updates for core and extension messages from translatewiki.net 2012-01-19 21:38:41 +00:00
Brion Vibber 21be1db9cf add jquery.ui.resizable to explicit deps for CodeEditor 2012-01-19 00:17:14 +00:00
Raimond Spekking cc396132e1 Localisation updates for core and extension messages from translatewiki.net 2011-12-30 21:17:13 +00:00
Raimond Spekking 6e6d361e9b Localisation updates for core and extension messages from translatewiki.net 2011-12-25 20:25:45 +00:00
Siebrand Mazeland 952e661666 Rename no to nb (step 4/4): Change 'no' to 'nb' in remaining files. 2011-12-25 09:42:00 +00:00
Raimond Spekking 7d13ca0e9d Localisation updates for core and extension messages from translatewiki.net 2011-12-23 21:10:51 +00:00
Raimond Spekking b1ad223484 Localisation updates for core and extension messages from translatewiki.net 2011-12-19 20:15:36 +00:00
Brion Vibber 17f2f4cbaf Update a butt-ton of extension about URLs to point to https://www.mediawiki.org/ 2011-12-13 23:49:33 +00:00
Raimond Spekking fe2131e62c Localisation updates for core and extension messages from translatewiki.net 2011-12-05 21:02:57 +00:00
Raimond Spekking 51db3aac89 Localisation updates for core and extension messages from translatewiki.net 2011-11-18 14:57:27 +00:00
Raimond Spekking 50c6ddb2aa Localisation updates for core and extension messages from translatewiki.net 2011-11-16 20:05:35 +00:00
Raimond Spekking d9e819f33c Localisation updates for core and extension messages from translatewiki.net 2011-11-12 21:52:22 +00:00
Raimond Spekking f88fc1fc1c Localisation updates for core and extension messages from translatewiki.net 2011-10-26 19:30:37 +00:00
Sam Reed 2d686fcbb5 Swap
/*
 *

for

/**
 *
2011-10-26 03:49:06 +00:00
Raimond Spekking 15f8c80d8a Localisation updates for core and extension messages from translatewiki.net 2011-10-10 21:36:52 +00:00
Raimond Spekking a28daa40fe Localisation updates for core and extension messages from translatewiki.net 2011-09-11 20:12:21 +00:00
Raimond Spekking ba6fb3844e Localisation updates for core and extension messages from translatewiki.net 2011-09-08 20:11:29 +00:00
Raimond Spekking 1356fdeef9 Localisation updates for core and extension messages from translatewiki.net 2011-08-29 20:32:44 +00:00
Raimond Spekking 57f74b3b79 Localisation updates for core and extension messages from translatewiki.net 2011-08-25 20:41:28 +00:00
Raimond Spekking f452eabe0b Localisation updates for core and extension messages from translatewiki.net 2011-08-22 19:04:31 +00:00
Siebrand Mazeland 72ac71bb8f 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
Raimond Spekking 2fe965b7a5 Localisation update for core and extension messages from translatewiki.net (2011-08-08 17:15:00) 2011-08-08 17:47:17 +00:00