]> git.mxchange.org Git - friendica.git/commitdiff
more tag infrastructure
authorFriendika <info@friendika.com>
Mon, 19 Sep 2011 05:42:47 +0000 (22:42 -0700)
committerFriendika <info@friendika.com>
Mon, 19 Sep 2011 05:42:47 +0000 (22:42 -0700)
boot.php
database.sql
images/icons.png
update.php
view/theme/duepuntozero/style.css
view/theme/greenzero/greenicons.png
view/theme/loozah/style.css

index 3e9596ac338587729cad15e1487cf41dc8b9a99d..d312682ac7ee14364b2bc8df0d727ae1a28e035f 100644 (file)
--- a/boot.php
+++ b/boot.php
@@ -9,7 +9,7 @@ require_once("include/pgettext.php");
 
 define ( 'FRIENDIKA_VERSION',      '2.3.1108' );
 define ( 'DFRN_PROTOCOL_VERSION',  '2.21'    );
-define ( 'DB_UPDATE_VERSION',      1089      );
+define ( 'DB_UPDATE_VERSION',      1090      );
 
 define ( 'EOL',                    "<br />\r\n"     );
 define ( 'ATOM_TIME',              'Y-m-d\TH:i:s\Z' );
index ba52d9f35df7625eb19b3813df3af72b79e88185..b1580ec2cccef6d39bcda429f1e81ffba714c51a 100644 (file)
@@ -407,6 +407,7 @@ CREATE TABLE IF NOT EXISTS `user` (
   `blocked` tinyint(1) unsigned NOT NULL DEFAULT '0', 
   `blockwall` tinyint(1) unsigned NOT NULL DEFAULT '0',
   `hidewall` tinyint(1) unsigned NOT NULL DEFAULT '0',
+  `blocktags` tinyint(1) unsigned NOT NULL DEFAULT '0',
   `notify-flags` int(11) unsigned NOT NULL DEFAULT '65535', 
   `page-flags` int(11) unsigned NOT NULL DEFAULT '0',
   `prvnets` tinyint(1) NOT NULL DEFAULT '0',
index 494555aa69a9f3aec25a566b1bb6bedad46e2e05..dd3af3aee3b9c2e1269e9e82c8c9742bb988df15 100644 (file)
Binary files a/images/icons.png and b/images/icons.png differ
index 6101efea6d1e4d70f64da66d3119948ed307c494..94d0b6274a31d5824f2143693e45935db1a10fe3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-define( 'UPDATE_VERSION' , 1089 );
+define( 'UPDATE_VERSION' , 1090 );
 
 /**
  *
@@ -750,3 +750,6 @@ function update_1088() {
                ADD `expire_notification_sent` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00' AFTER `account_expires_on` ");
 }
 
+function update_1089() {
+       q("ALTER TABLE `user` ADD `blocktags` TINYINT( 1 ) NOT NULL DEFAULT '0' AFTER `hidewall` ");
+}
index acd7d5bb54655c357a93e5c095a27c80152ce7aa..9bed3e97245688b82216f3755c04011a4223614c 100644 (file)
@@ -2749,6 +2749,7 @@ a.mail-list-link {
 .off { background-position: 0px -48px; }
 .starred { background-position: -16px -48px; }
 .unstarred { background-position: -32px -48px; }
+.tagged { background-position: -48px -48px; }
 
 
 .icon.dim { opacity: 0.3;filter:alpha(opacity=30); }
index b20ac5c0db037cf0c621c79cc92f7205cf51ef32..2644e428430fc16b4208b59d1c7d974c7182d54c 100644 (file)
Binary files a/view/theme/greenzero/greenicons.png and b/view/theme/greenzero/greenicons.png differ
index 8636f1085eff1c02a0b5d8d2656f632137493c17..d9b0b6f2ec81f1f47d69d1f4cc099db8da810b70 100644 (file)
@@ -2732,6 +2732,7 @@ a.mail-list-link {
 .off { background-position: 0px -48px; }
 .starred { background-position: -16px -48px; }
 .unstarred { background-position: -32px -48px; }
+.tagged { background-position: -48px -48px; }
 
 .icon.dim { opacity: 0.3;filter:alpha(opacity=30); }