User "Catrope" changed the status of MediaWiki.r93512.

Old Status: new
New Status: resolved

User "Catrope" also posted a comment on MediaWiki.r93512.

Full URL: 
https://secure.wikimedia.org/wikipedia/mediawiki/wiki/Special:Code/MediaWiki/93512#c20583
Commit summary:

* Changed wikiversions.dat/wikiversions.cdb file to allow for making wikis use 
there own caches (like i18n). This can be done by adding the dbname as a third 
column column value in the dat file. This is useful if we have two versions of 
an extensions in the deployment branches, which some wikis using one and some 
the other.
* Changed scap/l10n scripts to handle wikis with seperate i18n caches.
* Refactored out a new loadVersionInfo() method and process cache the results.
* Added missing dba_close().

Comment:

<pre>
+               if ( preg_match( '/^php-((?:\d+\.\d+|trunk)(?:-\d)?)$/', 
$dstVersion, $m ) ) {
</pre>
This restricts extversions to be a single digit, which is a problem if we want 
to have >10 of them.

_______________________________________________
MediaWiki-CodeReview mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to