lhc/web/wiklou.git
14 years agoMerge maintenance-work branch (now with less errors!):
Chad Horohoe [Sun, 2 Aug 2009 19:35:17 +0000 (19:35 +0000)]
Merge maintenance-work branch (now with less errors!):
* Docs have been updated to indicate the standard on how to write maintenance scripts (MW.org docs will follow) Have ported vast majority of maintenance scripts to new format. Remaining ones (mostly FiveUpgrade-related) are a bit more tricky. commandLine.inc is untouched for now. Many have gotten code-style updates as well. Deleted .inc files were only used by their .php counterparts, and have been merged into single files.
* (bug 11867) Lock error on redirect table when running orphans.php
* (bug 16322) Allow maintenance scripts to accept DB user/pass over input or params
* (bug 18566) Maintenance script to un/protect pages
* initStats overhaul, now uses class SiteStatsInit. Also fixes bug 18930

14 years agoAdd .php5 entry for mwScriptLoader.
Chad Horohoe [Sun, 2 Aug 2009 18:51:01 +0000 (18:51 +0000)]
Add .php5 entry for mwScriptLoader.

14 years agointroducing new CoreParserFunction nse as an url-friendly equivalent to ns. bug 12920
Tobias [Sun, 2 Aug 2009 18:16:56 +0000 (18:16 +0000)]
introducing new CoreParserFunction nse as an url-friendly equivalent to ns. bug 12920

14 years agofixing bug 17395
Tobias [Sun, 2 Aug 2009 15:22:06 +0000 (15:22 +0000)]
fixing bug 17395

14 years ago* (bug 18699) Using the nosummary URL option no longer triggers the "You have not...
Alexandre Emsenhuber [Sun, 2 Aug 2009 13:37:41 +0000 (13:37 +0000)]
* (bug 18699) Using the nosummary URL option no longer triggers the "You have not provided a summary" warning for those who activated it in their preferences

14 years agoforget to shutdown classes in ApiQuery.php
Alex Shih-Han Lin [Sun, 2 Aug 2009 12:29:42 +0000 (12:29 +0000)]
forget to shutdown classes in ApiQuery.php

14 years agoComment out ApiQueryDoubleRedirects and ApiQueryBrokenRedirects for non-cached query
Alex Shih-Han Lin [Sun, 2 Aug 2009 12:03:24 +0000 (12:03 +0000)]
Comment out ApiQueryDoubleRedirects and ApiQueryBrokenRedirects for non-cached query

14 years agoLocalization update.
Rotem Liss [Sun, 2 Aug 2009 11:17:27 +0000 (11:17 +0000)]
Localization update.

14 years agoFollow-up r53457: same for modern skin
Alexandre Emsenhuber [Sun, 2 Aug 2009 11:10:48 +0000 (11:10 +0000)]
Follow-up r53457: same for modern skin

14 years agomvTimedEffectsEdit.js is in libSequencer not libTimedText
Jan Gerber [Sun, 2 Aug 2009 10:52:16 +0000 (10:52 +0000)]
mvTimedEffectsEdit.js is in libSequencer not libTimedText

14 years agoAdded back 'editusercssjs' right for regression and backward compatibility, per Code...
Shinjiman [Sun, 2 Aug 2009 08:31:29 +0000 (08:31 +0000)]
Added back 'editusercssjs' right for regression and backward compatibility, per Code Review on r54153.

14 years agoSuppress 'Expect: 100-continue' header on Http::post, as some servers will reject...
Brion Vibber [Sun, 2 Aug 2009 07:36:47 +0000 (07:36 +0000)]
Suppress 'Expect: 100-continue' header on Http::post, as some servers will reject it with a 417 and Curl won't auto retry.
Curl seems to like to insert this HTTP 1.1 request header sometimes, but not always, when you add post data.

14 years ago(bug 19394) Recent changes feed items corresponding to some log entries are broken...
Chad Horohoe [Sun, 2 Aug 2009 03:07:07 +0000 (03:07 +0000)]
(bug 19394) Recent changes feed items corresponding to some log entries are broken. Patch by Mormegil

