lhc/web/wiklou.git
14 years agoFixes for remoteSearchDriver.js and related. Untested, probably doesn't work. Somewha...
Tim Starling [Thu, 26 Nov 2009 03:10:01 +0000 (03:10 +0000)]
Fixes for remoteSearchDriver.js and related. Untested, probably doesn't work. Somewhat less complete than r59278, I haven't done the comments and some bad variable names remain.

* Fixed multiple occurrences of </br> where <br/> was meant
* Made getSelection() into an accessor for this.caret_pos
* Split getTexboxSelection() into three accessors
* Merged init_interface_bindings() with initDialog()
* Split off showUploadForm_internal() from showUploadForm()
* Moved the upload check in showSearchTab() to its own function showCurrentTab()
* Moved the result display section of waitForResults() to a callback
* Removed the instance_name hack
* Fixed unanchored regex /res_/
* Split doMediaEdit() into showImageEditor() and showVideoEditor()
* Fixed unanchored regex /File:|Image:/
* Split updatePreviewText() into accessors getPreviewText() and getEmbedCode()
* Moved the doImportInterface() call from checkPrefixNameImport() to the checkImportResource() caller
* Use consistent spelling for "license"

Promoted anonymous functions to methods:
* getUploadForm_internal
* getResultHtml

Renamed functions:
  * getlicenseImgSet -> getLicenseIconHtml
  * setDispMode -> setDisplayMode
  * getParsedWikiText -> parse
  * init_modal -> createDialogContainer
  * init_interface_html -> initDialog
  * doUploadInteface -> showUploadTab
  * getUploadForm -> showUploadForm
  * runSearch -> showSearchTab
  * checkResultsDone -> waitForResults
  * drawOutputResults -> showResults
  * loadHQImg -> loadHighQualityImage
  * resourceEdit -> showResourceEditor
  * cancelClipEditCB -> onCancelClipEdit
  * checkRepoLocal -> isProviderLocal
  * checkForFile -> findFileInLocalWiki
  * checkImportResource -> isFileLocallyAvailable
  * checkPrefixNameImport -> isFileAlreadyImported
  * doImportInterface -> showImportUI
  * doImportAPI -> doApiImport
  * previewResource -> showPreview
  * getResourceObjet -> getResourceObject

14 years ago* added k-attribution link in credits
Michael Dale [Wed, 25 Nov 2009 22:16:55 +0000 (22:16 +0000)]
* added k-attribution link in credits

14 years ago* restored copy-by-url uploads in add-media-wizard per r59320 changes
Michael Dale [Wed, 25 Nov 2009 20:15:44 +0000 (20:15 +0000)]
* restored copy-by-url uploads in add-media-wizard per r59320 changes

14 years agoSet the Title object to the new $wgOut in SpecialPage::capturePath()
Alexandre Emsenhuber [Wed, 25 Nov 2009 19:57:48 +0000 (19:57 +0000)]
Set the Title object to the new $wgOut in SpecialPage::capturePath()

14 years ago* restored basic firefogg upload functionality per r59320 breakage
Michael Dale [Wed, 25 Nov 2009 19:34:49 +0000 (19:34 +0000)]
* restored basic firefogg upload functionality per r59320 breakage
* show preview of encoding video by default

