lhc/web/wiklou.git
14 years agoFix for r59276: move extension to correct location
Alexandre Emsenhuber [Fri, 20 Nov 2009 08:00:04 +0000 (08:00 +0000)]
Fix for r59276: move extension to correct location

14 years agoRework of libAddMedia. The changes are entirely untested and there may be bugs, but...
Tim Starling [Fri, 20 Nov 2009 07:23:08 +0000 (07:23 +0000)]
Rework of libAddMedia. The changes are entirely untested and there may be bugs, but at least the code is nicer to look at now. This commit message is probably incomplete.

In libAddMedia:
* Made many style changes, renamed many variables.
* Wrote a doc comment for most functions
* Renamed messages:
   * fogg-check_for_fogg -> fogg-check_for_firefogg
   * fogg-for_improved_uplods -> fogg-for_improved_uploads
   * fogg-use_latest_fox -> fogg-use_latest_firefox
   * mwe-upload-stats-fileprogres -> mwe-upload-stats-fileprogress

* Renamed functions:
   * doRemapFormToApi -> remapFormToApi
   * doUploadSwitch -> doUpload
   * proccessIframeResult -> processIframeResult
   * getEditForm -> getForm
   * dispProgressOverlay -> displayProgressOverlay
   * cancel_button -> getCancelButton
   * cancel_action -> onCancel
   * doControlHTML -> createControls
   * getTargetHtml -> getControlHtml
   * doControlBindings -> bindControls
   * getOSlink -> getFirefoggInstallUrl
   * doPreviewControl -> createPreviewControls
   * doRenderPreview -> renderPreview
   * selectFogg -> selectSourceFile
   * selectFoggActions -> updateSourceFileUI
   * saveLocalFogg -> doLocalEncodeAndSave
   * doChunkWithFormData -> doChunkUploadWithFormData
   * proccessPresetControl -> getPresetControlHtml
   * proccessCkControlHTML -> getConfigControlHtml
   * selectByUrl -> selectSourceUrl

* Promoted anonymous functions to methods:
   * onSubmit
   * onAjaxUploadStatusTimer
   * onAjaxUploadStatusResponse
   * onPreviewClick

In mvBaseUploadInterface:
* Made http_copy_upload lazy-initialised
* Made detectUploadMode() do only what it says, moved the actual upload stage to a callback.
* Refactored doUpload(), splitting out doApiCopyUpload() and doPostUpload()
* Refactored apiUpdateErrorCheck() into isApiSuccess() and showApiError()

In mvFirefogg:
* Made have_firefogg, sourceFileInfo lazy initialised
* Rearranged autoEncoderSettings() to make it the accessor getEncoderSettings()
* Rearranged firefoggCheck() to make it the accessor getFirefogg()
* Split encodeDone into the anonymous doEncode() done callbacks, and also the new function onLocalEncodeDone()

In mvAdvFirefogg:
* Refactored autoEncoderSettings() into getEncoderSetings() and updateSourceFileUI()

Elsewhere:
* Fixed spelling error UploadBase::MIN_LENGHT_PARTNAME

14 years agoInitial check in for the SVGZoom tool.
Trevor Parscal [Fri, 20 Nov 2009 02:24:28 +0000 (02:24 +0000)]
Initial check in for the SVGZoom tool.

14 years agoFix for r59258: move entry to RELEASE-NOTES
Alexandre Emsenhuber [Thu, 19 Nov 2009 21:09:35 +0000 (21:09 +0000)]
Fix for r59258: move entry to RELEASE-NOTES