14 years agoLocalisation updates for core messages from translatewiki.net (2009-08-01 18:20 UTC)
Raimond Spekking [Sat, 1 Aug 2009 18:45:24 +0000 (18:45 +0000)]
Localisation updates for core messages from translatewiki.net (2009-08-01 18:20 UTC)

14 years agoHttp::get() doesn't return an object, it already returns the results or null anyway...
Chad Horohoe [Sat, 1 Aug 2009 18:44:28 +0000 (18:44 +0000)]
Http::get() doesn't return an object, it already returns the results or null anyway. BTW: is anyone actually still using this? *stab*

14 years ago* (bug 12110) Split the rights for editing users' CSS/JS subpage from "editusercssjs...
Shinjiman [Sat, 1 Aug 2009 16:44:44 +0000 (16:44 +0000)]
* (bug 12110) Split the rights for editing users' CSS/JS subpage from "editusercssjs" into "editusercss" and edituserjs" respectively.
rebuild message file for all languages

14 years agoLocalization update.
Rotem Liss [Sat, 1 Aug 2009 12:55:51 +0000 (12:55 +0000)]
Localization update.

14 years agoPer Nikerabbit's comment on r53897 (i.e. fix for r53832, second attempt): changed...
Alexandre Emsenhuber [Sat, 1 Aug 2009 12:41:45 +0000 (12:41 +0000)]
Per Nikerabbit's comment on r53897 (i.e. fix for r53832, second attempt): changed "m" modifier to "D" so that $ really only matches the end of the string

14 years agocoding style tweaks + marked execute function as public
Jack Phoenix [Sat, 1 Aug 2009 11:59:13 +0000 (11:59 +0000)]
coding style tweaks + marked execute function as public

14 years agosourceInfo changed in Firefogg, update min version and reading values from it.
Jan Gerber [Sat, 1 Aug 2009 10:09:31 +0000 (10:09 +0000)]
sourceInfo changed in Firefogg, update min version and reading values from it.

