]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Merge branch 'nightly' of gitorious.org:social/mainline into nightly
authorRoland Haeder <roland@mxchange.org>
Fri, 20 Feb 2015 12:58:14 +0000 (13:58 +0100)
committerRoland Haeder <roland@mxchange.org>
Fri, 20 Feb 2015 12:58:21 +0000 (13:58 +0100)
Signed-off-by: Roland Haeder <roland@mxchange.org>
25 files changed:
1  2 
classes/Avatar.php
classes/Confirm_address.php
classes/File.php
classes/File_redirection.php
classes/File_thumbnail.php
classes/Memcached_DataObject.php
classes/Notice.php
classes/User_group.php
lib/default.php
plugins/Blog/classes/Blog_entry.php
plugins/Bookmark/classes/Bookmark.php
plugins/DirectMessage/classes/Message.php
plugins/Event/classes/Happening.php
plugins/Event/classes/RSVP.php
plugins/GNUsocialPhoto/classes/Photo.php
plugins/GNUsocialVideo/classes/Video.php
plugins/NoticeTitle/classes/Notice_title.php
plugins/OStatus/classes/FeedSub.php
plugins/OStatus/classes/Ostatus_profile.php
plugins/Oembed/classes/File_oembed.php
plugins/OpenID/OpenIDPlugin.php
plugins/Poll/classes/Poll.php
plugins/Poll/classes/Poll_response.php
plugins/QnA/classes/QnA_Answer.php
plugins/QnA/classes/QnA_Question.php

Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
diff --cc lib/default.php
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
index 9746948e16f93aefc7bc2fc2ef7f2024d188df0e,09c1f6b8443a0ee17ef11d8d8489228aebfc4156..9ba395d8cad839157f6f6a3ee75a0528280cda1b
@@@ -39,11 -39,11 +39,11 @@@ class Video extends Managed_DataObjec
  
      public $__table = 'video'; // table name
      public $id;                // char (36) // UUID
-     public $uri;               // varchar (255)  // This is the corresponding notice's uri.
-     public $url;               // varchar (255)
+     public $uri;               // varchar (191)   This is the corresponding notice's uri.   not 255 because utf8mb4 takes more space
+     public $url;               // varchar (191)   not 255 because utf8mb4 takes more space
      public $profile_id;        // int
  
 -    public static function getByNotice($notice)
 +    public static function getByNotice(Notice $notice)
      {
          return self::getKV('uri', $notice->uri);
      }
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge