]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Site metadata tags in status_network: single 'tags' field, pipe-separated.
authorBrion Vibber <brion@pobox.com>
Tue, 26 Jan 2010 17:25:39 +0000 (09:25 -0800)
committerBrion Vibber <brion@pobox.com>
Tue, 26 Jan 2010 18:33:20 +0000 (10:33 -0800)
commitad6f0501ff24cb287dedd21271d58c91e64b6b43
tree5201d56655f81ed35e0a4dc6fd6fd1cfcd68f7ea
parente05c32572234dc0b4adb19be7bbe9879f49ec7ee
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'
classes/Status_network.php
db/site.sql