14 years agoShow the preview tip for css/js when the page name is both valid or invalid (e.g...
Shinjiman [Sat, 1 Aug 2009 08:19:53 +0000 (08:19 +0000)]
Show the preview tip for css/js when the page name is both valid or invalid (e.g. skin not in the code), they could be included with other css/js in a valid page name, thanks Splarka.

14 years ago* (bug 15680) Split the edit tip message of user CSS/JS subpage into "usercssyoucanpr...
Shinjiman [Sat, 1 Aug 2009 07:41:57 +0000 (07:41 +0000)]
* (bug 15680) Split the edit tip message of user CSS/JS subpage into "usercssyoucanpreview" and "userjsyoucanpreview" respectively.
rebuild message file for all languages

14 years agoReduced specificity of some formatting elements and made corrections to things in...
Trevor Parscal [Fri, 31 Jul 2009 23:32:58 +0000 (23:32 +0000)]
Reduced specificity of some formatting elements and made corrections to things in the vector UI that that caused to change.

14 years ago* Don't add title protect log if nothing was done (bug 20026)
Aaron Schulz [Fri, 31 Jul 2009 22:57:29 +0000 (22:57 +0000)]
* Don't add title protect log if nothing was done (bug 20026)
* Spacing cleanup

14 years ago(bug 19907) Adds support for cross-domain AJAX requests to the API.
Alex Z [Fri, 31 Jul 2009 21:56:34 +0000 (21:56 +0000)]
(bug 19907) Adds support for cross-domain AJAX requests to the API.
Uses the Access-Control-Allow-Origin header for browsers that support it.
<http://dev.w3.org/2006/waf/access-control/>
$wgCrossSiteAJAXdomains can be set to '*' to allow requests from any domain,
an array of domains to allow, or, if $wgCrossSiteAJAXdomainsRegex is true,
an array of regexes to match against the request origin

14 years agoAdded evil hack for Opera projection css media mode compatibility.
Trevor Parscal [Fri, 31 Jul 2009 17:18:49 +0000 (17:18 +0000)]
Added evil hack for Opera projection css media mode compatibility.

14 years ago* (bug 20018) Fix the typo for the German db error message
Shinjiman [Fri, 31 Jul 2009 13:50:22 +0000 (13:50 +0000)]
* (bug 20018) Fix the typo for the German db error message

14 years agoFix galleries for Vector
Aryeh Gregor [Fri, 31 Jul 2009 13:35:50 +0000 (13:35 +0000)]
Fix galleries for Vector

14 years agoWhitespace fixes
Niklas Laxström [Fri, 31 Jul 2009 12:45:29 +0000 (12:45 +0000)]
Whitespace fixes

14 years agoLocalisation updates for special pages from translatewiki.net
Siebrand Mazeland [Fri, 31 Jul 2009 11:55:50 +0000 (11:55 +0000)]
Localisation updates for special pages from translatewiki.net

14 years agoLiquidThreads code quality, bug fixes and cleanup:
Andrew Garrett [Fri, 31 Jul 2009 10:59:11 +0000 (10:59 +0000)]
LiquidThreads code quality, bug fixes and cleanup:
* Remove large swathes of dead code, hooks that have never existed, and dormant methods.
* Remove the TalkpageArchiveView, which has been inaccessible from the UI for ages.
* Break most miscellaneous hooks out into their own file, classes/Hooks.php
* Float the reply link on the RHS.
* Organise the hooks section of LiquidThreads.php somewhat.
* Remove deprecated =& syntax in some places.
* Move scratchTitle and related methods into Threads class instead of View class.
* Kill home-grown revision insertion code from leaveTrace, and rewrite it to use Article::doEdit
* Internal documentation, variable naming as appropriate.
* Remove special-case handling for links, unnecessary now.
* Fix customizeOldChangesList, it looks like it was never properly tested. Even if it had worked, it would have put (not by the author) on every edit to a post.
* Fail fast when trying to move a non-toplevel thread.
* Add rollback, extra links to the end of new-thread recentchanges entries.

14 years agoLocalization update.
Rotem Liss [Fri, 31 Jul 2009 10:49:55 +0000 (10:49 +0000)]
Localization update.

14 years ago(bug 19798) High-level documentation for Preferences.
Andrew Garrett [Fri, 31 Jul 2009 10:42:34 +0000 (10:42 +0000)]
(bug 19798) High-level documentation for Preferences.

14 years agoPHP Fatal error: Call to a member function exists() on a non-object in /var/www...
Niklas Laxström [Fri, 31 Jul 2009 10:21:02 +0000 (10:21 +0000)]
PHP Fatal error:  Call to a member function exists() on a non-object in /var/www/w/includes/OutputPage.php on line 146

14 years agoAdded --threads=N parameter
Niklas Laxström [Fri, 31 Jul 2009 09:57:59 +0000 (09:57 +0000)]
Added --threads=N parameter

14 years ago* The description message in $wgExtensionCredits can be an array with parameters now
Raimond Spekking [Fri, 31 Jul 2009 09:40:11 +0000 (09:40 +0000)]
* The description message in $wgExtensionCredits can be an array with parameters now

14 years agoupdated api path
Michael Dale [Fri, 31 Jul 2009 08:22:10 +0000 (08:22 +0000)]
updated api path

14 years agofixed wpSourceType value
Michael Dale [Fri, 31 Jul 2009 08:09:53 +0000 (08:09 +0000)]
fixed wpSourceType value

14 years ago* Fix sidebar purging code (still unknown to me what causes it to cache bad version)
Niklas Laxström [Fri, 31 Jul 2009 07:12:25 +0000 (07:12 +0000)]
* Fix sidebar purging code (still unknown to me what causes it to cache bad version)
* Add language code to the load method

14 years agoFix PHP Notice: Undefined variable: wgMimeTypeBlacklist in /var/www/w/includes/upload...
Raimond Spekking [Fri, 31 Jul 2009 06:53:23 +0000 (06:53 +0000)]
Fix PHP Notice: Undefined variable: wgMimeTypeBlacklist in /var/www/w/includes/upload/UploadBase.php on line 190

14 years agoUpdate the Chinese conversion tables.
Philip Tzou [Fri, 31 Jul 2009 05:59:06 +0000 (05:59 +0000)]
Update the Chinese conversion tables.

14 years agoget local api url function abstraction
Michael Dale [Fri, 31 Jul 2009 05:23:31 +0000 (05:23 +0000)]
get local api url function abstraction

14 years agoLocalisation updates Cantonese, Chinese and Literary Chinese
Shinjiman [Fri, 31 Jul 2009 03:22:03 +0000 (03:22 +0000)]
Localisation updates Cantonese, Chinese and Literary Chinese

14 years ago* (bug 20013) Added CSS class "mw-version-ext-version" is wrapped on the
Shinjiman [Fri, 31 Jul 2009 03:07:58 +0000 (03:07 +0000)]
* (bug 20013) Added CSS class "mw-version-ext-version" is wrapped on the
  extension version in Special:Version
* (bug 20014) Added CSS class "mw-listgrouprights-right-name" is wrapped on the
  right name in Special:ListGroupRights

14 years agorestored $wgVerifyMimeType check
Michael Dale [Fri, 31 Jul 2009 02:58:53 +0000 (02:58 +0000)]
restored $wgVerifyMimeType check

14 years ago* fixed IE bug with firefogg disabled loading js2 for upload page
Michael Dale [Fri, 31 Jul 2009 02:44:37 +0000 (02:44 +0000)]
* fixed IE bug with firefogg disabled loading js2 for upload page
* added support for two-pass encoding (firefogg bzr trunk)
* added support for setting in and out points

14 years agoLosslessly recompressed some GIF images using the GIMP. Ideally these icons should...
Remember the dot [Fri, 31 Jul 2009 01:19:00 +0000 (01:19 +0000)]
Losslessly recompressed some GIF images using the GIMP. Ideally these icons should all be redone as PNGs with alpha transparency, but in the meantime recompressing them will save a few kilobytes.

14 years agoAdd /includes/search/ to findhooks. Looks good!
Chad Horohoe [Fri, 31 Jul 2009 00:59:26 +0000 (00:59 +0000)]
Add /includes/search/ to findhooks. Looks good!

14 years agoHandle todo: Mediawiki::initialize() is now called Mediawiki::performRequestForTitle()
Chad Horohoe [Fri, 31 Jul 2009 00:56:50 +0000 (00:56 +0000)]
Handle todo: Mediawiki::initialize() is now called Mediawiki::performRequestForTitle()

14 years agoYeah I can't spell.
Chad Horohoe [Fri, 31 Jul 2009 00:18:09 +0000 (00:18 +0000)]
Yeah I can't spell.

14 years agotypofix.
Chad Horohoe [Fri, 31 Jul 2009 00:16:00 +0000 (00:16 +0000)]
typofix.

14 years agoMove search related includes to includes/search/
Chad Horohoe [Thu, 30 Jul 2009 22:45:38 +0000 (22:45 +0000)]
Move search related includes to includes/search/

14 years agoNever worked anyway, and completely useless with new message cache.
Chad Horohoe [Thu, 30 Jul 2009 22:31:24 +0000 (22:31 +0000)]
Never worked anyway, and completely useless with new message cache.

14 years ago* Parser test supports uploading results to remote CodeReview instance
Brion Vibber [Thu, 30 Jul 2009 22:24:04 +0000 (22:24 +0000)]
* Parser test supports uploading results to remote CodeReview instance
Now I just have to finish the CodeReview extension side of it... ;)

