| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
1.8 over the top of a 1.7 installation.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/16773
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Made lines from initialiseMessages() appear as list items during installation
* Moved the bulk of the localisation data from the Language*.php files to the Messages*.php files. Deleted most of the Languages*.php files.
* Introduced "stub global" framework to provide deferred initialisation of core modules.
* Removed placeholder values for $wgTitle and $wgArticle, these variables will now be null during the initialisation process, until they are set by index.php or another entry point.
* Added DBA cache type, for BDB-style caches.
* Removed custom date format functions, replacing them with a format string in the style of PHP's date(). Used string identifiers instead of integer identifiers, in both the language files and user preferences. Migration should be transparent in most cases.
* Simplified the initialisation API for LoadBalancer objects.
* Removed the broken altencoding feature.
* Moved default user options and toggles from Language to User. Language objects are still able to define default preference overrides and extra user toggles, via a slightly different interface.
* Don't include the date option in the parser cache rendering hash unless $wgUseDynamicDates is enabled.
* Merged LanguageUtf8 with Language. Removed LanguageUtf8.php.
* Removed inclusion of language files from the bottom of Language.php. This is now consistently done from Language::factory().
* Add the name of the executing maintenance script to the debug log. Start the profiler during maintenance scripts.
* Added "serialized" directory, for storing precompiled data in serialized form.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/15823
|
|
|
|
|
|
|
| |
string indexing, like messages. The associated change to the extensions, i.e. removing the MagicWordMagicWords hook and using string instead of integer indices, is in fact compatible with MW 1.6 and 1.7, which tells you something about the utility of the hook function.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/15612
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/15051
|
|
|
|
|
|
|
|
|
|
| |
The current hook (LanguageGetMagic) cannot be used for internationalization,
because when we use it, we must include all the language aliases. Now we
include only the content language and English. However, this hook is retained
for backwards compatibility.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/15049
|
|
|
|
|
|
|
| |
* Now exports magic words
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/14957
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/14700
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/13990
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/13937
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/13936
|
|
|
|
|
|
|
|
| |
- will allow efficient compiling of Language* classes
- will allow compiling message arrays into constant databases
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/12817
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Removed obsolote, badly or untranslated messages
- Removed references to wikipedia/wikimedia etc in messages
- Other cleanup, like removing html and javascript and extension calls
- Removed hardcoded namespaces: Tt, Ms, Ia, Ga, Fo, Bn, Csb, He, Nv, Oc, Tlh
- Removed some useless backwards compatibility hacks
- Fixed formatnum on many languages
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/12549
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/12474
|
|
|
|
|
|
|
|
|
|
|
| |
*invalid comment
*some wikipedia-references
*bad or unnecessary html
*wrong usage of {{SITENAME}} variable
*some obsolote messages or messages that should not be redefined
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/12447
|
|
|
|
|
|
|
| |
mucks up message updating to create dupe entries
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/12202
|
|
|
|
|
|
|
| |
they dont. this is caused by the trailing \n. Removing them.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/12065
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/12000
|
|
|
|
|
|
|
| |
localizable as 'datedefault' message. Tweaked lots of languages files...
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/11676
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/11486
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/11367
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/11083
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/10616
|
|
|
|
|
|
|
| |
files containing it.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/10604
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/10590
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/10584
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/10552
|
|
|
|
|
|
|
| |
process
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/10532
|
|
|
|
|
|
|
| |
*made some things localizable or better localizable
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/10460
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/10359
|
|
|
|
|
|
|
| |
still need to be split
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/9955
|
|
|
|
|
|
|
| |
Little code cleanup
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/9839
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/9529
|
|
|
|
|
|
|
| |
a OOP-ish way.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/9462
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/9460
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/9453
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/8996
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/8919
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/8915
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/8894
|
|
|
|
|
|
|
| |
in <h1> on Special:Upload already.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/8883
|
|
|
|
|
|
|
| |
Special:Imagelist
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/8881
|
|
|
|
|
|
|
| |
Laxstr��m
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/8855
|
|
|
|
|
|
|
|
| |
addHTML(), also changed all the messages that use it from HTML to wikitext.
(Patch by Niklas Laxstr��m)
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/8239
|
|
|
|
|
|
|
|
| |
NS_WIKIPEDIA_TALK with NS_PROJECT_TALK, support for these aliases has now
been removed.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/8160
|
|
|
|
|
|
|
| |
* @subpackage Language
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/8079
|
|
|
|
|
|
|
|
| |
watchlistall1, watchlistall2, contributionsall to accommodate inflicted
languages. ( perl -pi -e "s/^['\"]all['\"].*//gs" * is useful =)
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/7908
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/7864
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/7856
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/7669
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/7646
|