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
..
2010-01-06 14:28:40 -08:00
2010-01-06 14:28:40 -08:00
2008-12-23 14:33:23 -05:00
2010-01-24 16:36:02 -08:00
2009-09-15 21:12:44 -04:00
2009-12-04 20:20:44 -05:00
2010-01-06 14:28:40 -08:00
2010-01-10 13:25:16 -08:00
2009-11-09 20:01:46 +01:00
2009-08-26 10:41:36 -04:00
2010-01-06 14:28:40 -08:00
2010-01-10 14:18:19 -08:00
2009-08-25 15:48:06 -04:00
2008-12-23 14:33:23 -05:00
2008-12-23 14:33:23 -05:00
2009-06-24 14:44:02 -07:00
2009-08-26 10:41:36 -04:00
2010-01-06 14:28:40 -08:00
2010-01-06 14:28:40 -08:00
2010-01-13 02:16:13 -08:00
2010-01-25 18:08:21 -05:00
2008-12-23 14:33:23 -05:00
2009-10-21 22:43:41 -04:00
2010-01-09 15:26:06 -08:00
2010-01-25 18:13:09 -05:00
2009-12-15 10:31:25 -05:00
2009-03-07 12:55:09 -08:00
2010-01-13 18:17:36 +00:00
2008-12-23 14:33:23 -05:00
2010-01-25 18:08:21 -05:00
2010-01-25 18:08:21 -05:00
2010-01-24 16:36:05 -08:00
2010-01-24 16:36:04 -08:00
2009-08-26 10:41:36 -04:00
2010-01-06 14:28:40 -08:00
2009-02-28 15:17:49 -08:00
2010-01-24 16:36:05 -08:00
2010-01-22 12:52:36 -08:00
2009-05-22 21:11:46 -04:00
2008-12-23 14:33:23 -05:00
2009-11-25 22:23:21 +00:00
2009-05-29 16:32:55 -07:00
2009-10-09 10:39:56 -04:00
2008-12-23 14:33:23 -05:00
2009-08-25 17:56:10 -04:00
2010-01-26 10:33:20 -08:00
2010-01-24 16:36:05 -08:00
2009-11-25 23:55:03 +00:00
2010-01-06 14:28:40 -08:00
2010-01-24 16:36:05 -08:00
2009-11-18 15:54:24 -05:00
2009-12-30 08:56:43 -10:00
2010-01-05 13:56:22 -05:00
2010-01-25 18:08:21 -05:00