14 years agoAllow passing postdata in Http::post() options...
Brion Vibber [Thu, 30 Jul 2009 22:11:44 +0000 (22:11 +0000)]
Allow passing postdata in Http::post() options...
Note -- CURL allows you to pass an array which it will encode as multipart, but this doesn't seem to work for me.
Until resolved, do URL form encoding yourself with wfArrayToCGI() and pass in a string.
Todo: implement also for non-CURL mode if possible?

14 years agoLocalisation updates for core messages from translatewiki.net (2009-07-30 19:50 UTC)
Raimond Spekking [Thu, 30 Jul 2009 20:13:34 +0000 (20:13 +0000)]
Localisation updates for core messages from translatewiki.net (2009-07-30 19:50 UTC)

14 years agoConsistent letter case
Niklas Laxström [Thu, 30 Jul 2009 19:26:18 +0000 (19:26 +0000)]
Consistent letter case

14 years agoFollow-up r54033: Add new message keys to maintenance script
Raimond Spekking [Thu, 30 Jul 2009 18:47:33 +0000 (18:47 +0000)]
Follow-up r54033: Add new message keys to maintenance script

14 years agorm more SpecialSearchOld cruft
Aaron Schulz [Thu, 30 Jul 2009 18:36:09 +0000 (18:36 +0000)]
rm more SpecialSearchOld cruft