14 years agoLocalisation updates for core and extension messages from translatewiki.net (2009...
Raimond Spekking [Wed, 25 Nov 2009 19:29:07 +0000 (19:29 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2009-11-25 19:00 UTC)

14 years ago* restored basic non-firefogg upload functionality per r59320 breakage
Michael Dale [Wed, 25 Nov 2009 19:02:37 +0000 (19:02 +0000)]
* restored basic non-firefogg upload functionality per r59320 breakage

14 years ago(bug 21638) Set hashLevels to 2 like commons, just in case
Chad Horohoe [Wed, 25 Nov 2009 18:02:03 +0000 (18:02 +0000)]
(bug 21638) Set hashLevels to 2 like commons, just in case

14 years agoremoved output-disable in dbms-output fetching procedure
Jure Kajzer [Wed, 25 Nov 2009 13:28:19 +0000 (13:28 +0000)]
removed output-disable in dbms-output fetching procedure

14 years agoUse 'word-separator' message rather than harcoded space
Alexandre Emsenhuber [Tue, 24 Nov 2009 21:25:47 +0000 (21:25 +0000)]
Use 'word-separator' message rather than harcoded space

14 years ago* some code comment cleanup
Michael Dale [Tue, 24 Nov 2009 20:32:54 +0000 (20:32 +0000)]
* some code comment cleanup

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

14 years ago* restored msg updates before to r59393 and merged in video stream titles
Michael Dale [Tue, 24 Nov 2009 20:03:54 +0000 (20:03 +0000)]
* restored msg updates before to r59393 and merged in video stream titles

14 years ago* moved "binPlayers" into libEmbedVideo (more modular folder layout)
Michael Dale [Tue, 24 Nov 2009 19:56:10 +0000 (19:56 +0000)]
* moved "binPlayers" into libEmbedVideo (more modular folder layout)

14 years ago* added remote_insert_description (for adding linkback in html inserts of media)
Michael Dale [Tue, 24 Nov 2009 19:49:52 +0000 (19:49 +0000)]
* added remote_insert_description (for adding linkback in html inserts of media)
* added stream names for embed video streams.
* some comment and variable name cleanup

14 years agoFollowup r59363: Fix wrong syntax for Html::input. It accept other parameters then...
Raimond Spekking [Tue, 24 Nov 2009 17:31:06 +0000 (17:31 +0000)]
Followup r59363: Fix wrong syntax for Html::input. It accept other parameters then Xml::input.

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

14 years agoFurther followup to r59360
Sam Reed [Mon, 23 Nov 2009 19:16:43 +0000 (19:16 +0000)]
Further followup to r59360

Add spellcheck to html5attribs for blacklisting

Switch from xml to html input

14 years agoMinor followup for r59360
Sam Reed [Mon, 23 Nov 2009 18:52:35 +0000 (18:52 +0000)]
Minor followup for r59360

Should really read the proper source/html validate

http://www.w3.org/TR/html5/editing.html

Replace yes for true

14 years agobug 21604 Spellcheck attribute for editsummary
Sam Reed [Mon, 23 Nov 2009 18:38:57 +0000 (18:38 +0000)]
bug 21604 Spellcheck attribute for editsummary

14 years agoremoved trailing whitespaces
Alexandre Emsenhuber [Mon, 23 Nov 2009 18:20:26 +0000 (18:20 +0000)]
removed trailing whitespaces

14 years agoEnabling change for r59356, allow programmatic control over whether or not the summar...
Andrew Garrett [Mon, 23 Nov 2009 13:27:34 +0000 (13:27 +0000)]
Enabling change for r59356, allow programmatic control over whether or not the summary field is shown

14 years agoFix for r59336 Addition of bug to RELEASE-NOTES
Sam Reed [Sun, 22 Nov 2009 21:28:15 +0000 (21:28 +0000)]
Fix for r59336 Addition of bug to RELEASE-NOTES

14 years agoRELEASE-NOTES typo
Aryeh Gregor [Sun, 22 Nov 2009 20:08:17 +0000 (20:08 +0000)]
RELEASE-NOTES typo

Pointed out by [[sroracle]] on IRC.

14 years ago* Bug 21596 Change interwiki link for ku
Raimond Spekking [Sun, 22 Nov 2009 19:38:42 +0000 (19:38 +0000)]
* Bug 21596 Change interwiki link for ku

14 years agoApply patch from bug 21589 API: Separate summary and initial page text for uploads
Sam Reed [Sun, 22 Nov 2009 15:14:19 +0000 (15:14 +0000)]
Apply patch from bug 21589 API: Separate summary and initial page text for uploads

14 years agoSmall script to output page text to stdout
Max Semenik [Sun, 22 Nov 2009 11:30:13 +0000 (11:30 +0000)]
Small script to output page text to stdout

14 years agoLocalisation updates for core and extension messages from translatewiki.net (2009...
Siebrand Mazeland [Sun, 22 Nov 2009 11:16:02 +0000 (11:16 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2009-11-22 10:57 UTC)

14 years agoTweak 'mwe-select-other-language'
Siebrand Mazeland [Sun, 22 Nov 2009 00:31:10 +0000 (00:31 +0000)]
Tweak 'mwe-select-other-language'

14 years agoLocalisation updates for core messages from translatewiki.net
Siebrand Mazeland [Sat, 21 Nov 2009 23:52:17 +0000 (23:52 +0000)]
Localisation updates for core messages from translatewiki.net

14 years ago* fixed audio vs video display height in remoteMwEmbed rewrite
Michael Dale [Sat, 21 Nov 2009 18:45:30 +0000 (18:45 +0000)]
* fixed audio vs video display height in remoteMwEmbed rewrite
* added kskin "credits" page.
* set "kskin" to default skin for remoteMwEmbed rewrite
* setup global config inheritance for mv_embed.js
* finished Tim's renaming of bObj to buttons
* some refactoring, function naming updates, and comment clarity improvements

14 years agobug 21583 MagicWord::match function documentation is wrong
Sam Reed [Fri, 20 Nov 2009 22:28:37 +0000 (22:28 +0000)]
bug 21583 MagicWord::match function documentation is wrong

+Similar change to matchStart

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

14 years agoFix for r59289 and 59293: finish to rename the class, really sorry for that :(
Alexandre Emsenhuber [Fri, 20 Nov 2009 19:14:24 +0000 (19:14 +0000)]
Fix for r59289 and 59293: finish to rename the class, really sorry for that :(

14 years ago*STAB STAB STAB* Fix for r59289: forgot to rename the constructor
Alexandre Emsenhuber [Fri, 20 Nov 2009 18:44:43 +0000 (18:44 +0000)]
*STAB STAB STAB* Fix for r59289: forgot to rename the constructor

14 years ago* (bug 21403) memcached class renamed to MWMemecached to avoid conflict with PHP...
Alexandre Emsenhuber [Fri, 20 Nov 2009 15:37:28 +0000 (15:37 +0000)]
* (bug 21403) memcached class renamed to MWMemecached to avoid conflict with PHP's memcached extension
* Put MemCachedClientforWiki in memcached-client.php so that maintenance/mctest.php doesn't crash when $wgMainCacheType is not CACHE_MEMCACHED
Based on a patch by Kim Hyun-Joon

14 years agoUpdate mwEmbed.i18n.php
Siebrand Mazeland [Fri, 20 Nov 2009 09:17:54 +0000 (09:17 +0000)]
Update mwEmbed.i18n.php

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