gnu-social/db
Brion Vibber ad6f0501ff Site metadata tags in status_network: single 'tags' field, pipe-separated.
$sn->tags() returns tag list as array; $sn->hasTag('blah') to check for a particular tag only

Could be used to control things in config file:

  $sn = Status_network::setupSite($_server, $_path, $_wildcard);
  if (!$sn) { die("No such site"); }
  if ($sn->hasTag('individual')) { /* blah */ }

Note memcached keys are unchanged; if tags are changed from an external tool clear:
  statusnet:<dbname>:status_network:<key>:<val>
  for <key>s 'nickname', 'hostname', and 'pathname'
2010-01-26 10:33:20 -08:00
..
08to09.sql XMPP queued output & initial retooling of DB queue manager to support non-Notice objects. 2010-01-21 22:40:35 -08:00
08to09_pg.sql fix typo / parse error in sql comment syntax 2009-12-13 11:54:05 +13:00
074to080.sql Revert "changed file.url column type from varcahr(255) to varchar(2047)" 2009-08-11 14:41:48 +12:00
074to080_pg.sql Revert "changed file.url column type from varcahr(255) to varchar(2047)" 2009-08-11 14:41:48 +12:00
foreign_services.sql - Reworked login / logout workflow 2009-05-21 05:43:11 +00:00
innodb.sql a little sql script to drop full-text index and use innodb for profile and notice 2009-06-23 09:16:41 -07:00
location_namespace.sql add a couple of location namespaces 2009-10-21 22:43:40 -04:00
notice_source.sql ticket 1100: add Drupal source link 2009-12-01 12:55:55 -08:00
rc2torc3.sql script to upgrade from RC2 to RC3 2010-01-13 17:28:31 -08:00
rc3to09.sql XMPP queued output & initial retooling of DB queue manager to support non-Notice objects. 2010-01-21 22:40:35 -08:00
site.sql Site metadata tags in status_network: single 'tags' field, pipe-separated. 2010-01-26 10:33:20 -08:00
sms_carrier.sql Add ChinaMobile as an email to SMS carrier 2009-09-13 00:16:50 -04:00
statusnet.sql Add verifier and verified callback to token for OAuth 1.0a 2010-01-24 16:36:05 -08:00
statusnet_pg.sql fixed stray comma 2010-01-10 14:04:18 +13:00