14 years ago(bug 18531) Show hidden users on listusers for oversights
Aaron Schulz [Thu, 30 Jul 2009 18:27:56 +0000 (18:27 +0000)]
(bug 18531) Show hidden users on listusers for oversights

14 years ago* Separated some delete & suppress message headers (bug 18839)
Aaron Schulz [Thu, 30 Jul 2009 18:01:41 +0000 (18:01 +0000)]
* Separated some delete & suppress message headers (bug 18839)
* rev-deleted message cleanup with log links

14 years agoRemoved $wgUseOldSearchUI and old search ui class
Aaron Schulz [Thu, 30 Jul 2009 17:36:20 +0000 (17:36 +0000)]
Removed $wgUseOldSearchUI and old search ui class

14 years agoUpdate the Chinese conversion tables.
Philip Tzou [Thu, 30 Jul 2009 17:33:42 +0000 (17:33 +0000)]
Update the Chinese conversion tables.

14 years ago* mvFirefogg refactoring for better reuse
Michael Dale [Thu, 30 Jul 2009 17:20:34 +0000 (17:20 +0000)]
* mvFirefogg refactoring for better reuse

14 years agoFollow-up to r54016: deletedcontribs
Aaron Schulz [Thu, 30 Jul 2009 17:11:18 +0000 (17:11 +0000)]
Follow-up to r54016: deletedcontribs

14 years agofixes in the tests directory:
Alexandre Emsenhuber [Thu, 30 Jul 2009 15:59:04 +0000 (15:59 +0000)]
fixes in the tests directory:
* create default object to avoid PHP notices in ArticleTest
* remove broken constructor in SearchMySQL4Test
* remove pass by ref to avoid PHP warnings in SearchEngineTest

14 years ago(bug 19864) Removed overzealous hiding of deleted (but not suppressed) rows from...
Aaron Schulz [Thu, 30 Jul 2009 14:08:25 +0000 (14:08 +0000)]
(bug 19864) Removed overzealous hiding of deleted (but not suppressed) rows from log/contribs list from sysops

14 years agoTweak 'restore' link in deletedcontribs to say 'view' (bug 20006)
Aaron Schulz [Thu, 30 Jul 2009 13:14:08 +0000 (13:14 +0000)]
Tweak 'restore' link in deletedcontribs to say 'view' (bug 20006)

14 years agoUse $wgFileExtensions to check whether SVG is enabled
Victor Vasiliev [Thu, 30 Jul 2009 08:43:26 +0000 (08:43 +0000)]
Use $wgFileExtensions to check whether SVG is enabled

14 years agorefactored get token to mv_embed global function
Michael Dale [Thu, 30 Jul 2009 01:29:59 +0000 (01:29 +0000)]
refactored get token to mv_embed global function

14 years agoRemove 2 ancient files that aren't used anywhere and were abandoned shortly after...
Chad Horohoe [Wed, 29 Jul 2009 23:46:26 +0000 (23:46 +0000)]
Remove 2 ancient files that aren't used anywhere and were abandoned shortly after commit.

14 years ago* Move generic return true; various for lock functions to parent, no need to implemen...
Chad Horohoe [Wed, 29 Jul 2009 23:41:16 +0000 (23:41 +0000)]
* Move generic return true; various for lock functions to parent, no need to implement this everywhere
* Make LOW PRIORITY optional
* Use sourceFile instead of dbsource

14 years ago* (bug 16311) Make recent change flags acronyms instead of spans. Also move this...
Chad Horohoe [Wed, 29 Jul 2009 22:15:52 +0000 (22:15 +0000)]
* (bug 16311) Make recent change flags acronyms instead of spans. Also move this crap to common, we don't need identical declarations in 5 different skins.

