| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/95810
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/95720
|
|
|
|
|
|
|
| |
lastTime and other vars so checkpoints without prefetch work, update progress reporting in parent class to give rates during interval and from start of run
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/95634
|
|
|
|
|
|
|
| |
from popen (child inherits all open descriptors and there is no workaround) to proc_open (CLOEXEC set on all descriptors), needed so close and rename doesn't hang forever if a child (prefetcher) is forked
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/95604
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/95443
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/95290
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/95288
|
|
|
|
|
|
|
| |
intervals (close and rename file based on filename pattern which includes first and last page id written)
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/95272
|
|
|
|
|
|
|
|
|
| |
memory-hungry beasts and this script OOMs constantly.
This was already reverted in 1.17wmf1 (r82930) by Ariel. Doing the same in trunk now. I'm not opposed to using the new pretty XML* classes, but somebody needs to debug why they eat memory for breakfast, lunch and dinner.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/92707
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/85034
|
|
|
|
|
|
|
| |
for investigating problems, now that we have logging
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/84843
|
|
|
|
|
|
|
|
|
| |
parameter
Also added "output" parameter to the doc since nothing was mentioning it
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/81186
|
|
|
|
|
|
|
| |
prefetch files)
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/81150
|
|
|
|
|
|
|
| |
the --wiki parameter so that it works for all setups and not only for wikimedia
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/77865
|
|
|
|
|
|
|
| |
explicitly
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/77737
|
|
|
|
|
|
|
| |
functions
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/77638
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/77305
|
|
|
|
|
|
|
|
|
|
| |
* mixed style changes and variable removing
* logic changes
* useful comments removed
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/77297
|
|
|
|
|
|
|
| |
Explicitally define some variables used in hook type calls
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/76464
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/74546
|
|
|
|
|
|
|
|
| |
* added @file where needed
* added file description headers where needed
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/74194
|
|
|
|
|
|
|
|
| |
* Fixed E_STRICT about different signature of TextPassDumper::dump() and BackupDumper::dump()
* Add the possibility to show the help message...
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/74163
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/74160
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/74158
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/70957
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/69558
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/69408
|
|
|
|
|
|
|
| |
retrieval retry code, die after maxConsecutiveFailedTextRetrievals (of separate revisions)
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/68132
|
|
|
|
|
|
|
| |
length in db before using, partial fix for bugs 23264, 18694
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/67324
|
|
|
|
|
|
|
| |
requester for doublechecking (avoids revision text out of sync errors), partial fix for bugs 23264, 18694
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/67322
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/66751
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Added $wgFixArchaicUnicode, which, if enabled, converts some deprecated Unicode sequences in Arabic and Malayalam text to their Unicode 5.1 equivalents.
* Added generateNormalizerData.php to generate the relevant data files. Added the generated data files also.
* Made most things call the new wrapper method $wgContLang->normalize() instead of UtfNormal::cleanUp(), so that Unicode normalization can be customised on a per-language basis.
* Added some generic support for conversion tables to Language so that subclasses can easily implement these kinds of transformations.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/60599
|
|
|
|
|
|
|
| |
the class autoloader.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/55309
|
|
|
|
|
|
|
| |
I split out our 7zip stream wrapper into its own file, 7zip.inc.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/54561
|
|
|
|
|
|
|
| |
commandLine.inc/Maintenance.php using the full path every time.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/54312
|
|
|
|
|
|
|
| |
could result in infinite loop during text pass if it fails just at the right time.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/50291
|
|
|
|
|
|
|
| |
using old wrappers.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/44588
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/35841
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Doxygen documentation update:
* Changed alls @addtogroup to @ingroup. @addtogroup adds the comment to the group description, but doesn't add the file, class, function, ... to the group like @ingroup does. See for example http://svn.wikimedia.org/doc/group__SpecialPage.html where it's impossible to see related files, classes, ... that should belong to that group.
* Added @file to file description, it seems that it should be explicitely decalred for file descriptions, otherwise doxygen will think that the comment document the first class, variabled, function, ... that is in that file.
* Removed some empty comments
* Removed some ?>
Added following groups:
* ExternalStorage
* JobQueue
* MaintenanceLanguage
One more thing: there are still a lot of warnings when generating the doc.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/35098
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/29468
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/29465
|
|
|
|
|
|
|
|
|
|
| |
scripts, making for cleaner reporting during batch jobs. PHP errors will also
be redirected in most cases on PHP 5.2.4 and later, switching 'display_errors'
to 'stderr' at runtime.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/28222
|
|
|
|
|
|
|
| |
the force-loaded ICU plugin will be used in the parent process.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/27685
|
|
|
|
|
|
|
| |
dumpTextPass.php
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/27673
|
|
|
|
|
|
|
|
|
| |
Errors are ignored on a connection once it's died, so additional exceptions weren't getting thrown.
We weren't detecting this case and ended up spitting out the rest of the XML without any more text.
Should now die correctly once the timeouts finish.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/24535
|
|
|
|
|
|
|
| |
mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.)
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/23531
|
|
|
|
|
|
|
|
|
|
|
| |
non-Wikimedia mode)
* Fix some scripts that assumed include_path was set with various additional directories
Stuff now seems to mostly work when not overriding include_path.
Taking that out of LocalSettings is the next step... whee!
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/22798
|
|
|
|
|
|
|
|
| |
* set_timeout() -> setTimeout()
* remove a couple obsolete references from dump code
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/20290
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/19502
|
|
|
|
|
|
|
|
|
| |
new-fangled feature we call "table prefixes". Instead use wfWikiID() for an identifier containing the DB name and the prefix if there is one, and wfMemcKey() for cache key construction.
Caches for wikis with table prefixes will be lost on upgrade, caches for wikis without table prefixes will be preserved. Custom cache keys in extensions can be migrated at leisure. Extensions which write to core cache keys should be migrated ASAP, as I have done with Special:Makesysop.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/16791
|