Index: trunk/phpwiki/wiki.phtml — — @@ -0,0 +1,98 @@ 2 +<? 3 +function getNiceTitle ( $s ) { 4 + $s=str_replace("_"," ",$s); 5 + return $s ; 6 + } 7 + 8 +function stripNamespace ( $s ) { 9 + $dbpos = strpos ( " ".$s , ':' ) ; 10 + if ( $dbpos == true ) $s = substr ( $s , $dbpos )…
Quarry is a public querying interface for Wiki Replicas , a set of live replica SQL databases of public Wikimedia Wikis. Quarry is designed to make running queries against Wiki Replicas easy. Quarry can also be used to query public databases stored in ToolsDB . Quarry also provid…
Quarry is a public querying interface for Wiki Replicas , a set of live replica SQL databases of public Wikimedia Wikis. Quarry is designed to make running queries against Wiki Replicas easy. Quarry can also be used to query public databases stored in ToolsDB . Quarry also provid…
…cle provides an overview of database access and general database issues in MediaWiki. When coding in MediaWiki, you will normally access the database only through MediaWiki's functions for the purpose. Database layout For information about the MediaWiki database layout, such as a…
…cle provides an overview of database access and general database issues in MediaWiki. When coding in MediaWiki, you will normally access the database only through MediaWiki's functions for the purpose. Database layout For information about the MediaWiki database layout, such as a…
Wikimedia Engineering Goals, FY2012-13 (July-June) FY2013-14 Purpose of this document: Goals for the Wikimedia Engineering and Product Development department, fiscal year 2012-13 (July 1, 2012 - June 30, 2013). Our top three priorities for fiscal year 2012-13 are: the development…
… FROM recentchanges ; NB: This actually shows how long ago the last edit to the wiki was. If the wiki hasn't been edited for a while, it might appear the replag is higher than it really is, because the last edit was some time ago. Show your processes [ edit ] See Queries#Accessin…
…he output section. I've double-checked my SQL syntax and database selection ( enwiki ). Could someone help me understand whether: There might be a temporary issue with Quarry itself? The result set is empty due to some data issue? I'm possibly missing something in the query struc…
…roperty value Similar to getProperties only implemented for values of type SMWDIWikiPage now no caching Unused in SMW? (*) There is no method getAllPropertyValues in SMWStore yet, but one can call getPropertyValues with NULL as subject to get the same result. Sorting and filterin…
…e_global_key, site_type, site_group FROM sites WHERE site_global_key = 'abstractwiki' LIMIT 1; stdClass Object ( [site_global_key] => abstractwiki [site_type] => mediawiki [site_group] => wikipedia ) Compare with Meta: > SELECT site_global_key, site_type, site_group FROM sites WH…
Dumps - Wikitech Jump to content From Wikitech Wikimedia infrastructure Data centers Networking Global traffic routing MediaWiki SRE Application servers PHP 7 and php-fpm BounceHandler Citoid Dumps Envoy EtcdConfig for MediaWiki External storage MediaWiki HTTP cache headers Media…
…ommercial Data Protection for Microsoft Copilot (formerly Bing chat) Confluence Wiki Database Management Document Management EaglePrint EHConnect Email Emergency Notification Emory's Digital Media Gallery Emory's Software Distribution Emory Center for Digital Scholarship Emory FI…
…ommercial Data Protection for Microsoft Copilot (formerly Bing chat) Confluence Wiki Database Management Document Management EaglePrint EHConnect Email Emergency Notification Emory's Digital Media Gallery Emory's Software Distribution Emory Center for Digital Scholarship Emory FI…
…ommercial Data Protection for Microsoft Copilot (formerly Bing chat) Confluence Wiki Database Management Document Management EaglePrint EHConnect Email Emergency Notification Emory's Digital Media Gallery Emory's Software Distribution Emory Center for Digital Scholarship Emory FI…
…ared_tracking_cluster, $shared_tracking_db, $echo_dir, ) { require ::role::mediawiki include ::role::betafeatures include ::role::centralauth include ::role::eventlogging include ::role::svg include ::role::langwikis mysql::sql { 'create echo_unread_wikis': sql => "USE ${shared_t…