14 years ago* fixed Parser::runTest() title creation to use Title::newFromText rather than Title...
Alexandre Emsenhuber [Wed, 29 Jul 2009 20:07:31 +0000 (20:07 +0000)]
* fixed Parser::runTest() title creation to use Title::newFromText rather than Title::makeTitle() that was forcing the namespace to be NS_MAIN and thus broke some disabled parser tests that have a title that was supposed to not be in NS_MAIN
* re-enabled now working parser tests: "Magic Word: {{NAMESPACE}}", "Magic Word: {{NAMESPACEE}}" and "Magic Word: {{PAGENAME}}"
* updated "Magic Word: {{PAGENAMEE}}" test accordingly, since {{PAGENAMEE}} is not {{FULLPAGENAMEE}}

14 years ago* (bug 19968) Fixed "Project talk" namespace name for Maltese (mt)
Alexandre Emsenhuber [Wed, 29 Jul 2009 18:18:25 +0000 (18:18 +0000)]
* (bug 19968) Fixed "Project talk" namespace name for Maltese (mt)

Old namespace name added in alias list for b/c

14 years agoFix regression in r53316, some more intelligent handling.
Andrew Garrett [Wed, 29 Jul 2009 16:20:10 +0000 (16:20 +0000)]
Fix regression in r53316, some more intelligent handling.

14 years agoAvoid infinite loop when an exception occurs in command line mode
Alexandre Emsenhuber [Wed, 29 Jul 2009 14:38:28 +0000 (14:38 +0000)]
Avoid infinite loop when an exception occurs in command line mode

14 years ago* (bug 19809) Split the North Korean language, move the North Korean calendar from...
Shinjiman [Wed, 29 Jul 2009 14:32:06 +0000 (14:32 +0000)]
* (bug 19809) Split the North Korean language, move the North Korean calendar from ko to ko-KP.

14 years agoforget to set table name to variable
Alex Shih-Han Lin [Wed, 29 Jul 2009 12:23:33 +0000 (12:23 +0000)]
forget to set table name to variable

14 years agoFix for r53757 per Nikerabbit's comment: these can also be "true", only do array_uniq...
Alexandre Emsenhuber [Wed, 29 Jul 2009 08:43:40 +0000 (08:43 +0000)]
Fix for r53757 per Nikerabbit's comment: these can also be "true", only do array_unique() if they're array

14 years agoLocalisation updates Cantonese, Chinese and Literary Chinese
Shinjiman [Wed, 29 Jul 2009 05:13:33 +0000 (05:13 +0000)]
Localisation updates Cantonese, Chinese and Literary Chinese

14 years ago* (bug 19957) All known-failing tests now marked disabled; added --run-disabled optio...
Brion Vibber [Wed, 29 Jul 2009 01:10:09 +0000 (01:10 +0000)]
* (bug 19957) All known-failing tests now marked disabled; added --run-disabled option to parser test suite to run disabled tests if desired.
Based on Dan Nessett's patch set.
I put back one of the test cases which does, in fact, work at least on my config. :)

14 years agoFix regression I introduced breaking wgMaxTocLevel test case... whoops!
Brion Vibber [Wed, 29 Jul 2009 00:56:48 +0000 (00:56 +0000)]
Fix regression I introduced breaking wgMaxTocLevel test case... whoops!

14 years agoupdated json_encode call to api version
Michael Dale [Wed, 29 Jul 2009 00:12:57 +0000 (00:12 +0000)]
updated json_encode call to api version

14 years ago* Added fields to list=search output: size, wordcount, timestamp, snippet
Brion Vibber [Tue, 28 Jul 2009 21:13:48 +0000 (21:13 +0000)]
* Added fields to list=search output: size, wordcount, timestamp, snippet
* Where supported by backend, list=search adds a 'searchinfo' element with
  optional info: 'totalhits' count and 'suggestion' alternate query term

Snippets added to result items earlier by Roan; extended this with the other
byte size, word count, and timestamp available on the result items and exposed
through the regular UI.

Had to work out a backwards-compatible method for the search meta-information
with Roan; added a second 'searchinfo' element since adding attributes to
'search' would break compatibility for JSON output (despite being safe in XML).

'searchinfo' is present only if the backend supports the extra info and has
something available; 'totalhits' with a total hit count and 'suggestion' for
an alternate query suggestion (exposed as "Did you mean X?" link in UI).

Note that total hit counts can be enabled for MySQL backend now by setting
the experimental option $wgSearchMySQLTotalHits, but did-you-mean suggestions
are not yet supported and need to be tested with a hack or another backend.

