0
I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 04, 2023 — May 04, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* Fixed undefined $item var in r93512 * Trim each line of .dat file input for sanity More... almost 13 years ago
Added some feedback and a dir sanity check More... almost 13 years ago
* Added a switchAllMediaWikis script to switch all wikis running one version to another * Dummy-proofed populateWikiversionsCDB and updated MW version validation * Fixed "Usage:" help text in some places More... almost 13 years ago
* 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(). More... almost 13 years ago
Added mergeMessageFileList.php to list of scripts that don't need --wiki More... almost 13 years ago
Updated set-group-write2 to run for each MW version More... almost 13 years ago
chmod the final cdb file so we never have a owner-only writable file (depending on mask) More... almost 13 years ago
No need to keep this around anymore (we have a private repo too) More... almost 13 years ago
Set svn:executable More... almost 13 years ago
More error handling and validation cleanups for getActiveWikiVersions() More... almost 13 years ago
* Changed checkoutMediaWiki.php to same format as the similar scripts here * Removed error_reporting from getActiveWikiVersions which could add garbage to output if something failed More... almost 13 years ago
commit live updates More... almost 13 years ago
Fix undefined $dbSuffix bug More... almost 13 years ago
Use strong comparison in loadDBFromSite() for paranoia More... almost 13 years ago
r2091 from private repo More... almost 13 years ago
Use aawiki for nextJobDB.php, just like addwiki.php (if --wiki not given) More... almost 13 years ago
merged more updates. Ugly class_exists() won't be there forever, but require_once() didn't work right. More... almost 13 years ago
Made setSiteInfoForMaintenance() support arguments of the form "script.php dbname" (lots of stuff still using this format in bin/) More... almost 13 years ago
Made setSiteInfoForMaintenance() support "--wiki dbname" format More... almost 13 years ago
Removed error_reporting() call. This was mostly left in for debugging and some callers won't be able to tolerate error messages. More... almost 13 years ago
Updates from live version: * $wgDBname was moved down to be set where it always used to be. It can't be above the DefaultSettings.php line. * Tweaked cli b/c fallback when no wrapper is used. The require_once() failed to avoid re-declaration errors for some reason. More... almost 13 years ago
Fixed broken explode() call More... almost 13 years ago
Merged updates More... almost 13 years ago
Made setSiteInfoForWiki() check a new MW_LANG env variable (for use by extract2.php) More... almost 13 years ago
merged updates More... almost 13 years ago
Improved error messages from r92844 More... almost 13 years ago
svn:eol-style native for r93032 More... almost 13 years ago
w/s fixes More... almost 13 years ago
* scap changes: ** Make sure we error-check wmf-config & multiversion code ** Refresh the wikiversions.cdb file on scap ** Removed php-1.17 reference (svn info) ** Call mwversionsinuse with the --home parameter (we don't want the usr/ .dat file here) * Changed scap-1skins to iterate over the active MW versions * Changed sync-l10nupdate to only work on a single MW version (1st argument), l10nupdate already calls it once per version More... almost 13 years ago
Fix r93024: removed excess brackets More... almost 13 years ago