14 years agoLocalisation updates for core and extension messages from translatewiki.net (2009...
Raimond Spekking [Thu, 19 Nov 2009 20:23:38 +0000 (20:23 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2009-11-19 20:00 UTC)

14 years agoLocalization update for he.
Rotem Liss [Thu, 19 Nov 2009 20:00:21 +0000 (20:00 +0000)]
Localization update for he.

14 years ago(bug 16884) Fixed feed links in sidebar not complying with URL parameters of the...
Matěj Grabovský [Thu, 19 Nov 2009 18:59:42 +0000 (18:59 +0000)]
(bug 16884) Fixed feed links in sidebar not complying with URL parameters of the displayed page

14 years agoFixed E_DEPRECATED
Max Semenik [Thu, 19 Nov 2009 18:57:04 +0000 (18:57 +0000)]
Fixed E_DEPRECATED

14 years agotab to spaces
Max Semenik [Thu, 19 Nov 2009 18:04:55 +0000 (18:04 +0000)]
tab to spaces

14 years agobug 19523 prop=info&inprop=watched
Sam Reed [Thu, 19 Nov 2009 17:57:27 +0000 (17:57 +0000)]
bug 19523 prop=info&inprop=watched

14 years agoa followup, better fix for what r59224 aimed to do: Fixing a spacing issue with RTL...
Adam Miller [Thu, 19 Nov 2009 17:16:30 +0000 (17:16 +0000)]
a followup, better fix for what r59224 aimed to do: Fixing a spacing issue with RTL langauges and the dropdown menu

14 years agoAvoid pointless $wgHtml5 checks
Aryeh Gregor [Thu, 19 Nov 2009 01:24:58 +0000 (01:24 +0000)]
Avoid pointless $wgHtml5 checks

Html::rawElement() should strip out any invalid attributes if $wgHtml5
is off.  This commit should introduce no functional change.  Any future
problems with attributes being added incorrectly should be fixed in
Html.php, not callers.

Follow-up to r57096.

14 years agoAdd a wgCategories variable to the js variables so users don't need to do really...
Daniel Friesen [Thu, 19 Nov 2009 00:37:00 +0000 (00:37 +0000)]
Add a wgCategories variable to the js variables so users don't need to do really ugly dom searching to see if a category is in the categorylinks box.

14 years agoFix autonym for rgn
Siebrand Mazeland [Wed, 18 Nov 2009 23:42:38 +0000 (23:42 +0000)]
Fix autonym for rgn

14 years agobug 21192 Remove second suppression button from pages with single edit ('compare...
Aaron Schulz [Wed, 18 Nov 2009 23:31:47 +0000 (23:31 +0000)]
bug 21192 Remove second suppression button from pages with single edit ('compare' too)

14 years agoFixing a spacing issue with RTL langauges and the dropdown menu
Adam Miller [Wed, 18 Nov 2009 22:35:49 +0000 (22:35 +0000)]
Fixing a spacing issue with RTL langauges and the dropdown menu

14 years agoConsistency tweaks for "IP address"
Raimond Spekking [Wed, 18 Nov 2009 21:59:54 +0000 (21:59 +0000)]
Consistency tweaks for "IP address"

14 years agoMake adding sidebar elements easier for extensions (e.g. Extension:GroupsSidebar)
Tobias [Wed, 18 Nov 2009 21:06:54 +0000 (21:06 +0000)]
Make adding sidebar elements easier for extensions (e.g. Extension:GroupsSidebar)

14 years agolast tweak for bug 21352 (RevDelete messages)
Aaron Schulz [Wed, 18 Nov 2009 20:50:00 +0000 (20:50 +0000)]
last tweak for bug 21352 (RevDelete messages)

14 years agoLocalisation updates for core and extension messages from translatewiki.net (2009...
Raimond Spekking [Wed, 18 Nov 2009 20:27:04 +0000 (20:27 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2009-11-18 20:00 UTC)

14 years agoChecking images for syntax errors can yield funky results:)
Max Semenik [Wed, 18 Nov 2009 17:57:32 +0000 (17:57 +0000)]
Checking images for syntax errors can yield funky results:)

14 years agoFixed corruption of long UDP debug log messages by using socket_sendto() instead...
Tim Starling [Wed, 18 Nov 2009 06:21:27 +0000 (06:21 +0000)]
Fixed corruption of long UDP debug log messages by using socket_sendto() instead of fsockopen() with fwrite(). Using fwrite() causes the message to be split up into 8KB async send() calls, and whether they end up in the same UDP packet just depends on timing.

14 years agoRevert r58570 (override overspecific CSS on dewiki): can be done by making the offend...
Roan Kattouw [Wed, 18 Nov 2009 00:28:19 +0000 (00:28 +0000)]
Revert r58570 (override overspecific CSS on dewiki): can be done by making the offending CSS on dewiki more specific

14 years ago* removed $this in parameters list since it's a reserved word
Alexandre Emsenhuber [Tue, 17 Nov 2009 20:52:04 +0000 (20:52 +0000)]
* removed $this in parameters list since it's a reserved word
* consistency in parameter descriptions

14 years agoLocalisation updates for core and extension messages from translatewiki.net (2009...
Raimond Spekking [Tue, 17 Nov 2009 20:17:20 +0000 (20:17 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2009-11-17 19:30 UTC)

14 years ago(bug 21551) Make Squid response limit configurable. Patch by Roi Aminoam
Roan Kattouw [Tue, 17 Nov 2009 19:04:48 +0000 (19:04 +0000)]
(bug 21551) Make Squid response limit configurable. Patch by Roi Aminoam

14 years agosyntaxChecker.php:
Max Semenik [Tue, 17 Nov 2009 18:57:35 +0000 (18:57 +0000)]
syntaxChecker.php:
* Renamed --file to --path and extended its functionality to check entire directoriesof source files
* Added option to load file list from a given file
* Since this file wasn't mentioned in release notes, rewrote my line about its expansion to cover that script in general

14 years agosyntaxChecker: added option --modified to check only modified or added files within...
Max Semenik [Tue, 17 Nov 2009 17:26:19 +0000 (17:26 +0000)]
syntaxChecker: added option --modified to check only modified or added files within a SVN repo

14 years ago* some kplayer updates
Michael Dale [Tue, 17 Nov 2009 16:33:59 +0000 (16:33 +0000)]
* some kplayer updates
* fix to the menu

14 years agoexperminental css changes for sandbox.5
Adam Miller [Tue, 17 Nov 2009 15:55:59 +0000 (15:55 +0000)]
experminental css changes for sandbox.5

14 years ago* added sequence render example
Michael Dale [Tue, 17 Nov 2009 14:33:18 +0000 (14:33 +0000)]
* added sequence render example
* added kdp kaltrua player fallback support

14 years agoreplaced charset definition to php var instead of forced env var
Jure Kajzer [Tue, 17 Nov 2009 09:41:26 +0000 (09:41 +0000)]
replaced charset definition to php var instead of forced env var

14 years agoFix more sloppyness from r59157 (time for bed)
Siebrand Mazeland [Tue, 17 Nov 2009 00:08:54 +0000 (00:08 +0000)]
Fix more sloppyness from r59157 (time for bed)

14 years agoFix sloppyness from r59157 (duplicate $namespaceAliases and syntax error)
Siebrand Mazeland [Tue, 17 Nov 2009 00:05:21 +0000 (00:05 +0000)]
Fix sloppyness from r59157 (duplicate $namespaceAliases and syntax error)

14 years agoLocalisation updates from translatewiki.net
Siebrand Mazeland [Tue, 17 Nov 2009 00:01:16 +0000 (00:01 +0000)]
Localisation updates from translatewiki.net
* update namespace translations

14 years agoLocalisation updates from translatewiki.net
Siebrand Mazeland [Mon, 16 Nov 2009 23:41:57 +0000 (23:41 +0000)]
Localisation updates from translatewiki.net
* update magic word translations

14 years agoLocalisation updates from translatewiki.net
Siebrand Mazeland [Mon, 16 Nov 2009 23:34:28 +0000 (23:34 +0000)]
Localisation updates from translatewiki.net
* update special page aliases

14 years ago(bug 21540) Missing global
Roan Kattouw [Mon, 16 Nov 2009 21:26:18 +0000 (21:26 +0000)]
(bug 21540) Missing global

14 years agoLocalisation updates for core and extension messages from translatewiki.net (2009...
Raimond Spekking [Mon, 16 Nov 2009 20:13:44 +0000 (20:13 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2009-11-16 19:30 UTC)

14 years ago* some updates for less round trips for remoteMwEmbed.js / mwEmbed gadget
Michael Dale [Mon, 16 Nov 2009 19:14:27 +0000 (19:14 +0000)]
* some updates for less round trips for remoteMwEmbed.js / mwEmbed gadget
* some more IE fixes

14 years agoFix incompatibility with PHP<5.2
Andrew Garrett [Mon, 16 Nov 2009 16:21:11 +0000 (16:21 +0000)]
Fix incompatibility with PHP<5.2

14 years agoRevert recent change: more implicit fields are needed for the group by
Greg Sabino Mullane [Mon, 16 Nov 2009 13:40:30 +0000 (13:40 +0000)]
Revert recent change: more implicit fields are needed for the group by

14 years agoAllow $wgMaxCredits to work for database backends with non-magic group by behavior.
Greg Sabino Mullane [Sun, 15 Nov 2009 23:31:16 +0000 (23:31 +0000)]
Allow $wgMaxCredits to work for database backends with non-magic group by behavior.
Bug 21196

14 years agoLocalisation updates for core and extension messages from translatewiki.net (2009...
Raimond Spekking [Sun, 15 Nov 2009 20:12:06 +0000 (20:12 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2009-11-15 19:30 UTC)

14 years agoAllow l10n_cache.lc_value to map mediumblob to text
Greg Sabino Mullane [Sun, 15 Nov 2009 18:57:48 +0000 (18:57 +0000)]
Allow l10n_cache.lc_value to map mediumblob to text

14 years agoSlightly clearer message.
Greg Sabino Mullane [Sun, 15 Nov 2009 18:53:41 +0000 (18:53 +0000)]
Slightly clearer message.

14 years ago* some sequence render fixes
Michael Dale [Sun, 15 Nov 2009 17:20:46 +0000 (17:20 +0000)]
* some sequence render fixes
* some IE regression fixes and skin compatibility update
* fixed showShare for IE kskin

14 years agoUpdate capitalisation
Siebrand Mazeland [Sun, 15 Nov 2009 10:21:49 +0000 (10:21 +0000)]
Update capitalisation

14 years agoFollow-up r59086: forgot Happy-melon
Alexandre Emsenhuber [Sun, 15 Nov 2009 09:39:08 +0000 (09:39 +0000)]
Follow-up r59086: forgot Happy-melon

14 years ago* L10n: localisation updates from translatewiki.net
Siebrand Mazeland [Sun, 15 Nov 2009 09:34:03 +0000 (09:34 +0000)]
* L10n: localisation updates from translatewiki.net
* RELEASE-NOTES: line length to max. 80 and trailing whitespace removed

14 years ago* church of emacs, Emufarmers, Juliano F. Ravasi and Matěj Grabovský are now developers
Alexandre Emsenhuber [Sun, 15 Nov 2009 08:30:58 +0000 (08:30 +0000)]
* church of emacs, Emufarmers, Juliano F. Ravasi and Matěj Grabovský are now developers
* removed duplicate entry for Danny B.

14 years agoLocalization update.
Rotem Liss [Sun, 15 Nov 2009 07:56:23 +0000 (07:56 +0000)]
Localization update.

14 years agoFix Karun Dambietz's name spelling in CREDITS
Alexandre Emsenhuber [Sun, 15 Nov 2009 07:53:18 +0000 (07:53 +0000)]
Fix Karun Dambietz's name spelling in CREDITS

14 years ago* changed "wgSourceTypeUrl" back to "wgSourceTypeURL"
Michael Dale [Sun, 15 Nov 2009 07:43:14 +0000 (07:43 +0000)]
* changed "wgSourceTypeUrl" back to "wgSourceTypeURL"

14 years agoGrammar
Greg Sabino Mullane [Sun, 15 Nov 2009 02:20:41 +0000 (02:20 +0000)]
Grammar

14 years agoCode cleanup, covert leading spaces into tabs per coding style
OverlordQ [Sat, 14 Nov 2009 21:27:13 +0000 (21:27 +0000)]
Code cleanup, covert leading spaces into tabs per coding style

14 years agoUpdate break notation to self enclosed and properly spaced
Siebrand Mazeland [Sat, 14 Nov 2009 20:59:15 +0000 (20:59 +0000)]
Update break notation to self enclosed and properly spaced

14 years agoSync contributionsSub from SpecialContributions.php and getSubTitle in SpecialDeleted...
Siebrand Mazeland [Sat, 14 Nov 2009 20:16:38 +0000 (20:16 +0000)]
Sync contributionsSub from SpecialContributions.php and getSubTitle in SpecialDeletedContributions.php. Refactoring opportunity.

14 years agoLocalisation updates for core and extension messages from translatewiki.net (2009...
Raimond Spekking [Sat, 14 Nov 2009 19:57:33 +0000 (19:57 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2009-11-14 19:30 UTC)

14 years agoAdd tools link to user rights management for proviledged users
Siebrand Mazeland [Sat, 14 Nov 2009 19:56:39 +0000 (19:56 +0000)]
Add tools link to user rights management for proviledged users

14 years ago* fix incorrectly split negatives (f.e. "-1" -> "- 1")
Siebrand Mazeland [Sat, 14 Nov 2009 17:53:05 +0000 (17:53 +0000)]
* fix incorrectly split negatives (f.e. "-1" -> "- 1")
* update indentation and formatting

14 years ago* fix incorrectly split negatives (f.e. "-1" -> "- 1")
Siebrand Mazeland [Sat, 14 Nov 2009 17:49:01 +0000 (17:49 +0000)]
* fix incorrectly split negatives (f.e. "-1" -> "- 1")
* update indentation and formatting

14 years ago* baseRemoteSearch :: addRSSData re-factoring
Michael Dale [Sat, 14 Nov 2009 17:11:28 +0000 (17:11 +0000)]
* baseRemoteSearch :: addRSSData re-factoring
* some comment updates
* started to re-factor metavid api queries in an effort to depreciate do_request
* language msg updates
* import resource is no longer "red"
* fixed playing of stream offsets presentation time onDone action
* refactored global xml parsing into the mw object

14 years agoUpdate the Chinese conversion tables.
Philip Tzou [Sat, 14 Nov 2009 17:09:22 +0000 (17:09 +0000)]
Update the Chinese conversion tables.

14 years agoFix for r58652: use tabs for indentation, not spaces :)
Alexandre Emsenhuber [Sat, 14 Nov 2009 13:16:41 +0000 (13:16 +0000)]
Fix for r58652: use tabs for indentation, not spaces :)

14 years agosyntaxChecker.php:
Max Semenik [Sat, 14 Nov 2009 11:47:15 +0000 (11:47 +0000)]
syntaxChecker.php:
* added LocalSettings.php and AdminSettings.php (if present) to check list
* added option --file <filename> to quickly check one particular file

14 years ago(bug 21455) Fixed "Watch this page" checkbox appearing on some special pages even...
Matěj Grabovský [Sat, 14 Nov 2009 11:07:46 +0000 (11:07 +0000)]
(bug 21455) Fixed "Watch this page" checkbox appearing on some special pages even to non-logged in users

14 years agoAdd 'search-summary' which is empty by default as generic special page summary message.
Raimond Spekking [Sat, 14 Nov 2009 08:49:18 +0000 (08:49 +0000)]
Add 'search-summary' which is empty by default as generic special page summary message.

14 years ago* Removed remaining trailing ?> from core.
Max Semenik [Sat, 14 Nov 2009 08:12:51 +0000 (08:12 +0000)]
* Removed remaining trailing ?> from core.
* This involved updating of autogenerated Unicode normalisation tables, which are compliant with Unicode 5.2.0 now. All normalization tests pass except for RandomTest.php which have bitrotten to its death from PHP fatals.
* Added a line about r59036 to release notes

14 years agoLocalisation updates Cantonese, Chinese and Literary Chinese
Shinjiman [Sat, 14 Nov 2009 03:41:22 +0000 (03:41 +0000)]
Localisation updates Cantonese, Chinese and Literary Chinese

14 years agoConvert lag.php maintenance script to new format (using the Maintenance class)
Alexandre Emsenhuber [Fri, 13 Nov 2009 22:43:16 +0000 (22:43 +0000)]
Convert lag.php maintenance script to new format (using the Maintenance class)

14 years agoNow syntaxChecker.php checks for typical coding errors such as BOMSs and trailing ?>
Max Semenik [Fri, 13 Nov 2009 22:18:32 +0000 (22:18 +0000)]
Now syntaxChecker.php checks for typical coding errors such as BOMSs and trailing ?>

14 years agouse newer spec for html5 metadata
Daniel Kinzler [Fri, 13 Nov 2009 22:09:42 +0000 (22:09 +0000)]
use newer spec for html5 metadata

14 years agoadd a version attribute to the <html> tag if RDFa is used with HTML5
Daniel Kinzler [Fri, 13 Nov 2009 21:58:39 +0000 (21:58 +0000)]
add a version attribute to the <html> tag if RDFa is used with HTML5

14 years agoonly allow xmlns:* if RDFa is enabled
Daniel Kinzler [Fri, 13 Nov 2009 21:57:13 +0000 (21:57 +0000)]
only allow xmlns:* if RDFa is enabled

14 years agoUse isDeleted() instead of raw bitfield op
Aaron Schulz [Fri, 13 Nov 2009 21:36:05 +0000 (21:36 +0000)]
Use isDeleted() instead of raw bitfield op

14 years agoUse reverse chronological order for all item lists
Aaron Schulz [Fri, 13 Nov 2009 21:18:43 +0000 (21:18 +0000)]
Use reverse chronological order for all item lists

14 years agorm debug echo (oops)
Daniel Kinzler [Fri, 13 Nov 2009 21:14:31 +0000 (21:14 +0000)]
rm debug echo (oops)

14 years agoRDFa/microdata follow-up
Daniel Kinzler [Fri, 13 Nov 2009 20:45:13 +0000 (20:45 +0000)]
RDFa/microdata follow-up

14 years agoLocalisation updates for core and extension messages from translatewiki.net (2009...
Raimond Spekking [Fri, 13 Nov 2009 20:27:40 +0000 (20:27 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2009-11-13 19:30 UTC)

14 years agoTweak for bug 21352
Aaron Schulz [Fri, 13 Nov 2009 19:56:16 +0000 (19:56 +0000)]
Tweak for bug 21352

14 years agoallow UploadVerification hooks to return error details
Daniel Kinzler [Fri, 13 Nov 2009 16:08:17 +0000 (16:08 +0000)]
allow UploadVerification hooks to return error details

14 years ago* added in language mapping for commons upload form language hack (was supposed to...
Michael Dale [Fri, 13 Nov 2009 15:35:16 +0000 (15:35 +0000)]
* added in language mapping for commons upload form language hack (was supposed to be part of the last commit)

14 years ago* added in language mapping for commons upload form language hack
Michael Dale [Fri, 13 Nov 2009 15:34:01 +0000 (15:34 +0000)]
* added in language mapping for commons upload form language hack
* fixed issue of mwUploadHelper not being ready by moving init call past define of mwUploadHelper
* moved parseUri to mw.parseUri
* fixed jCrop css loading
* other minor fixes realted to style.php and regEx

14 years agoRemoved $wgSpecialVersionExtended, not used anymore since r54735
Alexandre Emsenhuber [Fri, 13 Nov 2009 11:47:24 +0000 (11:47 +0000)]
Removed $wgSpecialVersionExtended, not used anymore since r54735

14 years agoFixed variable name in error message
Max Semenik [Fri, 13 Nov 2009 11:16:42 +0000 (11:16 +0000)]
Fixed variable name in error message

14 years agoFirefox doesn't like spaces between the pattern and the modifiers
Alex Z [Fri, 13 Nov 2009 04:50:23 +0000 (04:50 +0000)]
Firefox doesn't like spaces between the pattern and the modifiers

14 years agoUpdate language maintenance scripts for r58980
Bryan Tong Minh [Thu, 12 Nov 2009 22:58:24 +0000 (22:58 +0000)]
Update language maintenance scripts for r58980

14 years ago* (bug 17662) Customizable default preload/editintro in add-new-section link for...
Bryan Tong Minh [Thu, 12 Nov 2009 22:35:25 +0000 (22:35 +0000)]
* (bug 17662) Customizable default preload/editintro in add-new-section link for Talk page. Patch by ireas.

14 years agoOne more fix for r58949: convert these lines too *STAB*
Alexandre Emsenhuber [Thu, 12 Nov 2009 22:33:12 +0000 (22:33 +0000)]
One more fix for r58949: convert these lines too *STAB*

14 years ago(bug 19391) Fix caching for Recent ChangesFeed. Patch by Mormegil.
Bryan Tong Minh [Thu, 12 Nov 2009 22:13:20 +0000 (22:13 +0000)]
(bug 19391) Fix caching for Recent ChangesFeed. Patch by Mormegil.

14 years agoLocalisation updates for core and extension messages from translatewiki.net (2009...
Raimond Spekking [Thu, 12 Nov 2009 20:25:16 +0000 (20:25 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2009-11-12 19:30 UTC)

14 years ago* partial fix of regEx... (might be worth reverting) fixing rex issues and testing...
Michael Dale [Thu, 12 Nov 2009 18:24:19 +0000 (18:24 +0000)]
* partial fix of regEx... (might be worth reverting) fixing rex issues and testing things in /example_usage

14 years agoRun patched version of stylize.php (http://pywiki.pastey.net/128379 for diff) on...
Siebrand Mazeland [Thu, 12 Nov 2009 17:54:12 +0000 (17:54 +0000)]
Run patched version of stylize.php (pywiki.pastey.net/128379 for diff) on non-lib non-minimised JavaScript files in js2, except for 3 files locked by timstarling. mdale will run tests on this. Should not be considered anywhere near stable until reviewed (!!!)

The script had some trouble processing some of the regular expressions. Those were put back to their original formatting. Some were updated manually, others were not.

14 years agoremoved jCrop.min (scriptLoader handles min)
Michael Dale [Thu, 12 Nov 2009 17:28:43 +0000 (17:28 +0000)]
removed jCrop.min (scriptLoader handles min)

14 years agoFix for r58949: correct indentation
Alexandre Emsenhuber [Thu, 12 Nov 2009 17:21:09 +0000 (17:21 +0000)]
Fix for r58949: correct indentation

14 years ago* some minor refactoring and comment clean up
Michael Dale [Thu, 12 Nov 2009 17:19:05 +0000 (17:19 +0000)]
* some minor refactoring and comment clean up

14 years agoUse tabs for indentation, not spaces
Alexandre Emsenhuber [Thu, 12 Nov 2009 16:19:16 +0000 (16:19 +0000)]
Use tabs for indentation, not spaces

14 years ago* some re-factoring and comments clean up
Michael Dale [Thu, 12 Nov 2009 16:07:32 +0000 (16:07 +0000)]
* some re-factoring and comments clean up

14 years agoSome measures to prevent people from update.php/upgrade1_5.php confusion: the latter...
Max Semenik [Thu, 12 Nov 2009 13:12:18 +0000 (13:12 +0000)]
Some measures to prevent people from update.php/upgrade1_5.php confusion: the latter now displays a warning and requires --update switch to do something. Probably, it's time to put it to death completely?