Sample XML and JSON output with the new searchinfo items (which can be
present whether or not there are any result items):

<?xml version="1.0"?>
<api>
  <query>
    <searchinfo totalhits="0" suggestion="joe momma" />
    <search />
  </query>
</api>

{
"query": {
"searchinfo": {
"totalhits": 0,
"suggestion": "joe momma"
},
"search": [

]
}
}

The suggestion value is suitable for plugging back in as a search term,
if present.

14 years agoAnd for good measure, force the count to an integer. Sigh... *stab php*
Brion Vibber [Tue, 28 Jul 2009 20:49:50 +0000 (20:49 +0000)]
And for good measure, force the count to an integer. Sigh... *stab php*

14 years ago*slap self* fix hit counts for title searches when counts in mysql are enabled.
Brion Vibber [Tue, 28 Jul 2009 20:49:01 +0000 (20:49 +0000)]
*slap self* fix hit counts for title searches when counts in mysql are enabled.

14 years agoLocalization update.
Rotem Liss [Tue, 28 Jul 2009 20:30:44 +0000 (20:30 +0000)]
Localization update.

14 years agoPer Simetrical's comment on r53832: only trim if there're newlines
Alexandre Emsenhuber [Tue, 28 Jul 2009 20:16:17 +0000 (20:16 +0000)]
Per Simetrical's comment on r53832: only trim if there're newlines

14 years agoFollow-up r53874: Add colon for consistency with other labels
Raimond Spekking [Tue, 28 Jul 2009 18:31:23 +0000 (18:31 +0000)]
Follow-up r53874: Add colon for consistency with other labels

14 years agoFollow-up r53874: Add section header for maintenance scripts
Raimond Spekking [Tue, 28 Jul 2009 18:22:56 +0000 (18:22 +0000)]
Follow-up r53874: Add section header for maintenance scripts

14 years agoFollow-up r53873: Make new message optional for translatewiki
Raimond Spekking [Tue, 28 Jul 2009 17:54:56 +0000 (17:54 +0000)]
Follow-up r53873: Make new message optional for translatewiki

14 years agoimproved upload api documentation
Michael Dale [Tue, 28 Jul 2009 17:52:09 +0000 (17:52 +0000)]
improved upload api documentation

14 years agochecking for session_id() was preventing updates (just put a @ infront to ignore...
Michael Dale [Tue, 28 Jul 2009 17:38:33 +0000 (17:38 +0000)]
checking for session_id() was preventing updates (just put a @ infront to ignore E_NOTICE for php 4.3.3 and greater )

14 years ago* Fix for r53874, missing file
Niklas Laxström [Tue, 28 Jul 2009 17:32:26 +0000 (17:32 +0000)]
* Fix for r53874, missing file

14 years ago* ( bug 19932 ) simpleFileWriter::close was still issuing a update_session_progress...
Michael Dale [Tue, 28 Jul 2009 17:29:32 +0000 (17:29 +0000)]
* ( bug 19932 ) simpleFileWriter::close was still issuing a update_session_progress call even if do_close_session_update was off

14 years agoLocalisation updates Cantonese, Chinese and Literary Chinese
Shinjiman [Tue, 28 Jul 2009 16:48:22 +0000 (16:48 +0000)]
Localisation updates Cantonese, Chinese and Literary Chinese

14 years agoRevert apparent typos from r53873
Aryeh Gregor [Tue, 28 Jul 2009 16:37:31 +0000 (16:37 +0000)]
Revert apparent typos from r53873

14 years agoI'm being bold here, proposed solution to:
Niklas Laxström [Tue, 28 Jul 2009 15:37:59 +0000 (15:37 +0000)]
I'm being bold here, proposed solution to:
* (bug 16697) Unicode combining characters are difficult to edit in some browsers
Adds font style option to preferences and adds default override for Lingala (ln)

14 years ago* (bug 14454) "Member of group(s)" in Special:Preferences causes language difficulties
Niklas Laxström [Tue, 28 Jul 2009 15:10:42 +0000 (15:10 +0000)]
* (bug 14454) "Member of group(s)" in Special:Preferences causes language difficulties